2024-09-10T18:10:10.395 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-10T18:10:10.416 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T18:10:10.513 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900220 branch: wip-guits-quincy-2024-09-09-1810-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: '7900220' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-guits-quincy-2024-09-09-1810-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: 5be57395ea235535910512ae73ba8e7ff25fe588 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 workunit: branch: quincy-orch-centos-9-teuth sha1: fad5356a94e6044ce1062d748daa5a0f2ed53a7d 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: 4625 sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: quincy-orch-centos-9-teuth suite_path: /home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa suite_relpath: qa suite_repo: https://github.com/adk3798/ceph.git suite_sha1: fad5356a94e6044ce1062d748daa5a0f2ed53a7d targets: smithi031.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi063.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-10_17:53:37 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-10T18:10:10.513 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa; will attempt to use it 2024-09-10T18:10:10.514 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa/tasks 2024-09-10T18:10:10.514 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-10T18:10:10.516 INFO:teuthology.task.internal:Checking packages... 2024-09-10T18:10:10.538 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5be57395ea235535910512ae73ba8e7ff25fe588' 2024-09-10T18:10:10.538 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-10T18:10:10.538 INFO:teuthology.packaging:ref: None 2024-09-10T18:10:10.538 INFO:teuthology.packaging:tag: None 2024-09-10T18:10:10.538 INFO:teuthology.packaging:branch: wip-guits-quincy-2024-09-09-1810-quincy 2024-09-10T18:10:10.538 INFO:teuthology.packaging:sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:10:10.539 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-09-1810-quincy 2024-09-10T18:10:10.684 INFO:teuthology.task.internal:Found packages for ceph version 17.2.7-1606-g5be57395-1focal 2024-09-10T18:10:10.685 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-10T18:10:10.692 INFO:teuthology.task.internal:no buildpackages task found 2024-09-10T18:10:10.692 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-10T18:10:10.702 INFO:teuthology.task.internal:Saving configuration 2024-09-10T18:10:10.720 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-10T18:10:10.729 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-10T18:10:10.746 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900220', '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-10 18:04:01.557386', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-09-10T18:10:10.770 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900220', '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-10 18:04:01.558357', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-09-10T18:10:10.770 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-10T18:10:10.779 INFO:teuthology.task.internal:roles: ubuntu@smithi031.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-10T18:10:10.779 INFO:teuthology.task.internal:roles: ubuntu@smithi063.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-10T18:10:10.779 INFO:teuthology.run_tasks:Running task console_log... 2024-09-10T18:10:10.840 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7c5ad07ac0>, signals=[15]) 2024-09-10T18:10:10.841 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-10T18:10:10.849 INFO:teuthology.task.internal:Opening connections... 2024-09-10T18:10:10.849 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi031.front.sepia.ceph.com 2024-09-10T18:10:10.850 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:10:10.941 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi063.front.sepia.ceph.com 2024-09-10T18:10:10.942 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:10:11.038 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-10T18:10:11.046 DEBUG:teuthology.orchestra.run.smithi031:> uname -m 2024-09-10T18:10:11.053 INFO:teuthology.orchestra.run.smithi031.stdout:x86_64 2024-09-10T18:10:11.054 DEBUG:teuthology.orchestra.run.smithi031:> cat /etc/os-release 2024-09-10T18:10:11.107 INFO:teuthology.orchestra.run.smithi031.stdout:NAME="Ubuntu" 2024-09-10T18:10:11.107 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-09-10T18:10:11.107 INFO:teuthology.orchestra.run.smithi031.stdout:ID=ubuntu 2024-09-10T18:10:11.108 INFO:teuthology.orchestra.run.smithi031.stdout:ID_LIKE=debian 2024-09-10T18:10:11.108 INFO:teuthology.orchestra.run.smithi031.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-09-10T18:10:11.108 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_ID="20.04" 2024-09-10T18:10:11.108 INFO:teuthology.orchestra.run.smithi031.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-10T18:10:11.108 INFO:teuthology.orchestra.run.smithi031.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-10T18:10:11.108 INFO:teuthology.orchestra.run.smithi031.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-10T18:10:11.108 INFO:teuthology.orchestra.run.smithi031.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-10T18:10:11.108 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_CODENAME=focal 2024-09-10T18:10:11.108 INFO:teuthology.orchestra.run.smithi031.stdout:UBUNTU_CODENAME=focal 2024-09-10T18:10:11.109 INFO:teuthology.lock.ops:Updating smithi031.front.sepia.ceph.com on lock server 2024-09-10T18:10:11.124 DEBUG:teuthology.orchestra.run.smithi063:> uname -m 2024-09-10T18:10:11.131 INFO:teuthology.orchestra.run.smithi063.stdout:x86_64 2024-09-10T18:10:11.131 DEBUG:teuthology.orchestra.run.smithi063:> cat /etc/os-release 2024-09-10T18:10:11.178 INFO:teuthology.orchestra.run.smithi063.stdout:NAME="Ubuntu" 2024-09-10T18:10:11.178 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-09-10T18:10:11.178 INFO:teuthology.orchestra.run.smithi063.stdout:ID=ubuntu 2024-09-10T18:10:11.178 INFO:teuthology.orchestra.run.smithi063.stdout:ID_LIKE=debian 2024-09-10T18:10:11.178 INFO:teuthology.orchestra.run.smithi063.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-09-10T18:10:11.179 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_ID="20.04" 2024-09-10T18:10:11.179 INFO:teuthology.orchestra.run.smithi063.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-10T18:10:11.179 INFO:teuthology.orchestra.run.smithi063.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-10T18:10:11.179 INFO:teuthology.orchestra.run.smithi063.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-10T18:10:11.179 INFO:teuthology.orchestra.run.smithi063.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-10T18:10:11.179 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_CODENAME=focal 2024-09-10T18:10:11.179 INFO:teuthology.orchestra.run.smithi063.stdout:UBUNTU_CODENAME=focal 2024-09-10T18:10:11.179 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2024-09-10T18:10:11.198 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-10T18:10:11.207 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-10T18:10:11.215 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-10T18:10:11.215 DEBUG:teuthology.orchestra.run.smithi031:> test '!' -e /home/ubuntu/cephtest 2024-09-10T18:10:11.217 DEBUG:teuthology.orchestra.run.smithi063:> test '!' -e /home/ubuntu/cephtest 2024-09-10T18:10:11.223 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-10T18:10:11.231 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-10T18:10:11.231 DEBUG:teuthology.orchestra.run.smithi031:> test -z $(ls -A /var/lib/ceph) 2024-09-10T18:10:11.267 DEBUG:teuthology.orchestra.run.smithi063:> test -z $(ls -A /var/lib/ceph) 2024-09-10T18:10:11.284 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-10T18:10:11.328 INFO:teuthology.run_tasks:Running task kernel... 2024-09-10T18:10:11.343 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-10T18:10:11.343 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-10T18:10:11.343 DEBUG:teuthology.orchestra.run.smithi031:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T18:10:11.344 DEBUG:teuthology.orchestra.run.smithi063:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T18:10:11.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:10:11.349 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-09-10T18:10:11.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:10:11.350 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-09-10T18:10:11.356 INFO:teuthology.orchestra.run.smithi031.stdout:5.4.0-124-generic 2024-09-10T18:10:11.356 INFO:teuthology.task.kernel:Running kernel on smithi031: 5.4.0-124-generic 2024-09-10T18:10:11.356 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get clean 2024-09-10T18:10:11.357 INFO:teuthology.orchestra.run.smithi063.stdout:5.4.0-124-generic 2024-09-10T18:10:11.357 INFO:teuthology.task.kernel:Running kernel on smithi063: 5.4.0-124-generic 2024-09-10T18:10:11.358 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get clean 2024-09-10T18:10:11.472 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get update 2024-09-10T18:10:11.517 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get update 2024-09-10T18:10:11.643 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-10T18:10:11.655 INFO:teuthology.orchestra.run.smithi063.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-09-10T18:10:11.691 INFO:teuthology.orchestra.run.smithi031.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-09-10T18:10:11.712 INFO:teuthology.orchestra.run.smithi063.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-09-10T18:10:11.731 INFO:teuthology.orchestra.run.smithi063.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-09-10T18:10:11.806 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-10T18:10:11.888 INFO:teuthology.orchestra.run.smithi031.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-09-10T18:10:11.997 INFO:teuthology.orchestra.run.smithi031.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,166 kB] 2024-09-10T18:10:12.020 INFO:teuthology.orchestra.run.smithi063.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [1,027 kB] 2024-09-10T18:10:12.100 INFO:teuthology.orchestra.run.smithi063.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,550 kB] 2024-09-10T18:10:12.118 INFO:teuthology.orchestra.run.smithi031.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [807 kB] 2024-09-10T18:10:12.134 INFO:teuthology.orchestra.run.smithi031.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [469 kB] 2024-09-10T18:10:12.134 INFO:teuthology.orchestra.run.smithi031.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [14.3 kB] 2024-09-10T18:10:12.135 INFO:teuthology.orchestra.run.smithi031.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3,082 kB] 2024-09-10T18:10:12.144 INFO:teuthology.orchestra.run.smithi063.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [548 kB] 2024-09-10T18:10:12.150 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-09-10T18:10:12.150 INFO:teuthology.orchestra.run.smithi063.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,215 kB] 2024-09-10T18:10:12.169 INFO:teuthology.orchestra.run.smithi031.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.3 kB] 2024-09-10T18:10:12.170 INFO:teuthology.orchestra.run.smithi031.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [431 kB] 2024-09-10T18:10:12.174 INFO:teuthology.orchestra.run.smithi031.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [548 B] 2024-09-10T18:10:12.174 INFO:teuthology.orchestra.run.smithi031.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [680 kB] 2024-09-10T18:10:12.178 INFO:teuthology.orchestra.run.smithi031.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1,009 kB] 2024-09-10T18:10:12.185 INFO:teuthology.orchestra.run.smithi031.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [213 kB] 2024-09-10T18:10:12.186 INFO:teuthology.orchestra.run.smithi063.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.6 kB] 2024-09-10T18:10:12.187 INFO:teuthology.orchestra.run.smithi063.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [450 kB] 2024-09-10T18:10:12.187 INFO:teuthology.orchestra.run.smithi031.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [21.2 kB] 2024-09-10T18:10:12.187 INFO:teuthology.orchestra.run.smithi031.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-09-10T18:10:12.188 INFO:teuthology.orchestra.run.smithi031.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-09-10T18:10:12.194 INFO:teuthology.orchestra.run.smithi063.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [548 B] 2024-09-10T18:10:12.194 INFO:teuthology.orchestra.run.smithi063.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [807 kB] 2024-09-10T18:10:12.203 INFO:teuthology.orchestra.run.smithi063.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,230 kB] 2024-09-10T18:10:12.211 INFO:teuthology.orchestra.run.smithi063.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [295 kB] 2024-09-10T18:10:12.213 INFO:teuthology.orchestra.run.smithi063.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [28.0 kB] 2024-09-10T18:10:12.213 INFO:teuthology.orchestra.run.smithi063.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-09-10T18:10:12.214 INFO:teuthology.orchestra.run.smithi063.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-09-10T18:10:12.214 INFO:teuthology.orchestra.run.smithi063.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-09-10T18:10:12.221 INFO:teuthology.orchestra.run.smithi063.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [616 B] 2024-09-10T18:10:12.221 INFO:teuthology.orchestra.run.smithi063.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-09-10T18:10:12.222 INFO:teuthology.orchestra.run.smithi063.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-09-10T18:10:12.222 INFO:teuthology.orchestra.run.smithi063.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-09-10T18:10:12.238 INFO:teuthology.orchestra.run.smithi063.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-09-10T18:10:12.239 INFO:teuthology.orchestra.run.smithi063.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-09-10T18:10:12.239 INFO:teuthology.orchestra.run.smithi063.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-09-10T18:10:12.241 INFO:teuthology.orchestra.run.smithi031.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-09-10T18:10:12.249 INFO:teuthology.orchestra.run.smithi031.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-09-10T18:10:12.250 INFO:teuthology.orchestra.run.smithi031.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [540 B] 2024-09-10T18:10:12.339 INFO:teuthology.orchestra.run.smithi063.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [807 kB] 2024-09-10T18:10:12.381 INFO:teuthology.orchestra.run.smithi031.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,550 kB] 2024-09-10T18:10:12.673 INFO:teuthology.orchestra.run.smithi063.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,166 kB] 2024-09-10T18:10:12.764 INFO:teuthology.orchestra.run.smithi031.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [1,027 kB] 2024-09-10T18:10:12.792 INFO:teuthology.orchestra.run.smithi031.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [548 kB] 2024-09-10T18:10:12.805 INFO:teuthology.orchestra.run.smithi031.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-09-10T18:10:12.806 INFO:teuthology.orchestra.run.smithi031.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.6 kB] 2024-09-10T18:10:12.806 INFO:teuthology.orchestra.run.smithi031.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,215 kB] 2024-09-10T18:10:12.865 INFO:teuthology.orchestra.run.smithi063.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [469 kB] 2024-09-10T18:10:12.878 INFO:teuthology.orchestra.run.smithi063.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [14.3 kB] 2024-09-10T18:10:12.879 INFO:teuthology.orchestra.run.smithi063.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3,082 kB] 2024-09-10T18:10:12.900 INFO:teuthology.orchestra.run.smithi031.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [450 kB] 2024-09-10T18:10:12.916 INFO:teuthology.orchestra.run.smithi031.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [548 B] 2024-09-10T18:10:12.917 INFO:teuthology.orchestra.run.smithi031.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,230 kB] 2024-09-10T18:10:12.953 INFO:teuthology.orchestra.run.smithi031.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [807 kB] 2024-09-10T18:10:12.971 INFO:teuthology.orchestra.run.smithi063.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.3 kB] 2024-09-10T18:10:12.971 INFO:teuthology.orchestra.run.smithi063.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [431 kB] 2024-09-10T18:10:12.972 INFO:teuthology.orchestra.run.smithi031.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [295 kB] 2024-09-10T18:10:12.980 INFO:teuthology.orchestra.run.smithi031.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [28.0 kB] 2024-09-10T18:10:12.981 INFO:teuthology.orchestra.run.smithi031.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-09-10T18:10:12.981 INFO:teuthology.orchestra.run.smithi063.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [548 B] 2024-09-10T18:10:12.981 INFO:teuthology.orchestra.run.smithi031.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-09-10T18:10:12.982 INFO:teuthology.orchestra.run.smithi031.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-09-10T18:10:12.985 INFO:teuthology.orchestra.run.smithi063.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [680 kB] 2024-09-10T18:10:13.001 INFO:teuthology.orchestra.run.smithi063.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1,009 kB] 2024-09-10T18:10:13.012 INFO:teuthology.orchestra.run.smithi031.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [616 B] 2024-09-10T18:10:13.012 INFO:teuthology.orchestra.run.smithi031.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-09-10T18:10:13.013 INFO:teuthology.orchestra.run.smithi031.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-09-10T18:10:13.030 INFO:teuthology.orchestra.run.smithi063.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [213 kB] 2024-09-10T18:10:13.037 INFO:teuthology.orchestra.run.smithi063.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [21.2 kB] 2024-09-10T18:10:13.037 INFO:teuthology.orchestra.run.smithi063.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-09-10T18:10:13.038 INFO:teuthology.orchestra.run.smithi063.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-09-10T18:10:13.093 INFO:teuthology.orchestra.run.smithi031.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-09-10T18:10:13.093 INFO:teuthology.orchestra.run.smithi031.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-09-10T18:10:13.094 INFO:teuthology.orchestra.run.smithi031.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-09-10T18:10:13.094 INFO:teuthology.orchestra.run.smithi031.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-09-10T18:10:13.117 INFO:teuthology.orchestra.run.smithi063.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-09-10T18:10:13.117 INFO:teuthology.orchestra.run.smithi063.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [540 B] 2024-09-10T18:10:16.652 INFO:teuthology.orchestra.run.smithi031.stdout:Fetched 21.7 MB in 3s (7,030 kB/s) 2024-09-10T18:10:16.695 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 21.7 MB in 3s (6,946 kB/s) 2024-09-10T18:10:18.258 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-09-10T18:10:18.285 DEBUG:teuthology.orchestra.run.smithi063:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-10T18:10:18.309 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-09-10T18:10:18.336 DEBUG:teuthology.orchestra.run.smithi031:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-10T18:10:18.357 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-09-10T18:10:18.429 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-09-10T18:10:18.580 INFO:teuthology.orchestra.run.smithi063.stdout:Building dependency tree... 2024-09-10T18:10:18.581 INFO:teuthology.orchestra.run.smithi063.stdout:Reading state information... 2024-09-10T18:10:18.654 INFO:teuthology.orchestra.run.smithi031.stdout:Building dependency tree... 2024-09-10T18:10:18.655 INFO:teuthology.orchestra.run.smithi031.stdout:Reading state information... 2024-09-10T18:10:18.789 INFO:teuthology.orchestra.run.smithi063.stdout:The following additional packages will be installed: 2024-09-10T18:10:18.790 INFO:teuthology.orchestra.run.smithi063.stdout: linux-generic linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-10T18:10:18.790 INFO:teuthology.orchestra.run.smithi063.stdout: linux-headers-generic linux-image-5.4.0-195-generic 2024-09-10T18:10:18.790 INFO:teuthology.orchestra.run.smithi063.stdout: linux-modules-5.4.0-195-generic linux-modules-extra-5.4.0-195-generic 2024-09-10T18:10:18.791 INFO:teuthology.orchestra.run.smithi063.stdout:Suggested packages: 2024-09-10T18:10:18.791 INFO:teuthology.orchestra.run.smithi063.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-09-10T18:10:18.791 INFO:teuthology.orchestra.run.smithi063.stdout:Recommended packages: 2024-09-10T18:10:18.792 INFO:teuthology.orchestra.run.smithi063.stdout: thermald 2024-09-10T18:10:18.843 INFO:teuthology.orchestra.run.smithi063.stdout:The following NEW packages will be installed: 2024-09-10T18:10:18.843 INFO:teuthology.orchestra.run.smithi063.stdout: linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-10T18:10:18.843 INFO:teuthology.orchestra.run.smithi063.stdout: linux-image-5.4.0-195-generic linux-modules-5.4.0-195-generic 2024-09-10T18:10:18.843 INFO:teuthology.orchestra.run.smithi063.stdout: linux-modules-extra-5.4.0-195-generic 2024-09-10T18:10:18.845 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages will be upgraded: 2024-09-10T18:10:18.845 INFO:teuthology.orchestra.run.smithi063.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-10T18:10:18.872 INFO:teuthology.orchestra.run.smithi031.stdout:The following additional packages will be installed: 2024-09-10T18:10:18.872 INFO:teuthology.orchestra.run.smithi031.stdout: linux-generic linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-10T18:10:18.872 INFO:teuthology.orchestra.run.smithi031.stdout: linux-headers-generic linux-image-5.4.0-195-generic 2024-09-10T18:10:18.873 INFO:teuthology.orchestra.run.smithi031.stdout: linux-modules-5.4.0-195-generic linux-modules-extra-5.4.0-195-generic 2024-09-10T18:10:18.874 INFO:teuthology.orchestra.run.smithi031.stdout:Suggested packages: 2024-09-10T18:10:18.874 INFO:teuthology.orchestra.run.smithi031.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-09-10T18:10:18.874 INFO:teuthology.orchestra.run.smithi031.stdout:Recommended packages: 2024-09-10T18:10:18.874 INFO:teuthology.orchestra.run.smithi031.stdout: thermald 2024-09-10T18:10:18.925 INFO:teuthology.orchestra.run.smithi031.stdout:The following NEW packages will be installed: 2024-09-10T18:10:18.925 INFO:teuthology.orchestra.run.smithi031.stdout: linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-10T18:10:18.925 INFO:teuthology.orchestra.run.smithi031.stdout: linux-image-5.4.0-195-generic linux-modules-5.4.0-195-generic 2024-09-10T18:10:18.926 INFO:teuthology.orchestra.run.smithi031.stdout: linux-modules-extra-5.4.0-195-generic 2024-09-10T18:10:18.927 INFO:teuthology.orchestra.run.smithi031.stdout:The following packages will be upgraded: 2024-09-10T18:10:18.928 INFO:teuthology.orchestra.run.smithi031.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-10T18:10:19.029 INFO:teuthology.orchestra.run.smithi063.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-09-10T18:10:19.029 INFO:teuthology.orchestra.run.smithi063.stdout:Need to get 77.2 MB of archives. 2024-09-10T18:10:19.029 INFO:teuthology.orchestra.run.smithi063.stdout:After this operation, 381 MB of additional disk space will be used. 2024-09-10T18:10:19.029 INFO:teuthology.orchestra.run.smithi063.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-10T18:10:19.109 INFO:teuthology.orchestra.run.smithi031.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-09-10T18:10:19.109 INFO:teuthology.orchestra.run.smithi031.stdout:Need to get 77.2 MB of archives. 2024-09-10T18:10:19.109 INFO:teuthology.orchestra.run.smithi031.stdout:After this operation, 381 MB of additional disk space will be used. 2024-09-10T18:10:19.109 INFO:teuthology.orchestra.run.smithi031.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-10T18:10:20.182 INFO:teuthology.orchestra.run.smithi063.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-10T18:10:20.272 INFO:teuthology.orchestra.run.smithi031.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-10T18:10:20.501 INFO:teuthology.orchestra.run.smithi063.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-10T18:10:20.546 INFO:teuthology.orchestra.run.smithi031.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-10T18:10:21.768 INFO:teuthology.orchestra.run.smithi063.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-10T18:10:21.769 INFO:teuthology.orchestra.run.smithi063.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-10T18:10:21.769 INFO:teuthology.orchestra.run.smithi063.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-10T18:10:21.902 INFO:teuthology.orchestra.run.smithi031.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-10T18:10:21.903 INFO:teuthology.orchestra.run.smithi031.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-10T18:10:21.903 INFO:teuthology.orchestra.run.smithi031.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-10T18:10:22.045 INFO:teuthology.orchestra.run.smithi063.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-10T18:10:22.093 INFO:teuthology.orchestra.run.smithi063.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-10T18:10:22.186 INFO:teuthology.orchestra.run.smithi031.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-10T18:10:22.198 INFO:teuthology.orchestra.run.smithi031.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-10T18:10:22.816 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 77.2 MB in 3s (23.8 MB/s) 2024-09-10T18:10:22.900 INFO:teuthology.orchestra.run.smithi031.stdout:Fetched 77.2 MB in 3s (23.7 MB/s) 2024-09-10T18:10:23.006 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-modules-5.4.0-195-generic. 2024-09-10T18:10:23.223 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-modules-5.4.0-195-generic. 2024-09-10T18:10:24.692 INFO:teuthology.orchestra.run.smithi063.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-10T18:10:24.697 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../0-linux-modules-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-10T18:10:24.787 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:10:24.903 INFO:teuthology.orchestra.run.smithi031.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-10T18:10:24.908 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../0-linux-modules-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-10T18:10:25.062 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:10:26.838 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-image-5.4.0-195-generic. 2024-09-10T18:10:26.855 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../1-linux-image-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-10T18:10:26.956 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:10:26.988 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-image-5.4.0-195-generic. 2024-09-10T18:10:27.002 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../1-linux-image-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-10T18:10:27.140 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:10:28.049 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-195-generic. 2024-09-10T18:10:28.062 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-10T18:10:28.100 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:10:28.235 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-195-generic. 2024-09-10T18:10:28.247 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-10T18:10:28.284 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:10:32.871 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../3-linux-generic_5.4.0.195.193_amd64.deb ... 2024-09-10T18:10:32.997 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-10T18:10:33.333 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.195.193_amd64.deb ... 2024-09-10T18:10:33.336 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../3-linux-generic_5.4.0.195.193_amd64.deb ... 2024-09-10T18:10:33.462 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-10T18:10:33.468 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-image-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-10T18:10:33.829 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-headers-5.4.0-195. 2024-09-10T18:10:33.840 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.195.193_amd64.deb ... 2024-09-10T18:10:33.843 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../5-linux-headers-5.4.0-195_5.4.0-195.215_all.deb ... 2024-09-10T18:10:33.887 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-10T18:10:33.966 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-image-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-10T18:10:34.352 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-headers-5.4.0-195. 2024-09-10T18:10:34.369 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../5-linux-headers-5.4.0-195_5.4.0-195.215_all.deb ... 2024-09-10T18:10:34.410 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-10T18:10:39.198 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-headers-5.4.0-195-generic. 2024-09-10T18:10:39.219 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../6-linux-headers-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-10T18:10:39.256 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:10:40.177 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-headers-5.4.0-195-generic. 2024-09-10T18:10:40.199 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../6-linux-headers-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-10T18:10:40.243 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:10:42.173 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.195.193_amd64.deb ... 2024-09-10T18:10:42.292 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-10T18:10:42.616 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:10:43.132 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.195.193_amd64.deb ... 2024-09-10T18:10:43.253 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-headers-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-10T18:10:43.631 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:10:43.888 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:10:44.901 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:10:45.060 INFO:teuthology.orchestra.run.smithi063.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-195-generic 2024-09-10T18:10:45.060 INFO:teuthology.orchestra.run.smithi063.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-195-generic 2024-09-10T18:10:45.191 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:10:46.409 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-10T18:10:46.648 INFO:teuthology.orchestra.run.smithi031.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-195-generic 2024-09-10T18:10:46.648 INFO:teuthology.orchestra.run.smithi031.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-195-generic 2024-09-10T18:10:46.944 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:10:47.669 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-image-generic (5.4.0.195.193) ... 2024-09-10T18:10:47.795 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:10:47.949 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-generic (5.4.0.195.193) ... 2024-09-10T18:10:48.188 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-generic (5.4.0.195.193) ... 2024-09-10T18:10:48.196 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-10T18:10:48.315 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:10:48.358 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-image-generic (5.4.0.195.193) ... 2024-09-10T18:10:48.390 INFO:teuthology.orchestra.run.smithi063.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-10T18:10:48.390 INFO:teuthology.orchestra.run.smithi063.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-195-generic 2024-09-10T18:10:48.482 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:10:48.641 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-headers-generic (5.4.0.195.193) ... 2024-09-10T18:10:48.767 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-generic (5.4.0.195.193) ... 2024-09-10T18:10:48.919 INFO:teuthology.orchestra.run.smithi031.stdout:Processing triggers for linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-10T18:10:48.998 INFO:teuthology.orchestra.run.smithi031.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-10T18:10:48.998 INFO:teuthology.orchestra.run.smithi031.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-195-generic 2024-09-10T18:11:11.042 INFO:teuthology.orchestra.run.smithi063.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-10T18:11:11.043 INFO:teuthology.orchestra.run.smithi063.stdout:Sourcing file `/etc/default/grub' 2024-09-10T18:11:11.065 INFO:teuthology.orchestra.run.smithi063.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-10T18:11:11.077 INFO:teuthology.orchestra.run.smithi063.stdout:Generating grub configuration file ... 2024-09-10T18:11:11.460 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-10T18:11:11.482 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-10T18:11:11.563 INFO:teuthology.orchestra.run.smithi031.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-10T18:11:11.563 INFO:teuthology.orchestra.run.smithi031.stdout:Sourcing file `/etc/default/grub' 2024-09-10T18:11:11.588 INFO:teuthology.orchestra.run.smithi031.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-10T18:11:11.602 INFO:teuthology.orchestra.run.smithi031.stdout:Generating grub configuration file ... 2024-09-10T18:11:11.892 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-10T18:11:11.902 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-10T18:11:11.920 INFO:teuthology.orchestra.run.smithi031.stdout:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-10T18:11:11.961 INFO:teuthology.orchestra.run.smithi031.stdout:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-10T18:11:12.361 INFO:teuthology.orchestra.run.smithi031.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-10T18:11:12.373 INFO:teuthology.orchestra.run.smithi031.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-10T18:11:14.072 INFO:teuthology.orchestra.run.smithi063.stdout:done 2024-09-10T18:11:14.500 DEBUG:teuthology.orchestra.run.smithi063:> dpkg -s linux-image-generic 2024-09-10T18:11:14.534 INFO:teuthology.orchestra.run.smithi031.stdout:done 2024-09-10T18:11:14.546 INFO:teuthology.orchestra.run.smithi063.stdout:Package: linux-image-generic 2024-09-10T18:11:14.546 INFO:teuthology.orchestra.run.smithi063.stdout:Status: install ok installed 2024-09-10T18:11:14.547 INFO:teuthology.orchestra.run.smithi063.stdout:Priority: optional 2024-09-10T18:11:14.547 INFO:teuthology.orchestra.run.smithi063.stdout:Section: kernel 2024-09-10T18:11:14.547 INFO:teuthology.orchestra.run.smithi063.stdout:Installed-Size: 20 2024-09-10T18:11:14.547 INFO:teuthology.orchestra.run.smithi063.stdout:Maintainer: Ubuntu Kernel Team 2024-09-10T18:11:14.547 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: amd64 2024-09-10T18:11:14.547 INFO:teuthology.orchestra.run.smithi063.stdout:Source: linux-meta 2024-09-10T18:11:14.547 INFO:teuthology.orchestra.run.smithi063.stdout:Version: 5.4.0.195.193 2024-09-10T18:11:14.547 INFO:teuthology.orchestra.run.smithi063.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-10T18:11:14.547 INFO:teuthology.orchestra.run.smithi063.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-10T18:11:14.547 INFO:teuthology.orchestra.run.smithi063.stdout:Recommends: thermald 2024-09-10T18:11:14.547 INFO:teuthology.orchestra.run.smithi063.stdout:Description: Generic Linux kernel image 2024-09-10T18:11:14.547 INFO:teuthology.orchestra.run.smithi063.stdout: This package will always depend on the latest generic kernel image 2024-09-10T18:11:14.547 INFO:teuthology.orchestra.run.smithi063.stdout: available. 2024-09-10T18:11:14.548 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-195-generic 2024-09-10T18:11:14.548 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T18:11:14.548 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T18:11:14.548 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-09-10T18:11:14.548 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi063.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T18:11:14.548 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get clean 2024-09-10T18:11:14.640 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get update 2024-09-10T18:11:14.901 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-10T18:11:14.901 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-10T18:11:14.971 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-09-10T18:11:15.009 DEBUG:teuthology.orchestra.run.smithi031:> dpkg -s linux-image-generic 2024-09-10T18:11:15.053 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-10T18:11:15.064 INFO:teuthology.orchestra.run.smithi031.stdout:Package: linux-image-generic 2024-09-10T18:11:15.064 INFO:teuthology.orchestra.run.smithi031.stdout:Status: install ok installed 2024-09-10T18:11:15.064 INFO:teuthology.orchestra.run.smithi031.stdout:Priority: optional 2024-09-10T18:11:15.064 INFO:teuthology.orchestra.run.smithi031.stdout:Section: kernel 2024-09-10T18:11:15.064 INFO:teuthology.orchestra.run.smithi031.stdout:Installed-Size: 20 2024-09-10T18:11:15.064 INFO:teuthology.orchestra.run.smithi031.stdout:Maintainer: Ubuntu Kernel Team 2024-09-10T18:11:15.064 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: amd64 2024-09-10T18:11:15.064 INFO:teuthology.orchestra.run.smithi031.stdout:Source: linux-meta 2024-09-10T18:11:15.064 INFO:teuthology.orchestra.run.smithi031.stdout:Version: 5.4.0.195.193 2024-09-10T18:11:15.064 INFO:teuthology.orchestra.run.smithi031.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-10T18:11:15.065 INFO:teuthology.orchestra.run.smithi031.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-10T18:11:15.065 INFO:teuthology.orchestra.run.smithi031.stdout:Recommends: thermald 2024-09-10T18:11:15.065 INFO:teuthology.orchestra.run.smithi031.stdout:Description: Generic Linux kernel image 2024-09-10T18:11:15.065 INFO:teuthology.orchestra.run.smithi031.stdout: This package will always depend on the latest generic kernel image 2024-09-10T18:11:15.065 INFO:teuthology.orchestra.run.smithi031.stdout: available. 2024-09-10T18:11:15.065 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-195-generic 2024-09-10T18:11:15.065 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T18:11:15.065 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T18:11:15.065 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-09-10T18:11:15.065 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi031.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T18:11:15.065 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get clean 2024-09-10T18:11:15.168 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get update 2024-09-10T18:11:15.315 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-10T18:11:15.418 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-10T18:11:15.500 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-09-10T18:11:15.581 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-10T18:11:16.804 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-09-10T18:11:16.832 DEBUG:teuthology.orchestra.run.smithi063:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-10T18:11:16.905 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-09-10T18:11:17.104 INFO:teuthology.orchestra.run.smithi063.stdout:Building dependency tree... 2024-09-10T18:11:17.105 INFO:teuthology.orchestra.run.smithi063.stdout:Reading state information... 2024-09-10T18:11:17.229 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-09-10T18:11:17.257 DEBUG:teuthology.orchestra.run.smithi031:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-10T18:11:17.328 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-09-10T18:11:17.347 INFO:teuthology.orchestra.run.smithi063.stdout:linux-image-generic is already the newest version (5.4.0.195.193). 2024-09-10T18:11:17.347 INFO:teuthology.orchestra.run.smithi063.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-09-10T18:11:17.349 DEBUG:teuthology.orchestra.run.smithi063:> dpkg -s linux-image-generic 2024-09-10T18:11:17.369 INFO:teuthology.orchestra.run.smithi063.stdout:Package: linux-image-generic 2024-09-10T18:11:17.369 INFO:teuthology.orchestra.run.smithi063.stdout:Status: install ok installed 2024-09-10T18:11:17.370 INFO:teuthology.orchestra.run.smithi063.stdout:Priority: optional 2024-09-10T18:11:17.370 INFO:teuthology.orchestra.run.smithi063.stdout:Section: kernel 2024-09-10T18:11:17.370 INFO:teuthology.orchestra.run.smithi063.stdout:Installed-Size: 20 2024-09-10T18:11:17.370 INFO:teuthology.orchestra.run.smithi063.stdout:Maintainer: Ubuntu Kernel Team 2024-09-10T18:11:17.370 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: amd64 2024-09-10T18:11:17.370 INFO:teuthology.orchestra.run.smithi063.stdout:Source: linux-meta 2024-09-10T18:11:17.370 INFO:teuthology.orchestra.run.smithi063.stdout:Version: 5.4.0.195.193 2024-09-10T18:11:17.370 INFO:teuthology.orchestra.run.smithi063.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-10T18:11:17.370 INFO:teuthology.orchestra.run.smithi063.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-10T18:11:17.370 INFO:teuthology.orchestra.run.smithi063.stdout:Recommends: thermald 2024-09-10T18:11:17.370 INFO:teuthology.orchestra.run.smithi063.stdout:Description: Generic Linux kernel image 2024-09-10T18:11:17.370 INFO:teuthology.orchestra.run.smithi063.stdout: This package will always depend on the latest generic kernel image 2024-09-10T18:11:17.370 INFO:teuthology.orchestra.run.smithi063.stdout: available. 2024-09-10T18:11:17.371 DEBUG:teuthology.orchestra.run.smithi063:> mktemp 2024-09-10T18:11:17.375 INFO:teuthology.orchestra.run.smithi063.stdout:/tmp/tmp.mqAVggYl9U 2024-09-10T18:11:17.375 DEBUG:teuthology.orchestra.run.smithi063:> sudo cp /boot/grub/grub.cfg /tmp/tmp.mqAVggYl9U 2024-09-10T18:11:17.458 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0666 /tmp/tmp.mqAVggYl9U 2024-09-10T18:11:17.498 DEBUG:teuthology.orchestra.remote:smithi063:/tmp/tmp.mqAVggYl9U is 9KB 2024-09-10T18:11:17.551 DEBUG:teuthology.orchestra.run.smithi063:> rm -fr /tmp/tmp.mqAVggYl9U 2024-09-10T18:11:17.553 INFO:teuthology.orchestra.run.smithi031.stdout:Building dependency tree... 2024-09-10T18:11:17.554 INFO:teuthology.orchestra.run.smithi031.stdout:Reading state information... 2024-09-10T18:11:17.557 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-10T18:11:17.570 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-10T18:11:17.570 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-10T18:11:17.570 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-10T18:11:17.647 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-195-generic 2024-09-10T18:11:17.647 DEBUG:teuthology.orchestra.run.smithi063:> sudo update-grub 2024-09-10T18:11:17.809 INFO:teuthology.orchestra.run.smithi031.stdout:linux-image-generic is already the newest version (5.4.0.195.193). 2024-09-10T18:11:17.809 INFO:teuthology.orchestra.run.smithi031.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-09-10T18:11:17.811 DEBUG:teuthology.orchestra.run.smithi031:> dpkg -s linux-image-generic 2024-09-10T18:11:17.834 INFO:teuthology.orchestra.run.smithi031.stdout:Package: linux-image-generic 2024-09-10T18:11:17.834 INFO:teuthology.orchestra.run.smithi031.stdout:Status: install ok installed 2024-09-10T18:11:17.834 INFO:teuthology.orchestra.run.smithi031.stdout:Priority: optional 2024-09-10T18:11:17.834 INFO:teuthology.orchestra.run.smithi031.stdout:Section: kernel 2024-09-10T18:11:17.834 INFO:teuthology.orchestra.run.smithi031.stdout:Installed-Size: 20 2024-09-10T18:11:17.834 INFO:teuthology.orchestra.run.smithi031.stdout:Maintainer: Ubuntu Kernel Team 2024-09-10T18:11:17.835 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: amd64 2024-09-10T18:11:17.835 INFO:teuthology.orchestra.run.smithi031.stdout:Source: linux-meta 2024-09-10T18:11:17.835 INFO:teuthology.orchestra.run.smithi031.stdout:Version: 5.4.0.195.193 2024-09-10T18:11:17.835 INFO:teuthology.orchestra.run.smithi031.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-10T18:11:17.835 INFO:teuthology.orchestra.run.smithi031.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-10T18:11:17.835 INFO:teuthology.orchestra.run.smithi031.stdout:Recommends: thermald 2024-09-10T18:11:17.835 INFO:teuthology.orchestra.run.smithi031.stdout:Description: Generic Linux kernel image 2024-09-10T18:11:17.835 INFO:teuthology.orchestra.run.smithi031.stdout: This package will always depend on the latest generic kernel image 2024-09-10T18:11:17.835 INFO:teuthology.orchestra.run.smithi031.stdout: available. 2024-09-10T18:11:17.835 DEBUG:teuthology.orchestra.run.smithi031:> mktemp 2024-09-10T18:11:17.841 INFO:teuthology.orchestra.run.smithi031.stdout:/tmp/tmp.Jg1x3DP2UE 2024-09-10T18:11:17.842 DEBUG:teuthology.orchestra.run.smithi031:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Jg1x3DP2UE 2024-09-10T18:11:17.855 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0666 /tmp/tmp.Jg1x3DP2UE 2024-09-10T18:11:17.942 DEBUG:teuthology.orchestra.remote:smithi031:/tmp/tmp.Jg1x3DP2UE is 9KB 2024-09-10T18:11:17.956 DEBUG:teuthology.orchestra.run.smithi031:> rm -fr /tmp/tmp.Jg1x3DP2UE 2024-09-10T18:11:17.963 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-10T18:11:18.021 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-10T18:11:18.021 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-10T18:11:18.021 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-10T18:11:18.045 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-195-generic 2024-09-10T18:11:18.045 DEBUG:teuthology.orchestra.run.smithi031:> sudo update-grub 2024-09-10T18:11:18.984 INFO:teuthology.orchestra.run.smithi063.stderr:Sourcing file `/etc/default/grub' 2024-09-10T18:11:18.989 INFO:teuthology.orchestra.run.smithi063.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-10T18:11:18.998 INFO:teuthology.orchestra.run.smithi063.stderr:Generating grub configuration file ... 2024-09-10T18:11:19.267 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-10T18:11:19.279 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-10T18:11:19.674 INFO:teuthology.orchestra.run.smithi031.stderr:Sourcing file `/etc/default/grub' 2024-09-10T18:11:19.683 INFO:teuthology.orchestra.run.smithi031.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-10T18:11:19.687 INFO:teuthology.orchestra.run.smithi031.stderr:Generating grub configuration file ... 2024-09-10T18:11:19.813 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-10T18:11:19.824 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-10T18:11:19.957 INFO:teuthology.orchestra.run.smithi031.stderr:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-10T18:11:19.968 INFO:teuthology.orchestra.run.smithi031.stderr:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-10T18:11:20.369 INFO:teuthology.orchestra.run.smithi031.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-10T18:11:20.380 INFO:teuthology.orchestra.run.smithi031.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-10T18:11:20.873 INFO:teuthology.orchestra.run.smithi063.stderr:done 2024-09-10T18:11:20.875 DEBUG:teuthology.orchestra.run.smithi063:> sudo shutdown -r now 2024-09-10T18:11:21.483 INFO:teuthology.orchestra.run.smithi031.stderr:done 2024-09-10T18:11:21.485 DEBUG:teuthology.orchestra.run.smithi031:> sudo shutdown -r now 2024-09-10T18:11:50.905 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-09-10T18:11:50.906 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-10T18:11:50.907 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:11:51.489 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-09-10T18:11:51.489 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-09-10T18:11:51.489 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:12:25.534 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-09-10T18:12:34.544 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-10T18:12:34.545 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:12:51.505 DEBUG:teuthology.orchestra.remote:timed out 2024-09-10T18:13:00.513 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-09-10T18:13:00.514 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:13:00.765 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-09-10T18:13:01.361 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-09-10T18:13:01.361 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-195-generic"... 2024-09-10T18:13:01.361 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-09-10T18:13:01.367 INFO:teuthology.orchestra.run.smithi031.stdout:5.4.0-195-generic 2024-09-10T18:13:01.368 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-195-generic vs 5.4.0-195-generic 2024-09-10T18:13:01.368 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T18:13:01.368 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-10T18:13:02.368 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-09-10T18:13:02.369 DEBUG:teuthology.orchestra.run.smithi031:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T18:13:02.480 INFO:teuthology.orchestra.run.smithi031.stdout:ttyS1 2024-09-10T18:13:02.502 DEBUG:teuthology.parallel:result is None 2024-09-10T18:13:34.548 DEBUG:teuthology.orchestra.remote:timed out 2024-09-10T18:13:46.549 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-10T18:13:46.550 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:13:46.800 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-09-10T18:13:47.451 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-10T18:13:47.451 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-195-generic"... 2024-09-10T18:13:47.451 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-09-10T18:13:47.458 INFO:teuthology.orchestra.run.smithi063.stdout:5.4.0-195-generic 2024-09-10T18:13:47.458 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-195-generic vs 5.4.0-195-generic 2024-09-10T18:13:47.458 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T18:13:47.458 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-10T18:13:48.460 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-09-10T18:13:48.461 DEBUG:teuthology.orchestra.run.smithi063:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T18:13:48.560 INFO:teuthology.orchestra.run.smithi063.stdout:ttyS1 2024-09-10T18:13:48.579 DEBUG:teuthology.parallel:result is None 2024-09-10T18:13:48.579 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-10T18:13:49.120 INFO:teuthology.task.internal:Creating test directory... 2024-09-10T18:13:49.120 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T18:13:49.123 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T18:13:49.130 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-10T18:13:49.241 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-10T18:13:49.292 INFO:teuthology.task.internal:Creating archive directory... 2024-09-10T18:13:49.293 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T18:13:49.296 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T18:13:49.380 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-10T18:13:49.386 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-10T18:13:49.387 DEBUG:teuthology.orchestra.run.smithi031:> 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-10T18:13:49.389 DEBUG:teuthology.orchestra.run.smithi063:> 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-10T18:13:49.407 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:13:49.409 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:13:49.418 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:13:49.419 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:13:49.421 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-10T18:13:49.427 INFO:teuthology.task.internal:Configuring sudo... 2024-09-10T18:13:49.428 DEBUG:teuthology.orchestra.run.smithi031:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T18:13:49.430 DEBUG:teuthology.orchestra.run.smithi063:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T18:13:49.447 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-10T18:13:49.455 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-10T18:13:49.455 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T18:13:49.482 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T18:13:49.495 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:13:49.501 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:13:49.550 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-10T18:13:49.551 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T18:13:49.571 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:13:49.578 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:13:49.585 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-10T18:13:49.585 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T18:13:49.650 DEBUG:teuthology.orchestra.run.smithi031:> sudo service rsyslog restart 2024-09-10T18:13:49.652 DEBUG:teuthology.orchestra.run.smithi063:> sudo service rsyslog restart 2024-09-10T18:13:49.700 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-10T18:13:49.707 INFO:teuthology.task.internal:Starting timer... 2024-09-10T18:13:49.707 INFO:teuthology.run_tasks:Running task pcp... 2024-09-10T18:13:49.747 INFO:teuthology.run_tasks:Running task selinux... 2024-09-10T18:13:49.756 DEBUG:teuthology.task.selinux:Excluding smithi031: OS 'ubuntu' does not support SELinux 2024-09-10T18:13:49.757 DEBUG:teuthology.task.selinux:Excluding smithi063: OS 'ubuntu' does not support SELinux 2024-09-10T18:13:49.757 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-10T18:13:49.757 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-10T18:13:49.757 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-10T18:13:49.757 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-10T18:13:49.767 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-10T18:13:49.770 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-10T18:13:49.888 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-10T18:13:49.900 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-10T18:13:49.901 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi031.front.sepia.ceph.com,smithi063.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-10T18:19:35.849 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi031.front.sepia.ceph.com'), Remote(name='ubuntu@smithi063.front.sepia.ceph.com')] 2024-09-10T18:19:35.850 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-09-10T18:19:35.851 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:19:35.949 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-09-10T18:19:36.074 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-09-10T18:19:36.075 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-10T18:19:36.075 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:19:36.169 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-09-10T18:19:36.290 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-10T18:19:36.290 INFO:teuthology.run_tasks:Running task clock... 2024-09-10T18:19:36.300 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-10T18:19:36.300 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T18:19:36.301 DEBUG:teuthology.orchestra.run.smithi031:> 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-10T18:19:36.303 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T18:19:36.303 DEBUG:teuthology.orchestra.run.smithi063:> 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-10T18:19:36.337 INFO:teuthology.orchestra.run.smithi031.stdout:10 Sep 18:19:36 ntpd[13644]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-09-10T18:19:36.337 INFO:teuthology.orchestra.run.smithi031.stdout:10 Sep 18:19:36 ntpd[13644]: Command line: ntpd -gq 2024-09-10T18:19:36.338 INFO:teuthology.orchestra.run.smithi031.stdout:10 Sep 18:19:36 ntpd[13644]: proto: precision = 0.095 usec (-23) 2024-09-10T18:19:36.338 INFO:teuthology.orchestra.run.smithi063.stdout:10 Sep 18:19:36 ntpd[13686]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-09-10T18:19:36.338 INFO:teuthology.orchestra.run.smithi063.stdout:10 Sep 18:19:36 ntpd[13686]: Command line: ntpd -gq 2024-09-10T18:19:36.339 INFO:teuthology.orchestra.run.smithi031.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-10T18:19:36.339 INFO:teuthology.orchestra.run.smithi063.stdout:10 Sep 18:19:36 ntpd[13686]: proto: precision = 0.061 usec (-24) 2024-09-10T18:19:36.339 INFO:teuthology.orchestra.run.smithi031.stdout:10 Sep 18:19:36 ntpd[13644]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-10T18:19:36.339 INFO:teuthology.orchestra.run.smithi063.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-10T18:19:36.340 INFO:teuthology.orchestra.run.smithi031.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-10T18:19:36.340 INFO:teuthology.orchestra.run.smithi063.stdout:10 Sep 18:19:36 ntpd[13686]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-10T18:19:36.341 INFO:teuthology.orchestra.run.smithi063.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-10T18:19:36.342 INFO:teuthology.orchestra.run.smithi031.stdout:10 Sep 18:19:36 ntpd[13644]: restrict ::: KOD does nothing without LIMITED. 2024-09-10T18:19:36.342 INFO:teuthology.orchestra.run.smithi031.stdout:10 Sep 18:19:36 ntpd[13644]: Listen and drop on 0 v6wildcard [::]:123 2024-09-10T18:19:36.342 INFO:teuthology.orchestra.run.smithi031.stdout:10 Sep 18:19:36 ntpd[13644]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-10T18:19:36.342 INFO:teuthology.orchestra.run.smithi031.stdout:10 Sep 18:19:36 ntpd[13644]: Listen normally on 2 lo 127.0.0.1:123 2024-09-10T18:19:36.342 INFO:teuthology.orchestra.run.smithi031.stdout:10 Sep 18:19:36 ntpd[13644]: Listen normally on 3 ens1f0 172.21.15.31:123 2024-09-10T18:19:36.342 INFO:teuthology.orchestra.run.smithi031.stdout:10 Sep 18:19:36 ntpd[13644]: Listen normally on 4 lo [::1]:123 2024-09-10T18:19:36.342 INFO:teuthology.orchestra.run.smithi031.stdout:10 Sep 18:19:36 ntpd[13644]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fea5:caba%4]:123 2024-09-10T18:19:36.342 INFO:teuthology.orchestra.run.smithi031.stdout:10 Sep 18:19:36 ntpd[13644]: Listening on routing socket on fd #22 for interface updates 2024-09-10T18:19:36.343 INFO:teuthology.orchestra.run.smithi063.stdout:10 Sep 18:19:36 ntpd[13686]: restrict ::: KOD does nothing without LIMITED. 2024-09-10T18:19:36.343 INFO:teuthology.orchestra.run.smithi063.stdout:10 Sep 18:19:36 ntpd[13686]: Listen and drop on 0 v6wildcard [::]:123 2024-09-10T18:19:36.343 INFO:teuthology.orchestra.run.smithi063.stdout:10 Sep 18:19:36 ntpd[13686]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-10T18:19:36.343 INFO:teuthology.orchestra.run.smithi063.stdout:10 Sep 18:19:36 ntpd[13686]: Listen normally on 2 lo 127.0.0.1:123 2024-09-10T18:19:36.343 INFO:teuthology.orchestra.run.smithi063.stdout:10 Sep 18:19:36 ntpd[13686]: Listen normally on 3 enp3s0f1 172.21.15.63:123 2024-09-10T18:19:36.343 INFO:teuthology.orchestra.run.smithi063.stdout:10 Sep 18:19:36 ntpd[13686]: Listen normally on 4 lo [::1]:123 2024-09-10T18:19:36.343 INFO:teuthology.orchestra.run.smithi063.stdout:10 Sep 18:19:36 ntpd[13686]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:feb6:f8d7%5]:123 2024-09-10T18:19:36.343 INFO:teuthology.orchestra.run.smithi063.stdout:10 Sep 18:19:36 ntpd[13686]: Listening on routing socket on fd #22 for interface updates 2024-09-10T18:19:37.338 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:37 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:37.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:37 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:37.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:37 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:37.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:37 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:37.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:37 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:37.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:37 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:37.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:37 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:37.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:37 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:37.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:37 ntpd[13644]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:19:37.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:37 ntpd[13644]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:19:37.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:37 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:37.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:37 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:37.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:37 ntpd[13644]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:19:37.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:37 ntpd[13644]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:19:37.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:37 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:37.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:37 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:37.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:37 ntpd[13644]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:19:37.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:37 ntpd[13644]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:19:37.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:37 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:37.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:37 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:37.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:37 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:37.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:37 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:37.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:37 ntpd[13686]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:19:37.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:37 ntpd[13686]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:19:38.338 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:38 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:38.338 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:38 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:39.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:39.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:39.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:39.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:39.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:39.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:39.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:39.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:39.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:39.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:39.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:19:39.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:19:39.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:39.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:39.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:19:39.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:19:39.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:39.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:39.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:19:39.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:39 ntpd[13644]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:19:39.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:39 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:39.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:39 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:39.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:39 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:39.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:39 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:39.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:39 ntpd[13686]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:19:39.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:39 ntpd[13686]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:19:40.339 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:40 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:40.339 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:40 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:40.339 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:40 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:40.339 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:40 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:40.339 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:40 ntpd[13686]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:19:40.339 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:40 ntpd[13686]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:19:41.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:41 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:41.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:41 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:41.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:41 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:41.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:41 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:41.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:41 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:41.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:41 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:41.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:41 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:41.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:41 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:41.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:41 ntpd[13644]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:19:41.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:41 ntpd[13644]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:19:41.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:41 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:41.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:41 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:41.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:41 ntpd[13644]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:19:41.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:41 ntpd[13644]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:19:41.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:41 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:41.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:41 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:41.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:41 ntpd[13644]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:19:41.340 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:41 ntpd[13644]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:19:41.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:41 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:41.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:41 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:41.342 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:41 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:41.342 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:41 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:41.342 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:41 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:41.342 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:41 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:41.342 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:41 ntpd[13686]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:19:41.342 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:41 ntpd[13686]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:19:41.342 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:41 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:41.342 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:41 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:41.342 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:41 ntpd[13686]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:19:41.342 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:41 ntpd[13686]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:19:42.339 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:42 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:42.339 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:42 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:42.339 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:42 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:42.339 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:42 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:42.339 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:42 ntpd[13686]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:19:42.339 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:42 ntpd[13686]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:19:43.338 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:43 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:43.338 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:43 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:43.338 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:43 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:43.338 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:43 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:43.338 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:43 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:43.338 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:43 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:43.338 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:43 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:43.338 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:43 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:43.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:43 ntpd[13644]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:19:43.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:43 ntpd[13644]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:19:43.339 INFO:teuthology.orchestra.run.smithi031.stdout:10 Sep 18:19:43 ntpd[13644]: ntpd: time slew +0.002278 s 2024-09-10T18:19:43.339 INFO:teuthology.orchestra.run.smithi031.stdout:ntpd: time slew +0.002278s 2024-09-10T18:19:43.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:43 ntpd[13644]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-10T18:19:43.339 INFO:teuthology.orchestra.run.smithi031.stderr:10 Sep 18:19:43 ntpd[13644]: can't open /var/log/ntpstats/loopstats.20240910: Permission denied 2024-09-10T18:19:43.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:43 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:43.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:43 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:43.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:43 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:43.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:43 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:43.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:43 ntpd[13686]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T18:19:43.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:43 ntpd[13686]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T18:19:43.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:43 ntpd[13686]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T18:19:43.341 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:43 ntpd[13686]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T18:19:43.342 INFO:teuthology.orchestra.run.smithi063.stdout:10 Sep 18:19:43 ntpd[13686]: ntpd: time slew +0.003744 s 2024-09-10T18:19:43.342 INFO:teuthology.orchestra.run.smithi063.stdout:ntpd: time slew +0.003744s 2024-09-10T18:19:43.342 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:43 ntpd[13686]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-10T18:19:43.342 INFO:teuthology.orchestra.run.smithi063.stderr:10 Sep 18:19:43 ntpd[13686]: can't open /var/log/ntpstats/loopstats.20240910: Permission denied 2024-09-10T18:19:43.398 INFO:teuthology.orchestra.run.smithi031.stdout: remote refid st t when poll reach delay offset jitter 2024-09-10T18:19:43.399 INFO:teuthology.orchestra.run.smithi031.stdout:============================================================================== 2024-09-10T18:19:43.399 INFO:teuthology.orchestra.run.smithi031.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-10T18:19:43.399 INFO:teuthology.orchestra.run.smithi031.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-10T18:19:43.399 INFO:teuthology.orchestra.run.smithi031.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-10T18:19:43.399 INFO:teuthology.orchestra.run.smithi031.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-10T18:19:43.413 INFO:teuthology.orchestra.run.smithi063.stdout: remote refid st t when poll reach delay offset jitter 2024-09-10T18:19:43.413 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================== 2024-09-10T18:19:43.413 INFO:teuthology.orchestra.run.smithi063.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-10T18:19:43.413 INFO:teuthology.orchestra.run.smithi063.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-10T18:19:43.413 INFO:teuthology.orchestra.run.smithi063.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-10T18:19:43.413 INFO:teuthology.orchestra.run.smithi063.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-10T18:19:43.414 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-10T18:19:43.505 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': '5be57395ea235535910512ae73ba8e7ff25fe588'} 2024-09-10T18:19:43.506 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15.2.9 2024-09-10T18:19:43.506 INFO:tasks.cephadm:Cluster fsid is 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:19:43.507 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-10T18:19:43.507 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.31', 'mon.c': '[v2:172.21.15.31:3301,v1:172.21.15.31:6790]', 'mon.b': '172.21.15.63'} 2024-09-10T18:19:43.507 INFO:tasks.cephadm:First mon is mon.a on smithi031 2024-09-10T18:19:43.507 INFO:tasks.cephadm:First mgr is y 2024-09-10T18:19:43.507 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-10T18:19:43.507 DEBUG:teuthology.orchestra.run.smithi031:> sudo hostname $(hostname -s) 2024-09-10T18:19:43.525 DEBUG:teuthology.orchestra.run.smithi063:> sudo hostname $(hostname -s) 2024-09-10T18:19:43.541 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v15.2.9)... 2024-09-10T18:19:43.541 DEBUG:teuthology.orchestra.run.smithi031:> 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-10T18:19:43.848 INFO:teuthology.orchestra.run.smithi031.stdout:-rw-rw-r-- 1 ubuntu ubuntu 219588 Sep 10 18:19 /home/ubuntu/cephtest/cephadm 2024-09-10T18:19:43.849 DEBUG:teuthology.orchestra.run.smithi063:> 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-10T18:19:44.151 INFO:teuthology.orchestra.run.smithi063.stdout:-rw-rw-r-- 1 ubuntu ubuntu 219588 Sep 10 18:19 /home/ubuntu/cephtest/cephadm 2024-09-10T18:19:44.152 DEBUG:teuthology.orchestra.run.smithi031:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T18:19:44.161 DEBUG:teuthology.orchestra.run.smithi063:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T18:19:44.204 INFO:tasks.cephadm:Pulling image docker.io/ceph/ceph:v15.2.9 on all hosts... 2024-09-10T18:19:44.204 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 pull 2024-09-10T18:19:44.206 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 pull 2024-09-10T18:19:44.339 INFO:teuthology.orchestra.run.smithi031.stderr:Pulling container image docker.io/ceph/ceph:v15.2.9... 2024-09-10T18:19:44.340 INFO:teuthology.orchestra.run.smithi063.stderr:Pulling container image docker.io/ceph/ceph:v15.2.9... 2024-09-10T18:20:19.014 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-09-10T18:20:19.014 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph_version": "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)", 2024-09-10T18:20:19.014 INFO:teuthology.orchestra.run.smithi063.stdout: "image_id": "dfc48307963697ff48acd9dd6fda4a7a24017b9d8124f86c2a542b0802fe77ba", 2024-09-10T18:20:19.014 INFO:teuthology.orchestra.run.smithi063.stdout: "repo_digest": "ceph/ceph@sha256:ffc5c6c93b4ff584400eab951ae5d41ef0042031c96fb539b50f75cca5c68548" 2024-09-10T18:20:19.014 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-09-10T18:20:19.272 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:20:19.272 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph_version": "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)", 2024-09-10T18:20:19.272 INFO:teuthology.orchestra.run.smithi031.stdout: "image_id": "dfc48307963697ff48acd9dd6fda4a7a24017b9d8124f86c2a542b0802fe77ba", 2024-09-10T18:20:19.272 INFO:teuthology.orchestra.run.smithi031.stdout: "repo_digest": "ceph/ceph@sha256:ffc5c6c93b4ff584400eab951ae5d41ef0042031c96fb539b50f75cca5c68548" 2024-09-10T18:20:19.272 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:20:19.291 DEBUG:teuthology.orchestra.run.smithi031:> sudo mkdir -p /etc/ceph 2024-09-10T18:20:19.307 DEBUG:teuthology.orchestra.run.smithi063:> sudo mkdir -p /etc/ceph 2024-09-10T18:20:19.324 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 777 /etc/ceph 2024-09-10T18:20:19.338 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 777 /etc/ceph 2024-09-10T18:20:19.381 INFO:tasks.cephadm:Writing seed config... 2024-09-10T18:20:19.382 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-10T18:20:19.382 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-10T18:20:19.383 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-10T18:20:19.383 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-10T18:20:19.383 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-10T18:20:19.383 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-10T18:20:19.383 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-10T18:20:19.383 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-10T18:20:19.383 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-10T18:20:19.384 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-10T18:20:19.384 DEBUG:teuthology.orchestra.run.smithi031:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-10T18:20:19.391 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 = 408b5ca8-6fa1-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-10T18:20:19.391 DEBUG:teuthology.orchestra.run.smithi031:mon.a> sudo journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.a.service 2024-09-10T18:20:19.434 DEBUG:teuthology.orchestra.run.smithi031:mgr.y> sudo journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.y.service 2024-09-10T18:20:19.436 INFO:tasks.cephadm:Bootstrapping... 2024-09-10T18:20:19.436 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 -v bootstrap --fsid 408b5ca8-6fa1-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.31 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-10T18:20:19.572 INFO:teuthology.orchestra.run.smithi031.stderr:Could not locate podman: podman not found 2024-09-10T18:20:19.572 INFO:teuthology.orchestra.run.smithi031.stderr:Verifying podman|docker is present... 2024-09-10T18:20:19.572 INFO:teuthology.orchestra.run.smithi031.stderr:Verifying lvm2 is present... 2024-09-10T18:20:19.572 INFO:teuthology.orchestra.run.smithi031.stderr:Verifying time synchronization is in place... 2024-09-10T18:20:19.572 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-enabled chrony.service 2024-09-10T18:20:19.579 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T18:20:19.579 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-active chrony.service 2024-09-10T18:20:19.586 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stdout inactive 2024-09-10T18:20:19.587 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-enabled chronyd.service 2024-09-10T18:20:19.591 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-10T18:20:19.591 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-active chronyd.service 2024-09-10T18:20:19.596 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stdout inactive 2024-09-10T18:20:19.596 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-enabled systemd-timesyncd.service 2024-09-10T18:20:19.600 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stdout masked 2024-09-10T18:20:19.601 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-active systemd-timesyncd.service 2024-09-10T18:20:19.606 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stdout inactive 2024-09-10T18:20:19.607 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-enabled ntpd.service 2024-09-10T18:20:19.613 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-10T18:20:19.613 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-active ntpd.service 2024-09-10T18:20:19.619 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stdout inactive 2024-09-10T18:20:19.619 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-enabled ntp.service 2024-09-10T18:20:19.624 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stdout enabled 2024-09-10T18:20:19.625 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-active ntp.service 2024-09-10T18:20:19.630 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stdout active 2024-09-10T18:20:19.630 INFO:teuthology.orchestra.run.smithi031.stderr:Unit ntp.service is enabled and running 2024-09-10T18:20:19.631 INFO:teuthology.orchestra.run.smithi031.stderr:Repeating the final host check... 2024-09-10T18:20:19.631 INFO:teuthology.orchestra.run.smithi031.stderr:Could not locate podman: podman not found 2024-09-10T18:20:19.631 INFO:teuthology.orchestra.run.smithi031.stderr:podman|docker (/usr/bin/docker) is present 2024-09-10T18:20:19.631 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl is present 2024-09-10T18:20:19.631 INFO:teuthology.orchestra.run.smithi031.stderr:lvcreate is present 2024-09-10T18:20:19.632 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-enabled chrony.service 2024-09-10T18:20:19.638 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T18:20:19.638 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-active chrony.service 2024-09-10T18:20:19.644 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stdout inactive 2024-09-10T18:20:19.645 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-enabled chronyd.service 2024-09-10T18:20:19.651 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-10T18:20:19.651 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-active chronyd.service 2024-09-10T18:20:19.658 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stdout inactive 2024-09-10T18:20:19.658 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-enabled systemd-timesyncd.service 2024-09-10T18:20:19.665 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stdout masked 2024-09-10T18:20:19.665 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-active systemd-timesyncd.service 2024-09-10T18:20:19.673 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stdout inactive 2024-09-10T18:20:19.673 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-enabled ntpd.service 2024-09-10T18:20:19.678 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-10T18:20:19.870 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-active ntpd.service 2024-09-10T18:20:19.870 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stdout inactive 2024-09-10T18:20:19.871 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-enabled ntp.service 2024-09-10T18:20:19.871 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stdout enabled 2024-09-10T18:20:19.871 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl is-active ntp.service 2024-09-10T18:20:19.871 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stdout active 2024-09-10T18:20:19.871 INFO:teuthology.orchestra.run.smithi031.stderr:Unit ntp.service is enabled and running 2024-09-10T18:20:19.871 INFO:teuthology.orchestra.run.smithi031.stderr:Host looks OK 2024-09-10T18:20:19.871 INFO:teuthology.orchestra.run.smithi031.stderr:Cluster fsid: 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:20:19.871 INFO:teuthology.orchestra.run.smithi031.stderr:Acquiring lock 139656808172944 on /run/cephadm/408b5ca8-6fa1-11ef-bcea-c7b262605968.lock 2024-09-10T18:20:19.871 INFO:teuthology.orchestra.run.smithi031.stderr:Lock 139656808172944 acquired on /run/cephadm/408b5ca8-6fa1-11ef-bcea-c7b262605968.lock 2024-09-10T18:20:19.871 INFO:teuthology.orchestra.run.smithi031.stderr:Verifying IP 172.21.15.31 port 3300 ... 2024-09-10T18:20:19.871 INFO:teuthology.orchestra.run.smithi031.stderr:Verifying IP 172.21.15.31 port 6789 ... 2024-09-10T18:20:19.871 INFO:teuthology.orchestra.run.smithi031.stderr:Base mon IP is 172.21.15.31, final addrv is [v2:172.21.15.31:3300,v1:172.21.15.31:6789] 2024-09-10T18:20:19.871 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: /usr/sbin/ip route ls 2024-09-10T18:20:19.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-09-10T18:20:19.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-10T18:20:19.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.31 2024-09-10T18:20:19.872 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: /usr/sbin/ip -6 route ls 2024-09-10T18:20:19.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-10T18:20:19.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-10T18:20:19.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1799sec hoplimit 64 pref medium 2024-09-10T18:20:19.872 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: /usr/sbin/ip -6 addr ls 2024-09-10T18:20:19.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-10T18:20:19.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-10T18:20:19.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-10T18:20:19.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-10T18:20:19.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/sbin/ip: stdout inet6 fe80::ae1f:6bff:fea5:caba/64 scope link 2024-09-10T18:20:19.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-10T18:20:19.872 INFO:teuthology.orchestra.run.smithi031.stderr:Mon IP 172.21.15.31 is in CIDR network 172.21.0.0/20 2024-09-10T18:20:19.873 INFO:teuthology.orchestra.run.smithi031.stderr:Pulling container image docker.io/ceph/ceph:v15.2.9... 2024-09-10T18:20:19.873 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: /usr/bin/docker pull docker.io/ceph/ceph:v15.2.9 2024-09-10T18:20:19.873 INFO:journalctl@ceph.mgr.y.smithi031.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T18:20:19.873 INFO:journalctl@ceph.mon.a.smithi031.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T18:20:23.063 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/docker: stdout v15.2.9: Pulling from ceph/ceph 2024-09-10T18:20:23.161 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/docker: stdout Digest: sha256:ffc5c6c93b4ff584400eab951ae5d41ef0042031c96fb539b50f75cca5c68548 2024-09-10T18:20:23.161 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/docker: stdout Status: Image is up to date for ceph/ceph:v15.2.9 2024-09-10T18:20:23.185 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/docker: stdout docker.io/ceph/ceph:v15.2.9 2024-09-10T18:20:23.188 INFO:teuthology.orchestra.run.smithi031.stderr:Extracting ceph user uid/gid from container image... 2024-09-10T18:20:23.188 INFO:teuthology.orchestra.run.smithi031.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=smithi031 docker.io/ceph/ceph:v15.2.9 -c %u %g /var/lib/ceph 2024-09-10T18:20:24.289 INFO:teuthology.orchestra.run.smithi031.stderr:stat: stdout 167 167 2024-09-10T18:20:24.859 INFO:teuthology.orchestra.run.smithi031.stderr:Creating initial keys... 2024-09-10T18:20:24.859 INFO:teuthology.orchestra.run.smithi031.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=smithi031 docker.io/ceph/ceph:v15.2.9 --gen-print-key 2024-09-10T18:20:25.767 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-authtool: stdout AQDpjeBmQN2vLRAAgujy86p9Z1whIYPM9G/E3g== 2024-09-10T18:20:26.290 INFO:teuthology.orchestra.run.smithi031.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=smithi031 docker.io/ceph/ceph:v15.2.9 --gen-print-key 2024-09-10T18:20:27.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-authtool: stdout AQDrjeBmtcAZFBAA5Klwit7uuEVpNOGD5UpdUg== 2024-09-10T18:20:27.946 INFO:teuthology.orchestra.run.smithi031.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=smithi031 docker.io/ceph/ceph:v15.2.9 --gen-print-key 2024-09-10T18:20:28.864 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-authtool: stdout AQDsjeBmO5BvMxAAiA+qNt5vSoV2WaYn8mx88Q== 2024-09-10T18:20:29.436 INFO:teuthology.orchestra.run.smithi031.stderr:Creating initial monmap... 2024-09-10T18:20:29.437 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /tmp/ceph-tmpm5f4oznu:/tmp/monmap:z docker.io/ceph/ceph:v15.2.9 --create --clobber --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 --addv a [v2:172.21.15.31:3300,v1:172.21.15.31:6789] /tmp/monmap 2024-09-10T18:20:30.375 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-10T18:20:30.376 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:20:30.376 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-10T18:20:30.907 INFO:teuthology.orchestra.run.smithi031.stderr:Creating mon... 2024-09-10T18:20:30.911 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpqyy01eye:/tmp/keyring:z -v /tmp/ceph-tmpm5f4oznu:/tmp/monmap:z docker.io/ceph/ceph:v15.2.9 --mkfs -i a --fsid 408b5ca8-6fa1-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-10T18:20:31.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T18:20:31.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 1 imported monmap: 2024-09-10T18:20:31.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr epoch 0 2024-09-10T18:20:31.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:20:31.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr last_changed 2024-09-10T18:20:30.374590+0000 2024-09-10T18:20:31.847 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr created 2024-09-10T18:20:30.374590+0000 2024-09-10T18:20:31.847 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr min_mon_release 0 (unknown) 2024-09-10T18:20:31.847 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.a 2024-09-10T18:20:31.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:20:31.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 0 /usr/bin/ceph-mon: set fsid to 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:20:31.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 0 set rocksdb option compression = kNoCompression 2024-09-10T18:20:31.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T18:20:31.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T18:20:31.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 0 set rocksdb option compression = kNoCompression 2024-09-10T18:20:31.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T18:20:31.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T18:20:31.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: RocksDB version: 6.1.2 2024-09-10T18:20:31.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:20:31.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T18:20:31.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Compile date Feb 23 2021 2024-09-10T18:20:31.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: DB SUMMARY 2024-09-10T18:20:31.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:20:31.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-10T18:20:31.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:20:31.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-10T18:20:31.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:20:31.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.error_if_exists: 0 2024-09-10T18:20:31.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.create_if_missing: 1 2024-09-10T18:20:31.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T18:20:31.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.env: 0x55daaa9f11a0 2024-09-10T18:20:31.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.info_log: 0x55daac741520 2024-09-10T18:20:31.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T18:20:31.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.statistics: (nil) 2024-09-10T18:20:31.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.use_fsync: 0 2024-09-10T18:20:31.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T18:20:31.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T18:20:31.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T18:20:31.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T18:20:31.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T18:20:31.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T18:20:31.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T18:20:31.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T18:20:31.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T18:20:31.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T18:20:31.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T18:20:31.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.db_log_dir: 2024-09-10T18:20:31.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-10T18:20:31.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T18:20:31.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T18:20:31.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T18:20:31.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T18:20:31.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T18:20:31.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T18:20:31.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T18:20:31.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T18:20:31.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T18:20:31.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.write_buffer_manager: 0x55daac79e4b0 2024-09-10T18:20:31.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T18:20:31.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T18:20:31.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T18:20:31.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T18:20:31.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T18:20:31.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T18:20:31.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T18:20:31.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T18:20:31.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T18:20:31.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T18:20:31.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T18:20:31.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T18:20:31.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T18:20:31.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.row_cache: None 2024-09-10T18:20:31.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.wal_filter: None 2024-09-10T18:20:31.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T18:20:31.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T18:20:31.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T18:20:31.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.two_write_queues: 0 2024-09-10T18:20:31.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T18:20:31.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.atomic_flush: 0 2024-09-10T18:20:31.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T18:20:31.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T18:20:31.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T18:20:31.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T18:20:31.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T18:20:31.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T18:20:31.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T18:20:31.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T18:20:31.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T18:20:31.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T18:20:31.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T18:20:31.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.max_open_files: -1 2024-09-10T18:20:31.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T18:20:31.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T18:20:31.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T18:20:31.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Compression algorithms supported: 2024-09-10T18:20:31.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T18:20:31.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: kZSTD supported: 0 2024-09-10T18:20:31.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: kXpressCompression supported: 0 2024-09-10T18:20:31.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T18:20:31.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T18:20:31.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T18:20:31.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: kZlibCompression supported: 1 2024-09-10T18:20:31.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T18:20:31.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T18:20:31.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.840+0000 7fc1c82c0700 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-09-10T18:20:31.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:20:31.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-10T18:20:31.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:20:31.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-10T18:20:31.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:20:31.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T18:20:31.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.merge_operator: 2024-09-10T18:20:31.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.compaction_filter: None 2024-09-10T18:20:31.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T18:20:31.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T18:20:31.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T18:20:31.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55daac6d50c0) 2024-09-10T18:20:31.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-10T18:20:31.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-09-10T18:20:31.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T18:20:31.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-10T18:20:31.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-10T18:20:31.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-10T18:20:31.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-10T18:20:31.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr hash_index_allow_collision: 1 2024-09-10T18:20:31.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr checksum: 1 2024-09-10T18:20:31.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-10T18:20:31.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr block_cache: 0x55daac70c510 2024-09-10T18:20:31.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-10T18:20:31.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-10T18:20:31.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-10T18:20:31.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-10T18:20:31.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-10T18:20:31.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-10T18:20:31.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-10T18:20:31.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-10T18:20:31.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-10T18:20:31.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-10T18:20:31.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-10T18:20:31.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-10T18:20:31.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-10T18:20:31.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-10T18:20:31.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-10T18:20:31.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T18:20:31.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-10T18:20:31.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-10T18:20:31.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-10T18:20:31.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr format_version: 2 2024-09-10T18:20:31.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-10T18:20:31.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-10T18:20:31.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:20:31.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T18:20:31.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T18:20:31.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.compression: NoCompression 2024-09-10T18:20:31.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T18:20:31.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T18:20:31.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T18:20:31.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.num_levels: 7 2024-09-10T18:20:31.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T18:20:31.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T18:20:31.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T18:20:31.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T18:20:31.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T18:20:31.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T18:20:31.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:20:31.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T18:20:31.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T18:20:31.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T18:20:31.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T18:20:31.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T18:20:31.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:20:31.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T18:20:31.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T18:20:31.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T18:20:31.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T18:20:31.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T18:20:31.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T18:20:31.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T18:20:31.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T18:20:31.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T18:20:31.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T18:20:31.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T18:20:31.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T18:20:31.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T18:20:31.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T18:20:31.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T18:20:31.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T18:20:31.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T18:20:31.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T18:20:31.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T18:20:31.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T18:20:31.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T18:20:31.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T18:20:31.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T18:20:31.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T18:20:31.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T18:20:31.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T18:20:31.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T18:20:31.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T18:20:31.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T18:20:31.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T18:20:31.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T18:20:31.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T18:20:31.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T18:20:31.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.table_properties_collectors: 2024-09-10T18:20:31.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T18:20:31.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T18:20:31.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T18:20:31.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T18:20:31.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T18:20:31.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.bloom_locality: 0 2024-09-10T18:20:31.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T18:20:31.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T18:20:31.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T18:20:31.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-10T18:20:31.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T18:20:31.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.844+0000 7fc1c82c0700 4 rocksdb: Options.ttl: 0 2024-09-10T18:20:31.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.848+0000 7fc1c82c0700 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-10T18:20:31.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:20:31.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.848+0000 7fc1c82c0700 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-09-10T18:20:31.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:20:31.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.852+0000 7fc1c82c0700 4 rocksdb: DB pointer 0x55daad337200 2024-09-10T18:20:31.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.852+0000 7fc1b11a0700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-10T18:20:31.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.852+0000 7fc1b11a0700 4 rocksdb: [db/db_impl.cc:778] 2024-09-10T18:20:31.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-10T18:20:31.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:20:31.886 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:31.886 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:31.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:20:31.887 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:31.887 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:31.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:20:31.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:20:31.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-10T18:20:31.887 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:31.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:20:31.887 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:31.887 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:31.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:20:31.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-10T18:20:31.887 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:31.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:20:31.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:20:31.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:20:31.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:20:31.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:20:31.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:20:31.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:20:31.888 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:31.888 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:31.888 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:31.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:20:31.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:20:31.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:20:31.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-10T18:20:31.888 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:31.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:20:31.888 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:31.889 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:31.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:20:31.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-10T18:20:31.889 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:31.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:20:31.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:20:31.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:20:31.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:20:31.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:20:31.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:20:31.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:20:31.889 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:31.889 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:31.889 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:31.890 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:20:31.890 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:20:31.890 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:20:31.890 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.852+0000 7fc1c82c0700 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-09-10T18:20:31.890 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.852+0000 7fc1c82c0700 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-09-10T18:20:31.890 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-10T18:20:31.852+0000 7fc1c82c0700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-10T18:20:32.448 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:20:32.454 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl disable ceph.target 2024-09-10T18:20:32.656 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl enable ceph.target 2024-09-10T18:20:32.662 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-10T18:20:32.832 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl start ceph.target 2024-09-10T18:20:32.839 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl enable ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968.target 2024-09-10T18:20:32.846 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968.target -> /etc/systemd/system/ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968.target. 2024-09-10T18:20:32.846 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968.target -> /etc/systemd/system/ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968.target. 2024-09-10T18:20:33.041 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl start ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968.target 2024-09-10T18:20:33.049 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl daemon-reload 2024-09-10T18:20:33.242 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl stop ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.a 2024-09-10T18:20:33.252 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl reset-failed ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.a 2024-09-10T18:20:33.258 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stderr Failed to reset failed state of unit ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.a.service: Unit ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.a.service not loaded. 2024-09-10T18:20:33.259 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl enable ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.a 2024-09-10T18:20:33.267 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968.target.wants/ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@.service. 2024-09-10T18:20:33.456 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl start ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.a 2024-09-10T18:20:33.466 INFO:teuthology.orchestra.run.smithi031.stderr:firewalld does not appear to be present 2024-09-10T18:20:33.466 INFO:teuthology.orchestra.run.smithi031.stderr:Not possible to enable service . firewalld.service is not available 2024-09-10T18:20:33.466 INFO:teuthology.orchestra.run.smithi031.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-09-10T18:20:33.466 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for mon to start... 2024-09-10T18:20:33.466 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for mon... 2024-09-10T18:20:33.466 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 status 2024-09-10T18:20:33.606 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:33 smithi031 systemd[1]: Started Ceph mon.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:20:35.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:34 smithi031 bash[14513]: cluster 2024-09-10T18:20:34.938482+0000 mon.a (mon.0) 0 : [INF] mkfs 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:20:35.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:34 smithi031 bash[14513]: cluster 2024-09-10T18:20:34.924458+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T18:20:35.137 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout cluster: 2024-09-10T18:20:35.137 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout id: 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:20:35.137 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-10T18:20:35.138 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout 2024-09-10T18:20:35.138 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout services: 2024-09-10T18:20:35.138 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.2025s) 2024-09-10T18:20:35.139 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-10T18:20:35.139 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-10T18:20:35.139 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout 2024-09-10T18:20:35.139 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout data: 2024-09-10T18:20:35.140 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-10T18:20:35.140 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-10T18:20:35.140 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-10T18:20:35.140 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout pgs: 2024-09-10T18:20:35.140 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout 2024-09-10T18:20:35.808 INFO:teuthology.orchestra.run.smithi031.stderr:mon is available 2024-09-10T18:20:35.808 INFO:teuthology.orchestra.run.smithi031.stderr:Assimilating anything we can from ceph.conf... 2024-09-10T18:20:35.808 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z -v /var/lib/ceph/408b5ca8-6fa1-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-10T18:20:36.385 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:35 smithi031 bash[14513]: cluster 2024-09-10T18:20:34.933416+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T18:20:36.385 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:35 smithi031 bash[14513]: cluster 2024-09-10T18:20:34.935612+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0]} 2024-09-10T18:20:36.385 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:35 smithi031 bash[14513]: cluster 2024-09-10T18:20:34.944343+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-10T18:20:36.385 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:35 smithi031 bash[14513]: cluster 2024-09-10T18:20:34.956102+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T18:20:36.385 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:35 smithi031 bash[14513]: cluster 2024-09-10T18:20:34.957300+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T18:20:36.385 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:35 smithi031 bash[14513]: audit 2024-09-10T18:20:35.135828+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.31:0/3621122260' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:20:37.121 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout 2024-09-10T18:20:37.122 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout [global] 2024-09-10T18:20:37.122 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout fsid = 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:20:37.123 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout log_to_journald = false 2024-09-10T18:20:37.123 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout mon_election_default_strategy = 3 2024-09-10T18:20:37.123 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.31:3300,v1:172.21.15.31:6789] 2024-09-10T18:20:37.124 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-10T18:20:37.124 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-10T18:20:37.124 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-10T18:20:37.125 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-10T18:20:37.125 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout 2024-09-10T18:20:37.125 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout [mgr] 2024-09-10T18:20:37.125 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-09-10T18:20:37.126 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-10T18:20:37.126 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout 2024-09-10T18:20:37.126 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout [mon] 2024-09-10T18:20:37.126 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout mon_warn_on_insecure_global_id_reclaim = false 2024-09-10T18:20:37.126 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-10T18:20:37.126 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout 2024-09-10T18:20:37.127 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout [osd] 2024-09-10T18:20:37.127 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-10T18:20:37.127 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout osd_mclock_profile = high_recovery_ops 2024-09-10T18:20:37.127 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout osd_memory_target_autotune = true 2024-09-10T18:20:37.127 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-10T18:20:37.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:37 smithi031 bash[14513]: audit 2024-09-10T18:20:37.114454+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.31:0/696591694' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-10T18:20:37.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:37 smithi031 bash[14513]: audit 2024-09-10T18:20:37.119402+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.31:0/696591694' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-10T18:20:37.656 INFO:teuthology.orchestra.run.smithi031.stderr:Generating new minimal ceph.conf... 2024-09-10T18:20:37.656 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z -v /var/lib/ceph/408b5ca8-6fa1-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-10T18:20:39.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:38 smithi031 bash[14513]: audit 2024-09-10T18:20:38.766812+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.31:0/3458478055' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:20:39.330 INFO:teuthology.orchestra.run.smithi031.stderr:Restarting the monitor... 2024-09-10T18:20:39.330 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl restart ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.a 2024-09-10T18:20:39.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:39 smithi031 systemd[1]: Stopping Ceph mon.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:20:39.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:39 smithi031 bash[14513]: debug 2024-09-10T18:20:39.419+0000 7f5db4336700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T18:20:39.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:39 smithi031 bash[14513]: debug 2024-09-10T18:20:39.419+0000 7f5db4336700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-10T18:20:40.008 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:39 smithi031 docker[14900]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-mon.a 2024-09-10T18:20:40.016 INFO:teuthology.orchestra.run.smithi031.stderr:Setting mon public_network... 2024-09-10T18:20:40.016 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 config set mon public_network 172.21.0.0/20 2024-09-10T18:20:40.385 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:40 smithi031 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.a.service: Succeeded. 2024-09-10T18:20:40.385 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:40 smithi031 systemd[1]: Stopped Ceph mon.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:20:40.385 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:40 smithi031 systemd[1]: Started Ceph mon.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:20:41.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.399+0000 7f5a9510a700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T18:20:41.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.399+0000 7f5a9510a700 0 ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable), process ceph-mon, pid 1 2024-09-10T18:20:41.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.399+0000 7f5a9510a700 0 pidfile_write: ignore empty --pid-file 2024-09-10T18:20:41.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.403+0000 7f5a9510a700 0 load: jerasure load: lrc load: isa 2024-09-10T18:20:41.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.403+0000 7f5a9510a700 0 set rocksdb option compression = kNoCompression 2024-09-10T18:20:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.403+0000 7f5a9510a700 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T18:20:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.403+0000 7f5a9510a700 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T18:20:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.403+0000 7f5a9510a700 0 set rocksdb option compression = kNoCompression 2024-09-10T18:20:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.403+0000 7f5a9510a700 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T18:20:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.403+0000 7f5a9510a700 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T18:20:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.403+0000 7f5a9510a700 1 rocksdb: do_open column families: [default] 2024-09-10T18:20:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: RocksDB version: 6.1.2 2024-09-10T18:20:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T18:20:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Compile date Feb 23 2021 2024-09-10T18:20:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: DB SUMMARY 2024-09-10T18:20:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: CURRENT file: CURRENT 2024-09-10T18:20:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T18:20:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2024-09-10T18:20:41.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2024-09-10T18:20:41.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 68853 ; 2024-09-10T18:20:41.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.error_if_exists: 0 2024-09-10T18:20:41.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.create_if_missing: 0 2024-09-10T18:20:41.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T18:20:41.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.env: 0x55679798e1a0 2024-09-10T18:20:41.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.info_log: 0x556798eb2ba0 2024-09-10T18:20:41.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T18:20:41.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.statistics: (nil) 2024-09-10T18:20:41.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.use_fsync: 0 2024-09-10T18:20:41.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T18:20:41.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T18:20:41.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T18:20:41.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T18:20:41.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T18:20:41.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T18:20:41.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T18:20:41.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T18:20:41.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T18:20:41.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T18:20:41.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T18:20:41.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.db_log_dir: 2024-09-10T18:20:41.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-10T18:20:41.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T18:20:41.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T18:20:41.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T18:20:41.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T18:20:41.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T18:20:41.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T18:20:41.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T18:20:41.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T18:20:41.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T18:20:41.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.write_buffer_manager: 0x556798e972f0 2024-09-10T18:20:41.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T18:20:41.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T18:20:41.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T18:20:41.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T18:20:41.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T18:20:41.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T18:20:41.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T18:20:41.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T18:20:41.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T18:20:41.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T18:20:41.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T18:20:41.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T18:20:41.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T18:20:41.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.row_cache: None 2024-09-10T18:20:41.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.wal_filter: None 2024-09-10T18:20:41.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T18:20:41.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T18:20:41.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T18:20:41.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.two_write_queues: 0 2024-09-10T18:20:41.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T18:20:41.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.atomic_flush: 0 2024-09-10T18:20:41.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T18:20:41.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T18:20:41.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T18:20:41.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T18:20:41.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T18:20:41.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T18:20:41.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T18:20:41.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T18:20:41.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T18:20:41.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T18:20:41.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T18:20:41.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_open_files: -1 2024-09-10T18:20:41.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T18:20:41.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T18:20:41.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T18:20:41.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Compression algorithms supported: 2024-09-10T18:20:41.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T18:20:41.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: kZSTD supported: 0 2024-09-10T18:20:41.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: kXpressCompression supported: 0 2024-09-10T18:20:41.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T18:20:41.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T18:20:41.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T18:20:41.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: kZlibCompression supported: 1 2024-09-10T18:20:41.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T18:20:41.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T18:20:41.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2024-09-10T18:20:41.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-10T18:20:41.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T18:20:41.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.merge_operator: 2024-09-10T18:20:41.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compaction_filter: None 2024-09-10T18:20:41.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T18:20:41.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T18:20:41.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T18:20:41.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556798dcd0d0) 2024-09-10T18:20:41.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: cache_index_and_filter_blocks: 1 2024-09-10T18:20:41.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-10T18:20:41.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T18:20:41.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: pin_top_level_index_and_filter: 1 2024-09-10T18:20:41.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: index_type: 0 2024-09-10T18:20:41.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: data_block_index_type: 0 2024-09-10T18:20:41.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T18:20:41.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: hash_index_allow_collision: 1 2024-09-10T18:20:41.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: checksum: 1 2024-09-10T18:20:41.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: no_block_cache: 0 2024-09-10T18:20:41.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: block_cache: 0x556798e04610 2024-09-10T18:20:41.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: block_cache_name: BinnedLRUCache 2024-09-10T18:20:41.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: block_cache_options: 2024-09-10T18:20:41.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: capacity : 536870912 2024-09-10T18:20:41.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: num_shard_bits : 4 2024-09-10T18:20:41.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: strict_capacity_limit : 0 2024-09-10T18:20:41.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: high_pri_pool_ratio: 0.000 2024-09-10T18:20:41.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: block_cache_compressed: (nil) 2024-09-10T18:20:41.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: persistent_cache: (nil) 2024-09-10T18:20:41.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: block_size: 4096 2024-09-10T18:20:41.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: block_size_deviation: 10 2024-09-10T18:20:41.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: block_restart_interval: 16 2024-09-10T18:20:41.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: index_block_restart_interval: 1 2024-09-10T18:20:41.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: metadata_block_size: 4096 2024-09-10T18:20:41.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: partition_filters: 0 2024-09-10T18:20:41.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: use_delta_encoding: 1 2024-09-10T18:20:41.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T18:20:41.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: whole_key_filtering: 1 2024-09-10T18:20:41.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: verify_compression: 0 2024-09-10T18:20:41.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: read_amp_bytes_per_bit: 0 2024-09-10T18:20:41.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: format_version: 2 2024-09-10T18:20:41.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: enable_index_compression: 1 2024-09-10T18:20:41.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: block_align: 0 2024-09-10T18:20:41.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T18:20:41.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T18:20:41.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compression: NoCompression 2024-09-10T18:20:41.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T18:20:41.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T18:20:41.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T18:20:41.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.num_levels: 7 2024-09-10T18:20:41.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T18:20:41.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T18:20:41.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T18:20:41.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T18:20:41.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T18:20:41.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T18:20:41.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:20:41.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T18:20:41.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T18:20:41.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T18:20:41.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T18:20:41.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T18:20:41.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:20:41.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T18:20:41.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T18:20:41.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T18:20:41.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T18:20:41.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T18:20:41.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T18:20:41.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T18:20:41.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T18:20:41.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T18:20:41.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T18:20:41.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T18:20:41.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T18:20:41.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T18:20:41.649 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T18:20:41.649 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T18:20:41.649 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T18:20:41.649 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T18:20:41.649 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T18:20:41.649 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T18:20:41.649 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T18:20:41.649 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T18:20:41.649 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T18:20:41.649 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T18:20:41.649 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T18:20:41.649 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T18:20:41.649 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T18:20:41.649 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T18:20:41.649 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T18:20:41.650 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T18:20:41.650 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T18:20:41.650 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T18:20:41.650 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T18:20:41.650 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T18:20:41.650 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.table_properties_collectors: 2024-09-10T18:20:41.650 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T18:20:41.650 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T18:20:41.650 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T18:20:41.650 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T18:20:41.650 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T18:20:41.650 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.bloom_locality: 0 2024-09-10T18:20:41.650 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T18:20:41.650 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T18:20:41.650 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T18:20:41.651 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-10T18:20:41.651 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T18:20:41.651 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: Options.ttl: 0 2024-09-10T18:20:41.651 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 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-10T18:20:41.651 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2024-09-10T18:20:41.651 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725992441413673, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-09-10T18:20:41.651 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2024-09-10T18:20:41.651 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725992441415295, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 65958, "table_properties": {"data_size": 64253, "index_size": 310, "filter_size": 581, "raw_key_size": 8630, "raw_average_key_size": 46, "raw_value_size": 59269, "raw_average_value_size": 320, "num_data_blocks": 10, "num_entries": 185, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-09-10T18:20:41.651 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.407+0000 7f5a9510a700 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2024-09-10T18:20:41.651 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.411+0000 7f5a9510a700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725992441416090, "job": 1, "event": "recovery_finished"} 2024-09-10T18:20:41.651 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.411+0000 7f5a9510a700 4 rocksdb: DB pointer 0x556799a30400 2024-09-10T18:20:41.651 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.411+0000 7f5a7bf75700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-10T18:20:41.651 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.411+0000 7f5a7bf75700 4 rocksdb: [db/db_impl.cc:778] 2024-09-10T18:20:41.651 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: ** DB Stats ** 2024-09-10T18:20:41.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:20:41.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: 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-10T18:20:41.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T18:20:41.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:20:41.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: 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-10T18:20:41.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T18:20:41.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:20:41.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: ** Compaction Stats [default] ** 2024-09-10T18:20:41.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: 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-10T18:20:41.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:20:41.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: L0 2/0 66.03 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 62.4 0.00 0.00 1 0.001 0 0 2024-09-10T18:20:41.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: Sum 2/0 66.03 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 62.4 0.00 0.00 1 0.001 0 0 2024-09-10T18:20:41.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 62.4 0.00 0.00 1 0.001 0 0 2024-09-10T18:20:41.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: ** Compaction Stats [default] ** 2024-09-10T18:20:41.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: 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-10T18:20:41.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:20:41.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 62.4 0.00 0.00 1 0.001 0 0 2024-09-10T18:20:41.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:20:41.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:20:41.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:20:41.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:20:41.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:20:41.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:20:41.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: Cumulative compaction: 0.00 GB write, 12.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:20:41.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: Interval compaction: 0.00 GB write, 12.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:20:41.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: 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-10T18:20:41.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:20:41.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: ** Compaction Stats [default] ** 2024-09-10T18:20:41.654 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: 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-10T18:20:41.654 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:20:41.654 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: L0 2/0 66.03 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 62.4 0.00 0.00 1 0.001 0 0 2024-09-10T18:20:41.654 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: Sum 2/0 66.03 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 62.4 0.00 0.00 1 0.001 0 0 2024-09-10T18:20:41.654 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: 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-10T18:20:41.654 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: ** Compaction Stats [default] ** 2024-09-10T18:20:41.654 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: 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-10T18:20:41.654 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:20:41.654 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 62.4 0.00 0.00 1 0.001 0 0 2024-09-10T18:20:41.654 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:20:41.654 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:20:41.654 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:20:41.654 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:20:41.654 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:20:41.655 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:20:41.655 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: Cumulative compaction: 0.00 GB write, 12.05 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:20:41.655 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: 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-10T18:20:41.655 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: 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-10T18:20:41.655 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:20:41.655 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.411+0000 7f5a9510a700 0 starting mon.a rank 0 at public addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] at bind addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:20:41.655 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.411+0000 7f5a9510a700 1 mon.a@-1(???) e1 preinit fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:20:41.655 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.415+0000 7f5a9510a700 0 mon.a@-1(???).mds e1 new map 2024-09-10T18:20:41.655 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.415+0000 7f5a9510a700 0 mon.a@-1(???).mds e1 print_map 2024-09-10T18:20:41.655 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: e1 2024-09-10T18:20:41.655 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-10T18:20:41.655 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: 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-10T18:20:41.655 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: legacy client fscid: -1 2024-09-10T18:20:41.655 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: 2024-09-10T18:20:41.655 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: No filesystems configured 2024-09-10T18:20:41.656 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.415+0000 7f5a9510a700 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:20:41.656 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.415+0000 7f5a9510a700 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:20:41.656 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.415+0000 7f5a9510a700 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-10T18:20:41.656 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.415+0000 7f5a9510a700 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:20:41.656 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: audit 2024-09-10T18:20:38.766812+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.31:0/3458478055' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:20:41.656 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.415+0000 7f5a9510a700 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-10T18:20:41.656 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.415+0000 7f5a9510a700 20 expand_channel_meta expand map: {default=false} 2024-09-10T18:20:41.656 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.415+0000 7f5a9510a700 20 expand_channel_meta from 'false' to 'false' 2024-09-10T18:20:41.656 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.415+0000 7f5a9510a700 20 expand_channel_meta expanded map: {default=false} 2024-09-10T18:20:41.656 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.415+0000 7f5a9510a700 20 expand_channel_meta expand map: {default=info} 2024-09-10T18:20:41.656 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.415+0000 7f5a9510a700 20 expand_channel_meta from 'info' to 'info' 2024-09-10T18:20:41.656 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.415+0000 7f5a9510a700 20 expand_channel_meta expanded map: {default=info} 2024-09-10T18:20:41.656 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.415+0000 7f5a9510a700 20 expand_channel_meta expand map: {default=daemon} 2024-09-10T18:20:41.657 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.415+0000 7f5a9510a700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-10T18:20:41.657 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.415+0000 7f5a9510a700 20 expand_channel_meta expanded map: {default=daemon} 2024-09-10T18:20:41.657 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.415+0000 7f5a9510a700 20 expand_channel_meta expand map: {default=debug} 2024-09-10T18:20:41.657 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.415+0000 7f5a9510a700 20 expand_channel_meta from 'debug' to 'debug' 2024-09-10T18:20:41.657 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:41 smithi031 bash[14957]: debug 2024-09-10T18:20:41.415+0000 7f5a9510a700 20 expand_channel_meta expanded map: {default=debug} 2024-09-10T18:20:42.309 INFO:teuthology.orchestra.run.smithi031.stderr:Creating mgr... 2024-09-10T18:20:42.309 INFO:teuthology.orchestra.run.smithi031.stderr:Verifying port 9283 ... 2024-09-10T18:20:42.311 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl daemon-reload 2024-09-10T18:20:42.507 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl stop ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.y 2024-09-10T18:20:42.517 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl reset-failed ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.y 2024-09-10T18:20:42.523 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stderr Failed to reset failed state of unit ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.y.service: Unit ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.y.service not loaded. 2024-09-10T18:20:42.524 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl enable ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.y 2024-09-10T18:20:42.530 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968.target.wants/ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.y.service -> /etc/systemd/system/ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@.service. 2024-09-10T18:20:42.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:42 smithi031 bash[14957]: cluster 2024-09-10T18:20:41.424493+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T18:20:42.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:42 smithi031 bash[14957]: cluster 2024-09-10T18:20:41.424632+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0]} 2024-09-10T18:20:42.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:42 smithi031 bash[14957]: cluster 2024-09-10T18:20:41.424713+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-09-10T18:20:42.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:42 smithi031 bash[14957]: cluster 2024-09-10T18:20:41.424757+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T18:20:42.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:42 smithi031 bash[14957]: cluster 2024-09-10T18:20:41.425254+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T18:20:42.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:42 smithi031 bash[14957]: audit 2024-09-10T18:20:41.655720+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.31:0/128687100' entity='client.admin' 2024-09-10T18:20:42.702 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: systemctl start ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.y 2024-09-10T18:20:42.712 INFO:teuthology.orchestra.run.smithi031.stderr:firewalld does not appear to be present 2024-09-10T18:20:42.712 INFO:teuthology.orchestra.run.smithi031.stderr:Not possible to enable service . firewalld.service is not available 2024-09-10T18:20:42.712 INFO:teuthology.orchestra.run.smithi031.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-09-10T18:20:42.712 INFO:teuthology.orchestra.run.smithi031.stderr:firewalld does not appear to be present 2024-09-10T18:20:42.712 INFO:teuthology.orchestra.run.smithi031.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-09-10T18:20:42.713 INFO:teuthology.orchestra.run.smithi031.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-10T18:20:42.713 INFO:teuthology.orchestra.run.smithi031.stderr:Wrote config to /etc/ceph/ceph.conf 2024-09-10T18:20:42.713 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for mgr to start... 2024-09-10T18:20:42.713 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for mgr... 2024-09-10T18:20:42.713 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 status -f json-pretty 2024-09-10T18:20:44.385 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:20:44 smithi031 bash[15218]: debug 2024-09-10T18:20:44.175+0000 7f9355dc5200 1 --2- 172.21.15.31:0/2505629207 >> [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] conn(0x55c1aad64800 0x55c1aadeb900 secure :-1 s=READY pgs=3 cs=0 l=1 rev1=1 rx=0x55c1aad1c960 tx=0x55c1ab9d8120).stop 2024-09-10T18:20:44.407 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout 2024-09-10T18:20:44.407 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:44.407 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "fsid": "408b5ca8-6fa1-11ef-bcea-c7b262605968", 2024-09-10T18:20:44.407 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "health": { 2024-09-10T18:20:44.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T18:20:44.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T18:20:44.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T18:20:44.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:44.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T18:20:44.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T18:20:44.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout 0 2024-09-10T18:20:44.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:44.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T18:20:44.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "a" 2024-09-10T18:20:44.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:44.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-10T18:20:44.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "monmap": { 2024-09-10T18:20:44.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:20:44.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-09-10T18:20:44.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T18:20:44.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:44.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T18:20:44.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:20:44.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T18:20:44.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T18:20:44.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T18:20:44.412 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T18:20:44.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T18:20:44.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T18:20:44.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:44.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T18:20:44.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T18:20:44.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T18:20:44.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T18:20:44.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T18:20:44.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T18:20:44.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T18:20:44.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T18:20:44.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T18:20:44.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:44.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T18:20:44.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:20:44.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T18:20:44.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T18:20:44.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:44.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T18:20:44.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "available": false, 2024-09-10T18:20:44.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T18:20:44.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "modules": [ 2024-09-10T18:20:44.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "iostat", 2024-09-10T18:20:44.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "restful" 2024-09-10T18:20:44.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:44.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:20:44.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:44.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T18:20:44.415 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:20:44.415 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "modified": "2024-09-10T18:20:34.939064+0000", 2024-09-10T18:20:44.415 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:20:44.415 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:44.415 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T18:20:44.415 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:44.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:44 smithi031 bash[14957]: audit 2024-09-10T18:20:44.404344+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.31:0/3764001376' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:20:44.932 INFO:teuthology.orchestra.run.smithi031.stderr:mgr not available, waiting (1/10)... 2024-09-10T18:20:45.934 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 status -f json-pretty 2024-09-10T18:20:47.116 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout 2024-09-10T18:20:47.116 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:47.116 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "fsid": "408b5ca8-6fa1-11ef-bcea-c7b262605968", 2024-09-10T18:20:47.116 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "health": { 2024-09-10T18:20:47.116 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T18:20:47.116 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T18:20:47.117 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T18:20:47.117 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:47.117 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T18:20:47.117 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T18:20:47.117 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout 0 2024-09-10T18:20:47.117 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:47.117 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T18:20:47.117 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "a" 2024-09-10T18:20:47.117 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:47.117 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-10T18:20:47.117 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "monmap": { 2024-09-10T18:20:47.117 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:20:47.117 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-09-10T18:20:47.117 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T18:20:47.118 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:47.118 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T18:20:47.118 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:20:47.118 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T18:20:47.118 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T18:20:47.118 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T18:20:47.121 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T18:20:47.121 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T18:20:47.121 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T18:20:47.122 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:47.122 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T18:20:47.122 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T18:20:47.122 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T18:20:47.122 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T18:20:47.122 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T18:20:47.122 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T18:20:47.122 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T18:20:47.122 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T18:20:47.122 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T18:20:47.122 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:47.122 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T18:20:47.122 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:20:47.122 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T18:20:47.122 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T18:20:47.123 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:47.123 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T18:20:47.123 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "available": false, 2024-09-10T18:20:47.123 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T18:20:47.123 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "modules": [ 2024-09-10T18:20:47.123 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "iostat", 2024-09-10T18:20:47.123 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "restful" 2024-09-10T18:20:47.123 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:47.123 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:20:47.123 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:47.123 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T18:20:47.123 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:20:47.123 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "modified": "2024-09-10T18:20:34.939064+0000", 2024-09-10T18:20:47.123 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:20:47.124 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:47.124 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T18:20:47.124 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:47.615 INFO:teuthology.orchestra.run.smithi031.stderr:mgr not available, waiting (2/10)... 2024-09-10T18:20:47.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:47 smithi031 bash[14957]: audit 2024-09-10T18:20:47.112717+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.31:0/341641275' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:20:48.617 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 status -f json-pretty 2024-09-10T18:20:49.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:48 smithi031 bash[14957]: cluster 2024-09-10T18:20:48.661792+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2024-09-10T18:20:49.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:48 smithi031 bash[14957]: cluster 2024-09-10T18:20:48.668448+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00675454s) 2024-09-10T18:20:49.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:48 smithi031 bash[14957]: audit 2024-09-10T18:20:48.670209+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.31:0/2997953471' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:20:49.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:48 smithi031 bash[14957]: audit 2024-09-10T18:20:48.670622+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.31:0/2997953471' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:20:49.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:48 smithi031 bash[14957]: audit 2024-09-10T18:20:48.670915+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.31:0/2997953471' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:20:49.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:48 smithi031 bash[14957]: audit 2024-09-10T18:20:48.672099+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.31:0/2997953471' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:20:49.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:48 smithi031 bash[14957]: audit 2024-09-10T18:20:48.672768+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.31:0/2997953471' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:20:49.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:48 smithi031 bash[14957]: cluster 2024-09-10T18:20:48.677251+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2024-09-10T18:20:49.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:48 smithi031 bash[14957]: audit 2024-09-10T18:20:48.688107+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.31:0/2997953471' entity='mgr.y' 2024-09-10T18:20:49.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:48 smithi031 bash[14957]: audit 2024-09-10T18:20:48.695716+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.31:0/2997953471' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:20:49.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:48 smithi031 bash[14957]: audit 2024-09-10T18:20:48.698089+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.31:0/2997953471' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:20:49.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:48 smithi031 bash[14957]: audit 2024-09-10T18:20:48.707952+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.31:0/2997953471' entity='mgr.y' 2024-09-10T18:20:49.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:49 smithi031 bash[14957]: audit 2024-09-10T18:20:48.712558+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.31:0/2997953471' entity='mgr.y' 2024-09-10T18:20:49.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:49 smithi031 bash[14957]: cluster 2024-09-10T18:20:49.673401+0000 mon.a (mon.0) 22 : cluster [DBG] mgrmap e3: y(active, since 1.01172s) 2024-09-10T18:20:50.166 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout 2024-09-10T18:20:50.166 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:50.167 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "fsid": "408b5ca8-6fa1-11ef-bcea-c7b262605968", 2024-09-10T18:20:50.167 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "health": { 2024-09-10T18:20:50.167 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T18:20:50.167 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T18:20:50.167 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T18:20:50.168 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:50.168 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T18:20:50.168 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T18:20:50.168 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout 0 2024-09-10T18:20:50.168 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:50.168 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T18:20:50.168 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "a" 2024-09-10T18:20:50.169 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:50.170 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "quorum_age": 8, 2024-09-10T18:20:50.170 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "monmap": { 2024-09-10T18:20:50.170 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:20:50.170 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-09-10T18:20:50.170 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T18:20:50.170 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:50.170 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T18:20:50.170 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:20:50.170 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T18:20:50.170 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T18:20:50.171 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T18:20:50.174 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T18:20:50.174 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T18:20:50.174 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T18:20:50.174 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:50.174 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T18:20:50.174 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T18:20:50.174 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T18:20:50.174 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T18:20:50.174 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T18:20:50.174 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T18:20:50.174 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T18:20:50.175 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T18:20:50.175 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T18:20:50.175 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:50.175 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T18:20:50.175 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:20:50.175 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T18:20:50.175 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T18:20:50.175 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:50.175 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T18:20:50.175 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "available": true, 2024-09-10T18:20:50.175 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T18:20:50.175 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "modules": [ 2024-09-10T18:20:50.175 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "iostat", 2024-09-10T18:20:50.175 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "restful" 2024-09-10T18:20:50.176 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:50.176 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:20:50.176 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:50.176 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T18:20:50.176 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:20:50.176 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "modified": "2024-09-10T18:20:34.939064+0000", 2024-09-10T18:20:50.176 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:20:50.176 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:50.176 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T18:20:50.176 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:50.785 INFO:teuthology.orchestra.run.smithi031.stderr:mgr is available 2024-09-10T18:20:50.785 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 config-key set mgr/cephadm/ssh_user root 2024-09-10T18:20:51.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:50 smithi031 bash[14957]: audit 2024-09-10T18:20:50.164414+0000 mon.a (mon.0) 23 : audit [DBG] from='client.? 172.21.15.31:0/2286130309' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:20:52.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:51 smithi031 bash[14957]: cluster 2024-09-10T18:20:50.721789+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-09-10T18:20:52.340 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stderr set mgr/cephadm/ssh_user 2024-09-10T18:20:52.903 INFO:teuthology.orchestra.run.smithi031.stderr:Enabling cephadm module... 2024-09-10T18:20:52.903 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 mgr module enable cephadm 2024-09-10T18:20:53.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:53 smithi031 bash[14957]: audit 2024-09-10T18:20:52.335138+0000 mon.a (mon.0) 25 : audit [INF] from='client.? 172.21.15.31:0/1621922783' entity='client.admin' 2024-09-10T18:20:54.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:54 smithi031 bash[14957]: audit 2024-09-10T18:20:54.308841+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.31:0/595576434' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-10T18:20:54.635 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:20:54 smithi031 bash[15218]: ignoring --setuser ceph since I am not root 2024-09-10T18:20:54.635 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:20:54 smithi031 bash[15218]: ignoring --setgroup ceph since I am not root 2024-09-10T18:20:54.635 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:20:54 smithi031 bash[15218]: debug 2024-09-10T18:20:54.379+0000 7f57bab4b200 1 -- 172.21.15.31:0/1290111447 >> [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] conn(0x55f82e3b4800 msgr2=0x55f82e43b400 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-09-10T18:20:54.635 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:20:54 smithi031 bash[15218]: debug 2024-09-10T18:20:54.379+0000 7f57bab4b200 1 --2- 172.21.15.31:0/1290111447 >> [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] conn(0x55f82e3b4800 0x55f82e43b400 secure :-1 s=READY pgs=20 cs=0 l=1 rev1=1 rx=0x55f82e36c900 tx=0x55f82f028120).stop 2024-09-10T18:20:54.885 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 mgr dump 2024-09-10T18:20:55.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:55 smithi031 bash[14957]: audit 2024-09-10T18:20:54.344712+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.31:0/595576434' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-10T18:20:55.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:55 smithi031 bash[14957]: cluster 2024-09-10T18:20:54.344855+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e5: y(active, since 5s) 2024-09-10T18:20:56.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "epoch": 5, 2024-09-10T18:20:56.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "active_gid": 14100, 2024-09-10T18:20:56.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "active_name": "y", 2024-09-10T18:20:56.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-09-10T18:20:56.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-09-10T18:20:56.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-09-10T18:20:56.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.31:6800", 2024-09-10T18:20:56.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "nonce": 874708200 2024-09-10T18:20:56.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-09-10T18:20:56.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.31:6801", 2024-09-10T18:20:56.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "nonce": 874708200 2024-09-10T18:20:56.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ] 2024-09-10T18:20:56.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.31:6801/874708200", 2024-09-10T18:20:56.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "active_change": "2024-09-10T18:20:48.661664+0000", 2024-09-10T18:20:56.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-09-10T18:20:56.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "available": true, 2024-09-10T18:20:56.296 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-09-10T18:20:56.296 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "modules": [ 2024-09-10T18:20:56.296 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "cephadm", 2024-09-10T18:20:56.296 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "iostat", 2024-09-10T18:20:56.314 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "restful" 2024-09-10T18:20:56.314 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-09-10T18:20:56.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-09-10T18:20:56.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:20:56.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:20:56.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:20:56.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:20:56.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-09-10T18:20:56.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-09-10T18:20:56.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-09-10T18:20:56.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-09-10T18:20:56.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-09-10T18:20:56.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-09-10T18:20:56.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-09-10T18:20:56.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-09-10T18:20:56.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-09-10T18:20:56.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-09-10T18:20:56.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-09-10T18:20:56.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-09-10T18:20:56.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-09-10T18:20:56.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-09-10T18:20:56.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-09-10T18:20:56.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-09-10T18:20:56.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-09-10T18:20:56.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-09-10T18:20:56.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-09-10T18:20:56.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-09-10T18:20:56.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-09-10T18:20:56.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-09-10T18:20:56.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-09-10T18:20:56.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-09-10T18:20:56.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-09-10T18:20:56.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-09-10T18:20:56.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-09-10T18:20:56.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-09-10T18:20:56.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "active": { 2024-09-10T18:20:56.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "active", 2024-09-10T18:20:56.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-09-10T18:20:56.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.701 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.701 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.701 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.701 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-09-10T18:20:56.701 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-09-10T18:20:56.702 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.702 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.702 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.702 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-09-10T18:20:56.702 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.702 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.702 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.702 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-09-10T18:20:56.702 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-10T18:20:56.702 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.702 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.702 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.702 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-09-10T18:20:56.702 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-09-10T18:20:56.703 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-10T18:20:56.703 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.703 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.703 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-09-10T18:20:56.703 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "0", 2024-09-10T18:20:56.703 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "7", 2024-09-10T18:20:56.703 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.703 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-09-10T18:20:56.703 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-10T18:20:56.703 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.703 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.703 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.704 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-09-10T18:20:56.704 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-09-10T18:20:56.704 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-10T18:20:56.704 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.704 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.704 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-09-10T18:20:56.704 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "1", 2024-09-10T18:20:56.704 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "250", 2024-09-10T18:20:56.704 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.704 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-09-10T18:20:56.704 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.704 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.705 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.705 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.705 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-09-10T18:20:56.705 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-09-10T18:20:56.705 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.705 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.705 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.705 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-09-10T18:20:56.705 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.705 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.705 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.705 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-09-10T18:20:56.705 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:56.705 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.706 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.706 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.706 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-09-10T18:20:56.706 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-09-10T18:20:56.706 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "float", 2024-09-10T18:20:56.706 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.706 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.706 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-09-10T18:20:56.706 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-09-10T18:20:56.706 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-09-10T18:20:56.706 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.706 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-09-10T18:20:56.706 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-09-10T18:20:56.707 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.707 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.707 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.707 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "end_time": { 2024-09-10T18:20:56.707 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-09-10T18:20:56.707 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.707 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.707 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.707 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-09-10T18:20:56.707 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.707 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.707 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.707 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-09-10T18:20:56.707 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-10T18:20:56.708 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.708 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.708 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.708 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-09-10T18:20:56.708 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-09-10T18:20:56.708 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-10T18:20:56.708 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.708 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.708 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-09-10T18:20:56.708 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "0", 2024-09-10T18:20:56.708 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "7", 2024-09-10T18:20:56.708 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.708 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-09-10T18:20:56.709 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-10T18:20:56.709 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.709 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.709 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.709 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.709 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.709 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.709 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.709 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.709 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.709 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.709 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.709 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.710 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.710 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.710 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.710 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.710 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.710 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.710 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.710 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.710 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.710 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.710 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.710 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.710 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.710 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.711 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.711 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.711 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.711 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.711 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.711 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.711 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.711 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.711 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.711 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.711 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.712 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.712 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.712 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.712 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.712 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.712 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.712 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.712 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.712 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.712 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.712 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.712 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.712 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.713 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.713 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.713 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.713 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.713 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.713 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.713 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.713 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.713 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.713 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.713 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.713 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.713 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.713 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.714 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.714 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.714 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.714 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.714 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.714 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.714 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.714 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.714 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.714 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min_score": { 2024-09-10T18:20:56.714 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-09-10T18:20:56.715 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "float", 2024-09-10T18:20:56.715 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.715 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.715 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-09-10T18:20:56.715 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.715 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.715 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.715 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-09-10T18:20:56.715 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.715 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.715 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.715 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.715 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "mode": { 2024-09-10T18:20:56.716 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-09-10T18:20:56.716 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.716 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.716 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.716 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-09-10T18:20:56.716 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.716 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.716 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.716 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-09-10T18:20:56.716 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "none", 2024-09-10T18:20:56.716 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "upmap" 2024-09-10T18:20:56.716 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.716 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-09-10T18:20:56.716 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.716 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.717 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.717 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.717 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-09-10T18:20:56.717 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-09-10T18:20:56.717 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.717 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.717 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.717 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.717 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.717 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.717 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.717 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-09-10T18:20:56.717 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.718 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.718 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.718 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.718 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-10T18:20:56.718 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-10T18:20:56.718 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:20:56.718 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.718 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.718 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:20:56.718 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.718 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.718 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.718 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-09-10T18:20:56.718 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.719 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.719 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.719 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.719 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-09-10T18:20:56.719 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-09-10T18:20:56.719 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.719 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.719 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.719 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-10T18:20:56.719 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "1", 2024-09-10T18:20:56.719 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.719 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.719 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-09-10T18:20:56.719 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-09-10T18:20:56.719 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.720 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.720 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.720 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-09-10T18:20:56.720 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-09-10T18:20:56.720 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-10T18:20:56.720 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.720 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.720 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:20:56.720 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.720 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.720 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.720 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-09-10T18:20:56.720 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.721 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.721 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.721 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.721 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.721 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.721 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.721 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-09-10T18:20:56.721 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.721 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.721 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.721 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-09-10T18:20:56.721 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-09-10T18:20:56.721 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.721 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.722 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.722 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.722 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.722 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.722 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.722 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-09-10T18:20:56.722 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:56.722 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.722 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.722 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.722 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-09-10T18:20:56.722 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-09-10T18:20:56.723 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.723 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.723 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.723 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.723 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.723 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.723 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.723 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-09-10T18:20:56.723 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.723 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.723 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.723 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.723 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-09-10T18:20:56.723 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-09-10T18:20:56.724 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.724 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.724 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.724 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-09-10T18:20:56.724 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.724 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.724 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.724 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-10T18:20:56.724 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.724 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.724 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.724 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.724 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-09-10T18:20:56.724 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-09-10T18:20:56.725 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.725 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.725 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.725 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-09-10T18:20:56.725 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.725 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.725 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.725 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-09-10T18:20:56.725 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.725 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.725 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.725 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.726 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-09-10T18:20:56.726 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-09-10T18:20:56.726 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.726 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.726 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.726 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.6.2", 2024-09-10T18:20:56.726 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.726 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.726 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.726 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-10T18:20:56.726 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.726 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.726 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.726 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.727 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-09-10T18:20:56.727 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-09-10T18:20:56.727 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.727 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.727 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.727 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-09-10T18:20:56.727 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.727 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.727 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.727 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-10T18:20:56.727 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.727 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.728 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.728 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.728 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-09-10T18:20:56.728 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-09-10T18:20:56.728 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.728 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.728 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.728 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-09-10T18:20:56.728 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.728 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.728 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.728 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-10T18:20:56.728 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.729 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.729 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.729 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.729 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "container_init": { 2024-09-10T18:20:56.729 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-09-10T18:20:56.729 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.729 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.729 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.729 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.729 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.729 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.729 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.729 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-09-10T18:20:56.730 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.730 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.730 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.730 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.730 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-09-10T18:20:56.730 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-09-10T18:20:56.730 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:20:56.730 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.730 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.730 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-10T18:20:56.730 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.730 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.730 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.731 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-09-10T18:20:56.731 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.731 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.731 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.731 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.731 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-09-10T18:20:56.731 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-09-10T18:20:56.731 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:20:56.731 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.731 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.731 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-09-10T18:20:56.731 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.731 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.731 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.732 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-09-10T18:20:56.732 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.732 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.732 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.732 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.732 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-09-10T18:20:56.732 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-09-10T18:20:56.732 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:20:56.732 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.732 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.732 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:20:56.733 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.733 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.733 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.733 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-09-10T18:20:56.733 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.733 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.733 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.733 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.733 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-09-10T18:20:56.733 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-09-10T18:20:56.733 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:20:56.733 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.734 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.734 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-10T18:20:56.734 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.734 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.734 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.734 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-09-10T18:20:56.734 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.734 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.734 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.734 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.734 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.734 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.735 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.735 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.735 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.735 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.735 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.735 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.735 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.735 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.735 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.735 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.735 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.735 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.736 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.736 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.736 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.736 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.736 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.736 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.736 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.736 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.736 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.736 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.736 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.736 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.736 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.736 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.737 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.737 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.737 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-09-10T18:20:56.737 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.737 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.737 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.737 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.737 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.737 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.737 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.737 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.737 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.738 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.738 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.738 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.738 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.738 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.738 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.738 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.738 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.738 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.738 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.738 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.738 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.738 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.738 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.739 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.739 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.739 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.739 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.739 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.739 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.739 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.739 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.739 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.739 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.739 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.739 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.739 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.739 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.740 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.740 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.740 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-09-10T18:20:56.740 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-09-10T18:20:56.740 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.740 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.740 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.740 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.740 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.740 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.740 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.740 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-09-10T18:20:56.740 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.741 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.741 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.741 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.741 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-09-10T18:20:56.741 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-09-10T18:20:56.741 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.741 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.741 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.741 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:20:56.741 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.741 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.741 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.741 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-09-10T18:20:56.741 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.742 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.742 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.742 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.742 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "mode": { 2024-09-10T18:20:56.742 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-09-10T18:20:56.742 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.742 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.742 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.742 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-09-10T18:20:56.742 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.742 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.742 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.742 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-09-10T18:20:56.743 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "root" 2024-09-10T18:20:56.743 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.743 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-09-10T18:20:56.743 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.743 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.743 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.743 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.743 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-09-10T18:20:56.743 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-09-10T18:20:56.743 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.743 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.743 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.743 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-09-10T18:20:56.743 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.744 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.744 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.744 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-09-10T18:20:56.744 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.744 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.744 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.744 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.744 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-09-10T18:20:56.744 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-09-10T18:20:56.744 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.744 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.744 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.744 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:20:56.745 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.745 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.745 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.745 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-09-10T18:20:56.745 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.745 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.745 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.745 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.745 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-09-10T18:20:56.745 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-09-10T18:20:56.745 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.745 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.745 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.746 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:20:56.746 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.746 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.746 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.746 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-09-10T18:20:56.746 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.746 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.746 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.746 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.746 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-09-10T18:20:56.746 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-09-10T18:20:56.746 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.746 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.746 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.747 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:20:56.747 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.747 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.747 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.747 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-09-10T18:20:56.747 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.747 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.747 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.747 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.747 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-09-10T18:20:56.747 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-09-10T18:20:56.747 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.747 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.747 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.748 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:20:56.748 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.748 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.748 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.748 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-09-10T18:20:56.748 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.748 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.748 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.748 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.748 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-09-10T18:20:56.748 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-09-10T18:20:56.748 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.748 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-09-10T18:20:56.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-09-10T18:20:56.749 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-09-10T18:20:56.750 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.750 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.750 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.750 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.750 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.750 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.750 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.750 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-09-10T18:20:56.750 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.750 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.750 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.750 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.750 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-09-10T18:20:56.751 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-09-10T18:20:56.751 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.751 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.751 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.751 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.751 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.751 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.751 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.751 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-09-10T18:20:56.751 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.751 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.751 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.751 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.751 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-09-10T18:20:56.752 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-09-10T18:20:56.752 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.752 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.752 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.752 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.752 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.752 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.752 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.752 INFO:teuthology.orchestra.run.smithi031.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-10T18:20:56.752 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.752 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.752 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.753 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.753 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.753 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.753 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.753 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-09-10T18:20:56.753 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.753 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.753 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.753 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.753 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.753 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.753 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.753 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.754 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.754 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.754 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.754 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.754 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.754 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.754 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.754 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.754 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.754 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.754 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.754 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.754 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.754 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.755 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.755 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.755 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.755 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.755 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.755 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.755 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.755 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.755 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.755 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.755 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.755 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.755 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.755 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.756 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.756 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.756 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.756 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.756 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.756 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.756 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.756 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.756 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.756 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.756 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.756 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.756 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.757 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.757 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.757 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.757 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.757 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.757 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.757 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.757 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.757 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.757 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.757 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.757 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.757 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.757 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.758 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.758 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.758 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.758 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.758 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.758 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.758 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.758 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.758 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.758 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.758 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-09-10T18:20:56.758 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-09-10T18:20:56.758 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:20:56.758 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.759 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.759 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-09-10T18:20:56.759 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.759 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.759 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.759 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-09-10T18:20:56.759 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.759 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.759 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.759 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.759 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-09-10T18:20:56.759 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-09-10T18:20:56.759 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:20:56.759 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.760 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.760 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-09-10T18:20:56.760 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.760 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.760 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.760 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-09-10T18:20:56.760 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.760 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.760 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.760 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.760 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.760 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.760 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.761 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-09-10T18:20:56.761 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.761 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.761 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.761 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-09-10T18:20:56.761 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-09-10T18:20:56.761 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.761 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.761 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.761 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:20:56.761 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.761 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.761 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.761 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.762 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.762 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.762 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.762 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.762 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-09-10T18:20:56.762 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-09-10T18:20:56.762 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.762 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.762 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.762 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.762 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.762 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.762 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.762 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.763 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.763 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.763 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.763 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.763 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-09-10T18:20:56.763 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-09-10T18:20:56.763 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.763 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.763 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.763 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.763 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.763 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.763 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.764 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.764 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.764 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.764 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.764 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.764 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-09-10T18:20:56.764 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-09-10T18:20:56.764 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.764 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.764 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.764 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.764 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.765 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.765 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.765 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.765 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.765 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.765 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.765 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.765 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-09-10T18:20:56.765 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-09-10T18:20:56.765 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.765 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.765 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.765 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.765 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.766 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.766 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.766 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.766 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.766 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.766 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.766 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.766 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-09-10T18:20:56.766 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-09-10T18:20:56.766 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.766 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.766 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.766 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.767 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.767 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.767 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.767 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.767 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.767 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.767 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.767 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.767 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-09-10T18:20:56.767 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-09-10T18:20:56.767 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.767 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.767 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.767 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.768 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.768 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.768 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.768 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.768 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.768 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.768 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.768 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.768 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-09-10T18:20:56.768 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-09-10T18:20:56.768 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.768 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.768 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.768 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.769 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.769 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.769 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.769 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.769 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.769 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.769 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.769 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.769 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-09-10T18:20:56.769 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-09-10T18:20:56.769 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.769 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.769 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.769 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.770 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.770 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.770 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.770 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.770 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.770 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.770 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.770 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.770 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-09-10T18:20:56.770 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-09-10T18:20:56.770 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.770 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.770 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.770 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.771 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.771 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.771 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.771 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.771 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.771 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.771 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.771 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.771 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-09-10T18:20:56.771 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-09-10T18:20:56.771 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.771 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.771 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.771 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.772 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.772 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.772 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.772 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.772 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.772 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.772 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.772 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.772 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-09-10T18:20:56.772 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-09-10T18:20:56.772 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.772 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.772 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.773 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.773 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.773 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.773 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.773 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.773 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.773 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.773 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.773 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.773 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-09-10T18:20:56.773 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-09-10T18:20:56.773 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.773 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.773 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.774 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-09-10T18:20:56.774 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.774 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.774 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.774 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.774 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.774 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.774 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.774 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.774 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-09-10T18:20:56.774 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-09-10T18:20:56.774 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.774 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.774 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.774 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.775 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.775 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.775 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.775 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.775 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.775 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.775 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.775 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.775 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-09-10T18:20:56.775 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-09-10T18:20:56.775 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.775 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.776 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.776 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.776 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.776 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.776 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.776 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.776 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.776 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.776 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.776 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.776 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-09-10T18:20:56.776 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-09-10T18:20:56.776 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.777 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.777 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.777 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-09-10T18:20:56.777 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.777 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.777 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.777 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.777 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.777 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.777 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.777 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.777 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-09-10T18:20:56.777 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-09-10T18:20:56.777 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.778 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.778 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.778 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.778 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.778 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.778 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.778 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.778 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.778 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.778 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.778 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.778 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-09-10T18:20:56.778 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-09-10T18:20:56.778 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.779 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.779 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.779 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.779 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.779 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.779 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.779 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.779 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.779 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.779 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.779 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.780 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-09-10T18:20:56.780 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-09-10T18:20:56.780 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.780 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.780 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.780 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.780 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.780 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.780 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.780 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.780 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.781 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.781 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.781 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.781 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-09-10T18:20:56.781 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-09-10T18:20:56.781 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.781 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.781 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.781 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.781 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.781 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.781 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.781 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.782 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.782 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.782 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.782 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.782 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-09-10T18:20:56.782 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-09-10T18:20:56.782 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.782 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.782 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.782 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.782 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.782 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.782 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.782 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.783 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.783 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.783 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.783 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.783 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-09-10T18:20:56.783 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-09-10T18:20:56.783 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.783 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.783 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.783 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.783 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.783 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.783 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.784 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.784 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.784 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.784 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.784 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.784 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-09-10T18:20:56.784 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-09-10T18:20:56.784 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.784 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.784 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.784 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.785 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.785 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.785 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.785 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.785 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.785 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.785 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.785 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.785 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-09-10T18:20:56.785 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-09-10T18:20:56.785 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.785 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.785 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.786 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.786 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.786 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.786 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.786 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.786 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.786 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.786 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.786 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.786 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-09-10T18:20:56.786 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-09-10T18:20:56.786 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.786 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.787 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.787 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.787 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.787 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.787 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.787 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.787 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.787 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.787 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.787 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.787 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-09-10T18:20:56.788 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-09-10T18:20:56.788 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.788 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.788 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.788 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.788 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.788 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.788 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.788 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.788 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.788 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.788 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.789 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.789 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-09-10T18:20:56.789 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-09-10T18:20:56.789 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.789 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.789 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.789 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.789 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.789 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.789 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.789 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.789 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.789 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.789 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-09-10T18:20:56.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-09-10T18:20:56.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.790 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-09-10T18:20:56.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-09-10T18:20:56.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-09-10T18:20:56.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.792 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.792 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-09-10T18:20:56.792 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-09-10T18:20:56.792 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.792 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.792 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.792 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:20:56.792 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.792 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.792 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.792 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.792 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.792 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.792 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.793 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.793 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-09-10T18:20:56.793 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-09-10T18:20:56.793 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.793 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.793 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.793 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-09-10T18:20:56.793 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.793 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.793 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.793 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.793 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.793 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.793 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.794 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.794 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-09-10T18:20:56.794 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-09-10T18:20:56.794 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.794 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.794 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.794 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-09-10T18:20:56.794 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.794 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.794 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.794 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.794 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.794 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.794 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-09-10T18:20:56.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-09-10T18:20:56.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.795 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-09-10T18:20:56.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-09-10T18:20:56.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-09-10T18:20:56.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.796 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-09-10T18:20:56.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-09-10T18:20:56.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.797 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.798 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.798 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-09-10T18:20:56.798 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-09-10T18:20:56.798 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.798 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.798 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.798 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-09-10T18:20:56.798 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.798 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.798 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.798 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.798 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.798 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.799 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.799 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.799 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-09-10T18:20:56.799 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-09-10T18:20:56.799 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.799 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.799 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.799 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-09-10T18:20:56.799 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.799 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.799 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.799 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.799 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.799 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.800 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.800 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.800 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-09-10T18:20:56.800 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-09-10T18:20:56.800 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.800 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.800 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.800 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.800 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.800 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.800 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.800 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.800 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.801 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.801 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.801 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.801 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-09-10T18:20:56.801 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-09-10T18:20:56.801 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.801 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.801 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.801 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.801 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.801 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.801 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.801 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.802 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.802 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.802 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.802 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.802 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-09-10T18:20:56.802 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-09-10T18:20:56.802 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.802 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.802 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.802 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.802 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.802 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.802 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.803 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.803 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.803 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.803 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.803 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.803 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-09-10T18:20:56.803 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-09-10T18:20:56.803 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.803 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.803 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.803 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-09-10T18:20:56.803 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.803 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.804 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.804 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.804 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.804 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.804 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.804 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.804 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-09-10T18:20:56.804 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-09-10T18:20:56.804 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.804 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.804 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.804 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:20:56.804 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.804 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.805 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.805 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.805 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.805 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.805 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.805 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.805 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-09-10T18:20:56.805 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-09-10T18:20:56.805 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.805 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.805 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.805 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-10T18:20:56.806 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.806 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.806 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.806 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.806 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.806 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.806 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.806 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.806 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-09-10T18:20:56.806 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-09-10T18:20:56.806 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.807 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.807 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.807 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.807 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.807 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.807 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.807 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.807 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.807 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.807 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.807 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.807 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug": { 2024-09-10T18:20:56.807 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-09-10T18:20:56.807 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.808 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.808 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.808 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.808 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.808 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.808 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.808 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-09-10T18:20:56.808 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.808 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.808 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.808 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.808 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-09-10T18:20:56.808 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-09-10T18:20:56.808 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.809 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.809 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.809 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-09-10T18:20:56.809 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.809 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.809 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.809 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.809 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.809 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.809 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.809 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.809 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "key_file": { 2024-09-10T18:20:56.809 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-09-10T18:20:56.809 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.810 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.810 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.810 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.810 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.810 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.810 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.810 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.810 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.810 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.810 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.810 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.810 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.810 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.810 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.811 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.811 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.811 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.811 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.811 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.811 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.811 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.811 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.811 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.811 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.811 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.811 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.811 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.811 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.812 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.812 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.812 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.812 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.812 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.812 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.812 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.812 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.812 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.812 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.812 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.812 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.812 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.813 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.813 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.813 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.813 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.813 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.813 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.813 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.813 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.813 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.813 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.813 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.813 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.813 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.814 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.814 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.814 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.814 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.814 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.814 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.814 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.814 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.814 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.814 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.814 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.814 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.814 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.814 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.815 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.815 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.815 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.815 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.815 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.815 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.815 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.815 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.815 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.815 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.815 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.815 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.815 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.815 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "password": { 2024-09-10T18:20:56.816 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "password", 2024-09-10T18:20:56.816 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.816 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.816 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.816 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.816 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.816 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.816 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.816 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.816 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.816 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.816 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.816 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.817 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-09-10T18:20:56.817 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-09-10T18:20:56.817 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.817 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.817 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.817 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-09-10T18:20:56.817 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.817 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.817 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.817 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.817 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.817 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.817 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.818 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.818 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "server_port": { 2024-09-10T18:20:56.818 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-09-10T18:20:56.818 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.818 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.818 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.818 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-09-10T18:20:56.818 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.818 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.818 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.818 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.818 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.819 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.819 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.819 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.819 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "ssl": { 2024-09-10T18:20:56.819 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-09-10T18:20:56.819 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.819 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.819 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.819 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.819 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.819 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.819 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.819 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.820 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.820 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.820 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.820 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.820 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-09-10T18:20:56.820 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-09-10T18:20:56.820 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.820 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.820 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.820 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-09-10T18:20:56.820 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.820 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.820 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.821 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.821 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.821 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.821 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.821 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.821 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-09-10T18:20:56.821 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-09-10T18:20:56.821 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.821 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.821 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.821 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-09-10T18:20:56.821 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.821 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.821 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.821 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.822 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "redirect" 2024-09-10T18:20:56.822 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.822 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.822 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.822 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.822 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.822 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.822 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-09-10T18:20:56.822 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-09-10T18:20:56.822 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.822 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.822 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.822 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-09-10T18:20:56.823 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "400", 2024-09-10T18:20:56.823 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "599", 2024-09-10T18:20:56.823 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.823 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.823 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.823 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.823 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.823 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.823 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-09-10T18:20:56.823 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-09-10T18:20:56.823 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.823 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.823 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.823 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "username": { 2024-09-10T18:20:56.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "username", 2024-09-10T18:20:56.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-09-10T18:20:56.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.826 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.826 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.826 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-09-10T18:20:56.826 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-09-10T18:20:56.826 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.826 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.826 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.826 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.826 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.826 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.826 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.826 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-09-10T18:20:56.826 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.826 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.827 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.827 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.827 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.827 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.827 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.827 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.827 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.827 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.827 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.827 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.827 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.827 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.828 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.828 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.828 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.828 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.828 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.828 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.828 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.828 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.828 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.828 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.828 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.828 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.828 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.829 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.829 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.829 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.829 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.829 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.829 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.829 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.829 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.829 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.829 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.829 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.829 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.829 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.830 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.830 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.830 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.830 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.830 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.830 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.830 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.830 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.830 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.830 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.830 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.830 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.831 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.831 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.831 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.831 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.831 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.831 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.831 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.831 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.831 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.831 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.831 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.831 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.831 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.832 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.832 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.832 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.832 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.832 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.832 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.832 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.832 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.832 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.832 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-09-10T18:20:56.832 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-09-10T18:20:56.832 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:20:56.832 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.833 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.833 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-09-10T18:20:56.833 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.833 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.833 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.833 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-09-10T18:20:56.833 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.833 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.833 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.833 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.833 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-09-10T18:20:56.833 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-09-10T18:20:56.833 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.833 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.834 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.834 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-09-10T18:20:56.834 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.834 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.834 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.834 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-09-10T18:20:56.834 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.834 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.834 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.834 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.834 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-09-10T18:20:56.834 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-09-10T18:20:56.834 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:20:56.834 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.835 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.835 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-09-10T18:20:56.835 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.835 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.835 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.835 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-09-10T18:20:56.835 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.835 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.835 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.835 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.835 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-09-10T18:20:56.835 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-09-10T18:20:56.835 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:20:56.836 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.836 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.836 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-09-10T18:20:56.836 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.836 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.836 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.836 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-09-10T18:20:56.836 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.836 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.836 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.836 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.836 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-09-10T18:20:56.836 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-09-10T18:20:56.837 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.837 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.837 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.837 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.837 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.837 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.837 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.837 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-09-10T18:20:56.837 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.837 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.837 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.837 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.837 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-10T18:20:56.837 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-10T18:20:56.838 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:20:56.838 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.838 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.838 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-10T18:20:56.838 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.838 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.838 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.838 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-09-10T18:20:56.838 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.838 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.838 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.838 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.838 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-09-10T18:20:56.839 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-09-10T18:20:56.839 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:20:56.839 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.839 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.839 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-09-10T18:20:56.839 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.839 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.839 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.839 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-09-10T18:20:56.839 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.839 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.839 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.839 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.840 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.840 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.840 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.840 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-09-10T18:20:56.840 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.840 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.840 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.840 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.840 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.840 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.840 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.840 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.840 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.840 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.841 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.841 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.841 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.841 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.841 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.841 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.841 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.841 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.841 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.841 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.841 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.841 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.841 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.841 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.842 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.842 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.842 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.842 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.842 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.842 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.842 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.842 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.842 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.842 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.842 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.842 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.843 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.843 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.843 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.843 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.843 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.843 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.843 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.843 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.843 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.843 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.843 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.843 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.843 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.844 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.844 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.844 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.844 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.844 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.844 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.844 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.844 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.844 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.844 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.844 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.844 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.844 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.844 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-09-10T18:20:56.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-09-10T18:20:56.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-09-10T18:20:56.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-09-10T18:20:56.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-09-10T18:20:56.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.847 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.847 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-09-10T18:20:56.847 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.847 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.847 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.847 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.847 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.847 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.847 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.847 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.847 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-10T18:20:56.847 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-10T18:20:56.848 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.848 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.848 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.848 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-10T18:20:56.848 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.848 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.848 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.848 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.848 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.848 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.848 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.848 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.848 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.848 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.848 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.849 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-09-10T18:20:56.849 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-09-10T18:20:56.849 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-09-10T18:20:56.849 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.849 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-09-10T18:20:56.849 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-09-10T18:20:56.849 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.849 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.849 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.849 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-09-10T18:20:56.849 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.849 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.850 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.850 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.850 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.850 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.850 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.850 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.850 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "database": { 2024-09-10T18:20:56.850 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "database", 2024-09-10T18:20:56.850 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.850 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.850 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.850 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-09-10T18:20:56.850 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.850 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.851 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.851 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.851 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.851 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.851 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.851 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.851 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "hostname": { 2024-09-10T18:20:56.851 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-09-10T18:20:56.851 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.851 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.851 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.851 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:20:56.851 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.851 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.852 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.852 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.852 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.852 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.852 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.852 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.852 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:20:56.852 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:20:56.852 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.852 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.852 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.852 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-09-10T18:20:56.852 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.852 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.853 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.853 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.853 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.853 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.853 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.853 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.853 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.853 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.853 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.853 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.853 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.853 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.854 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.854 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.854 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.854 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.854 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.854 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.854 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.854 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.854 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.854 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.854 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.854 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.855 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.855 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.855 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.855 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.855 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.855 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.855 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.855 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.855 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.855 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.855 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.855 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.855 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.856 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.856 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.856 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.856 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.856 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.856 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.856 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.856 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.856 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.856 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.856 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.856 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.856 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.856 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.857 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.857 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.857 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.857 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.857 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.857 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.857 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.857 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.857 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.857 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.857 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.858 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.858 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.858 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.858 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.858 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.858 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.858 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.858 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.858 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.858 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.858 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.858 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.858 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.859 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.859 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "password": { 2024-09-10T18:20:56.859 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "password", 2024-09-10T18:20:56.859 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.859 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.859 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.859 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:20:56.859 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.859 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.859 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.859 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.859 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.859 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.860 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.860 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.860 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "port": { 2024-09-10T18:20:56.860 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "port", 2024-09-10T18:20:56.860 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.860 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.860 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.860 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-09-10T18:20:56.860 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.860 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.860 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.861 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.861 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.861 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.861 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.861 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.861 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "ssl": { 2024-09-10T18:20:56.861 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-09-10T18:20:56.861 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.861 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.861 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.861 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-09-10T18:20:56.861 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.861 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.861 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.862 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.862 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.862 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.862 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.862 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.862 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "threads": { 2024-09-10T18:20:56.862 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-09-10T18:20:56.862 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.862 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.862 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.862 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-10T18:20:56.862 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.862 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.863 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.863 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.863 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.863 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.863 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.863 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.863 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "username": { 2024-09-10T18:20:56.863 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "username", 2024-09-10T18:20:56.863 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.863 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.863 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.863 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:20:56.863 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.863 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.864 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.864 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.864 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.864 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.864 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.864 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.864 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-09-10T18:20:56.864 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-09-10T18:20:56.864 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.864 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.864 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.864 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-09-10T18:20:56.864 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.864 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.864 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.865 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.865 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.865 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.865 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.865 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.865 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.865 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.865 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.865 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-09-10T18:20:56.865 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.865 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.865 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.865 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.865 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.866 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.866 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.866 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.866 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.866 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.866 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.866 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.866 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.866 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.866 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.866 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.866 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.866 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.866 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.866 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.867 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.867 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.867 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.867 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.867 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.867 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.867 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.867 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.867 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.867 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.867 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.867 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.867 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.867 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.868 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.868 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.868 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.868 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.868 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.868 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.868 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.868 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.868 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.868 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.868 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.868 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.868 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.868 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.869 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.869 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.869 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.869 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.869 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.869 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.869 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.869 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.869 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.869 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.869 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.869 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.869 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.870 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.870 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.870 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.870 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.870 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.870 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.870 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.870 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.870 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.870 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.870 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-09-10T18:20:56.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.871 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.872 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.873 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.874 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.875 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.876 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-09-10T18:20:56.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-09-10T18:20:56.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-09-10T18:20:56.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-09-10T18:20:56.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-09-10T18:20:56.877 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-09-10T18:20:56.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-09-10T18:20:56.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:20:56.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "10", 2024-09-10T18:20:56.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.878 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-09-10T18:20:56.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.879 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.880 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.881 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.882 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.883 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-09-10T18:20:56.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-09-10T18:20:56.884 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-09-10T18:20:56.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-09-10T18:20:56.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-09-10T18:20:56.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.885 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.886 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.887 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.888 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.889 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.890 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.890 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.890 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.890 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.890 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.890 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.890 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.890 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.890 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.890 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.890 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.890 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min_size": { 2024-09-10T18:20:56.891 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-09-10T18:20:56.891 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.891 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.891 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.891 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.891 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.891 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.891 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.891 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-09-10T18:20:56.891 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.891 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.891 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.891 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.891 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-09-10T18:20:56.892 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-09-10T18:20:56.892 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.892 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.892 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.892 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-09-10T18:20:56.892 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.892 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.892 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.892 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-09-10T18:20:56.892 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.892 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.893 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.893 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.893 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-09-10T18:20:56.893 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-09-10T18:20:56.893 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.893 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.893 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.893 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-09-10T18:20:56.893 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.893 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.893 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.893 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-09-10T18:20:56.894 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.894 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.894 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.894 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.894 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "prefix": { 2024-09-10T18:20:56.894 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-09-10T18:20:56.894 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.894 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.894 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.894 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.894 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.894 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.894 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.895 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-09-10T18:20:56.895 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.895 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.895 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.895 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.895 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "subtree": { 2024-09-10T18:20:56.895 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-09-10T18:20:56.895 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.895 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.895 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.895 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-09-10T18:20:56.895 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.895 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.896 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.896 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-09-10T18:20:56.896 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.896 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.896 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.896 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.896 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.896 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.896 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.896 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-09-10T18:20:56.896 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.896 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.896 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.896 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.897 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.897 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.897 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.897 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.897 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.897 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.897 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.897 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.897 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.897 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.897 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.897 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.897 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.897 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.898 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.898 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.898 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.898 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.898 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.898 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.898 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.898 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.898 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.898 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.898 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.898 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.898 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.899 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.899 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.899 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.899 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.899 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.899 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.899 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.899 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.899 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.899 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.899 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.899 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.899 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.900 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.900 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.900 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.900 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.900 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.900 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.900 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.900 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.900 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.900 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.900 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.900 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.901 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.901 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.901 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.901 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.901 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.901 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.901 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.901 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.901 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.901 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.901 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.901 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.901 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.902 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.902 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.902 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.902 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.902 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-09-10T18:20:56.902 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-09-10T18:20:56.902 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.902 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.902 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.902 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:20:56.902 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.902 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.902 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.902 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "cephadm", 2024-09-10T18:20:56.903 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rook", 2024-09-10T18:20:56.903 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-09-10T18:20:56.903 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.903 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-09-10T18:20:56.903 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.903 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.903 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.903 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.903 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.903 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.903 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.903 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-09-10T18:20:56.903 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.904 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.904 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.904 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.904 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.904 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.904 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.904 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.904 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.904 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.904 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.904 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.904 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.905 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.905 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.905 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.905 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.905 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.905 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.905 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.905 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.905 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.905 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.905 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.905 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.906 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.906 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.906 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.906 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.906 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.906 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.906 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.906 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.906 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.906 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.906 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.906 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.906 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.907 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.907 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.907 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.907 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.907 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.907 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.907 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.907 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.907 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.907 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.907 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.907 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.907 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.908 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.908 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.908 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.908 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.908 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.908 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.908 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.908 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.908 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.908 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.908 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.908 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.908 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.908 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.909 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.909 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.909 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.909 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.909 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.909 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.909 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.909 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.909 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.909 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.909 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.909 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-09-10T18:20:56.909 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.909 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.910 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.910 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.910 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.910 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.910 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.910 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.910 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.910 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.910 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.910 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.910 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.910 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.910 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.911 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.911 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.911 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.911 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.911 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.911 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.911 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.911 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.911 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.911 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.911 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.911 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.911 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.914 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.914 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.914 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.914 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.914 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.914 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.914 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.914 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.914 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.914 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.914 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.914 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.914 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.915 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.915 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.915 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.915 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.915 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.915 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.915 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-10T18:20:56.915 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-10T18:20:56.915 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.915 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.915 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.915 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:20:56.915 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.915 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.916 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.916 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.916 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.916 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.916 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.916 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.916 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.916 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.916 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.916 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-09-10T18:20:56.916 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.916 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.916 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enabled": { 2024-09-10T18:20:56.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-09-10T18:20:56.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.919 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.919 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.919 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.919 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.919 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.919 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.919 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.919 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.919 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.919 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.919 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.919 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.919 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.919 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.920 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.920 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.920 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.920 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.920 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.920 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.920 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.920 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.920 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.920 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.920 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.920 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.920 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.920 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.921 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.921 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.921 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.921 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.921 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.921 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.921 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.921 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.921 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.921 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.921 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.921 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.921 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.921 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.922 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.922 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.922 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.922 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.922 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.922 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.922 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.922 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.922 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.922 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.922 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.922 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.922 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.923 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.923 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.923 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-09-10T18:20:56.923 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-09-10T18:20:56.923 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.923 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.923 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.923 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-09-10T18:20:56.923 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.923 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.923 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.923 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-09-10T18:20:56.923 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.924 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.924 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.924 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.924 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-09-10T18:20:56.924 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-09-10T18:20:56.924 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:20:56.924 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.924 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.924 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-10T18:20:56.924 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.924 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.924 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.924 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-09-10T18:20:56.924 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.924 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.924 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.925 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.925 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.925 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.925 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.925 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-09-10T18:20:56.925 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.925 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.925 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.925 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.925 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.925 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.925 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.925 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.926 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.926 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.926 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.926 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.926 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.926 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.926 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.926 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.926 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.926 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.926 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.926 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.926 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.926 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.927 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.927 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.927 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.927 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.927 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.927 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.927 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.927 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.927 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.927 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.927 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.927 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.927 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.928 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.928 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.928 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.928 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.928 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.928 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.928 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.928 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.928 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.928 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.928 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.928 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.928 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.928 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.929 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.929 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.929 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.929 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.929 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.929 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.929 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.929 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.929 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.929 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.929 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.929 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.929 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.930 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.930 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.930 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.930 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.930 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.930 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.930 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.930 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.930 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.930 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.930 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.930 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-09-10T18:20:56.930 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-09-10T18:20:56.930 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.931 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.931 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.931 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.931 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.931 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.931 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.931 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.931 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.931 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.931 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.931 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.931 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-09-10T18:20:56.931 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-09-10T18:20:56.931 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.932 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.932 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.932 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-09-10T18:20:56.932 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.932 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.932 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.932 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.932 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.932 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.932 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.932 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.932 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-09-10T18:20:56.932 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-09-10T18:20:56.933 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.933 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.933 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.933 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.933 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.933 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.933 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.933 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.933 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.933 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.933 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.933 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.933 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-09-10T18:20:56.934 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-09-10T18:20:56.934 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.934 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.934 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.934 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.934 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.934 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.934 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.934 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.934 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.934 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.934 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.934 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.934 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "server_port": { 2024-09-10T18:20:56.935 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-09-10T18:20:56.935 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.935 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.935 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.935 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.935 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.935 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.935 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.935 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.935 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.935 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.935 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.935 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.936 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-09-10T18:20:56.936 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-09-10T18:20:56.936 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.936 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.936 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.936 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.936 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.936 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.936 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.936 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.936 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.936 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.936 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.937 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.937 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.937 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.937 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.937 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-09-10T18:20:56.937 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.937 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.937 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.937 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.937 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.937 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.937 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.938 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.938 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.938 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.938 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.938 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.938 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.938 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.938 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.938 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.938 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.938 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.938 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.938 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.938 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.939 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.939 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.939 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.939 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.939 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.939 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.939 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.939 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.939 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.939 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.939 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.939 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.939 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.939 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.940 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.940 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.940 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.940 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.940 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.940 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.940 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.940 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.940 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.940 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.940 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.940 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.940 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.941 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.941 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.941 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.941 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.941 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.941 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.941 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.941 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.941 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.941 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.941 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.941 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.941 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.941 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.942 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.942 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.942 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.942 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.942 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.942 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.942 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.942 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.942 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.942 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.942 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.942 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-09-10T18:20:56.942 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-09-10T18:20:56.943 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.943 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.943 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.943 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.943 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.943 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.943 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.943 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.943 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.943 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.943 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.943 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.944 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-09-10T18:20:56.944 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-09-10T18:20:56.944 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.944 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.944 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.944 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.944 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.944 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.944 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.944 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.944 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.944 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.944 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.945 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.945 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.945 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.945 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.945 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-09-10T18:20:56.945 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.945 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.945 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.945 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "key_file": { 2024-09-10T18:20:56.945 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-09-10T18:20:56.945 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.945 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.945 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.946 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.946 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.946 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.946 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.946 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.946 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.946 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.946 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.946 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.946 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.946 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.946 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.946 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.947 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.947 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.947 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.947 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.947 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.947 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.947 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.947 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.947 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.947 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.947 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.947 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.947 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.947 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.948 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.948 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.948 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.948 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.948 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.948 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.948 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.948 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.948 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.948 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.948 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.948 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.948 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.948 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.949 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.949 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.949 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.949 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.949 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.949 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.949 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.949 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.949 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.949 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.949 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.949 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.949 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.949 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.950 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.950 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.950 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.950 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.950 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.950 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.950 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.950 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.950 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.950 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.950 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.950 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.950 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.950 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.951 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.951 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.951 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.951 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.951 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.951 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.951 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.951 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.951 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.951 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.951 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-09-10T18:20:56.951 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-09-10T18:20:56.951 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.952 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.952 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.952 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.952 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.952 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.952 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.952 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.952 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.952 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.952 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.952 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.952 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "server_port": { 2024-09-10T18:20:56.952 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-09-10T18:20:56.952 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.953 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.953 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.953 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.953 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.953 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.953 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.953 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.953 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.953 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.953 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.953 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.953 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.953 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.953 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.954 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-09-10T18:20:56.954 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.954 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.954 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.954 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.954 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.954 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.954 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.954 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.954 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.954 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.954 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.954 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.954 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.954 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.955 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.955 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.955 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.955 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.955 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.955 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.955 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.955 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.955 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.955 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.955 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.955 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.955 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.955 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.955 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.956 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.956 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.956 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.956 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.956 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.956 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.956 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.956 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.956 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.956 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.956 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.956 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.956 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.957 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.957 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.957 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.957 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.957 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.957 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.957 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.957 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.957 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.957 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.957 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.957 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.957 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.957 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.958 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.958 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.958 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.958 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.958 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.958 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.958 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.958 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.958 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.958 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.958 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.958 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.958 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.958 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.958 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.959 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.959 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.959 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.959 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.959 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.959 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-09-10T18:20:56.959 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.959 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.959 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.959 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.959 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.959 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.960 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.960 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.960 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.960 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.960 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.960 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.960 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.960 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.960 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.960 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.960 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.960 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.960 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.960 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.961 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.961 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.961 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.961 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.961 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.961 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.961 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.961 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.961 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.961 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.961 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.961 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.961 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.962 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.962 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.962 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.962 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.962 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.962 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.962 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.962 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.962 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.962 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.962 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.962 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.962 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.962 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.963 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.963 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.963 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.963 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.963 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.963 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.963 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.963 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.963 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.963 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.963 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.963 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.963 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.964 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.964 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.964 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.964 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.964 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.964 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.964 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.964 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.964 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.964 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.964 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.964 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.964 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.964 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "roption1": { 2024-09-10T18:20:56.965 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-09-10T18:20:56.965 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.965 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.965 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.965 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.965 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.965 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.965 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.965 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.965 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.965 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.965 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.965 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.965 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "roption2": { 2024-09-10T18:20:56.966 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-09-10T18:20:56.966 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.966 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.966 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.966 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-09-10T18:20:56.966 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.966 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.966 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.966 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.966 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.966 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.966 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.966 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.967 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-09-10T18:20:56.967 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-09-10T18:20:56.967 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.967 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.967 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.967 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.967 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.967 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.967 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.967 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.967 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.967 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.967 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.967 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.968 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-09-10T18:20:56.968 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-09-10T18:20:56.968 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.968 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.968 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.968 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.968 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.968 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.968 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.968 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.968 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.968 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.968 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.968 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.969 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-09-10T18:20:56.969 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-09-10T18:20:56.969 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "float", 2024-09-10T18:20:56.969 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.969 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.969 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.969 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.969 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.969 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.969 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.969 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.969 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.969 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.970 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.970 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-09-10T18:20:56.970 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-09-10T18:20:56.970 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.970 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.970 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.970 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.970 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.970 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.970 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.970 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.970 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.970 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.970 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.971 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.971 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-09-10T18:20:56.971 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-09-10T18:20:56.971 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.971 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.971 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.971 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.971 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.971 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.971 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.971 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.971 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.971 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.971 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.971 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.972 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-09-10T18:20:56.972 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-09-10T18:20:56.972 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.972 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.972 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.972 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.972 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.972 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.972 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.972 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.972 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.972 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.972 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.972 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.973 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "testkey": { 2024-09-10T18:20:56.973 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-09-10T18:20:56.973 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.973 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.973 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.973 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.973 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.973 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.973 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.973 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.973 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.973 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.973 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.973 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.974 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-09-10T18:20:56.974 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-09-10T18:20:56.974 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.974 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.974 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.974 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.974 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.974 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.974 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.974 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.974 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.974 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.974 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.974 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.974 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-09-10T18:20:56.975 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-09-10T18:20:56.975 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.975 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.975 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.975 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.975 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.975 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.975 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.975 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.975 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.975 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.975 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.975 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.975 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.975 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.976 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.976 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "status", 2024-09-10T18:20:56.976 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.976 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.976 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.976 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.976 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.976 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.976 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.976 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.976 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.976 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.976 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.976 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.977 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.977 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.977 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.977 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.977 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.977 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.977 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.977 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.977 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.977 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.977 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.977 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.977 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.978 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.978 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.978 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.978 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.978 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.978 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.978 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.978 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.978 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.978 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.978 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.978 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.978 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.978 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.979 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.979 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.979 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.979 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.979 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.979 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.979 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.979 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.979 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.979 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.979 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.979 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.979 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.980 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.980 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.980 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.980 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.980 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.980 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.980 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.980 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.980 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.980 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.980 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.980 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.980 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.980 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.981 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.981 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.981 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.981 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.981 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.981 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.981 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.981 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.981 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.981 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.981 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-09-10T18:20:56.981 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.981 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.981 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.982 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "address": { 2024-09-10T18:20:56.982 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "address", 2024-09-10T18:20:56.982 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.982 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.982 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.982 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-09-10T18:20:56.982 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.982 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.982 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.982 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.982 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.982 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.982 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.982 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.983 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:20:56.983 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:20:56.983 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:20:56.983 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.983 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.983 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-09-10T18:20:56.983 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.983 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.983 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.983 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.983 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.983 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.983 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.983 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.983 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:56.984 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:56.984 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.984 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.984 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.984 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:56.984 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.984 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.984 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.984 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.984 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.984 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.984 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.985 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.985 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.985 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.985 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.985 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.985 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.985 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.985 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.985 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:56.985 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:56.985 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.985 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.985 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.985 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.986 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.986 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.986 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.986 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.986 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.986 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.986 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.986 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.986 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:56.986 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:56.986 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.986 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.986 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.987 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:56.987 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.987 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.987 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:56.987 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:56.987 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:56.987 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:56.987 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:56.987 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:56.987 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:56.987 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:56.987 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.987 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.988 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.988 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.988 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.988 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:56.988 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:56.988 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.988 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.988 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:56.988 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.988 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.988 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.988 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.988 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.989 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.989 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.989 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.989 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.989 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:56.989 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.989 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:56.989 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-09-10T18:20:56.989 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:56.989 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:56.989 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:56.989 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-09-10T18:20:56.989 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-09-10T18:20:56.989 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.990 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.990 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.990 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.990 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.990 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.990 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.990 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-09-10T18:20:56.990 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.990 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.990 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.990 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.990 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-09-10T18:20:56.990 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-09-10T18:20:56.990 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.990 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.991 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.991 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.991 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.991 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.991 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.991 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.991 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.991 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.991 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.991 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.991 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-09-10T18:20:56.991 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-09-10T18:20:56.991 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.991 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.991 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.992 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:20:56.992 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.992 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.992 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.992 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.992 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.992 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.992 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.992 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.992 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-09-10T18:20:56.992 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-09-10T18:20:56.992 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.992 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.993 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.993 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.993 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.993 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.993 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.993 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.993 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.993 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.993 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.993 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.993 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "contact": { 2024-09-10T18:20:56.993 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-09-10T18:20:56.993 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.993 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.994 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.994 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:20:56.994 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.994 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.994 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.994 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.994 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.994 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.994 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.994 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.994 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "description": { 2024-09-10T18:20:56.994 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "description", 2024-09-10T18:20:56.994 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.994 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.995 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.995 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:20:56.995 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.995 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.995 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.995 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.995 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.995 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.995 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.995 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.995 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "device_url": { 2024-09-10T18:20:56.995 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-09-10T18:20:56.995 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:56.995 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.995 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.996 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-09-10T18:20:56.996 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.996 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.996 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.996 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.996 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.996 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.996 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.996 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.996 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enabled": { 2024-09-10T18:20:56.996 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-09-10T18:20:56.996 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.996 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.997 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.997 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:56.997 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.997 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.997 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.997 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.997 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.997 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.997 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.997 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.997 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:20:56.997 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:20:56.997 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.998 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.998 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.998 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-09-10T18:20:56.998 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "8", 2024-09-10T18:20:56.998 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.998 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.998 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.998 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.998 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.998 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.998 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.998 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-09-10T18:20:56.998 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-09-10T18:20:56.998 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:56.998 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.999 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:56.999 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-09-10T18:20:56.999 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:56.999 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:56.999 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:56.999 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:56.999 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:56.999 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:56.999 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:56.999 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:56.999 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-09-10T18:20:56.999 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-09-10T18:20:56.999 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:56.999 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:56.999 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:57.000 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:57.000 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.000 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.000 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:57.000 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.000 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.000 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.000 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.000 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.000 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:57.000 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:57.000 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:57.000 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.000 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:57.000 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:57.001 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.001 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.001 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:57.001 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:57.001 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:57.001 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:57.001 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:57.001 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:57.001 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:57.001 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:57.001 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.001 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.001 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.001 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.001 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.002 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:57.002 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:57.002 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:57.002 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.002 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:57.002 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:57.002 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.002 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.002 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:57.002 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.002 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.003 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.003 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.003 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.003 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:57.003 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:57.003 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:57.003 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.003 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:57.003 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:57.003 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.003 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.003 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:57.003 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:57.003 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:57.004 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:57.004 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:57.004 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:57.004 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:57.004 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:57.004 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.004 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.004 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.004 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.004 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.004 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:57.004 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:57.004 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:57.005 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.005 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:57.005 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:57.005 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.005 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.005 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:57.005 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.005 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.005 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.005 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.005 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.005 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "organization": { 2024-09-10T18:20:57.005 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-09-10T18:20:57.005 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:57.006 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.006 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:57.006 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:20:57.006 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.006 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.006 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:57.006 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.006 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.006 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.006 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.006 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.006 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "proxy": { 2024-09-10T18:20:57.007 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-09-10T18:20:57.007 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:57.007 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.007 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:57.007 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:20:57.007 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.007 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.007 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:57.007 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.007 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.007 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.007 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.007 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.007 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "url": { 2024-09-10T18:20:57.008 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "url", 2024-09-10T18:20:57.008 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:57.008 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.008 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:57.008 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-09-10T18:20:57.008 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.008 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.008 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:57.008 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.008 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.008 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.008 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.008 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:57.009 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:57.009 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.009 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:57.009 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-09-10T18:20:57.009 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:57.009 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:57.009 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:57.009 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:57.009 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:57.009 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:57.009 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.009 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:57.009 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:57.010 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.010 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.010 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:57.010 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:57.010 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:57.010 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:57.010 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:57.010 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:57.010 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:57.010 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:57.010 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.010 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.010 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.010 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.011 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.011 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:57.011 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:57.011 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:57.011 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.011 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:57.011 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:57.011 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.011 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.011 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:57.011 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.011 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.011 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.011 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.012 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.012 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:57.012 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:57.012 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:57.012 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.012 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:57.012 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:57.012 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.012 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.012 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:57.012 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:57.012 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:57.013 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:57.013 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:57.013 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:57.013 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:57.013 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:57.013 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.013 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.013 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.013 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.013 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.013 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:57.013 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:57.013 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:57.014 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.014 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:57.014 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:57.014 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.014 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.014 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:57.014 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.014 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.014 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.014 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.014 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:57.014 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:57.014 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.015 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:57.015 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-09-10T18:20:57.015 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:57.015 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:57.015 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:57.015 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:57.015 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:57.015 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:57.015 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.015 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:57.015 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:57.015 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.015 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.016 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:57.016 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:57.016 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:57.016 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:57.016 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:57.016 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:57.016 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:57.016 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:57.016 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.016 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.016 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.016 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.016 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.017 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:57.017 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:57.017 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:57.017 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.017 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:57.017 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:57.017 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.017 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.017 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:57.017 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.017 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.017 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.017 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.018 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.018 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:57.018 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:57.018 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:57.018 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.018 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:57.018 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:57.018 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.018 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.018 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:57.018 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:57.018 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:57.018 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:57.019 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:57.019 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:57.019 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:57.019 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:57.019 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.019 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.019 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.019 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.019 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.019 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:57.019 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:57.019 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:57.019 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.019 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:57.020 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:57.020 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.020 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.020 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:57.020 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.020 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.020 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.020 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.020 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.020 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-09-10T18:20:57.020 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-09-10T18:20:57.020 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:57.020 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.021 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:57.021 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-09-10T18:20:57.021 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.021 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.021 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:57.021 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-09-10T18:20:57.021 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.021 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.021 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.021 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:57.021 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:57.021 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.021 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:57.022 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-09-10T18:20:57.022 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:20:57.022 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:20:57.022 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:20:57.022 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-09-10T18:20:57.022 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-09-10T18:20:57.022 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:57.022 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.022 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:57.022 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-09-10T18:20:57.022 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.022 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.022 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:57.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "identifier": { 2024-09-10T18:20:57.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-09-10T18:20:57.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:57.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:57.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:57.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.024 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.024 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:57.024 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.024 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.024 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.024 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.024 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.024 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:20:57.024 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:20:57.024 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:20:57.024 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.024 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:57.024 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:20:57.025 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.025 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.025 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:57.025 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.025 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.025 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.025 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.025 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.025 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:20:57.025 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:20:57.025 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:57.025 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.025 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:57.026 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:20:57.026 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.026 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.026 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:57.026 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:57.026 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:57.026 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:57.026 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:57.026 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:57.026 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:57.026 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:57.026 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.026 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.027 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.027 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.027 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.027 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:20:57.027 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:20:57.027 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:57.027 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.027 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:57.027 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:57.027 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.027 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.027 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:57.027 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:20:57.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:20:57.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:57.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:57.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:20:57.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.028 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:20:57.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:20:57.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:20:57.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:20:57.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:20:57.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:20:57.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:20:57.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:57.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.029 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:20:57.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:20:57.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:20:57.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:20:57.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:20:57.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:57.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.030 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-09-10T18:20:57.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-09-10T18:20:57.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:57.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:57.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:20:57.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:57.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-09-10T18:20:57.031 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-09-10T18:20:57.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:20:57.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:57.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-09-10T18:20:57.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:57.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.032 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-09-10T18:20:57.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-09-10T18:20:57.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:20:57.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:20:57.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:20:57.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-09-10T18:20:57.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:20:57.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:20:57.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:20:57.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:20:57.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:20:57.033 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:20:57.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:20:57.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:57.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:57.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:57.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:57.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "services": {}, 2024-09-10T18:20:57.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-09-10T18:20:57.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-09-10T18:20:57.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "balancer", 2024-09-10T18:20:57.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "crash", 2024-09-10T18:20:57.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-09-10T18:20:57.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-09-10T18:20:57.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "progress", 2024-09-10T18:20:57.034 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-09-10T18:20:57.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "status", 2024-09-10T18:20:57.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "volumes" 2024-09-10T18:20:57.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:57.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-09-10T18:20:57.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "balancer", 2024-09-10T18:20:57.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "crash", 2024-09-10T18:20:57.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-09-10T18:20:57.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-09-10T18:20:57.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-09-10T18:20:57.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "progress", 2024-09-10T18:20:57.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-09-10T18:20:57.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "status", 2024-09-10T18:20:57.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "telemetry", 2024-09-10T18:20:57.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "volumes" 2024-09-10T18:20:57.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:20:57.035 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 0, 2024-09-10T18:20:57.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-09-10T18:20:57.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:57.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-09-10T18:20:57.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:57.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-09-10T18:20:57.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.31:0", 2024-09-10T18:20:57.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "nonce": 3140069072 2024-09-10T18:20:57.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:57.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ] 2024-09-10T18:20:57.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:20:57.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:57.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-09-10T18:20:57.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:57.036 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-09-10T18:20:57.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.31:0", 2024-09-10T18:20:57.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "nonce": 777913483 2024-09-10T18:20:57.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:57.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ] 2024-09-10T18:20:57.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:57.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ] 2024-09-10T18:20:57.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:57.037 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:20:57.037 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:56 smithi031 bash[14957]: audit 2024-09-10T18:20:56.287888+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.31:0/897708351' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-09-10T18:20:57.038 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for the mgr to restart... 2024-09-10T18:20:57.038 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for Mgr epoch 5... 2024-09-10T18:20:57.038 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 tell mgr mgr_status 2024-09-10T18:20:59.385 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:58 smithi031 bash[14957]: cluster 2024-09-10T18:20:58.833735+0000 mon.a (mon.0) 30 : cluster [INF] Active manager daemon y restarted 2024-09-10T18:20:59.385 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:58 smithi031 bash[14957]: cluster 2024-09-10T18:20:58.834519+0000 mon.a (mon.0) 31 : cluster [INF] Activating manager daemon y 2024-09-10T18:20:59.385 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:58 smithi031 bash[14957]: cluster 2024-09-10T18:20:58.840264+0000 mon.a (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-10T18:20:59.920 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:20:59.921 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-10T18:20:59.921 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "initialized": true 2024-09-10T18:20:59.921 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:00.385 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:59 smithi031 bash[14957]: cluster 2024-09-10T18:20:58.890245+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0558446s) 2024-09-10T18:21:00.385 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:59 smithi031 bash[14957]: audit 2024-09-10T18:20:58.897468+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:21:00.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:59 smithi031 bash[14957]: audit 2024-09-10T18:20:58.897909+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:21:00.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:59 smithi031 bash[14957]: audit 2024-09-10T18:20:58.898226+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:21:00.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:59 smithi031 bash[14957]: audit 2024-09-10T18:20:58.898452+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:21:00.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:59 smithi031 bash[14957]: audit 2024-09-10T18:20:58.899197+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:21:00.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:59 smithi031 bash[14957]: audit 2024-09-10T18:20:58.900470+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:21:00.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:59 smithi031 bash[14957]: audit 2024-09-10T18:20:58.900985+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:21:00.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:59 smithi031 bash[14957]: audit 2024-09-10T18:20:58.901448+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:21:00.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:59 smithi031 bash[14957]: audit 2024-09-10T18:20:58.901911+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:21:00.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:59 smithi031 bash[14957]: cluster 2024-09-10T18:20:58.905541+0000 mon.a (mon.0) 43 : cluster [INF] Manager daemon y is now available 2024-09-10T18:21:00.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:59 smithi031 bash[14957]: audit 2024-09-10T18:20:58.926551+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' 2024-09-10T18:21:00.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:59 smithi031 bash[14957]: audit 2024-09-10T18:20:58.934850+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' 2024-09-10T18:21:00.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:59 smithi031 bash[14957]: audit 2024-09-10T18:20:58.941286+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' 2024-09-10T18:21:00.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:59 smithi031 bash[14957]: audit 2024-09-10T18:20:59.075013+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' 2024-09-10T18:21:00.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:59 smithi031 bash[14957]: audit 2024-09-10T18:20:59.092932+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' 2024-09-10T18:21:00.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:59 smithi031 bash[14957]: audit 2024-09-10T18:20:59.100023+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:21:00.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:20:59 smithi031 bash[14957]: audit 2024-09-10T18:20:59.102428+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:21:00.507 INFO:teuthology.orchestra.run.smithi031.stderr:Mgr epoch 5 is available 2024-09-10T18:21:00.507 INFO:teuthology.orchestra.run.smithi031.stderr:Setting orchestrator backend to cephadm... 2024-09-10T18:21:00.508 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 orch set backend cephadm 2024-09-10T18:21:01.309 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:00 smithi031 bash[14957]: audit 2024-09-10T18:20:59.901778+0000 mgr.y (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-10T18:21:01.309 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:00 smithi031 bash[14957]: cluster 2024-09-10T18:20:59.902147+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e7: y(active, since 1.06773s) 2024-09-10T18:21:01.309 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:00 smithi031 bash[14957]: audit 2024-09-10T18:20:59.919169+0000 mgr.y (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-10T18:21:02.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:01 smithi031 bash[14957]: cluster 2024-09-10T18:21:00.913120+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-09-10T18:21:02.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:01 smithi031 bash[14957]: audit 2024-09-10T18:21:01.850432+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' 2024-09-10T18:21:02.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:01 smithi031 bash[14957]: audit 2024-09-10T18:21:01.862462+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' 2024-09-10T18:21:02.433 INFO:teuthology.orchestra.run.smithi031.stderr:Generating ssh key... 2024-09-10T18:21:02.433 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 cephadm generate-key 2024-09-10T18:21:03.258 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:02 smithi031 bash[14957]: audit 2024-09-10T18:21:01.840208+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-10T18:21:04.385 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:03 smithi031 bash[15218]: Generating public/private rsa key pair. 2024-09-10T18:21:04.385 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:03 smithi031 bash[15218]: Your identification has been saved in /tmp/tmprhsl1b3g/key. 2024-09-10T18:21:04.385 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:03 smithi031 bash[15218]: Your public key has been saved in /tmp/tmprhsl1b3g/key.pub. 2024-09-10T18:21:04.385 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:03 smithi031 bash[15218]: The key fingerprint is: 2024-09-10T18:21:04.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:03 smithi031 bash[15218]: SHA256:WIONk4iOvo3PBvoRKRSEPd7I6AQjYq0LOGth+ih5SWk ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:21:04.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:03 smithi031 bash[15218]: The key's randomart image is: 2024-09-10T18:21:04.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:03 smithi031 bash[15218]: +---[RSA 3072]----+ 2024-09-10T18:21:04.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:03 smithi031 bash[15218]: |o+. | 2024-09-10T18:21:04.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:03 smithi031 bash[15218]: |*.+o . = | 2024-09-10T18:21:04.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:03 smithi031 bash[15218]: |**o+. = + | 2024-09-10T18:21:04.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:03 smithi031 bash[15218]: |*B+.. + . | 2024-09-10T18:21:04.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:03 smithi031 bash[15218]: |Oo*. . S | 2024-09-10T18:21:04.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:03 smithi031 bash[15218]: |+*E. | 2024-09-10T18:21:04.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:03 smithi031 bash[15218]: |oBo. | 2024-09-10T18:21:04.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:03 smithi031 bash[15218]: |= Oo | 2024-09-10T18:21:04.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:03 smithi031 bash[15218]: |.=++ | 2024-09-10T18:21:04.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:03 smithi031 bash[15218]: +----[SHA256]-----+ 2024-09-10T18:21:04.550 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 cephadm get-pub-key 2024-09-10T18:21:05.338 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:04 smithi031 bash[14957]: audit 2024-09-10T18:21:03.754033+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-10T18:21:05.338 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:04 smithi031 bash[14957]: cephadm 2024-09-10T18:21:03.754479+0000 mgr.y (mgr.14116) 5 : cephadm [INF] Generating ssh key... 2024-09-10T18:21:05.338 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:04 smithi031 bash[14957]: audit 2024-09-10T18:21:03.979366+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' 2024-09-10T18:21:05.338 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:04 smithi031 bash[14957]: audit 2024-09-10T18:21:03.983770+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' 2024-09-10T18:21:05.828 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQ9/EynSojl3h0vzGJC/OjSrhBdVCgEHTuIe98o5sPDx6kov4g2/H12sgoauO8b73BTNpQBuzy2MtQJhhTpXx5zlb3BHkRxQ6tZD4XSunJ7elVMS1IoVfvLJLjPRNo8aqmuoHBtpwDupafLH990xe+tVTto9M8J2vbR7BWbxp+UK/Bntps1cHAnzrwC38WEvmIIzs4iO0ehvHwQqF+bVzeIe+Zqj9P84otvEe8ksXGLcA3qYrV/g+d/69w581annORv4UhH11i9Ul9oscEB3xDD179i4yPdEiYlcuq/yHM6u97q5YZ5xyUPFyrJKBoXD/VlWZeK7npqLCuKh3PzMwElx6Jo8JmtauEqv1L5a2E88OYIbsYk0UEpYGk2tQnQLR/V1VUlPxpmIp1GRuwM9Q7T5SanSgblSzjZrxQb/GkO8UW4reTXCTpLNBw7REULBin9GJ9PIoQUP23EJ/to+0xDvQZew3cZvP2OBaZ2UqAJ+JVr+XaCt+ErZKih9Is+kM= ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:21:06.385 INFO:teuthology.orchestra.run.smithi031.stderr:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-09-10T18:21:06.385 INFO:teuthology.orchestra.run.smithi031.stderr:Adding key to root@localhost's authorized_keys... 2024-09-10T18:21:06.386 INFO:teuthology.orchestra.run.smithi031.stderr:Adding host smithi031... 2024-09-10T18:21:06.386 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 orch host add smithi031 2024-09-10T18:21:06.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:06 smithi031 bash[14957]: audit 2024-09-10T18:21:05.827001+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-10T18:21:08.385 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:07 smithi031 bash[15218]: Warning: Permanently added 'smithi031,172.21.15.31' (ECDSA) to the list of known hosts. 2024-09-10T18:21:08.633 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout Added host 'smithi031' 2024-09-10T18:21:08.690 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:08 smithi031 bash[14957]: audit 2024-09-10T18:21:07.918457+0000 mgr.y (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi031", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:09.302 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 config set mgr mgr/dashboard/ssl_server_port 8443 2024-09-10T18:21:09.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:09 smithi031 bash[14957]: audit 2024-09-10T18:21:08.628370+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' 2024-09-10T18:21:09.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:09 smithi031 bash[14957]: cephadm 2024-09-10T18:21:08.629163+0000 mgr.y (mgr.14116) 8 : cephadm [INF] Added host smithi031 2024-09-10T18:21:09.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:09 smithi031 bash[14957]: audit 2024-09-10T18:21:08.996065+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' 2024-09-10T18:21:09.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:09 smithi031 bash[14957]: audit 2024-09-10T18:21:08.997462+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:21:09.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:09 smithi031 bash[14957]: audit 2024-09-10T18:21:09.521796+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' 2024-09-10T18:21:09.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:09 smithi031 bash[14957]: audit 2024-09-10T18:21:09.522915+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14116 172.21.15.31:0/1669641992' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:21:12.185 INFO:teuthology.orchestra.run.smithi031.stderr:Enabling the dashboard module... 2024-09-10T18:21:12.185 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 mgr module enable dashboard 2024-09-10T18:21:12.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:12 smithi031 bash[14957]: audit 2024-09-10T18:21:11.336480+0000 mon.a (mon.0) 62 : audit [INF] from='client.? 172.21.15.31:0/2505724176' entity='client.admin' 2024-09-10T18:21:14.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:13 smithi031 bash[14957]: audit 2024-09-10T18:21:13.731883+0000 mon.a (mon.0) 63 : audit [INF] from='client.? 172.21.15.31:0/3195555681' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-10T18:21:14.135 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:13 smithi031 bash[15218]: ignoring --setuser ceph since I am not root 2024-09-10T18:21:14.135 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:13 smithi031 bash[15218]: ignoring --setgroup ceph since I am not root 2024-09-10T18:21:14.408 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 mgr dump 2024-09-10T18:21:15.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:14 smithi031 bash[14957]: audit 2024-09-10T18:21:13.788705+0000 mon.a (mon.0) 64 : audit [INF] from='client.? 172.21.15.31:0/3195555681' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-10T18:21:15.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:14 smithi031 bash[14957]: cluster 2024-09-10T18:21:13.788831+0000 mon.a (mon.0) 65 : cluster [DBG] mgrmap e9: y(active, since 14s) 2024-09-10T18:21:15.823 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:15.823 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "epoch": 9, 2024-09-10T18:21:15.823 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "active_gid": 14116, 2024-09-10T18:21:15.823 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "active_name": "y", 2024-09-10T18:21:15.823 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-09-10T18:21:15.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-09-10T18:21:15.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:15.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-09-10T18:21:15.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.31:6800", 2024-09-10T18:21:15.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "nonce": 1239466684 2024-09-10T18:21:15.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:15.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:15.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-09-10T18:21:15.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.31:6801", 2024-09-10T18:21:15.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "nonce": 1239466684 2024-09-10T18:21:15.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:15.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ] 2024-09-10T18:21:15.824 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:15.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.31:6801/1239466684", 2024-09-10T18:21:15.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "active_change": "2024-09-10T18:20:58.834377+0000", 2024-09-10T18:21:15.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-09-10T18:21:15.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "available": true, 2024-09-10T18:21:15.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-09-10T18:21:15.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "modules": [ 2024-09-10T18:21:15.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "cephadm", 2024-09-10T18:21:15.825 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "dashboard", 2024-09-10T18:21:16.247 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "iostat", 2024-09-10T18:21:16.247 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "restful" 2024-09-10T18:21:16.247 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.247 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-09-10T18:21:16.247 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.247 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-09-10T18:21:16.248 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.248 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.248 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.248 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:21:16.248 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:21:16.248 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:21:16.248 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.248 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.248 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:21:16.248 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.248 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.248 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.249 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-09-10T18:21:16.249 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.249 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.249 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.249 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.249 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.249 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.249 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.249 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.249 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.249 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.250 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.250 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.250 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.250 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.250 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.250 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.250 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.250 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.250 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.250 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.250 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.250 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.250 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.251 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.251 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.251 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.251 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.251 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.251 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.251 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.251 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.251 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.251 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.251 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.252 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.252 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.252 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.252 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.252 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.252 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.252 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.252 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.252 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.252 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.252 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.253 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.253 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.253 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.253 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.253 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.253 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.253 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.253 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.253 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.253 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.253 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.253 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.254 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.254 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.254 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.254 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.254 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.254 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.254 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.254 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.254 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.254 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.254 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.254 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.255 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.255 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.255 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.255 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.255 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.255 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-09-10T18:21:16.255 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-09-10T18:21:16.255 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.255 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.255 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.255 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.255 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.255 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.256 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.256 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-09-10T18:21:16.256 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.256 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.256 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.256 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.256 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-09-10T18:21:16.256 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-09-10T18:21:16.256 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.256 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.256 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.256 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-09-10T18:21:16.257 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.257 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.257 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.257 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-09-10T18:21:16.257 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.257 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.257 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.257 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.257 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-09-10T18:21:16.257 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-09-10T18:21:16.257 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.257 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.258 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.258 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.258 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.258 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.258 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.258 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-09-10T18:21:16.258 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.258 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.258 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.258 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.258 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-09-10T18:21:16.258 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-09-10T18:21:16.259 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.259 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.259 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.259 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.259 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.259 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.259 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.259 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-09-10T18:21:16.259 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.259 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.259 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.259 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.260 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-09-10T18:21:16.260 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-09-10T18:21:16.260 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.260 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.260 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.260 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-09-10T18:21:16.260 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.260 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.260 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.260 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-09-10T18:21:16.260 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.261 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.261 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.261 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.261 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-09-10T18:21:16.261 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-09-10T18:21:16.261 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.261 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.261 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.261 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.261 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.261 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.262 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.262 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-09-10T18:21:16.262 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.262 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.262 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.262 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.262 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-09-10T18:21:16.262 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-09-10T18:21:16.262 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.262 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.262 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.262 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.263 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.263 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.263 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.263 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-09-10T18:21:16.263 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.263 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.263 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.263 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.263 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-09-10T18:21:16.263 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-09-10T18:21:16.263 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.263 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.264 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.264 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.264 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.264 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.264 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.264 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-09-10T18:21:16.264 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.264 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.264 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.264 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.264 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.265 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.265 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.265 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-09-10T18:21:16.265 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.265 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.265 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.265 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "active": { 2024-09-10T18:21:16.265 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "active", 2024-09-10T18:21:16.265 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.265 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.265 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.265 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.266 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.266 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.266 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.266 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-09-10T18:21:16.266 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.266 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.266 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.266 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.266 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-09-10T18:21:16.266 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-09-10T18:21:16.266 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.266 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.267 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.267 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-09-10T18:21:16.267 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.267 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.267 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.267 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-09-10T18:21:16.267 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-10T18:21:16.267 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.267 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.267 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.267 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-09-10T18:21:16.267 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-09-10T18:21:16.268 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-10T18:21:16.268 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.268 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.268 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-09-10T18:21:16.268 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "0", 2024-09-10T18:21:16.268 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "7", 2024-09-10T18:21:16.268 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.268 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-09-10T18:21:16.268 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-10T18:21:16.268 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.268 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.269 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.269 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-09-10T18:21:16.269 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-09-10T18:21:16.269 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-10T18:21:16.269 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.269 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.269 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-09-10T18:21:16.269 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "1", 2024-09-10T18:21:16.269 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "250", 2024-09-10T18:21:16.269 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.269 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-09-10T18:21:16.269 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.270 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.270 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.270 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.270 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-09-10T18:21:16.270 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-09-10T18:21:16.270 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.270 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.270 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.270 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-09-10T18:21:16.270 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.270 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.270 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.271 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-09-10T18:21:16.271 INFO:teuthology.orchestra.run.smithi031.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-10T18:21:16.271 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.271 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.271 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.271 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-09-10T18:21:16.271 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-09-10T18:21:16.271 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "float", 2024-09-10T18:21:16.271 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.271 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.271 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-09-10T18:21:16.272 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-09-10T18:21:16.272 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-09-10T18:21:16.272 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.272 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-09-10T18:21:16.272 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-09-10T18:21:16.272 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.272 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.272 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.272 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "end_time": { 2024-09-10T18:21:16.272 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-09-10T18:21:16.272 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.272 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.273 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.273 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-09-10T18:21:16.273 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.273 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.273 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.273 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-09-10T18:21:16.273 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-10T18:21:16.273 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.273 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.273 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.273 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-09-10T18:21:16.273 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-09-10T18:21:16.274 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-10T18:21:16.274 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.274 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.274 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-09-10T18:21:16.274 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "0", 2024-09-10T18:21:16.274 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "7", 2024-09-10T18:21:16.274 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.274 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-09-10T18:21:16.274 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-10T18:21:16.274 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.274 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.275 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.275 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.275 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.275 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.275 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.275 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.275 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.275 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.275 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.275 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.275 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.276 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.276 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.276 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.276 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.276 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.276 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.276 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.276 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.276 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.276 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.276 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.276 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.277 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.277 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.277 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.277 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.277 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.277 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.277 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.277 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.277 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.277 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.277 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.277 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.278 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.278 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.278 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.278 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.278 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.278 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.278 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.278 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.278 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.278 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.278 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.278 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.279 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.279 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.279 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.279 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.279 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.279 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.279 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.279 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.279 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.279 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.279 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.279 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.280 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.280 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.280 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.280 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.280 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.280 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.280 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.280 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.280 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.280 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.280 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.280 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.281 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min_score": { 2024-09-10T18:21:16.281 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-09-10T18:21:16.281 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "float", 2024-09-10T18:21:16.281 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.281 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.281 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-09-10T18:21:16.281 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.281 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.281 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.281 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-09-10T18:21:16.281 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.281 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.282 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.282 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.282 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "mode": { 2024-09-10T18:21:16.282 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-09-10T18:21:16.282 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.282 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.282 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.282 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-09-10T18:21:16.282 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.282 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.282 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.282 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-09-10T18:21:16.283 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "none", 2024-09-10T18:21:16.283 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "upmap" 2024-09-10T18:21:16.283 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.283 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-09-10T18:21:16.283 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.283 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.283 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.283 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.283 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-09-10T18:21:16.283 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-09-10T18:21:16.283 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.283 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.284 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.284 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.284 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.284 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.284 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.284 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-09-10T18:21:16.284 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.284 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.284 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.284 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.284 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-10T18:21:16.285 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-10T18:21:16.285 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:21:16.285 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.285 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.285 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:21:16.285 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.285 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.285 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.285 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-09-10T18:21:16.285 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.285 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.285 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.286 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.286 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-09-10T18:21:16.286 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-09-10T18:21:16.286 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.286 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.286 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.286 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-10T18:21:16.286 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "1", 2024-09-10T18:21:16.286 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.286 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.286 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-09-10T18:21:16.286 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-09-10T18:21:16.286 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.287 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.287 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.287 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-09-10T18:21:16.287 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-09-10T18:21:16.287 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-10T18:21:16.287 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.287 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.287 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:21:16.287 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.287 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.287 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.287 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-09-10T18:21:16.288 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.288 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.288 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.288 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.288 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.288 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.288 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.288 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-09-10T18:21:16.288 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.288 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.288 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.289 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-09-10T18:21:16.289 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-09-10T18:21:16.289 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.289 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.289 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.289 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.289 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.289 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.289 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.289 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-09-10T18:21:16.289 INFO:teuthology.orchestra.run.smithi031.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-10T18:21:16.289 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.290 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.290 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.290 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-09-10T18:21:16.290 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-09-10T18:21:16.290 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.290 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.293 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.293 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.293 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.293 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.293 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.293 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-09-10T18:21:16.293 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.293 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.293 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.293 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-09-10T18:21:16.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-09-10T18:21:16.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-09-10T18:21:16.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-10T18:21:16.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.294 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-09-10T18:21:16.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-09-10T18:21:16.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-09-10T18:21:16.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.295 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-09-10T18:21:16.296 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.296 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.296 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.296 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.296 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-09-10T18:21:16.296 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-09-10T18:21:16.296 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.296 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.296 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.296 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.6.2", 2024-09-10T18:21:16.296 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.296 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.297 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.297 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-10T18:21:16.297 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.297 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.297 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.297 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.297 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-09-10T18:21:16.297 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-09-10T18:21:16.297 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.297 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.297 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.297 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-09-10T18:21:16.298 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.298 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.298 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.298 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-10T18:21:16.298 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.298 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.298 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.298 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.298 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-09-10T18:21:16.298 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-09-10T18:21:16.298 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.298 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.299 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.299 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-09-10T18:21:16.299 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.299 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.299 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.299 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-10T18:21:16.299 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.299 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.299 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.299 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.299 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "container_init": { 2024-09-10T18:21:16.299 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-09-10T18:21:16.300 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.300 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.300 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.300 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.300 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.300 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.300 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.300 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-09-10T18:21:16.300 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.300 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.300 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.300 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.301 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-09-10T18:21:16.301 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-09-10T18:21:16.301 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:21:16.301 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.301 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.301 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-10T18:21:16.301 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.301 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.301 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.301 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-09-10T18:21:16.301 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.301 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.302 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.302 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.302 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-09-10T18:21:16.302 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-09-10T18:21:16.302 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:21:16.302 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.302 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.302 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-09-10T18:21:16.302 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.302 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.302 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.302 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-09-10T18:21:16.303 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.303 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.303 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.303 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.303 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-09-10T18:21:16.303 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-09-10T18:21:16.303 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:21:16.303 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.303 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.303 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:21:16.303 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.303 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.304 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.304 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-09-10T18:21:16.304 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.304 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.304 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.304 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.304 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-09-10T18:21:16.304 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-09-10T18:21:16.304 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:21:16.304 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.304 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.304 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-10T18:21:16.305 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.305 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.305 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.305 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-09-10T18:21:16.305 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.305 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.305 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.305 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.305 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.305 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.305 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.305 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.306 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.306 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.306 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.306 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.306 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.306 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.306 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.306 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.306 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.306 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.306 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.307 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.307 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.307 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.307 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.307 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.307 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.307 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.307 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.307 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.307 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.307 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.308 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.308 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.308 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.308 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.308 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-09-10T18:21:16.308 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.308 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.308 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.308 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.308 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.308 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.309 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.309 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.309 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.309 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.309 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.309 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.309 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.309 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.309 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.309 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.309 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.309 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.310 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.310 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.310 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.310 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.310 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.310 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.310 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.310 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.310 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.310 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.310 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.310 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.311 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.311 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.311 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.311 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.311 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.311 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.311 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.311 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.311 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.311 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-09-10T18:21:16.311 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-09-10T18:21:16.311 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.311 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.312 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.312 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.312 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.312 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.312 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.312 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-09-10T18:21:16.312 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.312 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.312 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.312 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.312 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-09-10T18:21:16.312 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-09-10T18:21:16.313 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.313 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.313 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.313 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:21:16.313 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.313 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.313 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.313 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-09-10T18:21:16.313 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.313 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.313 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.313 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.314 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "mode": { 2024-09-10T18:21:16.314 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-09-10T18:21:16.314 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.314 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.314 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.314 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-09-10T18:21:16.314 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.314 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.314 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.314 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-09-10T18:21:16.314 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "root" 2024-09-10T18:21:16.314 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-09-10T18:21:16.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-09-10T18:21:16.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-09-10T18:21:16.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-09-10T18:21:16.315 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-09-10T18:21:16.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-09-10T18:21:16.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-09-10T18:21:16.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.316 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:21:16.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-09-10T18:21:16.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-09-10T18:21:16.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-09-10T18:21:16.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:21:16.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-09-10T18:21:16.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-09-10T18:21:16.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-09-10T18:21:16.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:21:16.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-09-10T18:21:16.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-09-10T18:21:16.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-09-10T18:21:16.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:21:16.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-09-10T18:21:16.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-09-10T18:21:16.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-09-10T18:21:16.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-09-10T18:21:16.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-09-10T18:21:16.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-09-10T18:21:16.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-09-10T18:21:16.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-09-10T18:21:16.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-09-10T18:21:16.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-09-10T18:21:16.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-09-10T18:21:16.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-09-10T18:21:16.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.325 INFO:teuthology.orchestra.run.smithi031.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-10T18:21:16.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-09-10T18:21:16.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-09-10T18:21:16.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-09-10T18:21:16.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:21:16.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-09-10T18:21:16.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-09-10T18:21:16.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-09-10T18:21:16.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-09-10T18:21:16.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:21:16.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-09-10T18:21:16.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-09-10T18:21:16.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-09-10T18:21:16.335 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.335 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.335 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.335 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-09-10T18:21:16.335 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-09-10T18:21:16.335 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.335 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.335 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.335 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:21:16.335 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.335 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.335 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-09-10T18:21:16.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-09-10T18:21:16.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-09-10T18:21:16.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-09-10T18:21:16.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-09-10T18:21:16.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-09-10T18:21:16.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.339 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.339 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.339 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.339 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.339 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.339 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.339 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.339 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.339 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.339 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.339 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.340 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-09-10T18:21:16.340 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-09-10T18:21:16.340 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.340 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.340 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.340 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.340 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.340 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.340 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.340 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.340 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.340 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.341 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.341 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.341 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-09-10T18:21:16.341 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-09-10T18:21:16.341 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.341 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.341 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.341 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.341 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.341 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.341 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.341 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.342 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.342 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.342 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.342 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.342 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-09-10T18:21:16.342 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-09-10T18:21:16.342 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.342 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.342 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.342 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.342 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.342 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.343 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.343 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.343 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.343 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.343 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.343 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.343 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-09-10T18:21:16.343 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-09-10T18:21:16.343 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.343 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.343 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.343 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.344 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.344 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.344 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.344 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.344 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.344 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.344 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.344 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.344 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-09-10T18:21:16.344 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-09-10T18:21:16.344 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.345 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.345 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.345 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.345 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.345 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.345 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.345 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.345 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.345 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.345 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.345 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.345 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-09-10T18:21:16.345 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-09-10T18:21:16.346 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.346 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.346 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.346 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.346 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.346 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.346 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.346 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.346 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.346 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.346 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.346 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.347 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-09-10T18:21:16.347 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-09-10T18:21:16.347 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.347 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.347 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.347 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.347 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.347 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.347 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.347 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.347 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.347 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.348 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.348 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.348 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-09-10T18:21:16.348 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-09-10T18:21:16.348 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.348 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.348 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.348 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.348 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.348 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.348 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.348 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.349 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.349 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.349 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.349 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.349 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-09-10T18:21:16.349 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-09-10T18:21:16.349 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.349 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.349 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.349 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-09-10T18:21:16.349 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.349 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.350 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.350 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.350 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.350 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.350 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.350 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.350 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-09-10T18:21:16.350 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-09-10T18:21:16.350 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.350 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.350 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.350 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.351 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.351 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.351 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.351 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.351 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.351 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.351 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.351 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.351 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-09-10T18:21:16.351 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-09-10T18:21:16.351 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.351 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.352 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.352 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.352 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.352 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.352 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.352 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.352 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.352 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.352 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.352 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.352 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-09-10T18:21:16.352 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-09-10T18:21:16.353 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.353 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.353 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.353 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-09-10T18:21:16.353 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.353 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.353 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.353 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.353 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.353 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.353 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.353 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.353 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-09-10T18:21:16.354 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-09-10T18:21:16.354 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.354 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.354 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.354 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.354 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.354 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.354 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.354 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.354 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.354 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.354 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.355 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.355 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-09-10T18:21:16.355 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-09-10T18:21:16.355 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.355 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.355 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.355 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.355 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.355 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.355 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.355 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.355 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.356 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.356 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.356 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.356 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-09-10T18:21:16.356 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-09-10T18:21:16.356 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.356 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.356 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.356 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.356 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.356 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.356 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.357 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.357 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.357 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.357 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.357 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.357 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-09-10T18:21:16.357 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-09-10T18:21:16.357 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.357 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.357 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.357 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.357 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.358 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.358 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.358 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.358 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.358 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.358 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.358 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.358 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-09-10T18:21:16.358 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-09-10T18:21:16.358 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.358 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.358 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.359 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.359 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.359 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.359 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.359 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.359 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.359 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.359 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.359 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.359 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-09-10T18:21:16.359 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-09-10T18:21:16.359 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.359 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.360 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.360 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.360 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.360 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.360 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.360 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.360 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.360 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.360 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.360 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.360 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-09-10T18:21:16.360 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-09-10T18:21:16.361 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.361 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.361 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.361 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.361 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.361 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.361 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.361 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.361 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.361 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.361 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.361 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.362 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-09-10T18:21:16.362 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-09-10T18:21:16.362 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.362 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.362 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.362 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.362 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.362 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.362 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.362 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.362 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.362 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.363 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.363 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.363 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-09-10T18:21:16.363 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-09-10T18:21:16.363 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.363 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.363 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.363 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.363 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.363 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.363 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.363 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.364 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.364 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.364 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.364 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.364 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-09-10T18:21:16.364 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-09-10T18:21:16.364 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.364 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.364 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.364 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.364 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.364 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.365 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.365 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.365 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.365 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.365 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.365 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.365 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-09-10T18:21:16.365 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-09-10T18:21:16.365 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.365 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.365 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.365 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.366 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.366 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.366 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.366 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.366 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.366 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.366 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.366 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.366 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-09-10T18:21:16.367 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-09-10T18:21:16.367 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.367 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.367 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.367 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.367 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.367 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.367 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.367 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.367 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.367 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.367 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.368 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.368 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-09-10T18:21:16.368 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-09-10T18:21:16.368 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.368 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.368 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.368 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-09-10T18:21:16.368 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.368 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.368 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.368 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.368 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.369 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.369 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.369 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.369 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-09-10T18:21:16.369 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-09-10T18:21:16.369 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.369 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.369 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.369 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:21:16.369 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.369 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.369 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.370 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.370 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.370 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.370 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.370 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.370 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-09-10T18:21:16.370 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-09-10T18:21:16.370 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.370 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.370 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.370 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-09-10T18:21:16.370 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.371 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.371 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.371 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.371 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.371 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.371 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.371 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.371 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-09-10T18:21:16.371 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-09-10T18:21:16.371 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.371 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.371 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.371 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-09-10T18:21:16.372 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.372 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.372 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.372 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.372 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.372 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.372 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.372 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.372 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-09-10T18:21:16.372 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-09-10T18:21:16.372 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.373 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.373 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.373 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.373 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.373 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.373 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.373 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.373 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.373 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.373 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.373 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.373 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-09-10T18:21:16.374 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-09-10T18:21:16.374 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.374 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.374 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.374 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-09-10T18:21:16.374 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.374 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.374 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.374 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.374 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.374 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.374 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.374 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.375 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-09-10T18:21:16.375 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-09-10T18:21:16.375 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.375 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.375 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.375 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.375 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.375 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.375 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.375 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.375 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.375 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.376 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.376 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.376 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-09-10T18:21:16.376 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-09-10T18:21:16.376 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.376 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.376 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.376 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-09-10T18:21:16.376 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.376 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.376 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.376 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.377 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.377 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.377 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.377 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.377 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-09-10T18:21:16.377 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-09-10T18:21:16.377 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.377 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.377 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.377 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-09-10T18:21:16.377 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.377 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.378 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.378 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.378 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.378 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.378 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.378 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.378 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-09-10T18:21:16.378 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-09-10T18:21:16.378 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.378 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.378 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.378 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.379 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.379 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.379 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.379 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.379 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.379 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.379 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.379 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.379 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-09-10T18:21:16.379 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-09-10T18:21:16.379 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.379 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.380 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.380 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.380 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.380 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.380 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.380 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.380 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.380 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.380 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.380 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.380 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-09-10T18:21:16.380 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-09-10T18:21:16.381 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.381 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.381 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.381 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.381 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.381 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.381 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.381 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.381 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.381 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.381 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.381 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.382 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-09-10T18:21:16.382 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-09-10T18:21:16.382 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.382 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.382 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.382 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-09-10T18:21:16.382 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.382 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.382 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.382 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.382 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.382 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.383 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.383 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.383 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-09-10T18:21:16.383 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-09-10T18:21:16.383 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.383 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.383 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.383 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:21:16.383 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.383 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.383 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.383 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.384 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.384 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.384 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.384 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.384 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-09-10T18:21:16.384 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-09-10T18:21:16.384 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.384 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.384 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.384 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-10T18:21:16.384 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.385 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.385 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.385 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.385 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.385 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.385 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.385 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.385 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-09-10T18:21:16.385 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-09-10T18:21:16.385 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.385 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.385 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.386 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.386 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.386 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.386 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.386 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.386 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.386 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.386 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.386 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.386 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug": { 2024-09-10T18:21:16.386 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-09-10T18:21:16.386 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.386 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.387 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.387 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.387 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.387 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.387 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.387 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-09-10T18:21:16.387 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.387 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.387 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.387 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.387 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-09-10T18:21:16.387 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-09-10T18:21:16.388 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.388 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.388 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.388 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-09-10T18:21:16.388 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.388 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.388 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.388 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.388 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.388 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.388 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.388 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.389 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "key_file": { 2024-09-10T18:21:16.389 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-09-10T18:21:16.389 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.389 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.389 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.389 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.389 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.389 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.389 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.389 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.389 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.389 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.390 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.390 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.390 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.390 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.390 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.390 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.390 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.390 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.390 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.390 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.390 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.391 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.391 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.391 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.391 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.391 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.391 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.391 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.391 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.391 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.391 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.391 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.391 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.392 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.392 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.392 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.392 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.392 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.392 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.392 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.392 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.392 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.392 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.392 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.392 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.393 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.393 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.393 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.393 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.393 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.393 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.393 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.393 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.393 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.393 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.393 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.393 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.394 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.394 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.394 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.394 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.394 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.394 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.394 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.394 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.394 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.394 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.394 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.394 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.395 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.395 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.395 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.395 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.395 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.395 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.395 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.395 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.395 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.395 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.395 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.395 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.395 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.396 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "password": { 2024-09-10T18:21:16.396 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "password", 2024-09-10T18:21:16.396 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.396 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.396 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.396 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.396 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.396 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.396 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.396 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.396 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.396 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.397 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.397 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.397 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-09-10T18:21:16.397 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-09-10T18:21:16.397 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.397 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.397 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.397 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-09-10T18:21:16.397 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.397 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.397 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.398 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.398 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.398 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.398 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.398 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.398 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "server_port": { 2024-09-10T18:21:16.398 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-09-10T18:21:16.398 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.398 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.398 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.398 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-09-10T18:21:16.398 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.399 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.399 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.399 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.399 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.399 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.399 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.399 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.399 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "ssl": { 2024-09-10T18:21:16.399 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-09-10T18:21:16.399 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.399 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.399 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.399 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.400 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.400 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.400 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.400 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.400 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.400 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.400 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.400 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.400 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-09-10T18:21:16.400 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-09-10T18:21:16.400 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.401 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.401 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.401 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-09-10T18:21:16.401 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.401 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.401 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.401 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.401 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.401 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.401 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.401 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.401 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-09-10T18:21:16.401 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-09-10T18:21:16.402 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.402 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.402 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.402 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-09-10T18:21:16.402 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.402 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.402 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.402 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.402 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "redirect" 2024-09-10T18:21:16.402 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.402 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.402 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.403 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.403 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.403 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.403 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-09-10T18:21:16.403 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-09-10T18:21:16.403 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.403 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.403 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.403 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-09-10T18:21:16.403 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "400", 2024-09-10T18:21:16.403 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "599", 2024-09-10T18:21:16.403 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.404 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.404 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.404 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.404 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.404 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.404 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-09-10T18:21:16.404 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-09-10T18:21:16.404 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.404 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.404 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.404 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.404 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.405 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.405 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.405 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.405 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.405 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.405 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.405 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.405 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "username": { 2024-09-10T18:21:16.405 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "username", 2024-09-10T18:21:16.405 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.405 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.405 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.406 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.406 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.406 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.406 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.406 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.406 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.406 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.406 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.406 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.406 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.406 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.406 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.407 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-09-10T18:21:16.407 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.407 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.407 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.407 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-09-10T18:21:16.407 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-09-10T18:21:16.407 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.407 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.407 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.407 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.407 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.407 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-09-10T18:21:16.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.408 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.409 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.410 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.410 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.410 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.410 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.410 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.410 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.410 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.410 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.410 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.410 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.410 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.410 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.411 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.411 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.411 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.411 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.411 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.411 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.411 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.411 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.411 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.411 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.411 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.411 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.412 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.412 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.412 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.412 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.412 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.412 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.412 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.412 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.412 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.412 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.412 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.412 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.413 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-09-10T18:21:16.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-09-10T18:21:16.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:21:16.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-09-10T18:21:16.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.414 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.415 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.415 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-09-10T18:21:16.415 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.415 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.415 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.415 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.415 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-09-10T18:21:16.415 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-09-10T18:21:16.415 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.415 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.415 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.415 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-09-10T18:21:16.416 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.416 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.416 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.416 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-09-10T18:21:16.416 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.416 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.416 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.416 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.416 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-09-10T18:21:16.416 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-09-10T18:21:16.416 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:21:16.416 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.417 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.417 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-09-10T18:21:16.417 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.417 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.417 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.417 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-09-10T18:21:16.417 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.417 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.417 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.417 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.417 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-09-10T18:21:16.417 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-09-10T18:21:16.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:21:16.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-09-10T18:21:16.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-09-10T18:21:16.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.418 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-09-10T18:21:16.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-09-10T18:21:16.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-09-10T18:21:16.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.419 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-10T18:21:16.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-10T18:21:16.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:21:16.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-10T18:21:16.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-09-10T18:21:16.420 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-09-10T18:21:16.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-09-10T18:21:16.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:21:16.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-09-10T18:21:16.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.421 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.422 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-09-10T18:21:16.422 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.422 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.422 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.422 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.422 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.422 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.422 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.422 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-09-10T18:21:16.422 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.422 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.422 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.423 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.423 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.423 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.423 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.423 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.423 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.423 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.423 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.423 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.423 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.423 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.423 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.424 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.424 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.424 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.424 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.424 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.424 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.424 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.424 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.424 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.424 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.424 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.424 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.425 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.425 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.425 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.425 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.425 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.425 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.425 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.425 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.425 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.425 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.425 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.425 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.426 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.426 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.426 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.426 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.426 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.426 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.426 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.426 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.426 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.426 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.426 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.426 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.427 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.427 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.427 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.427 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.427 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.427 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.427 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.427 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.427 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.427 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.427 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.427 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.427 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.428 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.428 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.428 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.428 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.428 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.428 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.428 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.428 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.428 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.428 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-09-10T18:21:16.428 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-09-10T18:21:16.429 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.429 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.429 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.429 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-09-10T18:21:16.429 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.429 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.429 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.429 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.429 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.429 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.429 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.430 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.430 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-09-10T18:21:16.430 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-09-10T18:21:16.430 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.430 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.430 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.430 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-09-10T18:21:16.430 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.430 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.430 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.431 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.431 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.431 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.431 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.431 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.431 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-10T18:21:16.431 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-10T18:21:16.431 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.431 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.431 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.431 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-10T18:21:16.431 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.432 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.432 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.432 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.432 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.432 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.432 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.432 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.432 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.432 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.432 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.432 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-09-10T18:21:16.432 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-09-10T18:21:16.433 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-09-10T18:21:16.433 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.433 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-09-10T18:21:16.433 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-09-10T18:21:16.433 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.433 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.433 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.433 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-09-10T18:21:16.433 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.433 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.433 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.433 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "database": { 2024-09-10T18:21:16.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "database", 2024-09-10T18:21:16.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-09-10T18:21:16.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "hostname": { 2024-09-10T18:21:16.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-09-10T18:21:16.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:21:16.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.436 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.436 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.436 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.436 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.436 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.436 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.436 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.436 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:21:16.436 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:21:16.436 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.436 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.436 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.437 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-09-10T18:21:16.437 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.437 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.437 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.437 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.437 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.437 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.437 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.437 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.437 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.437 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.437 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.438 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.438 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.438 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.438 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.438 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.438 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.438 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.438 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.438 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.438 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.438 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.442 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.442 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.442 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.442 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.442 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.442 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.442 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.442 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.442 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.442 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.442 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.442 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.443 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.443 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.443 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.443 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.443 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.443 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.443 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.443 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.443 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "password": { 2024-09-10T18:21:16.443 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "password", 2024-09-10T18:21:16.443 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.443 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.443 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.444 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:21:16.444 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.444 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.444 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.444 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.444 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.444 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.444 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.444 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.444 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "port": { 2024-09-10T18:21:16.444 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "port", 2024-09-10T18:21:16.445 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.445 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.445 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.445 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-09-10T18:21:16.445 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.445 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.445 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.445 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.445 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.445 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.445 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.445 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.445 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "ssl": { 2024-09-10T18:21:16.446 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-09-10T18:21:16.446 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.446 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.446 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.446 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-09-10T18:21:16.446 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.446 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.446 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.446 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.446 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.446 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.446 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.447 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.447 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "threads": { 2024-09-10T18:21:16.447 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-09-10T18:21:16.447 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.447 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.447 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.447 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-10T18:21:16.447 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.447 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.447 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.447 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.447 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.447 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.448 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.448 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.448 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "username": { 2024-09-10T18:21:16.448 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "username", 2024-09-10T18:21:16.448 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.448 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.448 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.448 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:21:16.448 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.448 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.448 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-09-10T18:21:16.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-09-10T18:21:16.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-09-10T18:21:16.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-09-10T18:21:16.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.454 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.455 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.455 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.455 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.455 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.455 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.455 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.455 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.455 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.455 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.455 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.455 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.455 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.456 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.456 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.456 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.456 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.456 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.456 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.456 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.456 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.456 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.456 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.456 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.456 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.457 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.457 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.457 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-09-10T18:21:16.457 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.457 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.457 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.457 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.457 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.457 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.457 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.457 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.457 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.458 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.458 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.458 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.458 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.458 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.458 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.458 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.458 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.458 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.458 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.458 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.458 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.458 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.459 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.459 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.459 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.459 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.459 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.459 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.459 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.459 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.459 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.459 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.459 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.459 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.460 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.460 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.460 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.460 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.460 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.460 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.460 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.460 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.460 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.460 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.460 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.460 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.461 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.461 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.461 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.461 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.461 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.461 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.461 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.461 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.461 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.461 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.461 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.461 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.461 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.462 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.462 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.462 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.462 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.462 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.462 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.462 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.462 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.462 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.462 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.462 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.463 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.463 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.463 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.463 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.463 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.463 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.463 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-09-10T18:21:16.463 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.463 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.463 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.463 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-09-10T18:21:16.463 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-09-10T18:21:16.463 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.464 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.464 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.464 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-09-10T18:21:16.464 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.464 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.464 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.464 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-09-10T18:21:16.464 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.464 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.464 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.464 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.465 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-09-10T18:21:16.465 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-09-10T18:21:16.465 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.465 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.465 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.465 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:21:16.465 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "10", 2024-09-10T18:21:16.465 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.465 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.465 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-09-10T18:21:16.465 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.465 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.465 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.466 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.466 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.466 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.466 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.466 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.466 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.466 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.466 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.466 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.466 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.466 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.466 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.467 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.467 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.467 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.467 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.467 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.467 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.467 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.467 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.467 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.467 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.467 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.467 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.468 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.468 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.468 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.468 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.468 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.468 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.468 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.468 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.468 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.468 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.468 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.468 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.469 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.469 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.469 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.469 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.469 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.469 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.469 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.469 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.469 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.469 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.469 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.469 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.470 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.470 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.470 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.470 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.470 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.470 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.470 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.470 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.470 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.470 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.470 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.470 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.471 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.471 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.471 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.471 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.471 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.471 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.471 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.471 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.471 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.471 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.471 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.471 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.471 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.472 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.472 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-09-10T18:21:16.472 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.472 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.472 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.472 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-09-10T18:21:16.472 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-09-10T18:21:16.472 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.472 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.472 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.472 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-09-10T18:21:16.473 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.473 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.473 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.473 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-09-10T18:21:16.473 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.473 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.473 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.473 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.473 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.473 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.473 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.473 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.474 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.474 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.474 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.474 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.474 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.474 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.474 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.474 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.474 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.474 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.474 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.474 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.475 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.475 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.475 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.475 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.475 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.475 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.475 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.475 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.475 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.475 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.475 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.475 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.475 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.477 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.477 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.477 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.477 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.477 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.477 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.477 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.477 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.477 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.477 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.477 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.477 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.478 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.478 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.478 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.478 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.478 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.478 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.478 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.478 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.478 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.478 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.478 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.478 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.479 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.479 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.479 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.479 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.479 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.479 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min_size": { 2024-09-10T18:21:16.479 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-09-10T18:21:16.479 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.479 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.479 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.479 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.479 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.479 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.480 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.480 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-09-10T18:21:16.480 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.480 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.480 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.480 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.480 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-09-10T18:21:16.480 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-09-10T18:21:16.480 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.480 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.480 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.480 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-09-10T18:21:16.481 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.481 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.481 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.481 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-09-10T18:21:16.481 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.481 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.481 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.481 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.481 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-09-10T18:21:16.481 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-09-10T18:21:16.481 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.481 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.482 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.482 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-09-10T18:21:16.482 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.482 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.482 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.482 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-09-10T18:21:16.482 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.482 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.482 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.482 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.482 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "prefix": { 2024-09-10T18:21:16.482 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-09-10T18:21:16.483 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.483 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.483 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.483 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.483 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.483 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.483 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.483 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-09-10T18:21:16.483 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.483 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.483 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.483 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.484 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "subtree": { 2024-09-10T18:21:16.484 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-09-10T18:21:16.484 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.484 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.484 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.484 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-09-10T18:21:16.484 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.484 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.484 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.484 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-09-10T18:21:16.484 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.484 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.484 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.485 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.485 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.485 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.485 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.485 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-09-10T18:21:16.485 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.485 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.485 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.485 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.485 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.485 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.485 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.486 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.486 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.486 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.486 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.486 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.486 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.486 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.486 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.486 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.486 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.486 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.486 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.487 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.487 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.487 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.487 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.487 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.487 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.487 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.487 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.487 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.487 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.487 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.487 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.488 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.488 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.488 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.488 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.488 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.488 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.488 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.488 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.488 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.488 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.488 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.488 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.489 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.489 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.489 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.489 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.489 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.489 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.489 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.489 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.489 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.489 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.489 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.489 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.490 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.490 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.490 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.490 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.490 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.490 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.490 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.490 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.490 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.490 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.490 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.491 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.491 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.491 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.491 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.491 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.491 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.491 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.491 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-09-10T18:21:16.491 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-09-10T18:21:16.491 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.491 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.491 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.491 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:21:16.492 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.492 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.492 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.492 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "cephadm", 2024-09-10T18:21:16.492 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rook", 2024-09-10T18:21:16.492 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-09-10T18:21:16.492 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.492 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-09-10T18:21:16.492 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.492 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.492 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.493 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.493 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.493 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.493 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.493 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-09-10T18:21:16.493 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.493 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.493 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.493 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.493 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.493 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.493 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.494 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.494 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.494 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.494 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.494 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.494 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.496 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.496 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.496 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.497 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.497 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.497 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.497 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.497 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.497 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.497 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.497 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.497 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.497 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.497 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.497 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.498 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.498 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.498 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.498 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.498 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.498 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.498 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.498 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.498 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.498 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.498 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.498 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.498 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.499 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.499 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.499 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.499 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.499 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.499 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.499 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.499 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.499 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.499 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.499 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.499 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.499 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.499 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.500 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.500 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.500 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.500 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.500 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.500 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.500 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.500 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.500 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.500 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.500 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.500 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.501 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.501 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.501 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.501 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.501 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.501 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.501 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.501 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.501 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.501 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-09-10T18:21:16.501 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.501 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.501 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.501 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.502 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.502 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.502 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.502 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.502 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.502 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.502 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.502 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.502 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.502 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.502 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.502 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.502 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.502 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.503 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.503 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.503 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.503 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.503 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.503 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.503 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.503 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.503 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.503 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.503 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.503 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.503 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.503 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.504 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.504 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.504 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.504 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.504 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.504 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.504 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.504 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.504 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.504 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.504 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.504 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.504 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.505 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.505 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.505 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.505 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.505 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.505 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.505 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.505 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.505 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.505 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.505 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.505 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.505 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.505 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.506 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.506 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.506 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.506 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.506 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.506 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.506 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.506 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.506 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.506 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.506 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.506 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.506 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.506 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.507 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-10T18:21:16.507 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-10T18:21:16.507 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.507 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.507 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.507 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:21:16.507 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.508 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.508 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.508 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.508 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.508 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.508 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.508 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.509 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.509 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.509 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.509 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-09-10T18:21:16.509 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.509 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.509 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.509 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enabled": { 2024-09-10T18:21:16.509 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-09-10T18:21:16.509 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.509 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.509 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.509 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.510 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.510 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.510 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.510 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.510 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.510 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.510 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.510 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.510 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.510 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.510 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.510 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.510 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.510 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.511 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.511 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.511 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.511 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.511 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.511 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.511 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.511 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.511 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.511 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.511 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.511 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.511 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.511 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.512 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.512 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.512 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.512 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.512 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.512 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.512 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.512 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.512 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.512 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.512 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.512 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.512 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.513 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.513 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.513 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.513 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.513 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.513 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.513 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.513 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.513 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.513 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.513 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.513 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.513 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.514 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.514 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.514 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.514 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.514 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.514 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.514 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.514 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.514 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.514 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.514 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.514 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.514 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.514 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.514 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.515 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.515 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.515 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.515 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.515 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.515 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.515 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.515 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.515 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.515 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-09-10T18:21:16.515 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-09-10T18:21:16.515 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.515 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.516 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.516 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-09-10T18:21:16.516 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.516 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.516 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.516 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-09-10T18:21:16.516 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.516 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.516 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.516 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.516 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-09-10T18:21:16.516 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-09-10T18:21:16.516 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:21:16.516 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.517 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.517 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-10T18:21:16.517 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.517 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.517 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.517 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-09-10T18:21:16.517 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.517 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.517 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.517 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.517 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.517 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.517 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.518 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-09-10T18:21:16.518 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.518 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.518 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.518 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.518 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.518 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.518 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.518 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.518 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.518 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.518 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.518 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.519 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.519 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.519 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.519 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.519 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.519 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.520 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.520 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.520 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.520 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.520 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.520 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.521 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.521 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.521 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.521 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.521 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.521 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.521 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.522 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.522 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.522 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.522 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.522 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.522 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.523 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.523 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.523 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.523 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.523 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.523 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.523 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.524 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.524 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.524 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.524 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.524 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.524 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.525 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.525 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.525 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.525 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.525 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.525 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.525 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.525 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.526 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.526 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.526 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.526 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.526 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.526 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.526 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.526 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.527 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.527 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.527 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.527 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.527 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.527 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.528 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.528 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-09-10T18:21:16.528 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-09-10T18:21:16.528 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.528 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.529 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.529 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.529 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.529 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.529 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.529 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.530 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.530 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.530 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.530 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.530 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-09-10T18:21:16.531 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-09-10T18:21:16.531 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.531 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.531 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.531 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-09-10T18:21:16.531 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.532 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.532 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.532 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.532 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.532 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.532 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.532 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.533 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-09-10T18:21:16.533 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-09-10T18:21:16.533 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.533 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.533 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.533 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.533 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.533 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.534 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.534 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.534 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.534 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.534 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.534 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.534 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-09-10T18:21:16.535 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-09-10T18:21:16.535 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.535 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.535 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.535 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.535 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.536 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.536 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.536 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.536 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.536 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.536 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.537 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.537 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "server_port": { 2024-09-10T18:21:16.537 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-09-10T18:21:16.537 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.537 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.537 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.538 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.538 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.538 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.538 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.538 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.538 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.539 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.539 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.539 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.539 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-09-10T18:21:16.539 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-09-10T18:21:16.539 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.540 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.540 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.540 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.540 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.540 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.540 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.541 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.541 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.541 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.541 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.541 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.542 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.542 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.542 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.542 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-09-10T18:21:16.542 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.542 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.543 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.543 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.543 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.543 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.543 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.543 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.543 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.544 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.544 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.544 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.544 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.544 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.544 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.545 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.545 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.545 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.545 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.545 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.545 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.545 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.545 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.545 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.545 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.545 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.545 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.545 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.546 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.546 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.546 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.546 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.546 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.546 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.546 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.546 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.546 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.546 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.546 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.546 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.546 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.546 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.547 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.547 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.547 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.547 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.547 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.547 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.547 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.547 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.547 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.547 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.547 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.547 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.547 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.548 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.549 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.549 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.549 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.549 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.549 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.549 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-09-10T18:21:16.549 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-09-10T18:21:16.549 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.549 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.549 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.549 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.550 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.550 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.550 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.550 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.550 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.550 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.550 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.550 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.550 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-09-10T18:21:16.550 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-09-10T18:21:16.550 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.550 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.550 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.551 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.551 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.551 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.551 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.551 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.551 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.551 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.551 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.551 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.551 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.551 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.551 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.551 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-09-10T18:21:16.552 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.552 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.552 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.552 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "key_file": { 2024-09-10T18:21:16.552 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-09-10T18:21:16.552 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.552 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.552 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.552 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.552 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.552 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.552 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.552 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.553 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.553 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.553 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.553 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.553 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.553 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.553 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.553 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.553 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.553 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.553 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.553 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.553 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.553 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.554 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.554 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.554 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.554 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.554 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.554 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.554 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.554 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.554 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.554 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.554 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.554 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.554 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.555 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.555 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.555 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.555 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.555 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.555 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.556 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.556 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.556 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.556 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.556 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.556 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.557 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.557 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.557 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.557 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.557 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.557 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.558 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.558 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.558 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.558 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.558 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.558 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.559 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.559 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.559 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.559 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.559 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.559 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.559 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.560 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.560 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.560 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.560 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.560 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.560 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.561 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.561 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.561 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.561 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.561 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.561 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.561 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.562 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.562 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.562 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.562 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-09-10T18:21:16.562 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-09-10T18:21:16.562 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.562 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.562 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.562 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.562 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.562 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.562 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.563 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.563 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.563 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.563 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.563 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.563 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "server_port": { 2024-09-10T18:21:16.563 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-09-10T18:21:16.563 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.563 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.563 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.563 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.563 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.563 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.563 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.564 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.564 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.564 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.564 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.564 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.564 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.564 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.564 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.564 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-09-10T18:21:16.564 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.564 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.564 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.564 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.565 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.565 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.565 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.565 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.565 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.565 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.565 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.565 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.565 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.565 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.565 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.565 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.565 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.565 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.566 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.566 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.566 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.566 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.566 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.566 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.566 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.566 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.566 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.566 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.566 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.566 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.566 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.566 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.567 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.567 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.567 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.567 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.567 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.567 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.567 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.567 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.567 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.567 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.567 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.567 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.567 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.568 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.568 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.568 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.568 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.568 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.568 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.568 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.568 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.568 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.568 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.568 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.568 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.568 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.568 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.569 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.569 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.569 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.569 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.569 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.569 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.569 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.569 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.569 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.569 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.569 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.569 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.569 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.569 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.570 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.570 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.570 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.570 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-09-10T18:21:16.570 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.570 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.570 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.570 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.570 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.570 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.570 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.570 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.570 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.570 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.571 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.571 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.571 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.571 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.571 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.571 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.571 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.571 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.571 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.571 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.571 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.571 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.571 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.571 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.572 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.572 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.572 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.572 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.572 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.572 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.572 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.572 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.572 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.572 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.572 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.572 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.572 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.573 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.573 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.573 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.573 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.573 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.573 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.573 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.573 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.573 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.573 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.573 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.573 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.573 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.574 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.574 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.574 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.574 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.574 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.574 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.574 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.574 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.574 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.574 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.574 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.574 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.574 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.574 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.575 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.575 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.575 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.575 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.575 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.575 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.575 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.575 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.575 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.575 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "roption1": { 2024-09-10T18:21:16.575 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-09-10T18:21:16.575 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.575 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.575 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.576 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.576 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.576 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.576 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.576 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.576 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.576 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.576 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.576 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.576 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "roption2": { 2024-09-10T18:21:16.576 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-09-10T18:21:16.576 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.576 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.577 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.577 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-09-10T18:21:16.577 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.577 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.577 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.577 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.577 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.577 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.577 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.577 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.577 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-09-10T18:21:16.577 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-09-10T18:21:16.577 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.577 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.578 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.578 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.578 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.578 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.578 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.578 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.578 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.578 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.578 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.578 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.578 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-09-10T18:21:16.578 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-09-10T18:21:16.578 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.578 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.579 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.579 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.579 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.579 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.579 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.579 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.579 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.579 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.579 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.579 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.579 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-09-10T18:21:16.579 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-09-10T18:21:16.579 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "float", 2024-09-10T18:21:16.579 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.580 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.580 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.580 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.580 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.580 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.580 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.580 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.580 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.580 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.580 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.580 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-09-10T18:21:16.580 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-09-10T18:21:16.580 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.580 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.581 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.581 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.581 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.581 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.581 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.581 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.581 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.581 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.581 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.581 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.581 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-09-10T18:21:16.581 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-09-10T18:21:16.581 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.582 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.582 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.582 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.582 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.582 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.582 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.582 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.582 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.582 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.582 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.582 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.582 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-09-10T18:21:16.582 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-09-10T18:21:16.582 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.583 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.583 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.583 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.583 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.583 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.583 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.583 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.583 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.583 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.583 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.583 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.583 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "testkey": { 2024-09-10T18:21:16.583 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-09-10T18:21:16.583 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.584 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.584 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.584 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.584 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.584 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.584 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.584 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.584 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.584 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.584 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.584 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.584 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-09-10T18:21:16.584 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-09-10T18:21:16.585 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.585 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.585 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.585 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.585 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.585 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.585 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.585 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.585 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.585 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.585 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.585 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.585 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-09-10T18:21:16.585 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-09-10T18:21:16.586 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.586 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.586 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.586 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.586 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.586 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.586 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.586 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.586 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.586 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.586 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.586 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.586 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.586 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.587 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.587 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "status", 2024-09-10T18:21:16.587 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.587 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.587 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.587 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.587 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.587 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.587 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.587 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.587 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.587 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.587 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.587 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.588 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.588 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.588 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.588 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.588 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.588 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.588 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.588 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.588 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.588 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.588 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.588 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.588 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.589 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.589 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.589 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.589 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.589 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.589 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.589 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.589 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.589 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.589 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.589 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.589 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.589 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.589 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.590 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.590 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.590 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.590 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.590 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.590 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.590 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.590 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.590 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.590 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.590 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.590 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.590 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.591 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.591 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.591 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.591 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.591 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.591 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.591 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.591 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.591 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.591 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.591 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.591 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.591 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.591 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.592 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.592 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.592 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.592 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.592 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.592 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.592 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.592 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.592 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.592 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.592 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-09-10T18:21:16.592 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.592 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.592 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.593 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "address": { 2024-09-10T18:21:16.593 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "address", 2024-09-10T18:21:16.593 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.593 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.593 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.593 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-09-10T18:21:16.593 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.593 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.593 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.593 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.593 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.593 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.593 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.593 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.594 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:21:16.594 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:21:16.594 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:21:16.594 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.594 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.594 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-09-10T18:21:16.594 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.594 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.594 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.594 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.594 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.594 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.594 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.595 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.595 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.595 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.595 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.595 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.595 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.595 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.595 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.595 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.595 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.595 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.595 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.595 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.595 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.596 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.596 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.596 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.596 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.596 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.596 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.596 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.596 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.596 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.596 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.596 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.596 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.596 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.596 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.597 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.597 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.597 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.597 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.597 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.597 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.597 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.597 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.597 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.597 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.597 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.597 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.597 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.597 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.598 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.598 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.598 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.598 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.598 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.598 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.598 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.598 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.598 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.598 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.598 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.598 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.598 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.599 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.599 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.599 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.599 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.599 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.599 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.599 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.599 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.599 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.599 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.599 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.599 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.599 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.599 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.600 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.600 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.600 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.600 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.600 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.600 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-09-10T18:21:16.600 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.600 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.600 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.600 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-09-10T18:21:16.600 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-09-10T18:21:16.600 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.600 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.601 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.601 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.601 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.601 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.601 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.601 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-09-10T18:21:16.601 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.601 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.601 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.601 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.601 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-09-10T18:21:16.601 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-09-10T18:21:16.601 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.601 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.602 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.602 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.602 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.602 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.602 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.602 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.602 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.602 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.602 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.602 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.602 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-09-10T18:21:16.602 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-09-10T18:21:16.602 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.603 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.603 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.603 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:21:16.603 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.603 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.603 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.603 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.603 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.603 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.603 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.603 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.603 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-09-10T18:21:16.603 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-09-10T18:21:16.603 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.604 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.604 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.604 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.604 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.604 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.604 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.604 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.604 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.604 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.604 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.604 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.604 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "contact": { 2024-09-10T18:21:16.604 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-09-10T18:21:16.605 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.605 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.605 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.605 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:21:16.605 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.605 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.605 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.605 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.605 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.605 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.605 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.605 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.605 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "description": { 2024-09-10T18:21:16.606 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "description", 2024-09-10T18:21:16.606 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.606 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.606 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.606 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:21:16.606 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.606 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.606 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.606 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.606 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.606 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.606 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.606 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.606 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "device_url": { 2024-09-10T18:21:16.607 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-09-10T18:21:16.607 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.607 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.607 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.607 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-09-10T18:21:16.607 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.607 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.607 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.607 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.607 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.607 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.607 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.607 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.607 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enabled": { 2024-09-10T18:21:16.608 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-09-10T18:21:16.608 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.608 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.608 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.608 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.608 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.608 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.608 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.608 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.608 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.608 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.608 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.608 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.609 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:21:16.609 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:21:16.609 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.609 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.609 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.609 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-09-10T18:21:16.609 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "8", 2024-09-10T18:21:16.609 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.609 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.609 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.609 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.609 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.609 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.610 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.610 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-09-10T18:21:16.610 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-09-10T18:21:16.610 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.610 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.610 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.610 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-09-10T18:21:16.610 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.610 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.610 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.610 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.610 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.610 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.610 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.611 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.611 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-09-10T18:21:16.611 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-09-10T18:21:16.611 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.611 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.611 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.611 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.611 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.611 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.611 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.611 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.611 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.611 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.611 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.612 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.612 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.612 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.612 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.612 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.612 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.612 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.612 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.612 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.612 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.612 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.612 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.612 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.612 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.613 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.613 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.613 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.613 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.613 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.613 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.613 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.613 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.613 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.613 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.613 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.613 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.613 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.613 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.614 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.614 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.614 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.614 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.614 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.614 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.614 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.614 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.614 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.614 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.614 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.614 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.614 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.614 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.615 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.615 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.615 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.615 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.615 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.615 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.615 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.615 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.615 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.615 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.615 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.615 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.615 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.615 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.616 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.616 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.616 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.616 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.616 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.616 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.616 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.616 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.616 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.616 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.616 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.616 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.616 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.617 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.617 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.617 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "organization": { 2024-09-10T18:21:16.617 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-09-10T18:21:16.617 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.617 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.617 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.617 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:21:16.617 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.617 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.617 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.617 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.617 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.617 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.618 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.618 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.618 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "proxy": { 2024-09-10T18:21:16.618 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-09-10T18:21:16.618 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.618 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.618 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.618 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:21:16.618 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.618 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.618 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.618 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.618 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.618 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.619 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.619 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.619 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "url": { 2024-09-10T18:21:16.619 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "url", 2024-09-10T18:21:16.619 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.619 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.619 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.619 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-09-10T18:21:16.619 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.619 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.619 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.619 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.619 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.619 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.620 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.620 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.620 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.620 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.620 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.620 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-09-10T18:21:16.620 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.620 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.620 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.620 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.620 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.620 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.620 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.621 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.621 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.621 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.621 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.621 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.621 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.621 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.621 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.621 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.621 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.621 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.621 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.621 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.621 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.622 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.622 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.622 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.622 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.622 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.622 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.622 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.622 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.622 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.622 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.622 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.622 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.622 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.623 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.623 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.623 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.623 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.623 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.623 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.623 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.623 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.623 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.623 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.623 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.623 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.623 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.623 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.624 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.624 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.624 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.624 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.624 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.624 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.624 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.624 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.624 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.624 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.624 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.624 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.624 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.625 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.625 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.625 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.625 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.625 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.625 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.625 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.625 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.625 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.625 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.625 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.625 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.625 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.626 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.626 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.626 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-09-10T18:21:16.626 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.626 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.626 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.626 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.626 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.626 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.626 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.626 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.626 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.626 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.626 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.627 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.627 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.627 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.627 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.627 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.627 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.627 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.627 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.627 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.627 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.627 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.627 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.627 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.628 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.628 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.628 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.628 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.628 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.628 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.628 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.628 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.628 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.628 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.628 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.628 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.628 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.629 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.629 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.629 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.629 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.629 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.629 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.629 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.629 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.629 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.629 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.629 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.629 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.629 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.629 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.630 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.630 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.630 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.630 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.630 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.630 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.630 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.630 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.630 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.630 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.630 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.630 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.630 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.630 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.631 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.631 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.631 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.631 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.631 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.631 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.631 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.631 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.631 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-09-10T18:21:16.631 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-09-10T18:21:16.631 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.631 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.631 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.631 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-09-10T18:21:16.632 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.632 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.632 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.632 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-09-10T18:21:16.632 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.632 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.632 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.632 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.632 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.632 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.632 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.632 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-09-10T18:21:16.632 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:21:16.632 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:21:16.633 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:21:16.633 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-09-10T18:21:16.633 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-09-10T18:21:16.633 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.633 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.633 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.633 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-09-10T18:21:16.633 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.633 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.633 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.633 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.633 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.633 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.633 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.634 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.634 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "identifier": { 2024-09-10T18:21:16.634 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-09-10T18:21:16.634 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.634 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.634 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.634 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.634 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.634 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.634 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.634 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.634 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.634 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.634 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.635 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.635 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:21:16.635 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:21:16.635 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:21:16.635 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.635 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.635 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:21:16.635 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.635 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.635 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.635 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.635 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.635 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.635 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.636 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.636 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:21:16.636 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:21:16.636 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.636 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.636 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.636 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:21:16.636 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.636 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.636 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.636 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.636 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.636 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.636 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.637 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.637 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.637 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.637 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.637 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.637 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.637 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.637 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.637 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:21:16.637 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:21:16.637 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.637 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.637 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.638 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.638 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.638 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.638 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.638 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.638 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.638 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.638 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.638 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.638 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:21:16.638 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:21:16.638 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.638 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.638 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.638 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:21:16.639 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.639 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.639 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:21:16.639 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:21:16.639 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:21:16.639 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:21:16.639 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:21:16.639 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:21:16.639 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:21:16.639 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.639 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.639 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.639 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.640 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.640 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.640 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:21:16.640 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:21:16.640 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:21:16.640 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.640 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:21:16.640 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:21:16.640 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.640 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.640 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.640 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.640 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.640 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.641 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.641 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.641 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-09-10T18:21:16.641 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-09-10T18:21:16.641 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.641 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.641 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.641 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:21:16.641 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.641 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.641 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.641 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.641 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.641 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.642 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.642 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.642 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-09-10T18:21:16.642 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-09-10T18:21:16.642 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:21:16.642 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.642 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.642 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-09-10T18:21:16.642 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.642 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.642 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.642 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.642 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.643 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.643 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.643 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.643 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-09-10T18:21:16.643 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-09-10T18:21:16.643 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:21:16.643 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:21:16.643 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:21:16.643 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-09-10T18:21:16.643 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:21:16.643 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:21:16.643 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:21:16.643 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:21:16.643 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:21:16.643 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:21:16.644 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:21:16.644 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.644 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.644 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.644 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.644 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "services": {}, 2024-09-10T18:21:16.644 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-09-10T18:21:16.644 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-09-10T18:21:16.644 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "balancer", 2024-09-10T18:21:16.644 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "crash", 2024-09-10T18:21:16.644 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-09-10T18:21:16.644 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-09-10T18:21:16.644 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "progress", 2024-09-10T18:21:16.645 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-09-10T18:21:16.645 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "status", 2024-09-10T18:21:16.645 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "volumes" 2024-09-10T18:21:16.645 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.645 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-09-10T18:21:16.645 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "balancer", 2024-09-10T18:21:16.645 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "crash", 2024-09-10T18:21:16.645 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-09-10T18:21:16.645 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-09-10T18:21:16.645 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-09-10T18:21:16.645 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "progress", 2024-09-10T18:21:16.645 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-09-10T18:21:16.645 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "status", 2024-09-10T18:21:16.645 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "telemetry", 2024-09-10T18:21:16.646 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "volumes" 2024-09-10T18:21:16.646 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:21:16.646 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 2, 2024-09-10T18:21:16.646 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-09-10T18:21:16.646 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.646 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-09-10T18:21:16.646 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.646 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-09-10T18:21:16.646 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.31:0", 2024-09-10T18:21:16.646 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "nonce": 2045561330 2024-09-10T18:21:16.646 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.646 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ] 2024-09-10T18:21:16.646 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:21:16.646 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.646 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-09-10T18:21:16.647 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:16.647 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-09-10T18:21:16.647 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.31:0", 2024-09-10T18:21:16.647 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "nonce": 3745487973 2024-09-10T18:21:16.647 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.647 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ] 2024-09-10T18:21:16.647 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.647 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout ] 2024-09-10T18:21:16.647 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.647 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:16.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:15 smithi031 bash[14957]: audit 2024-09-10T18:21:15.813721+0000 mon.a (mon.0) 66 : audit [DBG] from='client.? 172.21.15.31:0/981528803' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-09-10T18:21:16.648 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for the mgr to restart... 2024-09-10T18:21:16.648 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for Mgr epoch 9... 2024-09-10T18:21:16.648 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 tell mgr mgr_status 2024-09-10T18:21:19.135 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:18 smithi031 bash[15218]: Warning: Permanently added 'smithi031,172.21.15.31' (ECDSA) to the list of known hosts. 2024-09-10T18:21:19.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:21:19.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-10T18:21:19.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout "initialized": true 2024-09-10T18:21:19.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:21:19.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: cluster 2024-09-10T18:21:18.370785+0000 mon.a (mon.0) 67 : cluster [INF] Active manager daemon y restarted 2024-09-10T18:21:19.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: cluster 2024-09-10T18:21:18.371867+0000 mon.a (mon.0) 68 : cluster [INF] Activating manager daemon y 2024-09-10T18:21:19.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: cluster 2024-09-10T18:21:18.375434+0000 mon.a (mon.0) 69 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-10T18:21:19.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: cluster 2024-09-10T18:21:18.426955+0000 mon.a (mon.0) 70 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0552672s) 2024-09-10T18:21:19.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: audit 2024-09-10T18:21:18.430101+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:21:19.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: audit 2024-09-10T18:21:18.431586+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:21:19.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: audit 2024-09-10T18:21:18.432012+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:21:19.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: audit 2024-09-10T18:21:18.432404+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:21:19.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: audit 2024-09-10T18:21:18.433109+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:21:19.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: audit 2024-09-10T18:21:18.434614+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031"}]: dispatch 2024-09-10T18:21:19.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: audit 2024-09-10T18:21:18.435286+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:21:19.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: audit 2024-09-10T18:21:18.435890+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:21:19.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: audit 2024-09-10T18:21:18.436510+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:21:19.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: audit 2024-09-10T18:21:18.437095+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:21:19.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: audit 2024-09-10T18:21:18.437679+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:21:19.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: audit 2024-09-10T18:21:18.438226+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:21:19.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: audit 2024-09-10T18:21:18.438780+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:21:19.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: audit 2024-09-10T18:21:18.439329+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:21:19.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: cluster 2024-09-10T18:21:18.443607+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon y is now available 2024-09-10T18:21:19.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: audit 2024-09-10T18:21:18.643954+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:21:19.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: audit 2024-09-10T18:21:18.647649+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:21:19.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:19 smithi031 bash[14957]: audit 2024-09-10T18:21:18.856991+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:21:20.259 INFO:teuthology.orchestra.run.smithi031.stderr:Mgr epoch 9 is available 2024-09-10T18:21:20.260 INFO:teuthology.orchestra.run.smithi031.stderr:Generating a dashboard self-signed certificate... 2024-09-10T18:21:20.260 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 dashboard create-self-signed-cert 2024-09-10T18:21:20.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:20 smithi031 bash[14957]: audit 2024-09-10T18:21:19.409586+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:20.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:20 smithi031 bash[14957]: audit 2024-09-10T18:21:19.410474+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:21:20.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:20 smithi031 bash[14957]: cluster 2024-09-10T18:21:19.429872+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e11: y(active, since 1.05818s) 2024-09-10T18:21:20.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:20 smithi031 bash[14957]: audit 2024-09-10T18:21:19.430857+0000 mgr.y (mgr.14138) 1 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-10T18:21:20.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:20 smithi031 bash[14957]: audit 2024-09-10T18:21:19.447990+0000 mgr.y (mgr.14138) 2 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-10T18:21:21.731 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:21 smithi031 bash[14957]: cluster 2024-09-10T18:21:20.430714+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-09-10T18:21:22.433 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-10T18:21:22.982 INFO:teuthology.orchestra.run.smithi031.stderr:Creating initial admin user... 2024-09-10T18:21:22.982 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 dashboard ac-user-create admin btvn600a5j administrator --force-password --pwd-update-required 2024-09-10T18:21:23.813 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:23 smithi031 bash[14957]: audit 2024-09-10T18:21:22.230957+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-10T18:21:23.813 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:23 smithi031 bash[14957]: audit 2024-09-10T18:21:22.427078+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:23.813 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:23 smithi031 bash[14957]: audit 2024-09-10T18:21:22.431990+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:24.584 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$8N41QpWPZyvjZJc/DFHv1.z9r2yKStkwu.5Cgptyhf9bRKz5jhSfm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1725992484, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-10T18:21:25.221 INFO:teuthology.orchestra.run.smithi031.stderr:Fetching dashboard port number... 2024-09-10T18:21:25.221 INFO:teuthology.orchestra.run.smithi031.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=smithi031 -v /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp24_s8zh9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdeqeh6d3:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 config get mgr mgr/dashboard/ssl_server_port 2024-09-10T18:21:25.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:25 smithi031 bash[14957]: audit 2024-09-10T18:21:24.328034+0000 mgr.y (mgr.14138) 4 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "btvn600a5j", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:25.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:25 smithi031 bash[14957]: cluster 2024-09-10T18:21:24.431793+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-09-10T18:21:25.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:25 smithi031 bash[14957]: audit 2024-09-10T18:21:24.582381+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:26.564 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: stdout 8443 2024-09-10T18:21:27.146 INFO:teuthology.orchestra.run.smithi031.stderr:firewalld does not appear to be present 2024-09-10T18:21:27.147 INFO:teuthology.orchestra.run.smithi031.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-10T18:21:27.151 INFO:teuthology.orchestra.run.smithi031.stderr:Ceph Dashboard is now available at: 2024-09-10T18:21:27.151 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-09-10T18:21:27.151 INFO:teuthology.orchestra.run.smithi031.stderr: URL: https://smithi031.front.sepia.ceph.com:8443/ 2024-09-10T18:21:27.151 INFO:teuthology.orchestra.run.smithi031.stderr: User: admin 2024-09-10T18:21:27.151 INFO:teuthology.orchestra.run.smithi031.stderr: Password: btvn600a5j 2024-09-10T18:21:27.151 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-09-10T18:21:27.152 INFO:teuthology.orchestra.run.smithi031.stderr:You can access the Ceph CLI with: 2024-09-10T18:21:27.152 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-09-10T18:21:27.152 INFO:teuthology.orchestra.run.smithi031.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-10T18:21:27.152 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-09-10T18:21:27.152 INFO:teuthology.orchestra.run.smithi031.stderr:Please consider enabling telemetry to help improve Ceph: 2024-09-10T18:21:27.152 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-09-10T18:21:27.152 INFO:teuthology.orchestra.run.smithi031.stderr: ceph telemetry on 2024-09-10T18:21:27.152 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-09-10T18:21:27.152 INFO:teuthology.orchestra.run.smithi031.stderr:For more information see: 2024-09-10T18:21:27.152 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-09-10T18:21:27.152 INFO:teuthology.orchestra.run.smithi031.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-09-10T18:21:27.152 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-09-10T18:21:27.152 INFO:teuthology.orchestra.run.smithi031.stderr:Bootstrap complete. 2024-09-10T18:21:27.152 INFO:teuthology.orchestra.run.smithi031.stderr:Releasing lock 139656808172944 on /run/cephadm/408b5ca8-6fa1-11ef-bcea-c7b262605968.lock 2024-09-10T18:21:27.153 INFO:teuthology.orchestra.run.smithi031.stderr:Lock 139656808172944 released on /run/cephadm/408b5ca8-6fa1-11ef-bcea-c7b262605968.lock 2024-09-10T18:21:27.177 INFO:tasks.cephadm:Fetching config... 2024-09-10T18:21:27.178 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-10T18:21:27.178 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-10T18:21:27.185 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-10T18:21:27.185 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-10T18:21:27.185 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-10T18:21:27.191 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-10T18:21:27.192 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-10T18:21:27.192 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-10T18:21:27.203 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-10T18:21:27.204 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-10T18:21:27.204 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-10T18:21:27.208 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-10T18:21:27.209 DEBUG:teuthology.orchestra.run.smithi031:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQ9/EynSojl3h0vzGJC/OjSrhBdVCgEHTuIe98o5sPDx6kov4g2/H12sgoauO8b73BTNpQBuzy2MtQJhhTpXx5zlb3BHkRxQ6tZD4XSunJ7elVMS1IoVfvLJLjPRNo8aqmuoHBtpwDupafLH990xe+tVTto9M8J2vbR7BWbxp+UK/Bntps1cHAnzrwC38WEvmIIzs4iO0ehvHwQqF+bVzeIe+Zqj9P84otvEe8ksXGLcA3qYrV/g+d/69w581annORv4UhH11i9Ul9oscEB3xDD179i4yPdEiYlcuq/yHM6u97q5YZ5xyUPFyrJKBoXD/VlWZeK7npqLCuKh3PzMwElx6Jo8JmtauEqv1L5a2E88OYIbsYk0UEpYGk2tQnQLR/V1VUlPxpmIp1GRuwM9Q7T5SanSgblSzjZrxQb/GkO8UW4reTXCTpLNBw7REULBin9GJ9PIoQUP23EJ/to+0xDvQZew3cZvP2OBaZ2UqAJ+JVr+XaCt+ErZKih9Is+kM= ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T18:21:27.228 INFO:teuthology.orchestra.run.smithi031.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQ9/EynSojl3h0vzGJC/OjSrhBdVCgEHTuIe98o5sPDx6kov4g2/H12sgoauO8b73BTNpQBuzy2MtQJhhTpXx5zlb3BHkRxQ6tZD4XSunJ7elVMS1IoVfvLJLjPRNo8aqmuoHBtpwDupafLH990xe+tVTto9M8J2vbR7BWbxp+UK/Bntps1cHAnzrwC38WEvmIIzs4iO0ehvHwQqF+bVzeIe+Zqj9P84otvEe8ksXGLcA3qYrV/g+d/69w581annORv4UhH11i9Ul9oscEB3xDD179i4yPdEiYlcuq/yHM6u97q5YZ5xyUPFyrJKBoXD/VlWZeK7npqLCuKh3PzMwElx6Jo8JmtauEqv1L5a2E88OYIbsYk0UEpYGk2tQnQLR/V1VUlPxpmIp1GRuwM9Q7T5SanSgblSzjZrxQb/GkO8UW4reTXCTpLNBw7REULBin9GJ9PIoQUP23EJ/to+0xDvQZew3cZvP2OBaZ2UqAJ+JVr+XaCt+ErZKih9Is+kM= ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:21:27.236 DEBUG:teuthology.orchestra.run.smithi063:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQ9/EynSojl3h0vzGJC/OjSrhBdVCgEHTuIe98o5sPDx6kov4g2/H12sgoauO8b73BTNpQBuzy2MtQJhhTpXx5zlb3BHkRxQ6tZD4XSunJ7elVMS1IoVfvLJLjPRNo8aqmuoHBtpwDupafLH990xe+tVTto9M8J2vbR7BWbxp+UK/Bntps1cHAnzrwC38WEvmIIzs4iO0ehvHwQqF+bVzeIe+Zqj9P84otvEe8ksXGLcA3qYrV/g+d/69w581annORv4UhH11i9Ul9oscEB3xDD179i4yPdEiYlcuq/yHM6u97q5YZ5xyUPFyrJKBoXD/VlWZeK7npqLCuKh3PzMwElx6Jo8JmtauEqv1L5a2E88OYIbsYk0UEpYGk2tQnQLR/V1VUlPxpmIp1GRuwM9Q7T5SanSgblSzjZrxQb/GkO8UW4reTXCTpLNBw7REULBin9GJ9PIoQUP23EJ/to+0xDvQZew3cZvP2OBaZ2UqAJ+JVr+XaCt+ErZKih9Is+kM= ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T18:21:27.260 INFO:teuthology.orchestra.run.smithi063.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQ9/EynSojl3h0vzGJC/OjSrhBdVCgEHTuIe98o5sPDx6kov4g2/H12sgoauO8b73BTNpQBuzy2MtQJhhTpXx5zlb3BHkRxQ6tZD4XSunJ7elVMS1IoVfvLJLjPRNo8aqmuoHBtpwDupafLH990xe+tVTto9M8J2vbR7BWbxp+UK/Bntps1cHAnzrwC38WEvmIIzs4iO0ehvHwQqF+bVzeIe+Zqj9P84otvEe8ksXGLcA3qYrV/g+d/69w581annORv4UhH11i9Ul9oscEB3xDD179i4yPdEiYlcuq/yHM6u97q5YZ5xyUPFyrJKBoXD/VlWZeK7npqLCuKh3PzMwElx6Jo8JmtauEqv1L5a2E88OYIbsYk0UEpYGk2tQnQLR/V1VUlPxpmIp1GRuwM9Q7T5SanSgblSzjZrxQb/GkO8UW4reTXCTpLNBw7REULBin9GJ9PIoQUP23EJ/to+0xDvQZew3cZvP2OBaZ2UqAJ+JVr+XaCt+ErZKih9Is+kM= ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:21:27.272 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi063 2024-09-10T18:21:27.272 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-10T18:21:27.272 DEBUG:teuthology.orchestra.run.smithi063:> dd of=/etc/ceph/ceph.conf 2024-09-10T18:21:27.321 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-10T18:21:27.321 DEBUG:teuthology.orchestra.run.smithi063:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:21:27.327 INFO:tasks.cephadm:Adding host smithi063 to orchestrator... 2024-09-10T18:21:27.327 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph orch host add smithi063 2024-09-10T18:21:27.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:27 smithi031 bash[14957]: audit 2024-09-10T18:21:26.562506+0000 mon.a (mon.0) 97 : audit [DBG] from='client.? 172.21.15.31:0/3312067422' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-10T18:21:31.635 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:21:31 smithi031 bash[15218]: Warning: Permanently added 'smithi063,172.21.15.63' (ECDSA) to the list of known hosts. 2024-09-10T18:21:32.036 INFO:teuthology.orchestra.run.smithi031.stdout:Added host 'smithi063' 2024-09-10T18:21:32.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:32 smithi031 bash[14957]: audit 2024-09-10T18:21:31.325386+0000 mgr.y (mgr.14138) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi063", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:32.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:32 smithi031 bash[14957]: audit 2024-09-10T18:21:32.031868+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:32.766 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-10T18:21:33.854 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:33 smithi031 bash[14957]: cephadm 2024-09-10T18:21:32.032837+0000 mgr.y (mgr.14138) 6 : cephadm [INF] Added host smithi063 2024-09-10T18:21:35.385 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:34 smithi031 bash[14957]: audit 2024-09-10T18:21:34.857471+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:21:36.196 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:21:36.196 INFO:teuthology.orchestra.run.smithi031.stdout:[{"addr": "smithi031", "hostname": "smithi031", "labels": [], "status": ""}, {"addr": "smithi063", "hostname": "smithi063", "labels": [], "status": ""}] 2024-09-10T18:21:36.361 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:36 smithi031 bash[14957]: audit 2024-09-10T18:21:35.156935+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:36.364 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:36 smithi031 bash[14957]: cephadm 2024-09-10T18:21:35.157787+0000 mgr.y (mgr.14138) 7 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:21:36.364 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:36 smithi031 bash[14957]: audit 2024-09-10T18:21:35.588237+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:36.364 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:36 smithi031 bash[14957]: cephadm 2024-09-10T18:21:35.589067+0000 mgr.y (mgr.14138) 8 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-10T18:21:36.364 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:36 smithi031 bash[14957]: audit 2024-09-10T18:21:35.589779+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:21:36.364 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:36 smithi031 bash[14957]: audit 2024-09-10T18:21:35.591259+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:21:36.364 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:36 smithi031 bash[14957]: cephadm 2024-09-10T18:21:35.592674+0000 mgr.y (mgr.14138) 9 : cephadm [INF] Reconfiguring daemon mon.a on smithi031 2024-09-10T18:21:36.364 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:36 smithi031 bash[14957]: audit 2024-09-10T18:21:35.593612+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.a", "key": "container_image"}]: dispatch 2024-09-10T18:21:37.232 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-10T18:21:37.232 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph osd crush tunables default 2024-09-10T18:21:37.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:37 smithi031 bash[14957]: audit 2024-09-10T18:21:36.194608+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-10T18:21:39.917 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:39 smithi031 bash[14957]: cluster 2024-09-10T18:21:38.433180+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-10T18:21:39.917 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:39 smithi031 bash[14957]: audit 2024-09-10T18:21:38.639407+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:39.917 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:39 smithi031 bash[14957]: cephadm 2024-09-10T18:21:38.640420+0000 mgr.y (mgr.14138) 12 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-10T18:21:39.917 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:39 smithi031 bash[14957]: audit 2024-09-10T18:21:38.640971+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-10T18:21:39.917 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:39 smithi031 bash[14957]: audit 2024-09-10T18:21:38.642494+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:21:39.917 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:39 smithi031 bash[14957]: cephadm 2024-09-10T18:21:38.643723+0000 mgr.y (mgr.14138) 13 : cephadm [INF] Reconfiguring daemon mgr.y on smithi031 2024-09-10T18:21:39.917 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:39 smithi031 bash[14957]: audit 2024-09-10T18:21:38.644459+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-10T18:21:42.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:41 smithi031 bash[14957]: cluster 2024-09-10T18:21:40.433686+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-10T18:21:42.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:41 smithi031 bash[14957]: audit 2024-09-10T18:21:41.602967+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:42.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:41 smithi031 bash[14957]: audit 2024-09-10T18:21:41.605252+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:21:42.659 INFO:teuthology.orchestra.run.smithi031.stderr:adjusted tunables profile to default 2024-09-10T18:21:43.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:42 smithi031 bash[14957]: audit 2024-09-10T18:21:41.675218+0000 mon.a (mon.0) 111 : audit [INF] from='client.? 172.21.15.31:0/875343511' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-10T18:21:43.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:42 smithi031 bash[14957]: audit 2024-09-10T18:21:41.965650+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:43.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:42 smithi031 bash[14957]: audit 2024-09-10T18:21:41.966855+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:21:43.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:42 smithi031 bash[14957]: audit 2024-09-10T18:21:42.143389+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:43.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:42 smithi031 bash[14957]: audit 2024-09-10T18:21:42.254962+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:43.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:42 smithi031 bash[14957]: audit 2024-09-10T18:21:42.256428+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:21:43.262 INFO:tasks.cephadm:Adding mon.c on smithi031 2024-09-10T18:21:43.262 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph orch daemon add mon 'smithi031:[v2:172.21.15.31:3301,v1:172.21.15.31:6790]=c' 2024-09-10T18:21:43.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:43 smithi031 bash[14957]: cluster 2024-09-10T18:21:42.434159+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-10T18:21:43.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:43 smithi031 bash[14957]: audit 2024-09-10T18:21:42.654312+0000 mon.a (mon.0) 117 : audit [INF] from='client.? 172.21.15.31:0/875343511' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T18:21:43.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:43 smithi031 bash[14957]: cluster 2024-09-10T18:21:42.654447+0000 mon.a (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T18:21:43.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:43 smithi031 bash[14957]: audit 2024-09-10T18:21:42.654825+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-10T18:21:45.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:44 smithi031 bash[14957]: audit 2024-09-10T18:21:43.660835+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-09-10T18:21:45.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:44 smithi031 bash[14957]: cluster 2024-09-10T18:21:43.660981+0000 mon.a (mon.0) 121 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-10T18:21:45.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:44 smithi031 bash[14957]: audit 2024-09-10T18:21:43.662599+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-10T18:21:45.945 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:45 smithi031 bash[14957]: cluster 2024-09-10T18:21:44.434616+0000 mgr.y (mgr.14138) 16 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:21:45.945 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:45 smithi031 bash[14957]: audit 2024-09-10T18:21:44.666714+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-10T18:21:45.945 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:45 smithi031 bash[14957]: cluster 2024-09-10T18:21:44.666880+0000 mon.a (mon.0) 124 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:21:47.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:46 smithi031 bash[14957]: audit 2024-09-10T18:21:46.332358+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:21:47.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:46 smithi031 bash[14957]: audit 2024-09-10T18:21:46.334144+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:21:47.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:46 smithi031 bash[14957]: audit 2024-09-10T18:21:46.336143+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-09-10T18:21:47.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:47 smithi031 bash[14957]: audit 2024-09-10T18:21:46.328650+0000 mgr.y (mgr.14138) 17 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi031:[v2:172.21.15.31:3301,v1:172.21.15.31:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:47.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:47 smithi031 bash[14957]: cephadm 2024-09-10T18:21:46.335467+0000 mgr.y (mgr.14138) 18 : cephadm [INF] Deploying daemon mon.c on smithi031 2024-09-10T18:21:47.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:47 smithi031 bash[14957]: cluster 2024-09-10T18:21:46.435058+0000 mgr.y (mgr.14138) 19 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:21:47.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:47 smithi031 bash[14957]: audit 2024-09-10T18:21:47.328166+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:21:47.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:47 smithi031 bash[14957]: audit 2024-09-10T18:21:47.630779+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:48.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:48 smithi031 bash[14957]: cephadm 2024-09-10T18:21:47.632201+0000 mgr.y (mgr.14138) 20 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:21:48.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:48 smithi031 bash[14957]: audit 2024-09-10T18:21:48.050307+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:48.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:48 smithi031 bash[14957]: audit 2024-09-10T18:21:48.056824+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:50.101 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:49 smithi031 bash[14957]: cluster 2024-09-10T18:21:48.435530+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-10T18:21:50.540 INFO:teuthology.orchestra.run.smithi031.stdout:Deployed mon.c on host 'smithi031' 2024-09-10T18:21:51.880 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:51 smithi031 bash[14957]: cluster 2024-09-10T18:21:50.436003+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-10T18:21:51.881 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:51 smithi031 bash[14957]: audit 2024-09-10T18:21:50.534345+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:21:51.884 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:51 smithi031 bash[14957]: audit 2024-09-10T18:21:50.538136+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:51.884 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:51 smithi031 bash[14957]: audit 2024-09-10T18:21:51.353818+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:51.884 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:51 smithi031 bash[14957]: audit 2024-09-10T18:21:51.359442+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:51.885 DEBUG:teuthology.orchestra.run.smithi031:mon.c> sudo journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.c.service 2024-09-10T18:21:51.887 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:21:51.888 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:21:53.001 INFO:journalctl@ceph.mon.c.smithi031.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T18:21:53.002 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.846+0000 7f78e7771700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T18:21:53.002 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.846+0000 7f78e7771700 0 ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable), process ceph-mon, pid 1 2024-09-10T18:21:53.002 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.846+0000 7f78e7771700 0 pidfile_write: ignore empty --pid-file 2024-09-10T18:21:53.002 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 0 load: jerasure load: lrc load: isa 2024-09-10T18:21:53.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 0 set rocksdb option compression = kNoCompression 2024-09-10T18:21:53.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T18:21:53.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T18:21:53.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 0 set rocksdb option compression = kNoCompression 2024-09-10T18:21:53.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T18:21:53.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T18:21:53.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 1 rocksdb: do_open column families: [default] 2024-09-10T18:21:53.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: RocksDB version: 6.1.2 2024-09-10T18:21:53.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T18:21:53.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Compile date Feb 23 2021 2024-09-10T18:21:53.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: DB SUMMARY 2024-09-10T18:21:53.003 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: CURRENT file: CURRENT 2024-09-10T18:21:53.004 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T18:21:53.004 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-09-10T18:21:53.004 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-10T18:21:53.004 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000003.log size: 489 ; 2024-09-10T18:21:53.004 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.error_if_exists: 0 2024-09-10T18:21:53.004 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.create_if_missing: 0 2024-09-10T18:21:53.004 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T18:21:53.004 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.env: 0x564356a191a0 2024-09-10T18:21:53.004 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.info_log: 0x5643589ccba0 2024-09-10T18:21:53.005 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T18:21:53.005 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.statistics: (nil) 2024-09-10T18:21:53.005 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.use_fsync: 0 2024-09-10T18:21:53.006 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T18:21:53.006 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T18:21:53.006 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T18:21:53.006 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T18:21:53.006 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T18:21:53.006 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T18:21:53.006 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T18:21:53.006 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T18:21:53.007 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T18:21:53.007 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T18:21:53.007 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T18:21:53.007 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.db_log_dir: 2024-09-10T18:21:53.007 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-09-10T18:21:53.007 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T18:21:53.007 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T18:21:53.007 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T18:21:53.007 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T18:21:53.007 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T18:21:53.007 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T18:21:53.007 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T18:21:53.008 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T18:21:53.008 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T18:21:53.008 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.write_buffer_manager: 0x5643589b1320 2024-09-10T18:21:53.008 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T18:21:53.008 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T18:21:53.008 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T18:21:53.008 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T18:21:53.008 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T18:21:53.008 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T18:21:53.008 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T18:21:53.009 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T18:21:53.009 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T18:21:53.009 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T18:21:53.009 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T18:21:53.009 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T18:21:53.009 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T18:21:53.009 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.row_cache: None 2024-09-10T18:21:53.009 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.wal_filter: None 2024-09-10T18:21:53.009 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T18:21:53.009 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T18:21:53.009 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T18:21:53.009 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.two_write_queues: 0 2024-09-10T18:21:53.009 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T18:21:53.009 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.atomic_flush: 0 2024-09-10T18:21:53.010 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T18:21:53.010 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T18:21:53.010 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T18:21:53.010 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T18:21:53.010 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T18:21:53.010 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T18:21:53.010 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T18:21:53.010 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T18:21:53.010 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T18:21:53.010 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T18:21:53.010 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T18:21:53.010 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.max_open_files: -1 2024-09-10T18:21:53.010 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T18:21:53.010 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T18:21:53.010 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T18:21:53.011 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Compression algorithms supported: 2024-09-10T18:21:53.011 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T18:21:53.011 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: kZSTD supported: 0 2024-09-10T18:21:53.011 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: kXpressCompression supported: 0 2024-09-10T18:21:53.011 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T18:21:53.011 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T18:21:53.011 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T18:21:53.011 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: kZlibCompression supported: 1 2024-09-10T18:21:53.011 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T18:21:53.011 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T18:21:53.011 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000001 2024-09-10T18:21:53.011 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-10T18:21:53.011 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T18:21:53.011 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.merge_operator: 2024-09-10T18:21:53.011 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.compaction_filter: None 2024-09-10T18:21:53.012 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T18:21:53.012 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T18:21:53.012 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T18:21:53.012 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5643588e70d0) 2024-09-10T18:21:53.012 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: cache_index_and_filter_blocks: 1 2024-09-10T18:21:53.012 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-10T18:21:53.012 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T18:21:53.012 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: pin_top_level_index_and_filter: 1 2024-09-10T18:21:53.012 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: index_type: 0 2024-09-10T18:21:53.012 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: data_block_index_type: 0 2024-09-10T18:21:53.012 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T18:21:53.012 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: hash_index_allow_collision: 1 2024-09-10T18:21:53.012 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: checksum: 1 2024-09-10T18:21:53.013 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: no_block_cache: 0 2024-09-10T18:21:53.013 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: block_cache: 0x56435891e610 2024-09-10T18:21:53.013 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: block_cache_name: BinnedLRUCache 2024-09-10T18:21:53.013 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: block_cache_options: 2024-09-10T18:21:53.013 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: capacity : 536870912 2024-09-10T18:21:53.013 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: num_shard_bits : 4 2024-09-10T18:21:53.013 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: strict_capacity_limit : 0 2024-09-10T18:21:53.013 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: high_pri_pool_ratio: 0.000 2024-09-10T18:21:53.013 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: block_cache_compressed: (nil) 2024-09-10T18:21:53.013 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: persistent_cache: (nil) 2024-09-10T18:21:53.013 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: block_size: 4096 2024-09-10T18:21:53.013 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: block_size_deviation: 10 2024-09-10T18:21:53.013 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: block_restart_interval: 16 2024-09-10T18:21:53.013 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: index_block_restart_interval: 1 2024-09-10T18:21:53.013 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: metadata_block_size: 4096 2024-09-10T18:21:53.014 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: partition_filters: 0 2024-09-10T18:21:53.014 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: use_delta_encoding: 1 2024-09-10T18:21:53.014 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T18:21:53.014 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: whole_key_filtering: 1 2024-09-10T18:21:53.014 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: verify_compression: 0 2024-09-10T18:21:53.014 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: read_amp_bytes_per_bit: 0 2024-09-10T18:21:53.014 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: format_version: 2 2024-09-10T18:21:53.014 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: enable_index_compression: 1 2024-09-10T18:21:53.014 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: block_align: 0 2024-09-10T18:21:53.014 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T18:21:53.014 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T18:21:53.014 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.compression: NoCompression 2024-09-10T18:21:53.014 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T18:21:53.014 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T18:21:53.014 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T18:21:53.014 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.num_levels: 7 2024-09-10T18:21:53.015 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T18:21:53.015 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T18:21:53.015 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T18:21:53.015 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T18:21:53.015 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T18:21:53.015 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T18:21:53.015 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:21:53.015 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T18:21:53.015 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T18:21:53.015 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T18:21:53.015 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T18:21:53.015 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T18:21:53.015 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:21:53.015 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T18:21:53.016 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.850+0000 7f78e7771700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T18:21:53.016 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T18:21:53.016 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T18:21:53.016 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T18:21:53.016 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T18:21:53.016 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T18:21:53.016 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T18:21:53.016 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T18:21:53.016 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T18:21:53.016 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T18:21:53.016 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T18:21:53.016 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T18:21:53.016 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T18:21:53.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T18:21:53.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T18:21:53.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T18:21:53.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T18:21:53.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T18:21:53.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T18:21:53.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T18:21:53.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T18:21:53.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T18:21:53.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T18:21:53.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T18:21:53.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T18:21:53.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T18:21:53.018 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T18:21:53.018 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T18:21:53.018 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T18:21:53.018 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T18:21:53.018 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T18:21:53.018 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T18:21:53.018 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.table_properties_collectors: 2024-09-10T18:21:53.018 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T18:21:53.018 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T18:21:53.018 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T18:21:53.018 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T18:21:53.018 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T18:21:53.018 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.bloom_locality: 0 2024-09-10T18:21:53.018 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T18:21:53.019 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T18:21:53.019 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T18:21:53.019 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-10T18:21:53.019 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T18:21:53.019 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.854+0000 7f78e7771700 4 rocksdb: Options.ttl: 0 2024-09-10T18:21:53.019 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.858+0000 7f78e7771700 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-10T18:21:53.020 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.858+0000 7f78e7771700 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-09-10T18:21:53.020 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.858+0000 7f78e7771700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725992512860039, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-09-10T18:21:53.020 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.858+0000 7f78e7771700 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #3 mode 2 2024-09-10T18:21:53.020 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.858+0000 7f78e7771700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725992512860784, "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-10T18:21:53.020 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.858+0000 7f78e7771700 4 rocksdb: [db/version_set.cc:3036] Creating manifest 5 2024-09-10T18:21:53.020 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.858+0000 7f78e7771700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725992512861410, "job": 1, "event": "recovery_finished"} 2024-09-10T18:21:53.020 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.858+0000 7f78e7771700 4 rocksdb: DB pointer 0x56435954a400 2024-09-10T18:21:53.020 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.858+0000 7f78ce5dc700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-10T18:21:53.020 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.858+0000 7f78ce5dc700 4 rocksdb: [db/db_impl.cc:778] 2024-09-10T18:21:53.020 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: ** DB Stats ** 2024-09-10T18:21:53.021 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:21:53.021 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: 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-10T18:21:53.021 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T18:21:53.021 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:21:53.021 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: 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-10T18:21:53.021 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T18:21:53.021 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:21:53.021 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: ** Compaction Stats [default] ** 2024-09-10T18:21:53.021 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: 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-10T18:21:53.021 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:21:53.021 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: L0 1/0 1.37 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:21:53.021 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: Sum 1/0 1.37 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:21:53.021 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:21:53.021 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: ** Compaction Stats [default] ** 2024-09-10T18:21:53.022 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: 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-10T18:21:53.022 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:21:53.022 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:21:53.022 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:21:53.022 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:21:53.022 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:21:53.022 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:21:53.022 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:21:53.022 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:21:53.022 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: Cumulative compaction: 0.00 GB write, 0.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:21:53.022 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: Interval compaction: 0.00 GB write, 0.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:21:53.022 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: 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-10T18:21:53.022 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:21:53.022 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: ** Compaction Stats [default] ** 2024-09-10T18:21:53.023 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: 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-10T18:21:53.023 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:21:53.023 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: L0 1/0 1.37 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:21:53.023 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: Sum 1/0 1.37 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:21:53.023 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: 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-10T18:21:53.023 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: ** Compaction Stats [default] ** 2024-09-10T18:21:53.023 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: 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-10T18:21:53.023 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:21:53.023 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:21:53.023 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:21:53.023 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:21:53.023 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:21:53.024 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:21:53.024 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:21:53.024 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:21:53.024 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: Cumulative compaction: 0.00 GB write, 0.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:21:53.024 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: 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-10T18:21:53.024 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: 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-10T18:21:53.024 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:21:53.024 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.858+0000 7f78e7771700 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-10T18:21:53.024 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.858+0000 7f78e7771700 0 using public_addrv [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] 2024-09-10T18:21:53.024 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.862+0000 7f78e7771700 0 starting mon.c rank -1 at public addrs [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] at bind addrs [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:21:53.024 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.862+0000 7f78e7771700 1 mon.c@-1(???) e0 preinit fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:21:53.024 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.890+0000 7f78d0de1700 0 mon.c@-1(synchronizing).mds e1 new map 2024-09-10T18:21:53.025 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.890+0000 7f78d0de1700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-09-10T18:21:53.025 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: e1 2024-09-10T18:21:53.025 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-10T18:21:53.025 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: 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-10T18:21:53.025 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: legacy client fscid: -1 2024-09-10T18:21:53.025 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: 2024-09-10T18:21:53.025 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: No filesystems configured 2024-09-10T18:21:53.025 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.890+0000 7f78d0de1700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-10T18:21:53.025 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.890+0000 7f78d0de1700 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-10T18:21:53.025 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.894+0000 7f78d0de1700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-10T18:21:53.025 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.894+0000 7f78d0de1700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-10T18:21:53.025 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.894+0000 7f78d0de1700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-10T18:21:53.025 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.894+0000 7f78d0de1700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-10T18:21:53.026 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.894+0000 7f78d0de1700 1 mon.c@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-10T18:21:53.026 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.894+0000 7f78d0de1700 1 mon.c@-1(synchronizing).osd e6 e6: 0 total, 0 up, 0 in 2024-09-10T18:21:53.026 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.894+0000 7f78d0de1700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T18:21:53.026 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.894+0000 7f78d0de1700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T18:21:53.026 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.894+0000 7f78d0de1700 0 mon.c@-1(synchronizing).osd e6 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-10T18:21:53.026 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.894+0000 7f78d0de1700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T18:21:53.026 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: cluster 2024-09-10T18:21:50.436003+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-10T18:21:53.026 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: audit 2024-09-10T18:21:50.534345+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:21:53.026 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: audit 2024-09-10T18:21:50.538136+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:53.026 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: audit 2024-09-10T18:21:51.353818+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:53.026 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: audit 2024-09-10T18:21:51.359442+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:21:53.026 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.894+0000 7f78d0de1700 1 mon.c@-1(synchronizing).paxosservice(auth 1..4) refresh upgraded, format 0 -> 3 2024-09-10T18:21:53.026 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.894+0000 7f78d0de1700 10 mon.c@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2024-09-10T18:21:53.027 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.898+0000 7f78d0de1700 20 expand_channel_meta expand map: {default=false} 2024-09-10T18:21:53.027 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.898+0000 7f78d0de1700 20 expand_channel_meta from 'false' to 'false' 2024-09-10T18:21:53.027 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.898+0000 7f78d0de1700 20 expand_channel_meta expanded map: {default=false} 2024-09-10T18:21:53.027 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.898+0000 7f78d0de1700 20 expand_channel_meta expand map: {default=info} 2024-09-10T18:21:53.027 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.898+0000 7f78d0de1700 20 expand_channel_meta from 'info' to 'info' 2024-09-10T18:21:53.027 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.898+0000 7f78d0de1700 20 expand_channel_meta expanded map: {default=info} 2024-09-10T18:21:53.027 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.898+0000 7f78d0de1700 20 expand_channel_meta expand map: {default=daemon} 2024-09-10T18:21:53.027 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.898+0000 7f78d0de1700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-10T18:21:53.027 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.898+0000 7f78d0de1700 20 expand_channel_meta expanded map: {default=daemon} 2024-09-10T18:21:53.027 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.898+0000 7f78d0de1700 20 expand_channel_meta expand map: {default=debug} 2024-09-10T18:21:53.027 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.898+0000 7f78d0de1700 20 expand_channel_meta from 'debug' to 'debug' 2024-09-10T18:21:53.027 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:52 smithi031 bash[19205]: debug 2024-09-10T18:21:52.898+0000 7f78d0de1700 20 expand_channel_meta expanded map: {default=debug} 2024-09-10T18:21:58.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:57 smithi031 bash[14957]: cluster 2024-09-10T18:21:52.908673+0000 mon.a (mon.0) 137 : cluster [INF] mon.a calling monitor election 2024-09-10T18:21:58.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:57 smithi031 bash[14957]: audit 2024-09-10T18:21:53.903209+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:21:58.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:57 smithi031 bash[14957]: cluster 2024-09-10T18:21:54.436875+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-10T18:21:58.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[14957]: audit 2024-09-10T18:21:54.902959+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:21:58.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[14957]: cluster 2024-09-10T18:21:54.905765+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-10T18:21:58.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[14957]: audit 2024-09-10T18:21:55.903100+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:21:58.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[14957]: cluster 2024-09-10T18:21:56.437261+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-10T18:21:58.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[14957]: audit 2024-09-10T18:21:56.903139+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:21:58.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[14957]: audit 2024-09-10T18:21:57.903284+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:21:58.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[14957]: cluster 2024-09-10T18:21:57.933419+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T18:21:58.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[14957]: cluster 2024-09-10T18:21:57.943424+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],c=[v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0]} 2024-09-10T18:21:58.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[14957]: cluster 2024-09-10T18:21:57.943545+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2024-09-10T18:21:58.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[14957]: cluster 2024-09-10T18:21:57.943629+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:21:58.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[14957]: cluster 2024-09-10T18:21:57.944165+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 39s) 2024-09-10T18:21:58.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[14957]: cluster 2024-09-10T18:21:57.951027+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2024-09-10T18:21:58.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[19205]: cluster 2024-09-10T18:21:52.908673+0000 mon.a (mon.0) 137 : cluster [INF] mon.a calling monitor election 2024-09-10T18:21:58.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[19205]: audit 2024-09-10T18:21:53.903209+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:21:58.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[19205]: cluster 2024-09-10T18:21:54.436875+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-10T18:21:58.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[19205]: audit 2024-09-10T18:21:54.902959+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:21:58.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[19205]: cluster 2024-09-10T18:21:54.905765+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-10T18:21:58.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[19205]: audit 2024-09-10T18:21:55.903100+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:21:58.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[19205]: cluster 2024-09-10T18:21:56.437261+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-10T18:21:58.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[19205]: audit 2024-09-10T18:21:56.903139+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:21:58.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[19205]: audit 2024-09-10T18:21:57.903284+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:21:58.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[19205]: cluster 2024-09-10T18:21:57.933419+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T18:21:58.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[19205]: cluster 2024-09-10T18:21:57.943424+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],c=[v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0]} 2024-09-10T18:21:58.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[19205]: cluster 2024-09-10T18:21:57.943545+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2024-09-10T18:21:58.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[19205]: cluster 2024-09-10T18:21:57.943629+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:21:58.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[19205]: cluster 2024-09-10T18:21:57.944165+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 39s) 2024-09-10T18:21:58.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:58 smithi031 bash[19205]: cluster 2024-09-10T18:21:57.951027+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2024-09-10T18:21:58.634 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:21:58.634 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":2,"fsid":"408b5ca8-6fa1-11ef-bcea-c7b262605968","modified":"2024-09-10T18:21:52.903774Z","created":"2024-09-10T18:20:30.374590Z","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.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3301","nonce":0},{"type":"v1","addr":"172.21.15.31:6790","nonce":0}]},"addr":"172.21.15.31:6790/0","public_addr":"172.21.15.31:6790/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-09-10T18:21:58.637 INFO:teuthology.orchestra.run.smithi031.stderr:dumped monmap epoch 2 2024-09-10T18:21:59.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:59 smithi031 bash[14957]: cluster 2024-09-10T18:21:58.437625+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-10T18:21:59.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:59 smithi031 bash[14957]: audit 2024-09-10T18:21:58.632664+0000 mon.a (mon.0) 149 : audit [DBG] from='client.? 172.21.15.31:0/4006110246' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:21:59.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:21:59 smithi031 bash[14957]: audit 2024-09-10T18:21:58.903678+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:21:59.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:59 smithi031 bash[19205]: cluster 2024-09-10T18:21:58.437625+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-10T18:21:59.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:59 smithi031 bash[19205]: audit 2024-09-10T18:21:58.632664+0000 mon.a (mon.0) 149 : audit [DBG] from='client.? 172.21.15.31:0/4006110246' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:21:59.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:21:59 smithi031 bash[19205]: audit 2024-09-10T18:21:58.903678+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:21:59.280 INFO:tasks.cephadm:Adding mon.b on smithi063 2024-09-10T18:21:59.280 DEBUG:teuthology.orchestra.run.smithi063:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph orch daemon add mon smithi063:172.21.15.63=b 2024-09-10T18:22:01.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:01 smithi031 bash[14957]: cluster 2024-09-10T18:22:00.438078+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-10T18:22:01.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:01 smithi031 bash[19205]: cluster 2024-09-10T18:22:00.438078+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-10T18:22:02.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:02 smithi031 bash[14957]: audit 2024-09-10T18:22:02.442648+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:22:02.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:02 smithi031 bash[14957]: audit 2024-09-10T18:22:02.444488+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:02.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:02 smithi031 bash[14957]: audit 2024-09-10T18:22:02.446427+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-10T18:22:02.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:02 smithi031 bash[19205]: audit 2024-09-10T18:22:02.442648+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:22:02.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:02 smithi031 bash[19205]: audit 2024-09-10T18:22:02.444488+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:02.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:02 smithi031 bash[19205]: audit 2024-09-10T18:22:02.446427+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-10T18:22:03.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:03 smithi031 bash[14957]: cluster 2024-09-10T18:22:02.438581+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-10T18:22:03.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:03 smithi031 bash[14957]: audit 2024-09-10T18:22:02.440257+0000 mgr.y (mgr.14138) 29 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi063:172.21.15.63=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:03.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:03 smithi031 bash[14957]: cephadm 2024-09-10T18:22:02.445776+0000 mgr.y (mgr.14138) 30 : cephadm [INF] Deploying daemon mon.b on smithi063 2024-09-10T18:22:03.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:03 smithi031 bash[19205]: cluster 2024-09-10T18:22:02.438581+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-10T18:22:03.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:03 smithi031 bash[19205]: audit 2024-09-10T18:22:02.440257+0000 mgr.y (mgr.14138) 29 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi063:172.21.15.63=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:03.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:03 smithi031 bash[19205]: cephadm 2024-09-10T18:22:02.445776+0000 mgr.y (mgr.14138) 30 : cephadm [INF] Deploying daemon mon.b on smithi063 2024-09-10T18:22:05.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:05 smithi031 bash[14957]: cluster 2024-09-10T18:22:04.439041+0000 mgr.y (mgr.14138) 31 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:05.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:05 smithi031 bash[19205]: cluster 2024-09-10T18:22:04.439041+0000 mgr.y (mgr.14138) 31 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:07.270 INFO:teuthology.orchestra.run.smithi063.stdout:Deployed mon.b on host 'smithi063' 2024-09-10T18:22:07.885 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:07 smithi031 bash[19205]: cluster 2024-09-10T18:22:06.439517+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-10T18:22:07.885 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:07 smithi031 bash[19205]: audit 2024-09-10T18:22:07.263436+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:07.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:07 smithi031 bash[19205]: audit 2024-09-10T18:22:07.264222+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:07.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:07 smithi031 bash[19205]: audit 2024-09-10T18:22:07.267777+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:07.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:07 smithi031 bash[14957]: cluster 2024-09-10T18:22:06.439517+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-10T18:22:07.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:07 smithi031 bash[14957]: audit 2024-09-10T18:22:07.263436+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:07.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:07 smithi031 bash[14957]: audit 2024-09-10T18:22:07.264222+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:07.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:07 smithi031 bash[14957]: audit 2024-09-10T18:22:07.267777+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:08.355 DEBUG:teuthology.orchestra.run.smithi063:mon.b> sudo journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.b.service 2024-09-10T18:22:08.357 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-10T18:22:08.358 DEBUG:teuthology.orchestra.run.smithi063:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:22:09.206 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:08 smithi031 bash[14957]: audit 2024-09-10T18:22:07.898699+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:09.206 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:08 smithi031 bash[14957]: audit 2024-09-10T18:22:07.944299+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:09.206 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:08 smithi031 bash[14957]: audit 2024-09-10T18:22:07.950450+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:09.206 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:08 smithi031 bash[14957]: cephadm 2024-09-10T18:22:07.951293+0000 mgr.y (mgr.14138) 33 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-10T18:22:09.206 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:08 smithi031 bash[14957]: audit 2024-09-10T18:22:07.951953+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:22:09.207 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:08 smithi031 bash[14957]: audit 2024-09-10T18:22:07.953481+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:09.207 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:08 smithi031 bash[14957]: cephadm 2024-09-10T18:22:07.954656+0000 mgr.y (mgr.14138) 34 : cephadm [INF] Reconfiguring daemon mon.a on smithi031 2024-09-10T18:22:09.207 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:08 smithi031 bash[14957]: audit 2024-09-10T18:22:07.955338+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.a", "key": "container_image"}]: dispatch 2024-09-10T18:22:09.207 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:08 smithi031 bash[14957]: cluster 2024-09-10T18:22:08.440012+0000 mgr.y (mgr.14138) 35 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:09.207 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:08 smithi031 bash[19205]: audit 2024-09-10T18:22:07.898699+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:09.207 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:08 smithi031 bash[19205]: audit 2024-09-10T18:22:07.944299+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:09.207 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:08 smithi031 bash[19205]: audit 2024-09-10T18:22:07.950450+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:09.207 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:08 smithi031 bash[19205]: cephadm 2024-09-10T18:22:07.951293+0000 mgr.y (mgr.14138) 33 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-10T18:22:09.207 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:08 smithi031 bash[19205]: audit 2024-09-10T18:22:07.951953+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:22:09.207 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:08 smithi031 bash[19205]: audit 2024-09-10T18:22:07.953481+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:09.207 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:08 smithi031 bash[19205]: cephadm 2024-09-10T18:22:07.954656+0000 mgr.y (mgr.14138) 34 : cephadm [INF] Reconfiguring daemon mon.a on smithi031 2024-09-10T18:22:09.208 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:08 smithi031 bash[19205]: audit 2024-09-10T18:22:07.955338+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.a", "key": "container_image"}]: dispatch 2024-09-10T18:22:09.208 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:08 smithi031 bash[19205]: cluster 2024-09-10T18:22:08.440012+0000 mgr.y (mgr.14138) 35 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:09.761 INFO:journalctl@ceph.mon.b.smithi063.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T18:22:09.762 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.528+0000 7f15cb4da700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T18:22:09.762 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.528+0000 7f15cb4da700 0 ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable), process ceph-mon, pid 1 2024-09-10T18:22:09.762 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.528+0000 7f15cb4da700 0 pidfile_write: ignore empty --pid-file 2024-09-10T18:22:09.762 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.532+0000 7f15cb4da700 0 load: jerasure load: lrc load: isa 2024-09-10T18:22:09.762 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.532+0000 7f15cb4da700 0 set rocksdb option compression = kNoCompression 2024-09-10T18:22:09.762 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.532+0000 7f15cb4da700 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T18:22:09.762 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.532+0000 7f15cb4da700 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T18:22:09.762 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.532+0000 7f15cb4da700 0 set rocksdb option compression = kNoCompression 2024-09-10T18:22:09.762 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.532+0000 7f15cb4da700 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T18:22:09.762 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.532+0000 7f15cb4da700 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T18:22:09.763 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.532+0000 7f15cb4da700 1 rocksdb: do_open column families: [default] 2024-09-10T18:22:09.763 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: RocksDB version: 6.1.2 2024-09-10T18:22:09.763 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T18:22:09.763 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Compile date Feb 23 2021 2024-09-10T18:22:09.763 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: DB SUMMARY 2024-09-10T18:22:09.763 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: CURRENT file: CURRENT 2024-09-10T18:22:09.763 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T18:22:09.763 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-09-10T18:22:09.763 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-10T18:22:09.763 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000003.log size: 610 ; 2024-09-10T18:22:09.763 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.error_if_exists: 0 2024-09-10T18:22:09.763 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.create_if_missing: 0 2024-09-10T18:22:09.763 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T18:22:09.763 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.env: 0x557c49f8e1a0 2024-09-10T18:22:09.764 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.info_log: 0x557c4ae0aba0 2024-09-10T18:22:09.764 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T18:22:09.764 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.statistics: (nil) 2024-09-10T18:22:09.764 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.use_fsync: 0 2024-09-10T18:22:09.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T18:22:09.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T18:22:09.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T18:22:09.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T18:22:09.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T18:22:09.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T18:22:09.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T18:22:09.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T18:22:09.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T18:22:09.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T18:22:09.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T18:22:09.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.db_log_dir: 2024-09-10T18:22:09.766 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-09-10T18:22:09.766 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T18:22:09.766 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T18:22:09.766 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T18:22:09.766 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T18:22:09.766 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T18:22:09.766 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T18:22:09.766 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T18:22:09.766 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T18:22:09.766 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T18:22:09.766 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.write_buffer_manager: 0x557c4adef290 2024-09-10T18:22:09.766 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T18:22:09.766 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T18:22:09.767 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T18:22:09.767 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T18:22:09.767 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T18:22:09.767 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T18:22:09.767 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T18:22:09.767 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T18:22:09.767 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T18:22:09.767 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T18:22:09.767 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T18:22:09.767 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T18:22:09.767 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T18:22:09.767 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.row_cache: None 2024-09-10T18:22:09.767 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.wal_filter: None 2024-09-10T18:22:09.767 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T18:22:09.768 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T18:22:09.768 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T18:22:09.768 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.two_write_queues: 0 2024-09-10T18:22:09.768 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T18:22:09.768 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.atomic_flush: 0 2024-09-10T18:22:09.768 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T18:22:09.768 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T18:22:09.768 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T18:22:09.768 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T18:22:09.768 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T18:22:09.768 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T18:22:09.768 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T18:22:09.768 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T18:22:09.769 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T18:22:09.769 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T18:22:09.769 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T18:22:09.769 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_open_files: -1 2024-09-10T18:22:09.769 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T18:22:09.769 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T18:22:09.769 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T18:22:09.769 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Compression algorithms supported: 2024-09-10T18:22:09.769 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T18:22:09.769 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: kZSTD supported: 0 2024-09-10T18:22:09.769 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: kXpressCompression supported: 0 2024-09-10T18:22:09.769 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T18:22:09.769 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T18:22:09.769 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T18:22:09.770 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: kZlibCompression supported: 1 2024-09-10T18:22:09.770 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T18:22:09.770 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T18:22:09.770 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000001 2024-09-10T18:22:09.770 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-10T18:22:09.770 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T18:22:09.770 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.merge_operator: 2024-09-10T18:22:09.770 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compaction_filter: None 2024-09-10T18:22:09.770 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T18:22:09.770 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T18:22:09.770 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T18:22:09.770 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557c4ad250d0) 2024-09-10T18:22:09.770 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: cache_index_and_filter_blocks: 1 2024-09-10T18:22:09.770 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-10T18:22:09.771 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T18:22:09.771 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: pin_top_level_index_and_filter: 1 2024-09-10T18:22:09.771 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: index_type: 0 2024-09-10T18:22:09.771 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: data_block_index_type: 0 2024-09-10T18:22:09.771 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T18:22:09.771 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: hash_index_allow_collision: 1 2024-09-10T18:22:09.771 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: checksum: 1 2024-09-10T18:22:09.771 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: no_block_cache: 0 2024-09-10T18:22:09.771 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: block_cache: 0x557c4ad5c610 2024-09-10T18:22:09.771 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: block_cache_name: BinnedLRUCache 2024-09-10T18:22:09.771 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: block_cache_options: 2024-09-10T18:22:09.771 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: capacity : 536870912 2024-09-10T18:22:09.771 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: num_shard_bits : 4 2024-09-10T18:22:09.771 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: strict_capacity_limit : 0 2024-09-10T18:22:09.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: high_pri_pool_ratio: 0.000 2024-09-10T18:22:09.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: block_cache_compressed: (nil) 2024-09-10T18:22:09.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: persistent_cache: (nil) 2024-09-10T18:22:09.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: block_size: 4096 2024-09-10T18:22:09.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: block_size_deviation: 10 2024-09-10T18:22:09.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: block_restart_interval: 16 2024-09-10T18:22:09.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: index_block_restart_interval: 1 2024-09-10T18:22:09.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: metadata_block_size: 4096 2024-09-10T18:22:09.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: partition_filters: 0 2024-09-10T18:22:09.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: use_delta_encoding: 1 2024-09-10T18:22:09.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T18:22:09.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: whole_key_filtering: 1 2024-09-10T18:22:09.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: verify_compression: 0 2024-09-10T18:22:09.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: read_amp_bytes_per_bit: 0 2024-09-10T18:22:09.773 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: format_version: 2 2024-09-10T18:22:09.773 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: enable_index_compression: 1 2024-09-10T18:22:09.773 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: block_align: 0 2024-09-10T18:22:09.773 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T18:22:09.773 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T18:22:09.773 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compression: NoCompression 2024-09-10T18:22:09.773 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T18:22:09.773 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T18:22:09.773 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T18:22:09.773 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.num_levels: 7 2024-09-10T18:22:09.773 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T18:22:09.773 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T18:22:09.773 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T18:22:09.774 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T18:22:09.774 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T18:22:09.774 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T18:22:09.774 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:22:09.774 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T18:22:09.774 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T18:22:09.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T18:22:09.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T18:22:09.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T18:22:09.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:22:09.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T18:22:09.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T18:22:09.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T18:22:09.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T18:22:09.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T18:22:09.776 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T18:22:09.776 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T18:22:09.776 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T18:22:09.776 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T18:22:09.776 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T18:22:09.776 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T18:22:09.776 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T18:22:09.776 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T18:22:09.776 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T18:22:09.776 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T18:22:09.776 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T18:22:09.776 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T18:22:09.776 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T18:22:09.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T18:22:09.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T18:22:09.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T18:22:09.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T18:22:09.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T18:22:09.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T18:22:09.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T18:22:09.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T18:22:09.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T18:22:09.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T18:22:09.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T18:22:09.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T18:22:09.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T18:22:09.778 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T18:22:09.778 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T18:22:09.778 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.table_properties_collectors: 2024-09-10T18:22:09.778 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T18:22:09.778 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T18:22:09.778 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T18:22:09.778 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T18:22:09.778 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T18:22:09.778 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.bloom_locality: 0 2024-09-10T18:22:09.778 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T18:22:09.778 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T18:22:09.778 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T18:22:09.778 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-10T18:22:09.778 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T18:22:09.779 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: Options.ttl: 0 2024-09-10T18:22:09.779 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 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-10T18:22:09.779 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-09-10T18:22:09.779 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725992529539658, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-09-10T18:22:09.779 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #3 mode 2 2024-09-10T18:22:09.779 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725992529540630, "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-10T18:22:09.779 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: [db/version_set.cc:3036] Creating manifest 5 2024-09-10T18:22:09.779 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.536+0000 7f15cb4da700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725992529541442, "job": 1, "event": "recovery_finished"} 2024-09-10T18:22:09.779 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.540+0000 7f15cb4da700 4 rocksdb: DB pointer 0x557c4b988400 2024-09-10T18:22:09.779 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.540+0000 7f15b2345700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-10T18:22:09.779 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.540+0000 7f15b2345700 4 rocksdb: [db/db_impl.cc:778] 2024-09-10T18:22:09.779 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: ** DB Stats ** 2024-09-10T18:22:09.779 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:22:09.780 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: 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-10T18:22:09.780 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T18:22:09.780 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:22:09.780 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: 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-10T18:22:09.780 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T18:22:09.780 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:22:09.780 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: ** Compaction Stats [default] ** 2024-09-10T18:22:09.780 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: 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-10T18:22:09.780 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:22:09.780 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: 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.8 0.00 0.00 1 0.001 0 0 2024-09-10T18:22:09.780 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: 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.8 0.00 0.00 1 0.001 0 0 2024-09-10T18:22:09.780 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: 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.8 0.00 0.00 1 0.001 0 0 2024-09-10T18:22:09.780 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: ** Compaction Stats [default] ** 2024-09-10T18:22:09.781 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: 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-10T18:22:09.781 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:22:09.781 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: 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.8 0.00 0.00 1 0.001 0 0 2024-09-10T18:22:09.781 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:22:09.781 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:22:09.781 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:22:09.781 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:22:09.781 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:22:09.781 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:22:09.781 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: Cumulative compaction: 0.00 GB write, 0.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:22:09.781 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: Interval compaction: 0.00 GB write, 0.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:22:09.781 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: 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-10T18:22:09.781 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:22:09.781 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: ** Compaction Stats [default] ** 2024-09-10T18:22:09.782 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: 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-10T18:22:09.782 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:22:09.782 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: 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.8 0.00 0.00 1 0.001 0 0 2024-09-10T18:22:09.782 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: 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.8 0.00 0.00 1 0.001 0 0 2024-09-10T18:22:09.782 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: 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-10T18:22:09.782 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: ** Compaction Stats [default] ** 2024-09-10T18:22:09.782 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: 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-10T18:22:09.782 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:22:09.782 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: 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.8 0.00 0.00 1 0.001 0 0 2024-09-10T18:22:09.782 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:22:09.782 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:22:09.782 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:22:09.782 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:22:09.782 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:22:09.782 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:22:09.783 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: Cumulative compaction: 0.00 GB write, 0.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:22:09.783 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: 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-10T18:22:09.783 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: 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-10T18:22:09.783 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:22:09.783 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.540+0000 7f15cb4da700 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-10T18:22:09.783 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.540+0000 7f15cb4da700 0 using public_addr v2:172.21.15.63:0/0 -> [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] 2024-09-10T18:22:09.783 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.540+0000 7f15cb4da700 0 starting mon.b rank -1 at public addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] at bind addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:22:09.783 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.544+0000 7f15cb4da700 1 mon.b@-1(???) e0 preinit fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:22:09.783 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.572+0000 7f15b4b4a700 0 mon.b@-1(synchronizing).mds e1 new map 2024-09-10T18:22:09.783 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.572+0000 7f15b4b4a700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-09-10T18:22:09.783 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: e1 2024-09-10T18:22:09.783 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-10T18:22:09.783 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: 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-10T18:22:09.784 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: legacy client fscid: -1 2024-09-10T18:22:09.784 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: 2024-09-10T18:22:09.784 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: No filesystems configured 2024-09-10T18:22:09.784 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.572+0000 7f15b4b4a700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-10T18:22:09.784 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.572+0000 7f15b4b4a700 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-10T18:22:09.784 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.572+0000 7f15b4b4a700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-10T18:22:09.784 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.572+0000 7f15b4b4a700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-10T18:22:09.784 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.572+0000 7f15b4b4a700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-10T18:22:09.784 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.572+0000 7f15b4b4a700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-10T18:22:09.784 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.572+0000 7f15b4b4a700 1 mon.b@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-10T18:22:09.784 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.572+0000 7f15b4b4a700 1 mon.b@-1(synchronizing).osd e6 e6: 0 total, 0 up, 0 in 2024-09-10T18:22:09.784 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.576+0000 7f15b4b4a700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T18:22:09.784 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.576+0000 7f15b4b4a700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T18:22:09.785 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.576+0000 7f15b4b4a700 0 mon.b@-1(synchronizing).osd e6 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-10T18:22:09.785 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.576+0000 7f15b4b4a700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T18:22:09.785 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: audit 2024-09-10T18:22:07.898699+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:09.785 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: audit 2024-09-10T18:22:07.944299+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:09.785 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: audit 2024-09-10T18:22:07.950450+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:09.785 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: cephadm 2024-09-10T18:22:07.951293+0000 mgr.y (mgr.14138) 33 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-10T18:22:09.785 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: audit 2024-09-10T18:22:07.951953+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:22:09.785 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: audit 2024-09-10T18:22:07.953481+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:09.785 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: cephadm 2024-09-10T18:22:07.954656+0000 mgr.y (mgr.14138) 34 : cephadm [INF] Reconfiguring daemon mon.a on smithi031 2024-09-10T18:22:09.785 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: audit 2024-09-10T18:22:07.955338+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.a", "key": "container_image"}]: dispatch 2024-09-10T18:22:09.785 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: cluster 2024-09-10T18:22:08.440012+0000 mgr.y (mgr.14138) 35 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:09.785 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.576+0000 7f15b4b4a700 1 mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2024-09-10T18:22:09.785 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.580+0000 7f15b4b4a700 10 mon.b@-1(synchronizing) e2 handle_conf_change mon_allow_pool_delete 2024-09-10T18:22:09.785 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.580+0000 7f15b4b4a700 20 expand_channel_meta expand map: {default=false} 2024-09-10T18:22:09.786 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.580+0000 7f15b4b4a700 20 expand_channel_meta from 'false' to 'false' 2024-09-10T18:22:09.786 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.580+0000 7f15b4b4a700 20 expand_channel_meta expanded map: {default=false} 2024-09-10T18:22:09.786 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.580+0000 7f15b4b4a700 20 expand_channel_meta expand map: {default=info} 2024-09-10T18:22:09.786 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.580+0000 7f15b4b4a700 20 expand_channel_meta from 'info' to 'info' 2024-09-10T18:22:09.786 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.580+0000 7f15b4b4a700 20 expand_channel_meta expanded map: {default=info} 2024-09-10T18:22:09.786 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.580+0000 7f15b4b4a700 20 expand_channel_meta expand map: {default=daemon} 2024-09-10T18:22:09.786 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.580+0000 7f15b4b4a700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-10T18:22:09.786 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.580+0000 7f15b4b4a700 20 expand_channel_meta expanded map: {default=daemon} 2024-09-10T18:22:09.786 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.580+0000 7f15b4b4a700 20 expand_channel_meta expand map: {default=debug} 2024-09-10T18:22:09.786 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.580+0000 7f15b4b4a700 20 expand_channel_meta from 'debug' to 'debug' 2024-09-10T18:22:09.786 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:09 smithi063 bash[14646]: debug 2024-09-10T18:22:09.580+0000 7f15b4b4a700 20 expand_channel_meta expanded map: {default=debug} 2024-09-10T18:22:15.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: cluster 2024-09-10T18:22:09.595336+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2024-09-10T18:22:15.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: cluster 2024-09-10T18:22:09.596195+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T18:22:15.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: cluster 2024-09-10T18:22:10.440480+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-10T18:22:15.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: audit 2024-09-10T18:22:10.587990+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:22:15.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: audit 2024-09-10T18:22:11.588086+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:22:15.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: cluster 2024-09-10T18:22:12.440926+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-10T18:22:15.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: audit 2024-09-10T18:22:12.588247+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:22:15.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: audit 2024-09-10T18:22:13.588405+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:22:15.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: audit 2024-09-10T18:22:14.588531+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:22:15.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: cluster 2024-09-10T18:22:14.597569+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T18:22:15.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: cluster 2024-09-10T18:22:14.602940+0000 mon.a (mon.0) 171 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0]} 2024-09-10T18:22:15.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: cluster 2024-09-10T18:22:14.603049+0000 mon.a (mon.0) 172 : cluster [DBG] fsmap 2024-09-10T18:22:15.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: cluster 2024-09-10T18:22:14.603109+0000 mon.a (mon.0) 173 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:22:15.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: cluster 2024-09-10T18:22:14.603444+0000 mon.a (mon.0) 174 : cluster [DBG] mgrmap e13: y(active, since 56s) 2024-09-10T18:22:15.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: cluster 2024-09-10T18:22:14.603778+0000 mon.a (mon.0) 175 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-10T18:22:15.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: cluster 2024-09-10T18:22:14.609907+0000 mon.a (mon.0) 176 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-10T18:22:15.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: cluster 2024-09-10T18:22:14.609941+0000 mon.a (mon.0) 177 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-10T18:22:15.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: cluster 2024-09-10T18:22:14.609975+0000 mon.a (mon.0) 178 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] is down (out of quorum) 2024-09-10T18:22:15.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: audit 2024-09-10T18:22:14.613306+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:15.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: audit 2024-09-10T18:22:14.614674+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-10T18:22:15.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: audit 2024-09-10T18:22:14.616258+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:15.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[14957]: audit 2024-09-10T18:22:14.618080+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-10T18:22:15.040 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: cluster 2024-09-10T18:22:09.595336+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2024-09-10T18:22:15.041 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: cluster 2024-09-10T18:22:09.596195+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T18:22:15.041 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: cluster 2024-09-10T18:22:10.440480+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-10T18:22:15.041 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: audit 2024-09-10T18:22:10.587990+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:22:15.041 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: audit 2024-09-10T18:22:11.588086+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:22:15.041 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: cluster 2024-09-10T18:22:12.440926+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-10T18:22:15.041 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: audit 2024-09-10T18:22:12.588247+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:22:15.041 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: audit 2024-09-10T18:22:13.588405+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:22:15.041 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: audit 2024-09-10T18:22:14.588531+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:22:15.041 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: cluster 2024-09-10T18:22:14.597569+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T18:22:15.041 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: cluster 2024-09-10T18:22:14.602940+0000 mon.a (mon.0) 171 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0]} 2024-09-10T18:22:15.041 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: cluster 2024-09-10T18:22:14.603049+0000 mon.a (mon.0) 172 : cluster [DBG] fsmap 2024-09-10T18:22:15.041 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: cluster 2024-09-10T18:22:14.603109+0000 mon.a (mon.0) 173 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:22:15.041 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: cluster 2024-09-10T18:22:14.603444+0000 mon.a (mon.0) 174 : cluster [DBG] mgrmap e13: y(active, since 56s) 2024-09-10T18:22:15.041 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: cluster 2024-09-10T18:22:14.603778+0000 mon.a (mon.0) 175 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-10T18:22:15.041 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: cluster 2024-09-10T18:22:14.609907+0000 mon.a (mon.0) 176 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-10T18:22:15.042 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: cluster 2024-09-10T18:22:14.609941+0000 mon.a (mon.0) 177 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-10T18:22:15.042 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: cluster 2024-09-10T18:22:14.609975+0000 mon.a (mon.0) 178 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] is down (out of quorum) 2024-09-10T18:22:15.042 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: audit 2024-09-10T18:22:14.613306+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:15.042 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: audit 2024-09-10T18:22:14.614674+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-10T18:22:15.042 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: audit 2024-09-10T18:22:14.616258+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:15.042 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:14 smithi031 bash[19205]: audit 2024-09-10T18:22:14.618080+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-10T18:22:15.188 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-10T18:22:15.188 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":3,"fsid":"408b5ca8-6fa1-11ef-bcea-c7b262605968","modified":"2024-09-10T18:22:09.589083Z","created":"2024-09-10T18:20:30.374590Z","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.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3301","nonce":0},{"type":"v1","addr":"172.21.15.31:6790","nonce":0}]},"addr":"172.21.15.31:6790/0","public_addr":"172.21.15.31:6790/0","priority":0,"weight":0},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-09-10T18:22:15.191 INFO:teuthology.orchestra.run.smithi063.stderr:dumped monmap epoch 3 2024-09-10T18:22:15.807 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-10T18:22:15.807 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph config generate-minimal-conf 2024-09-10T18:22:15.978 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:15 smithi031 bash[14957]: cluster 2024-09-10T18:22:14.441382+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-10T18:22:15.978 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:15 smithi031 bash[14957]: cephadm 2024-09-10T18:22:14.614163+0000 mgr.y (mgr.14138) 39 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-10T18:22:15.978 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:15 smithi031 bash[14957]: cephadm 2024-09-10T18:22:14.617275+0000 mgr.y (mgr.14138) 40 : cephadm [INF] Reconfiguring daemon mgr.y on smithi031 2024-09-10T18:22:15.978 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:15 smithi031 bash[14957]: audit 2024-09-10T18:22:15.186269+0000 mon.a (mon.0) 183 : audit [DBG] from='client.? 172.21.15.63:0/3275565486' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:22:15.978 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:15 smithi031 bash[14957]: audit 2024-09-10T18:22:15.588926+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:22:15.979 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:15 smithi031 bash[19205]: cluster 2024-09-10T18:22:14.441382+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-10T18:22:15.979 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:15 smithi031 bash[19205]: cephadm 2024-09-10T18:22:14.614163+0000 mgr.y (mgr.14138) 39 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-10T18:22:15.979 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:15 smithi031 bash[19205]: cephadm 2024-09-10T18:22:14.617275+0000 mgr.y (mgr.14138) 40 : cephadm [INF] Reconfiguring daemon mgr.y on smithi031 2024-09-10T18:22:15.979 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:15 smithi031 bash[19205]: audit 2024-09-10T18:22:15.186269+0000 mon.a (mon.0) 183 : audit [DBG] from='client.? 172.21.15.63:0/3275565486' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:22:15.979 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:15 smithi031 bash[19205]: audit 2024-09-10T18:22:15.588926+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:22:17.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:16 smithi063 bash[14646]: cluster 2024-09-10T18:22:14.441382+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-10T18:22:17.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:16 smithi063 bash[14646]: cephadm 2024-09-10T18:22:14.614163+0000 mgr.y (mgr.14138) 39 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-10T18:22:17.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:16 smithi063 bash[14646]: cephadm 2024-09-10T18:22:14.617275+0000 mgr.y (mgr.14138) 40 : cephadm [INF] Reconfiguring daemon mgr.y on smithi031 2024-09-10T18:22:17.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:16 smithi063 bash[14646]: audit 2024-09-10T18:22:15.186269+0000 mon.a (mon.0) 183 : audit [DBG] from='client.? 172.21.15.63:0/3275565486' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:22:17.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:16 smithi063 bash[14646]: audit 2024-09-10T18:22:15.588926+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:22:17.760 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[19205]: cluster 2024-09-10T18:22:11.590175+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T18:22:17.760 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[19205]: cluster 2024-09-10T18:22:16.441819+0000 mgr.y (mgr.14138) 41 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:17.760 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[19205]: cluster 2024-09-10T18:22:16.611838+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-10T18:22:17.760 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[19205]: cluster 2024-09-10T18:22:16.613923+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-10T18:22:17.760 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[19205]: cluster 2024-09-10T18:22:16.614114+0000 mon.a (mon.0) 186 : cluster [INF] mon.a calling monitor election 2024-09-10T18:22:17.760 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[19205]: cluster 2024-09-10T18:22:16.635361+0000 mon.a (mon.0) 187 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T18:22:17.761 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[19205]: cluster 2024-09-10T18:22:16.644998+0000 mon.a (mon.0) 188 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0]} 2024-09-10T18:22:17.761 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[19205]: cluster 2024-09-10T18:22:16.645140+0000 mon.a (mon.0) 189 : cluster [DBG] fsmap 2024-09-10T18:22:17.761 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[19205]: cluster 2024-09-10T18:22:16.645233+0000 mon.a (mon.0) 190 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:22:17.761 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[19205]: cluster 2024-09-10T18:22:16.645676+0000 mon.a (mon.0) 191 : cluster [DBG] mgrmap e13: y(active, since 58s) 2024-09-10T18:22:17.761 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[19205]: cluster 2024-09-10T18:22:16.645963+0000 mon.a (mon.0) 192 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-10T18:22:17.761 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[19205]: cluster 2024-09-10T18:22:16.646006+0000 mon.a (mon.0) 193 : cluster [INF] Cluster is now healthy 2024-09-10T18:22:17.761 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[19205]: cluster 2024-09-10T18:22:16.652767+0000 mon.a (mon.0) 194 : cluster [INF] overall HEALTH_OK 2024-09-10T18:22:17.761 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[19205]: audit 2024-09-10T18:22:17.318317+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:17.761 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[19205]: audit 2024-09-10T18:22:17.320211+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:22:17.761 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[19205]: audit 2024-09-10T18:22:17.322000+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:17.761 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[19205]: audit 2024-09-10T18:22:17.324201+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-09-10T18:22:17.761 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[14957]: cluster 2024-09-10T18:22:11.590175+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T18:22:17.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[14957]: cluster 2024-09-10T18:22:16.441819+0000 mgr.y (mgr.14138) 41 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:17.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[14957]: cluster 2024-09-10T18:22:16.611838+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-10T18:22:17.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[14957]: cluster 2024-09-10T18:22:16.613923+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-10T18:22:17.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[14957]: cluster 2024-09-10T18:22:16.614114+0000 mon.a (mon.0) 186 : cluster [INF] mon.a calling monitor election 2024-09-10T18:22:17.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[14957]: cluster 2024-09-10T18:22:16.635361+0000 mon.a (mon.0) 187 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T18:22:17.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[14957]: cluster 2024-09-10T18:22:16.644998+0000 mon.a (mon.0) 188 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0]} 2024-09-10T18:22:17.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[14957]: cluster 2024-09-10T18:22:16.645140+0000 mon.a (mon.0) 189 : cluster [DBG] fsmap 2024-09-10T18:22:17.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[14957]: cluster 2024-09-10T18:22:16.645233+0000 mon.a (mon.0) 190 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:22:17.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[14957]: cluster 2024-09-10T18:22:16.645676+0000 mon.a (mon.0) 191 : cluster [DBG] mgrmap e13: y(active, since 58s) 2024-09-10T18:22:17.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[14957]: cluster 2024-09-10T18:22:16.645963+0000 mon.a (mon.0) 192 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-10T18:22:17.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[14957]: cluster 2024-09-10T18:22:16.646006+0000 mon.a (mon.0) 193 : cluster [INF] Cluster is now healthy 2024-09-10T18:22:17.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[14957]: cluster 2024-09-10T18:22:16.652767+0000 mon.a (mon.0) 194 : cluster [INF] overall HEALTH_OK 2024-09-10T18:22:17.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[14957]: audit 2024-09-10T18:22:17.318317+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:17.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[14957]: audit 2024-09-10T18:22:17.320211+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:22:17.763 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[14957]: audit 2024-09-10T18:22:17.322000+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:17.763 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:17 smithi031 bash[14957]: audit 2024-09-10T18:22:17.324201+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-09-10T18:22:17.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:17 smithi063 bash[14646]: cluster 2024-09-10T18:22:11.590175+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T18:22:17.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:17 smithi063 bash[14646]: cluster 2024-09-10T18:22:16.441819+0000 mgr.y (mgr.14138) 41 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:17.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:17 smithi063 bash[14646]: cluster 2024-09-10T18:22:16.611838+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-10T18:22:17.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:17 smithi063 bash[14646]: cluster 2024-09-10T18:22:16.613923+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-10T18:22:17.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:17 smithi063 bash[14646]: cluster 2024-09-10T18:22:16.614114+0000 mon.a (mon.0) 186 : cluster [INF] mon.a calling monitor election 2024-09-10T18:22:17.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:17 smithi063 bash[14646]: cluster 2024-09-10T18:22:16.635361+0000 mon.a (mon.0) 187 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T18:22:17.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:17 smithi063 bash[14646]: cluster 2024-09-10T18:22:16.644998+0000 mon.a (mon.0) 188 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0]} 2024-09-10T18:22:17.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:17 smithi063 bash[14646]: cluster 2024-09-10T18:22:16.645140+0000 mon.a (mon.0) 189 : cluster [DBG] fsmap 2024-09-10T18:22:17.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:17 smithi063 bash[14646]: cluster 2024-09-10T18:22:16.645233+0000 mon.a (mon.0) 190 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:22:17.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:17 smithi063 bash[14646]: cluster 2024-09-10T18:22:16.645676+0000 mon.a (mon.0) 191 : cluster [DBG] mgrmap e13: y(active, since 58s) 2024-09-10T18:22:17.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:17 smithi063 bash[14646]: cluster 2024-09-10T18:22:16.645963+0000 mon.a (mon.0) 192 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-10T18:22:17.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:17 smithi063 bash[14646]: cluster 2024-09-10T18:22:16.646006+0000 mon.a (mon.0) 193 : cluster [INF] Cluster is now healthy 2024-09-10T18:22:17.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:17 smithi063 bash[14646]: cluster 2024-09-10T18:22:16.652767+0000 mon.a (mon.0) 194 : cluster [INF] overall HEALTH_OK 2024-09-10T18:22:17.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:17 smithi063 bash[14646]: audit 2024-09-10T18:22:17.318317+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:17.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:17 smithi063 bash[14646]: audit 2024-09-10T18:22:17.320211+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:22:17.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:17 smithi063 bash[14646]: audit 2024-09-10T18:22:17.322000+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:17.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:17 smithi063 bash[14646]: audit 2024-09-10T18:22:17.324201+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-09-10T18:22:18.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:18 smithi063 bash[14646]: cephadm 2024-09-10T18:22:17.319514+0000 mgr.y (mgr.14138) 42 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T18:22:18.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:18 smithi063 bash[14646]: cephadm 2024-09-10T18:22:17.323347+0000 mgr.y (mgr.14138) 43 : cephadm [INF] Reconfiguring daemon mon.c on smithi031 2024-09-10T18:22:18.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:18 smithi063 bash[14646]: audit 2024-09-10T18:22:17.588992+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:22:18.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:18 smithi031 bash[14957]: cephadm 2024-09-10T18:22:17.319514+0000 mgr.y (mgr.14138) 42 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T18:22:18.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:18 smithi031 bash[14957]: cephadm 2024-09-10T18:22:17.323347+0000 mgr.y (mgr.14138) 43 : cephadm [INF] Reconfiguring daemon mon.c on smithi031 2024-09-10T18:22:18.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:18 smithi031 bash[14957]: audit 2024-09-10T18:22:17.588992+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:22:18.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:18 smithi031 bash[19205]: cephadm 2024-09-10T18:22:17.319514+0000 mgr.y (mgr.14138) 42 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T18:22:18.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:18 smithi031 bash[19205]: cephadm 2024-09-10T18:22:17.323347+0000 mgr.y (mgr.14138) 43 : cephadm [INF] Reconfiguring daemon mon.c on smithi031 2024-09-10T18:22:18.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:18 smithi031 bash[19205]: audit 2024-09-10T18:22:17.588992+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:22:19.755 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:19 smithi031 bash[14957]: cluster 2024-09-10T18:22:18.442311+0000 mgr.y (mgr.14138) 44 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:19.755 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:19 smithi031 bash[14957]: audit 2024-09-10T18:22:18.646830+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:22:19.755 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:19 smithi031 bash[14957]: audit 2024-09-10T18:22:18.649706+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:22:19.755 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:19 smithi031 bash[19205]: cluster 2024-09-10T18:22:18.442311+0000 mgr.y (mgr.14138) 44 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:19.755 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:19 smithi031 bash[19205]: audit 2024-09-10T18:22:18.646830+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:22:19.756 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:19 smithi031 bash[19205]: audit 2024-09-10T18:22:18.649706+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:22:19.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:19 smithi063 bash[14646]: cluster 2024-09-10T18:22:18.442311+0000 mgr.y (mgr.14138) 44 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:19.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:19 smithi063 bash[14646]: audit 2024-09-10T18:22:18.646830+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:22:19.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:19 smithi063 bash[14646]: audit 2024-09-10T18:22:18.649706+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:22:20.520 INFO:teuthology.orchestra.run.smithi031.stdout:# minimal ceph.conf for 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:22:20.520 INFO:teuthology.orchestra.run.smithi031.stdout:[global] 2024-09-10T18:22:20.520 INFO:teuthology.orchestra.run.smithi031.stdout: fsid = 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:22:20.520 INFO:teuthology.orchestra.run.smithi031.stdout: mon_host = [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] 2024-09-10T18:22:20.824 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:20 smithi031 bash[14957]: audit 2024-09-10T18:22:20.518397+0000 mon.a (mon.0) 202 : audit [DBG] from='client.? 172.21.15.31:0/1989294918' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:20.824 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:20 smithi031 bash[19205]: audit 2024-09-10T18:22:20.518397+0000 mon.a (mon.0) 202 : audit [DBG] from='client.? 172.21.15.31:0/1989294918' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:20.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:20 smithi063 bash[14646]: audit 2024-09-10T18:22:20.518397+0000 mon.a (mon.0) 202 : audit [DBG] from='client.? 172.21.15.31:0/1989294918' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:21.337 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-10T18:22:21.337 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-10T18:22:21.337 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T18:22:21.353 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-10T18:22:21.353 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:22:21.411 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-10T18:22:21.411 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T18:22:21.445 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-10T18:22:21.445 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:22:21.460 INFO:tasks.cephadm:Adding mgr.y on smithi031 2024-09-10T18:22:21.460 INFO:tasks.cephadm:Adding mgr.x on smithi063 2024-09-10T18:22:21.460 DEBUG:teuthology.orchestra.run.smithi063:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph orch apply mgr '2;smithi031=y;smithi063=x' 2024-09-10T18:22:22.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:21 smithi063 bash[14646]: cluster 2024-09-10T18:22:20.442694+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-10T18:22:22.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:21 smithi063 bash[14646]: audit 2024-09-10T18:22:20.793923+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:22.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:21 smithi063 bash[14646]: cephadm 2024-09-10T18:22:20.794858+0000 mgr.y (mgr.14138) 46 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T18:22:22.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:21 smithi063 bash[14646]: audit 2024-09-10T18:22:20.795418+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:22:22.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:21 smithi063 bash[14646]: audit 2024-09-10T18:22:20.796943+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:22.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:21 smithi063 bash[14646]: cephadm 2024-09-10T18:22:20.798052+0000 mgr.y (mgr.14138) 47 : cephadm [INF] Reconfiguring daemon mon.b on smithi063 2024-09-10T18:22:22.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:21 smithi063 bash[14646]: audit 2024-09-10T18:22:20.798781+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-10T18:22:22.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:21 smithi031 bash[14957]: cluster 2024-09-10T18:22:20.442694+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-10T18:22:22.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:21 smithi031 bash[14957]: audit 2024-09-10T18:22:20.793923+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:22.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:21 smithi031 bash[14957]: cephadm 2024-09-10T18:22:20.794858+0000 mgr.y (mgr.14138) 46 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T18:22:22.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:21 smithi031 bash[14957]: audit 2024-09-10T18:22:20.795418+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:22:22.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:21 smithi031 bash[14957]: audit 2024-09-10T18:22:20.796943+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:22.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:21 smithi031 bash[14957]: cephadm 2024-09-10T18:22:20.798052+0000 mgr.y (mgr.14138) 47 : cephadm [INF] Reconfiguring daemon mon.b on smithi063 2024-09-10T18:22:22.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:21 smithi031 bash[14957]: audit 2024-09-10T18:22:20.798781+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-10T18:22:22.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:21 smithi031 bash[19205]: cluster 2024-09-10T18:22:20.442694+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-10T18:22:22.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:21 smithi031 bash[19205]: audit 2024-09-10T18:22:20.793923+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:22.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:21 smithi031 bash[19205]: cephadm 2024-09-10T18:22:20.794858+0000 mgr.y (mgr.14138) 46 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T18:22:22.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:21 smithi031 bash[19205]: audit 2024-09-10T18:22:20.795418+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:22:22.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:21 smithi031 bash[19205]: audit 2024-09-10T18:22:20.796943+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:22.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:21 smithi031 bash[19205]: cephadm 2024-09-10T18:22:20.798052+0000 mgr.y (mgr.14138) 47 : cephadm [INF] Reconfiguring daemon mon.b on smithi063 2024-09-10T18:22:22.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:21 smithi031 bash[19205]: audit 2024-09-10T18:22:20.798781+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-10T18:22:24.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:23 smithi063 bash[14646]: cluster 2024-09-10T18:22:22.443125+0000 mgr.y (mgr.14138) 48 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:24.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:23 smithi031 bash[14957]: cluster 2024-09-10T18:22:22.443125+0000 mgr.y (mgr.14138) 48 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:24.135 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:23 smithi031 bash[19205]: cluster 2024-09-10T18:22:22.443125+0000 mgr.y (mgr.14138) 48 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:25.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:24 smithi063 bash[14646]: audit 2024-09-10T18:22:23.838657+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:24 smithi063 bash[14646]: audit 2024-09-10T18:22:23.841284+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:24 smithi063 bash[14646]: audit 2024-09-10T18:22:23.842006+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:24 smithi063 bash[14646]: audit 2024-09-10T18:22:24.377459+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:24 smithi063 bash[14646]: audit 2024-09-10T18:22:24.440462+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:24 smithi063 bash[14646]: audit 2024-09-10T18:22:24.445851+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:24 smithi063 bash[14646]: audit 2024-09-10T18:22:24.446927+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:22:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:24 smithi063 bash[14646]: audit 2024-09-10T18:22:24.448151+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:24 smithi063 bash[14646]: audit 2024-09-10T18:22:24.449955+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.a", "key": "container_image"}]: dispatch 2024-09-10T18:22:25.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:24 smithi031 bash[14957]: audit 2024-09-10T18:22:23.838657+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:25.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:24 smithi031 bash[14957]: audit 2024-09-10T18:22:23.841284+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:25.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:24 smithi031 bash[14957]: audit 2024-09-10T18:22:23.842006+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:25.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:24 smithi031 bash[14957]: audit 2024-09-10T18:22:24.377459+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:25.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:24 smithi031 bash[14957]: audit 2024-09-10T18:22:24.440462+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:25.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:24 smithi031 bash[14957]: audit 2024-09-10T18:22:24.445851+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:25.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:24 smithi031 bash[14957]: audit 2024-09-10T18:22:24.446927+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:22:25.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:24 smithi031 bash[14957]: audit 2024-09-10T18:22:24.448151+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:25.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:24 smithi031 bash[14957]: audit 2024-09-10T18:22:24.449955+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.a", "key": "container_image"}]: dispatch 2024-09-10T18:22:25.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:24 smithi031 bash[19205]: audit 2024-09-10T18:22:23.838657+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:25.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:24 smithi031 bash[19205]: audit 2024-09-10T18:22:23.841284+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:25.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:24 smithi031 bash[19205]: audit 2024-09-10T18:22:23.842006+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:25.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:24 smithi031 bash[19205]: audit 2024-09-10T18:22:24.377459+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:25.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:24 smithi031 bash[19205]: audit 2024-09-10T18:22:24.440462+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:25.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:24 smithi031 bash[19205]: audit 2024-09-10T18:22:24.445851+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:25.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:24 smithi031 bash[19205]: audit 2024-09-10T18:22:24.446927+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:22:25.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:24 smithi031 bash[19205]: audit 2024-09-10T18:22:24.448151+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:25.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:24 smithi031 bash[19205]: audit 2024-09-10T18:22:24.449955+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.a", "key": "container_image"}]: dispatch 2024-09-10T18:22:25.632 INFO:teuthology.orchestra.run.smithi063.stdout:Scheduled mgr update... 2024-09-10T18:22:26.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:25 smithi063 bash[14646]: cluster 2024-09-10T18:22:24.443575+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-10T18:22:26.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:25 smithi063 bash[14646]: cephadm 2024-09-10T18:22:24.446448+0000 mgr.y (mgr.14138) 50 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-10T18:22:26.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:25 smithi063 bash[14646]: cephadm 2024-09-10T18:22:24.449110+0000 mgr.y (mgr.14138) 51 : cephadm [INF] Reconfiguring daemon mon.a on smithi031 2024-09-10T18:22:26.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:25 smithi063 bash[14646]: audit 2024-09-10T18:22:25.629831+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:26.132 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:25 smithi031 bash[14957]: cluster 2024-09-10T18:22:24.443575+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-10T18:22:26.132 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:25 smithi031 bash[14957]: cephadm 2024-09-10T18:22:24.446448+0000 mgr.y (mgr.14138) 50 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-10T18:22:26.132 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:25 smithi031 bash[14957]: cephadm 2024-09-10T18:22:24.449110+0000 mgr.y (mgr.14138) 51 : cephadm [INF] Reconfiguring daemon mon.a on smithi031 2024-09-10T18:22:26.132 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:25 smithi031 bash[14957]: audit 2024-09-10T18:22:25.629831+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:26.132 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:25 smithi031 bash[19205]: cluster 2024-09-10T18:22:24.443575+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-10T18:22:26.132 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:25 smithi031 bash[19205]: cephadm 2024-09-10T18:22:24.446448+0000 mgr.y (mgr.14138) 50 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-10T18:22:26.133 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:25 smithi031 bash[19205]: cephadm 2024-09-10T18:22:24.449110+0000 mgr.y (mgr.14138) 51 : cephadm [INF] Reconfiguring daemon mon.a on smithi031 2024-09-10T18:22:26.133 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:25 smithi031 bash[19205]: audit 2024-09-10T18:22:25.629831+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:26.274 DEBUG:teuthology.orchestra.run.smithi063:mgr.x> sudo journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.x.service 2024-09-10T18:22:26.276 INFO:tasks.cephadm:Deploying OSDs... 2024-09-10T18:22:26.277 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-10T18:22:26.277 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T18:22:26.284 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-10T18:22:26.284 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_1 2024-09-10T18:22:26.291 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T18:22:26.291 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:22:26.292 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 358 Links: 1 2024-09-10T18:22:26.292 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:22:26.292 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-09-10 18:18:03.544851063 +0000 2024-09-10T18:22:26.292 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-09-10 18:18:03.320856218 +0000 2024-09-10T18:22:26.292 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-09-10 18:18:03.320856218 +0000 2024-09-10T18:22:26.292 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-09-10T18:22:26.292 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T18:22:26.346 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-09-10T18:22:26.347 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-09-10T18:22:26.347 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000439478 s, 1.2 MB/s 2024-09-10T18:22:26.347 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T18:22:26.355 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_2 2024-09-10T18:22:26.360 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T18:22:26.360 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:22:26.360 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 365 Links: 1 2024-09-10T18:22:26.360 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:22:26.360 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-09-10 18:18:03.980841026 +0000 2024-09-10T18:22:26.361 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-09-10 18:18:03.752846274 +0000 2024-09-10T18:22:26.361 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-09-10 18:18:03.752846274 +0000 2024-09-10T18:22:26.361 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-09-10T18:22:26.361 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T18:22:26.371 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-09-10T18:22:26.372 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-09-10T18:22:26.372 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000401685 s, 1.3 MB/s 2024-09-10T18:22:26.373 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T18:22:26.425 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_3 2024-09-10T18:22:26.431 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T18:22:26.431 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:22:26.431 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 373 Links: 1 2024-09-10T18:22:26.431 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:22:26.431 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-09-10 18:18:04.408831174 +0000 2024-09-10T18:22:26.431 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-09-10 18:18:04.204835871 +0000 2024-09-10T18:22:26.432 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-09-10 18:18:04.204835871 +0000 2024-09-10T18:22:26.432 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-09-10T18:22:26.432 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T18:22:26.443 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-09-10T18:22:26.444 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-09-10T18:22:26.444 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000428655 s, 1.2 MB/s 2024-09-10T18:22:26.445 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T18:22:26.452 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_4 2024-09-10T18:22:26.457 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T18:22:26.457 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:22:26.458 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 379 Links: 1 2024-09-10T18:22:26.458 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:22:26.458 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-09-10 18:18:04.868820586 +0000 2024-09-10T18:22:26.458 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-09-10 18:18:04.640825834 +0000 2024-09-10T18:22:26.458 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-09-10 18:18:04.640825834 +0000 2024-09-10T18:22:26.458 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-09-10T18:22:26.458 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T18:22:26.514 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-09-10T18:22:26.515 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-09-10T18:22:26.515 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000371846 s, 1.4 MB/s 2024-09-10T18:22:26.516 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T18:22:26.525 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-10T18:22:26.525 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T18:22:26.533 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-10T18:22:26.533 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_1 2024-09-10T18:22:26.540 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T18:22:26.540 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:22:26.541 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 360 Links: 1 2024-09-10T18:22:26.541 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:22:26.541 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-09-10 18:18:08.669857263 +0000 2024-09-10T18:22:26.541 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-09-10 18:18:08.481861597 +0000 2024-09-10T18:22:26.541 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-09-10 18:18:08.481861597 +0000 2024-09-10T18:22:26.541 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-09-10T18:22:26.541 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T18:22:26.553 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-09-10T18:22:26.553 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-09-10T18:22:26.553 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000365997 s, 1.4 MB/s 2024-09-10T18:22:26.554 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T18:22:26.603 INFO:journalctl@ceph.mgr.x.smithi063.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T18:22:26.608 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_2 2024-09-10T18:22:26.615 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T18:22:26.615 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:22:26.615 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 368 Links: 1 2024-09-10T18:22:26.615 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:22:26.615 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-09-10 18:18:08.881852376 +0000 2024-09-10T18:22:26.615 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-09-10 18:18:08.877852468 +0000 2024-09-10T18:22:26.615 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-09-10 18:18:08.877852468 +0000 2024-09-10T18:22:26.616 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-09-10T18:22:26.616 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T18:22:26.631 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-09-10T18:22:26.631 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-09-10T18:22:26.631 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000372242 s, 1.4 MB/s 2024-09-10T18:22:26.632 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T18:22:26.639 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_3 2024-09-10T18:22:26.644 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T18:22:26.644 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:22:26.644 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 373 Links: 1 2024-09-10T18:22:26.644 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:22:26.644 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-09-10 18:18:09.497838179 +0000 2024-09-10T18:22:26.644 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-09-10 18:18:09.305842604 +0000 2024-09-10T18:22:26.645 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-09-10 18:18:09.305842604 +0000 2024-09-10T18:22:26.645 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-09-10T18:22:26.645 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T18:22:26.701 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-09-10T18:22:26.701 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-09-10T18:22:26.701 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000395944 s, 1.3 MB/s 2024-09-10T18:22:26.702 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T18:22:26.709 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_4 2024-09-10T18:22:26.714 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T18:22:26.714 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:22:26.714 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 380 Links: 1 2024-09-10T18:22:26.715 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:22:26.715 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-09-10 18:18:09.913828589 +0000 2024-09-10T18:22:26.715 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-09-10 18:18:09.709833291 +0000 2024-09-10T18:22:26.715 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-09-10 18:18:09.709833291 +0000 2024-09-10T18:22:26.715 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-09-10T18:22:26.715 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T18:22:26.726 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-09-10T18:22:26.726 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-09-10T18:22:26.726 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000372465 s, 1.4 MB/s 2024-09-10T18:22:26.727 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T18:22:26.735 INFO:tasks.cephadm:Deploying osd.0 on smithi031 with /dev/vg_nvme/lv_4... 2024-09-10T18:22:26.735 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-10T18:22:27.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:26 smithi063 bash[14646]: audit 2024-09-10T18:22:25.622149+0000 mgr.y (mgr.14138) 52 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi031=y;smithi063=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:27.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:26 smithi063 bash[14646]: cephadm 2024-09-10T18:22:25.623886+0000 mgr.y (mgr.14138) 53 : cephadm [INF] Saving service mgr spec with placement smithi031=y;smithi063=x;count:2 2024-09-10T18:22:27.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:26 smithi063 bash[14646]: audit 2024-09-10T18:22:26.579263+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:27.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:26 smithi063 bash[14646]: audit 2024-09-10T18:22:26.581469+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:27.135 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:26 smithi031 bash[19205]: audit 2024-09-10T18:22:25.622149+0000 mgr.y (mgr.14138) 52 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi031=y;smithi063=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:27.135 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:26 smithi031 bash[19205]: cephadm 2024-09-10T18:22:25.623886+0000 mgr.y (mgr.14138) 53 : cephadm [INF] Saving service mgr spec with placement smithi031=y;smithi063=x;count:2 2024-09-10T18:22:27.135 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:26 smithi031 bash[19205]: audit 2024-09-10T18:22:26.579263+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:27.135 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:26 smithi031 bash[19205]: audit 2024-09-10T18:22:26.581469+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:27.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:26 smithi031 bash[14957]: audit 2024-09-10T18:22:25.622149+0000 mgr.y (mgr.14138) 52 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi031=y;smithi063=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:27.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:26 smithi031 bash[14957]: cephadm 2024-09-10T18:22:25.623886+0000 mgr.y (mgr.14138) 53 : cephadm [INF] Saving service mgr spec with placement smithi031=y;smithi063=x;count:2 2024-09-10T18:22:27.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:26 smithi031 bash[14957]: audit 2024-09-10T18:22:26.579263+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:27.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:26 smithi031 bash[14957]: audit 2024-09-10T18:22:26.581469+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:28.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:27 smithi063 bash[14646]: cluster 2024-09-10T18:22:26.444003+0000 mgr.y (mgr.14138) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:28.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:27 smithi063 bash[14646]: audit 2024-09-10T18:22:27.130047+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:28.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:27 smithi063 bash[14646]: audit 2024-09-10T18:22:27.135473+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:28.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:27 smithi063 bash[14646]: audit 2024-09-10T18:22:27.137341+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:22:28.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:27 smithi063 bash[14646]: audit 2024-09-10T18:22:27.141110+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T18:22:28.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:27 smithi063 bash[14646]: audit 2024-09-10T18:22:27.142495+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:22:28.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:27 smithi063 bash[14646]: audit 2024-09-10T18:22:27.144230+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:28.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:27 smithi063 bash[14646]: audit 2024-09-10T18:22:27.146127+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T18:22:28.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:27 smithi031 bash[14957]: cluster 2024-09-10T18:22:26.444003+0000 mgr.y (mgr.14138) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:28.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:27 smithi031 bash[14957]: audit 2024-09-10T18:22:27.130047+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:28.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:27 smithi031 bash[14957]: audit 2024-09-10T18:22:27.135473+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:28.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:27 smithi031 bash[14957]: audit 2024-09-10T18:22:27.137341+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:22:28.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:27 smithi031 bash[14957]: audit 2024-09-10T18:22:27.141110+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T18:22:28.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:27 smithi031 bash[14957]: audit 2024-09-10T18:22:27.142495+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:22:28.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:27 smithi031 bash[14957]: audit 2024-09-10T18:22:27.144230+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:28.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:27 smithi031 bash[14957]: audit 2024-09-10T18:22:27.146127+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T18:22:28.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:27 smithi031 bash[19205]: cluster 2024-09-10T18:22:26.444003+0000 mgr.y (mgr.14138) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:28.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:27 smithi031 bash[19205]: audit 2024-09-10T18:22:27.130047+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:28.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:27 smithi031 bash[19205]: audit 2024-09-10T18:22:27.135473+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:28.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:27 smithi031 bash[19205]: audit 2024-09-10T18:22:27.137341+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:22:28.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:27 smithi031 bash[19205]: audit 2024-09-10T18:22:27.141110+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T18:22:28.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:27 smithi031 bash[19205]: audit 2024-09-10T18:22:27.142495+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:22:28.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:27 smithi031 bash[19205]: audit 2024-09-10T18:22:27.144230+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:28.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:27 smithi031 bash[19205]: audit 2024-09-10T18:22:27.146127+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T18:22:29.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:28 smithi063 bash[14646]: cephadm 2024-09-10T18:22:27.145352+0000 mgr.y (mgr.14138) 55 : cephadm [INF] Deploying daemon mgr.x on smithi063 2024-09-10T18:22:29.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:28 smithi031 bash[14957]: cephadm 2024-09-10T18:22:27.145352+0000 mgr.y (mgr.14138) 55 : cephadm [INF] Deploying daemon mgr.x on smithi063 2024-09-10T18:22:29.135 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:28 smithi031 bash[19205]: cephadm 2024-09-10T18:22:27.145352+0000 mgr.y (mgr.14138) 55 : cephadm [INF] Deploying daemon mgr.x on smithi063 2024-09-10T18:22:29.945 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:29 smithi063 bash[14646]: cluster 2024-09-10T18:22:28.444463+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-10T18:22:29.946 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:29 smithi063 bash[14646]: audit 2024-09-10T18:22:29.695877+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:29.946 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:29 smithi063 bash[14646]: audit 2024-09-10T18:22:29.697977+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:30.110 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:29 smithi063 bash[14646]: audit 2024-09-10T18:22:29.698673+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:30.116 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-10T18:22:30.116 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-10T18:22:30.117 INFO:teuthology.orchestra.run.smithi031.stderr: stderr: 10+0 records in 2024-09-10T18:22:30.117 INFO:teuthology.orchestra.run.smithi031.stderr:10+0 records out 2024-09-10T18:22:30.117 INFO:teuthology.orchestra.run.smithi031.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.015989 s, 656 MB/s 2024-09-10T18:22:30.117 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping successful for: 2024-09-10T18:22:30.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:29 smithi031 bash[14957]: cluster 2024-09-10T18:22:28.444463+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-10T18:22:30.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:29 smithi031 bash[14957]: audit 2024-09-10T18:22:29.695877+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:30.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:29 smithi031 bash[14957]: audit 2024-09-10T18:22:29.697977+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:30.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:29 smithi031 bash[14957]: audit 2024-09-10T18:22:29.698673+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:30.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:29 smithi031 bash[19205]: cluster 2024-09-10T18:22:28.444463+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-10T18:22:30.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:29 smithi031 bash[19205]: audit 2024-09-10T18:22:29.695877+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:30.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:29 smithi031 bash[19205]: audit 2024-09-10T18:22:29.697977+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:30.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:29 smithi031 bash[19205]: audit 2024-09-10T18:22:29.698673+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:30.784 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi031:vg_nvme/lv_4 2024-09-10T18:22:31.128 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:22:30 smithi063 bash[15492]: debug 2024-09-10T18:22:30.851+0000 7f89108c6200 1 --2- 172.21.15.63:0/4047654392 >> [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] conn(0x561112d07000 0x561112d8e300 secure :-1 s=READY pgs=5 cs=0 l=1 rev1=1 rx=0x561112ceb380 tx=0x561113982300).stop 2024-09-10T18:22:31.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:31 smithi063 bash[14646]: audit 2024-09-10T18:22:30.296459+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:31.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:31 smithi063 bash[14646]: audit 2024-09-10T18:22:30.339939+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:31.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:31 smithi063 bash[14646]: audit 2024-09-10T18:22:30.348353+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:31.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:31 smithi063 bash[14646]: audit 2024-09-10T18:22:30.350639+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:31.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:31 smithi063 bash[14646]: cluster 2024-09-10T18:22:30.444882+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-10T18:22:31.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:31 smithi063 bash[14646]: audit 2024-09-10T18:22:30.957250+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:31.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:31 smithi063 bash[14646]: audit 2024-09-10T18:22:30.964475+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:31.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:31 smithi031 bash[14957]: audit 2024-09-10T18:22:30.296459+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:31.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:31 smithi031 bash[14957]: audit 2024-09-10T18:22:30.339939+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:31.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:31 smithi031 bash[14957]: audit 2024-09-10T18:22:30.348353+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:31.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:31 smithi031 bash[14957]: audit 2024-09-10T18:22:30.350639+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:31.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:31 smithi031 bash[14957]: cluster 2024-09-10T18:22:30.444882+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-10T18:22:31.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:31 smithi031 bash[14957]: audit 2024-09-10T18:22:30.957250+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:31.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:31 smithi031 bash[14957]: audit 2024-09-10T18:22:30.964475+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:31 smithi031 bash[19205]: audit 2024-09-10T18:22:30.296459+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:31 smithi031 bash[19205]: audit 2024-09-10T18:22:30.339939+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:31 smithi031 bash[19205]: audit 2024-09-10T18:22:30.348353+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:31 smithi031 bash[19205]: audit 2024-09-10T18:22:30.350639+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:31 smithi031 bash[19205]: cluster 2024-09-10T18:22:30.444882+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-10T18:22:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:31 smithi031 bash[19205]: audit 2024-09-10T18:22:30.957250+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:31 smithi031 bash[19205]: audit 2024-09-10T18:22:30.964475+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:33.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:33 smithi063 bash[14646]: cluster 2024-09-10T18:22:32.445456+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-10T18:22:33.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:33 smithi031 bash[14957]: cluster 2024-09-10T18:22:32.445456+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-10T18:22:33.885 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:33 smithi031 bash[19205]: cluster 2024-09-10T18:22:32.445456+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-10T18:22:34.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:34 smithi031 bash[14957]: audit 2024-09-10T18:22:33.900405+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:22:34.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:34 smithi031 bash[14957]: audit 2024-09-10T18:22:33.904227+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:22:34.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:34 smithi031 bash[14957]: audit 2024-09-10T18:22:33.905687+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:34.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:34 smithi031 bash[14957]: audit 2024-09-10T18:22:33.907219+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:22:34.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:34 smithi031 bash[19205]: audit 2024-09-10T18:22:33.900405+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:22:34.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:34 smithi031 bash[19205]: audit 2024-09-10T18:22:33.904227+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:22:34.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:34 smithi031 bash[19205]: audit 2024-09-10T18:22:33.905687+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:34.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:34 smithi031 bash[19205]: audit 2024-09-10T18:22:33.907219+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:22:34.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:34 smithi063 bash[14646]: audit 2024-09-10T18:22:33.900405+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:22:34.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:34 smithi063 bash[14646]: audit 2024-09-10T18:22:33.904227+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:22:34.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:34 smithi063 bash[14646]: audit 2024-09-10T18:22:33.905687+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:34.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:34 smithi063 bash[14646]: audit 2024-09-10T18:22:33.907219+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:22:35.469 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:35 smithi031 bash[14957]: audit 2024-09-10T18:22:33.898593+0000 mgr.y (mgr.14138) 59 : audit [DBG] from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:35.469 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:35 smithi031 bash[14957]: cephadm 2024-09-10T18:22:33.903759+0000 mgr.y (mgr.14138) 60 : cephadm [INF] Applying drive group None on host smithi031... 2024-09-10T18:22:35.469 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:35 smithi031 bash[14957]: cluster 2024-09-10T18:22:34.445959+0000 mgr.y (mgr.14138) 61 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:35.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:35 smithi063 bash[14646]: audit 2024-09-10T18:22:33.898593+0000 mgr.y (mgr.14138) 59 : audit [DBG] from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:35.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:35 smithi063 bash[14646]: cephadm 2024-09-10T18:22:33.903759+0000 mgr.y (mgr.14138) 60 : cephadm [INF] Applying drive group None on host smithi031... 2024-09-10T18:22:35.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:35 smithi063 bash[14646]: cluster 2024-09-10T18:22:34.445959+0000 mgr.y (mgr.14138) 61 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:35.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:35 smithi063 bash[14646]: cluster 2024-09-10T18:22:35.294545+0000 mon.a (mon.0) 239 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:22:35.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:35 smithi063 bash[14646]: audit 2024-09-10T18:22:35.296106+0000 mon.c (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.63:0/3628480252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:22:35.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:35 smithi063 bash[14646]: audit 2024-09-10T18:22:35.298248+0000 mon.c (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.63:0/3628480252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:22:35.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:35 smithi031 bash[14957]: cluster 2024-09-10T18:22:35.294545+0000 mon.a (mon.0) 239 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:22:35.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:35 smithi031 bash[14957]: audit 2024-09-10T18:22:35.296106+0000 mon.c (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.63:0/3628480252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:22:35.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:35 smithi031 bash[14957]: audit 2024-09-10T18:22:35.298248+0000 mon.c (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.63:0/3628480252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:22:35.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:35 smithi031 bash[19205]: audit 2024-09-10T18:22:33.898593+0000 mgr.y (mgr.14138) 59 : audit [DBG] from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:35.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:35 smithi031 bash[19205]: cephadm 2024-09-10T18:22:33.903759+0000 mgr.y (mgr.14138) 60 : cephadm [INF] Applying drive group None on host smithi031... 2024-09-10T18:22:35.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:35 smithi031 bash[19205]: cluster 2024-09-10T18:22:34.445959+0000 mgr.y (mgr.14138) 61 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:35.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:35 smithi031 bash[19205]: cluster 2024-09-10T18:22:35.294545+0000 mon.a (mon.0) 239 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:22:35.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:35 smithi031 bash[19205]: audit 2024-09-10T18:22:35.296106+0000 mon.c (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.63:0/3628480252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:22:35.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:35 smithi031 bash[19205]: audit 2024-09-10T18:22:35.298248+0000 mon.c (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.63:0/3628480252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:22:36.870 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:36 smithi031 bash[14957]: cluster 2024-09-10T18:22:35.481108+0000 mon.a (mon.0) 240 : cluster [DBG] mgrmap e14: y(active, since 77s), standbys: x 2024-09-10T18:22:36.870 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:36 smithi031 bash[14957]: audit 2024-09-10T18:22:35.481328+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:22:36.871 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:36 smithi031 bash[19205]: cluster 2024-09-10T18:22:35.481108+0000 mon.a (mon.0) 240 : cluster [DBG] mgrmap e14: y(active, since 77s), standbys: x 2024-09-10T18:22:36.871 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:36 smithi031 bash[19205]: audit 2024-09-10T18:22:35.481328+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:22:36.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:36 smithi063 bash[14646]: cluster 2024-09-10T18:22:35.481108+0000 mon.a (mon.0) 240 : cluster [DBG] mgrmap e14: y(active, since 77s), standbys: x 2024-09-10T18:22:36.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:36 smithi063 bash[14646]: audit 2024-09-10T18:22:35.481328+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:22:37.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:37 smithi063 bash[14646]: cluster 2024-09-10T18:22:36.446387+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-10T18:22:37.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:37 smithi031 bash[14957]: cluster 2024-09-10T18:22:36.446387+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-10T18:22:37.885 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:37 smithi031 bash[19205]: cluster 2024-09-10T18:22:36.446387+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-10T18:22:38.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:38 smithi063 bash[14646]: audit 2024-09-10T18:22:37.698317+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.31:0/3884856662' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20ee0fc6-01de-4491-aea2-6bdae2c143ae"}]: dispatch 2024-09-10T18:22:38.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:38 smithi063 bash[14646]: audit 2024-09-10T18:22:37.699054+0000 mon.a (mon.0) 242 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20ee0fc6-01de-4491-aea2-6bdae2c143ae"}]: dispatch 2024-09-10T18:22:38.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:38 smithi063 bash[14646]: audit 2024-09-10T18:22:37.705946+0000 mon.a (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "20ee0fc6-01de-4491-aea2-6bdae2c143ae"}]': finished 2024-09-10T18:22:38.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:38 smithi063 bash[14646]: cluster 2024-09-10T18:22:37.706143+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-10T18:22:38.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:38 smithi063 bash[14646]: audit 2024-09-10T18:22:37.706380+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:22:38.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:38 smithi063 bash[14646]: audit 2024-09-10T18:22:38.308710+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.31:0/1093010798' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:22:38.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:38 smithi031 bash[14957]: audit 2024-09-10T18:22:37.698317+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.31:0/3884856662' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20ee0fc6-01de-4491-aea2-6bdae2c143ae"}]: dispatch 2024-09-10T18:22:38.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:38 smithi031 bash[14957]: audit 2024-09-10T18:22:37.699054+0000 mon.a (mon.0) 242 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20ee0fc6-01de-4491-aea2-6bdae2c143ae"}]: dispatch 2024-09-10T18:22:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:38 smithi031 bash[14957]: audit 2024-09-10T18:22:37.705946+0000 mon.a (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "20ee0fc6-01de-4491-aea2-6bdae2c143ae"}]': finished 2024-09-10T18:22:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:38 smithi031 bash[14957]: cluster 2024-09-10T18:22:37.706143+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-10T18:22:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:38 smithi031 bash[14957]: audit 2024-09-10T18:22:37.706380+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:22:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:38 smithi031 bash[14957]: audit 2024-09-10T18:22:38.308710+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.31:0/1093010798' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:22:38.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:38 smithi031 bash[19205]: audit 2024-09-10T18:22:37.698317+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.31:0/3884856662' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20ee0fc6-01de-4491-aea2-6bdae2c143ae"}]: dispatch 2024-09-10T18:22:38.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:38 smithi031 bash[19205]: audit 2024-09-10T18:22:37.699054+0000 mon.a (mon.0) 242 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20ee0fc6-01de-4491-aea2-6bdae2c143ae"}]: dispatch 2024-09-10T18:22:38.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:38 smithi031 bash[19205]: audit 2024-09-10T18:22:37.705946+0000 mon.a (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "20ee0fc6-01de-4491-aea2-6bdae2c143ae"}]': finished 2024-09-10T18:22:38.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:38 smithi031 bash[19205]: cluster 2024-09-10T18:22:37.706143+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-10T18:22:38.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:38 smithi031 bash[19205]: audit 2024-09-10T18:22:37.706380+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:22:38.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:38 smithi031 bash[19205]: audit 2024-09-10T18:22:38.308710+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.31:0/1093010798' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:22:40.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:39 smithi063 bash[14646]: cluster 2024-09-10T18:22:38.446884+0000 mgr.y (mgr.14138) 63 : cluster [DBG] pgmap v37: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:40.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:39 smithi031 bash[14957]: cluster 2024-09-10T18:22:38.446884+0000 mgr.y (mgr.14138) 63 : cluster [DBG] pgmap v37: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:40.135 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:39 smithi031 bash[19205]: cluster 2024-09-10T18:22:38.446884+0000 mgr.y (mgr.14138) 63 : cluster [DBG] pgmap v37: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:41.717 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:41 smithi031 bash[19205]: cluster 2024-09-10T18:22:40.447470+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-10T18:22:41.717 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:41 smithi031 bash[19205]: audit 2024-09-10T18:22:41.099503+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:22:42.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:41 smithi063 bash[14646]: cluster 2024-09-10T18:22:40.447470+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-10T18:22:42.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:41 smithi063 bash[14646]: audit 2024-09-10T18:22:41.099503+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:22:42.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:41 smithi031 bash[14957]: cluster 2024-09-10T18:22:40.447470+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-10T18:22:42.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:41 smithi031 bash[14957]: audit 2024-09-10T18:22:41.099503+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:22:43.986 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:43 smithi031 bash[19205]: cluster 2024-09-10T18:22:42.448439+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-10T18:22:43.986 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:43 smithi031 bash[14957]: cluster 2024-09-10T18:22:42.448439+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-10T18:22:44.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:43 smithi063 bash[14646]: cluster 2024-09-10T18:22:42.448439+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-10T18:22:45.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:44 smithi063 bash[14646]: cluster 2024-09-10T18:22:44.717702+0000 mon.a (mon.0) 247 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:22:45.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:44 smithi031 bash[14957]: cluster 2024-09-10T18:22:44.717702+0000 mon.a (mon.0) 247 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:22:45.135 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:44 smithi031 bash[19205]: cluster 2024-09-10T18:22:44.717702+0000 mon.a (mon.0) 247 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:22:46.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:45 smithi063 bash[14646]: cluster 2024-09-10T18:22:44.449095+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-10T18:22:46.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:45 smithi063 bash[14646]: audit 2024-09-10T18:22:44.989556+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:22:46.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:45 smithi063 bash[14646]: audit 2024-09-10T18:22:44.991474+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:46.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:45 smithi063 bash[14646]: audit 2024-09-10T18:22:44.993559+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-10T18:22:46.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:45 smithi031 bash[14957]: cluster 2024-09-10T18:22:44.449095+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-10T18:22:46.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:45 smithi031 bash[14957]: audit 2024-09-10T18:22:44.989556+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:22:46.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:45 smithi031 bash[14957]: audit 2024-09-10T18:22:44.991474+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:46.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:45 smithi031 bash[14957]: audit 2024-09-10T18:22:44.993559+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-10T18:22:46.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:45 smithi031 bash[19205]: cluster 2024-09-10T18:22:44.449095+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-10T18:22:46.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:45 smithi031 bash[19205]: audit 2024-09-10T18:22:44.989556+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:22:46.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:45 smithi031 bash[19205]: audit 2024-09-10T18:22:44.991474+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:22:46.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:45 smithi031 bash[19205]: audit 2024-09-10T18:22:44.993559+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-10T18:22:47.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:46 smithi063 bash[14646]: cephadm 2024-09-10T18:22:44.992904+0000 mgr.y (mgr.14138) 67 : cephadm [INF] Deploying daemon osd.0 on smithi031 2024-09-10T18:22:47.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:46 smithi031 bash[14957]: cephadm 2024-09-10T18:22:44.992904+0000 mgr.y (mgr.14138) 67 : cephadm [INF] Deploying daemon osd.0 on smithi031 2024-09-10T18:22:47.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:46 smithi031 bash[19205]: cephadm 2024-09-10T18:22:44.992904+0000 mgr.y (mgr.14138) 67 : cephadm [INF] Deploying daemon osd.0 on smithi031 2024-09-10T18:22:47.386 INFO:teuthology.orchestra.run.smithi031.stdout:Created osd(s) 0 on host 'smithi031' 2024-09-10T18:22:47.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:47 smithi031 bash[14957]: cluster 2024-09-10T18:22:46.449650+0000 mgr.y (mgr.14138) 68 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:47.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:47 smithi031 bash[14957]: audit 2024-09-10T18:22:47.377784+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:47.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:47 smithi031 bash[14957]: audit 2024-09-10T18:22:47.380965+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:47.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:47 smithi031 bash[19205]: cluster 2024-09-10T18:22:46.449650+0000 mgr.y (mgr.14138) 68 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:47.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:47 smithi031 bash[19205]: audit 2024-09-10T18:22:47.377784+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:47.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:47 smithi031 bash[19205]: audit 2024-09-10T18:22:47.380965+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:48.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:47 smithi063 bash[14646]: cluster 2024-09-10T18:22:46.449650+0000 mgr.y (mgr.14138) 68 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:48.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:47 smithi063 bash[14646]: audit 2024-09-10T18:22:47.377784+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:48.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:47 smithi063 bash[14646]: audit 2024-09-10T18:22:47.380965+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:48.837 DEBUG:teuthology.orchestra.run.smithi031:osd.0> sudo journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.0.service 2024-09-10T18:22:48.839 INFO:tasks.cephadm:Deploying osd.1 on smithi031 with /dev/vg_nvme/lv_3... 2024-09-10T18:22:48.839 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-10T18:22:49.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:49 smithi031 bash[14957]: audit 2024-09-10T18:22:48.367737+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:49 smithi031 bash[14957]: audit 2024-09-10T18:22:48.369166+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:22:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:49 smithi031 bash[14957]: cluster 2024-09-10T18:22:48.450175+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-10T18:22:49.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:49 smithi031 bash[19205]: audit 2024-09-10T18:22:48.367737+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:49.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:49 smithi031 bash[19205]: audit 2024-09-10T18:22:48.369166+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:22:49.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:49 smithi031 bash[19205]: cluster 2024-09-10T18:22:48.450175+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-10T18:22:49.667 INFO:journalctl@ceph.osd.0.smithi031.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T18:22:49.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:49 smithi063 bash[14646]: audit 2024-09-10T18:22:48.367737+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:49.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:49 smithi063 bash[14646]: audit 2024-09-10T18:22:48.369166+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:22:49.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:49 smithi063 bash[14646]: cluster 2024-09-10T18:22:48.450175+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-10T18:22:50.949 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:22:50 smithi031 bash[21452]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-10T18:22:50.950 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:22:50 smithi031 bash[21452]: 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-10T18:22:50.950 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:22:50 smithi031 bash[21452]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-10T18:22:50.950 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:22:50 smithi031 bash[21452]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-09-10T18:22:50.950 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:22:50 smithi031 bash[21452]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-10T18:22:50.950 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:22:50 smithi031 bash[21452]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-10T18:22:50.950 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:22:50 smithi031 bash[21452]: --> ceph-volume lvm activate successful for osd ID: 0 2024-09-10T18:22:51.814 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:51 smithi031 bash[14957]: cluster 2024-09-10T18:22:50.450684+0000 mgr.y (mgr.14138) 70 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:51.814 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:51 smithi031 bash[19205]: cluster 2024-09-10T18:22:50.450684+0000 mgr.y (mgr.14138) 70 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:51.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:51 smithi063 bash[14646]: cluster 2024-09-10T18:22:50.450684+0000 mgr.y (mgr.14138) 70 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:53.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:53 smithi063 bash[14646]: cluster 2024-09-10T18:22:52.451219+0000 mgr.y (mgr.14138) 71 : cluster [DBG] pgmap v44: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:53.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:53 smithi031 bash[14957]: cluster 2024-09-10T18:22:52.451219+0000 mgr.y (mgr.14138) 71 : cluster [DBG] pgmap v44: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:53.885 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:53 smithi031 bash[19205]: cluster 2024-09-10T18:22:52.451219+0000 mgr.y (mgr.14138) 71 : cluster [DBG] pgmap v44: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:55.385 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:22:55 smithi031 bash[21807]: debug 2024-09-10T18:22:55.100+0000 7fbef3b8ef40 -1 Falling back to public interface 2024-09-10T18:22:55.475 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-10T18:22:55.476 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-10T18:22:55.476 INFO:teuthology.orchestra.run.smithi031.stderr: stderr: 10+0 records in 2024-09-10T18:22:55.476 INFO:teuthology.orchestra.run.smithi031.stderr:10+0 records out 2024-09-10T18:22:55.476 INFO:teuthology.orchestra.run.smithi031.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0149827 s, 700 MB/s 2024-09-10T18:22:55.476 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping successful for: 2024-09-10T18:22:55.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:55 smithi063 bash[14646]: cluster 2024-09-10T18:22:54.451753+0000 mgr.y (mgr.14138) 72 : cluster [DBG] pgmap v45: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:55.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:55 smithi031 bash[14957]: cluster 2024-09-10T18:22:54.451753+0000 mgr.y (mgr.14138) 72 : cluster [DBG] pgmap v45: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:55.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:55 smithi031 bash[19205]: cluster 2024-09-10T18:22:54.451753+0000 mgr.y (mgr.14138) 72 : cluster [DBG] pgmap v45: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:55.886 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:22:55 smithi031 bash[21807]: debug 2024-09-10T18:22:55.720+0000 7fbef3b8ef40 -1 osd.0 0 log_to_monitors {default=true} 2024-09-10T18:22:56.134 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi031:vg_nvme/lv_3 2024-09-10T18:22:56.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:56 smithi031 bash[14957]: audit 2024-09-10T18:22:55.730143+0000 mon.a (mon.0) 255 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/108384699,v1:172.21.15.31:6803/108384699]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:22:56.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:56 smithi031 bash[19205]: audit 2024-09-10T18:22:55.730143+0000 mon.a (mon.0) 255 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/108384699,v1:172.21.15.31:6803/108384699]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:22:56.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:56 smithi063 bash[14646]: audit 2024-09-10T18:22:55.730143+0000 mon.a (mon.0) 255 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/108384699,v1:172.21.15.31:6803/108384699]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:22:57.852 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:22:57 smithi031 bash[21807]: debug 2024-09-10T18:22:57.536+0000 7fbed865c700 -1 osd.0 0 waiting for initial osdmap 2024-09-10T18:22:57.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:57 smithi031 bash[14957]: cluster 2024-09-10T18:22:56.452415+0000 mgr.y (mgr.14138) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:57.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:57 smithi031 bash[14957]: audit 2024-09-10T18:22:56.530437+0000 mon.a (mon.0) 256 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/108384699,v1:172.21.15.31:6803/108384699]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:22:57.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:57 smithi031 bash[14957]: cluster 2024-09-10T18:22:56.530575+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-10T18:22:57.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:57 smithi031 bash[14957]: audit 2024-09-10T18:22:56.530768+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:22:57.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:57 smithi031 bash[14957]: audit 2024-09-10T18:22:56.531624+0000 mon.a (mon.0) 259 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/108384699,v1:172.21.15.31:6803/108384699]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:22:57.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:57 smithi031 bash[19205]: cluster 2024-09-10T18:22:56.452415+0000 mgr.y (mgr.14138) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:57.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:57 smithi031 bash[19205]: audit 2024-09-10T18:22:56.530437+0000 mon.a (mon.0) 256 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/108384699,v1:172.21.15.31:6803/108384699]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:22:57.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:57 smithi031 bash[19205]: cluster 2024-09-10T18:22:56.530575+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-10T18:22:57.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:57 smithi031 bash[19205]: audit 2024-09-10T18:22:56.530768+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:22:57.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:57 smithi031 bash[19205]: audit 2024-09-10T18:22:56.531624+0000 mon.a (mon.0) 259 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/108384699,v1:172.21.15.31:6803/108384699]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:22:57.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:57 smithi063 bash[14646]: cluster 2024-09-10T18:22:56.452415+0000 mgr.y (mgr.14138) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:57.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:57 smithi063 bash[14646]: audit 2024-09-10T18:22:56.530437+0000 mon.a (mon.0) 256 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/108384699,v1:172.21.15.31:6803/108384699]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:22:57.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:57 smithi063 bash[14646]: cluster 2024-09-10T18:22:56.530575+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-10T18:22:57.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:57 smithi063 bash[14646]: audit 2024-09-10T18:22:56.530768+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:22:57.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:57 smithi063 bash[14646]: audit 2024-09-10T18:22:56.531624+0000 mon.a (mon.0) 259 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/108384699,v1:172.21.15.31:6803/108384699]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:22:58.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:58 smithi063 bash[14646]: audit 2024-09-10T18:22:57.532802+0000 mon.a (mon.0) 260 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/108384699,v1:172.21.15.31:6803/108384699]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-10T18:22:58.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:58 smithi063 bash[14646]: cluster 2024-09-10T18:22:57.533056+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-10T18:22:58.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:58 smithi063 bash[14646]: audit 2024-09-10T18:22:57.533841+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:22:58.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:58 smithi063 bash[14646]: audit 2024-09-10T18:22:57.541158+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:58.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:58 smithi063 bash[14646]: audit 2024-09-10T18:22:57.541697+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:22:58.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:58 smithi063 bash[14646]: audit 2024-09-10T18:22:57.832926+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:58.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:58 smithi063 bash[14646]: cephadm 2024-09-10T18:22:57.834042+0000 mgr.y (mgr.14138) 74 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:22:58.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:58 smithi063 bash[14646]: audit 2024-09-10T18:22:58.194726+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:58.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:58 smithi031 bash[14957]: audit 2024-09-10T18:22:57.532802+0000 mon.a (mon.0) 260 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/108384699,v1:172.21.15.31:6803/108384699]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-10T18:22:58.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:58 smithi031 bash[14957]: cluster 2024-09-10T18:22:57.533056+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-10T18:22:58.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:58 smithi031 bash[14957]: audit 2024-09-10T18:22:57.533841+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:22:58.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:58 smithi031 bash[14957]: audit 2024-09-10T18:22:57.541158+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:58.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:58 smithi031 bash[14957]: audit 2024-09-10T18:22:57.541697+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:22:58.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:58 smithi031 bash[14957]: audit 2024-09-10T18:22:57.832926+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:58.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:58 smithi031 bash[14957]: cephadm 2024-09-10T18:22:57.834042+0000 mgr.y (mgr.14138) 74 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:22:58.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:58 smithi031 bash[14957]: audit 2024-09-10T18:22:58.194726+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:58.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:58 smithi031 bash[19205]: audit 2024-09-10T18:22:57.532802+0000 mon.a (mon.0) 260 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/108384699,v1:172.21.15.31:6803/108384699]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-10T18:22:58.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:58 smithi031 bash[19205]: cluster 2024-09-10T18:22:57.533056+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-10T18:22:58.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:58 smithi031 bash[19205]: audit 2024-09-10T18:22:57.533841+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:22:58.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:58 smithi031 bash[19205]: audit 2024-09-10T18:22:57.541158+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:22:58.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:58 smithi031 bash[19205]: audit 2024-09-10T18:22:57.541697+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:22:58.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:58 smithi031 bash[19205]: audit 2024-09-10T18:22:57.832926+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:58.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:58 smithi031 bash[19205]: cephadm 2024-09-10T18:22:57.834042+0000 mgr.y (mgr.14138) 74 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:22:58.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:58 smithi031 bash[19205]: audit 2024-09-10T18:22:58.194726+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:59.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:59 smithi063 bash[14646]: cluster 2024-09-10T18:22:56.754163+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:22:59.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:59 smithi063 bash[14646]: cluster 2024-09-10T18:22:56.754261+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:22:59.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:59 smithi063 bash[14646]: cephadm 2024-09-10T18:22:58.196325+0000 mgr.y (mgr.14138) 75 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:22:59.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:59 smithi063 bash[14646]: cluster 2024-09-10T18:22:58.453002+0000 mgr.y (mgr.14138) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:59.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:59 smithi063 bash[14646]: cluster 2024-09-10T18:22:58.544446+0000 mon.a (mon.0) 267 : cluster [INF] osd.0 [v2:172.21.15.31:6802/108384699,v1:172.21.15.31:6803/108384699] boot 2024-09-10T18:22:59.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:59 smithi063 bash[14646]: cluster 2024-09-10T18:22:58.544521+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-10T18:22:59.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:59 smithi063 bash[14646]: audit 2024-09-10T18:22:58.545213+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:22:59.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:22:59 smithi063 bash[14646]: audit 2024-09-10T18:22:58.550236+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:59.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:59 smithi031 bash[14957]: cluster 2024-09-10T18:22:56.754163+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:22:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:59 smithi031 bash[14957]: cluster 2024-09-10T18:22:56.754261+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:22:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:59 smithi031 bash[14957]: cephadm 2024-09-10T18:22:58.196325+0000 mgr.y (mgr.14138) 75 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:22:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:59 smithi031 bash[14957]: cluster 2024-09-10T18:22:58.453002+0000 mgr.y (mgr.14138) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:59 smithi031 bash[14957]: cluster 2024-09-10T18:22:58.544446+0000 mon.a (mon.0) 267 : cluster [INF] osd.0 [v2:172.21.15.31:6802/108384699,v1:172.21.15.31:6803/108384699] boot 2024-09-10T18:22:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:59 smithi031 bash[14957]: cluster 2024-09-10T18:22:58.544521+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-10T18:22:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:59 smithi031 bash[14957]: audit 2024-09-10T18:22:58.545213+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:22:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:22:59 smithi031 bash[14957]: audit 2024-09-10T18:22:58.550236+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:22:59.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:59 smithi031 bash[19205]: cluster 2024-09-10T18:22:56.754163+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:22:59.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:59 smithi031 bash[19205]: cluster 2024-09-10T18:22:56.754261+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:22:59.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:59 smithi031 bash[19205]: cephadm 2024-09-10T18:22:58.196325+0000 mgr.y (mgr.14138) 75 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:22:59.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:59 smithi031 bash[19205]: cluster 2024-09-10T18:22:58.453002+0000 mgr.y (mgr.14138) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:22:59.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:59 smithi031 bash[19205]: cluster 2024-09-10T18:22:58.544446+0000 mon.a (mon.0) 267 : cluster [INF] osd.0 [v2:172.21.15.31:6802/108384699,v1:172.21.15.31:6803/108384699] boot 2024-09-10T18:22:59.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:59 smithi031 bash[19205]: cluster 2024-09-10T18:22:58.544521+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-10T18:22:59.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:59 smithi031 bash[19205]: audit 2024-09-10T18:22:58.545213+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:22:59.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:22:59 smithi031 bash[19205]: audit 2024-09-10T18:22:58.550236+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:00.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:00 smithi031 bash[14957]: cluster 2024-09-10T18:22:59.546271+0000 mon.a (mon.0) 271 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-10T18:23:00.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:00 smithi031 bash[14957]: audit 2024-09-10T18:22:59.963102+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:23:00.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:00 smithi031 bash[14957]: audit 2024-09-10T18:22:59.965394+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:23:00.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:00 smithi031 bash[14957]: audit 2024-09-10T18:22:59.966640+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:23:00.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:00 smithi031 bash[14957]: audit 2024-09-10T18:22:59.968171+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:00.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:00 smithi031 bash[14957]: cluster 2024-09-10T18:23:00.547986+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-10T18:23:00.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:00 smithi031 bash[19205]: cluster 2024-09-10T18:22:59.546271+0000 mon.a (mon.0) 271 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-10T18:23:00.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:00 smithi031 bash[19205]: audit 2024-09-10T18:22:59.963102+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:23:00.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:00 smithi031 bash[19205]: audit 2024-09-10T18:22:59.965394+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:23:00.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:00 smithi031 bash[19205]: audit 2024-09-10T18:22:59.966640+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:23:00.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:00 smithi031 bash[19205]: audit 2024-09-10T18:22:59.968171+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:00.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:00 smithi031 bash[19205]: cluster 2024-09-10T18:23:00.547986+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-10T18:23:00.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:00 smithi063 bash[14646]: cluster 2024-09-10T18:22:59.546271+0000 mon.a (mon.0) 271 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-10T18:23:00.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:00 smithi063 bash[14646]: audit 2024-09-10T18:22:59.963102+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:23:00.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:00 smithi063 bash[14646]: audit 2024-09-10T18:22:59.965394+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:23:00.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:00 smithi063 bash[14646]: audit 2024-09-10T18:22:59.966640+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:23:00.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:00 smithi063 bash[14646]: audit 2024-09-10T18:22:59.968171+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:00.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:00 smithi063 bash[14646]: cluster 2024-09-10T18:23:00.547986+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-10T18:23:01.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:01 smithi063 bash[14646]: audit 2024-09-10T18:22:59.961416+0000 mgr.y (mgr.14138) 77 : audit [DBG] from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:01.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:01 smithi063 bash[14646]: cephadm 2024-09-10T18:22:59.965070+0000 mgr.y (mgr.14138) 78 : cephadm [INF] Applying drive group None on host smithi031... 2024-09-10T18:23:01.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:01 smithi063 bash[14646]: cluster 2024-09-10T18:23:00.453667+0000 mgr.y (mgr.14138) 79 : cluster [DBG] pgmap v52: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:01.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:01 smithi063 bash[14646]: cluster 2024-09-10T18:23:00.548657+0000 mon.a (mon.0) 277 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:23:01.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:01 smithi031 bash[14957]: audit 2024-09-10T18:22:59.961416+0000 mgr.y (mgr.14138) 77 : audit [DBG] from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:01.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:01 smithi031 bash[14957]: cephadm 2024-09-10T18:22:59.965070+0000 mgr.y (mgr.14138) 78 : cephadm [INF] Applying drive group None on host smithi031... 2024-09-10T18:23:01.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:01 smithi031 bash[14957]: cluster 2024-09-10T18:23:00.453667+0000 mgr.y (mgr.14138) 79 : cluster [DBG] pgmap v52: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:01.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:01 smithi031 bash[14957]: cluster 2024-09-10T18:23:00.548657+0000 mon.a (mon.0) 277 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:23:01.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:01 smithi031 bash[19205]: audit 2024-09-10T18:22:59.961416+0000 mgr.y (mgr.14138) 77 : audit [DBG] from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:01.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:01 smithi031 bash[19205]: cephadm 2024-09-10T18:22:59.965070+0000 mgr.y (mgr.14138) 78 : cephadm [INF] Applying drive group None on host smithi031... 2024-09-10T18:23:01.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:01 smithi031 bash[19205]: cluster 2024-09-10T18:23:00.453667+0000 mgr.y (mgr.14138) 79 : cluster [DBG] pgmap v52: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:01.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:01 smithi031 bash[19205]: cluster 2024-09-10T18:23:00.548657+0000 mon.a (mon.0) 277 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:23:03.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:03 smithi063 bash[14646]: cluster 2024-09-10T18:23:02.454419+0000 mgr.y (mgr.14138) 80 : cluster [DBG] pgmap v54: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:03.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:03 smithi031 bash[14957]: cluster 2024-09-10T18:23:02.454419+0000 mgr.y (mgr.14138) 80 : cluster [DBG] pgmap v54: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:03.885 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:03 smithi031 bash[19205]: cluster 2024-09-10T18:23:02.454419+0000 mgr.y (mgr.14138) 80 : cluster [DBG] pgmap v54: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:04.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:04 smithi063 bash[14646]: audit 2024-09-10T18:23:03.837476+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.31:0/1887760961' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "245fbbdb-dc7b-4d9e-a066-7284db86b2fa"}]: dispatch 2024-09-10T18:23:04.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:04 smithi063 bash[14646]: audit 2024-09-10T18:23:03.838172+0000 mon.a (mon.0) 278 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "245fbbdb-dc7b-4d9e-a066-7284db86b2fa"}]: dispatch 2024-09-10T18:23:04.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:04 smithi063 bash[14646]: audit 2024-09-10T18:23:03.848324+0000 mon.a (mon.0) 279 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "245fbbdb-dc7b-4d9e-a066-7284db86b2fa"}]': finished 2024-09-10T18:23:04.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:04 smithi063 bash[14646]: cluster 2024-09-10T18:23:03.848559+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-10T18:23:04.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:04 smithi063 bash[14646]: audit 2024-09-10T18:23:03.848887+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:23:04.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:04 smithi063 bash[14646]: audit 2024-09-10T18:23:04.458128+0000 mon.a (mon.0) 282 : audit [DBG] from='client.? 172.21.15.31:0/3348911768' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:23:04.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:04 smithi031 bash[14957]: audit 2024-09-10T18:23:03.837476+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.31:0/1887760961' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "245fbbdb-dc7b-4d9e-a066-7284db86b2fa"}]: dispatch 2024-09-10T18:23:04.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:04 smithi031 bash[14957]: audit 2024-09-10T18:23:03.838172+0000 mon.a (mon.0) 278 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "245fbbdb-dc7b-4d9e-a066-7284db86b2fa"}]: dispatch 2024-09-10T18:23:04.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:04 smithi031 bash[14957]: audit 2024-09-10T18:23:03.848324+0000 mon.a (mon.0) 279 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "245fbbdb-dc7b-4d9e-a066-7284db86b2fa"}]': finished 2024-09-10T18:23:04.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:04 smithi031 bash[14957]: cluster 2024-09-10T18:23:03.848559+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-10T18:23:04.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:04 smithi031 bash[14957]: audit 2024-09-10T18:23:03.848887+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:23:04.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:04 smithi031 bash[14957]: audit 2024-09-10T18:23:04.458128+0000 mon.a (mon.0) 282 : audit [DBG] from='client.? 172.21.15.31:0/3348911768' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:23:04.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:04 smithi031 bash[19205]: audit 2024-09-10T18:23:03.837476+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.31:0/1887760961' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "245fbbdb-dc7b-4d9e-a066-7284db86b2fa"}]: dispatch 2024-09-10T18:23:04.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:04 smithi031 bash[19205]: audit 2024-09-10T18:23:03.838172+0000 mon.a (mon.0) 278 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "245fbbdb-dc7b-4d9e-a066-7284db86b2fa"}]: dispatch 2024-09-10T18:23:04.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:04 smithi031 bash[19205]: audit 2024-09-10T18:23:03.848324+0000 mon.a (mon.0) 279 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "245fbbdb-dc7b-4d9e-a066-7284db86b2fa"}]': finished 2024-09-10T18:23:04.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:04 smithi031 bash[19205]: cluster 2024-09-10T18:23:03.848559+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-10T18:23:04.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:04 smithi031 bash[19205]: audit 2024-09-10T18:23:03.848887+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:23:04.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:04 smithi031 bash[19205]: audit 2024-09-10T18:23:04.458128+0000 mon.a (mon.0) 282 : audit [DBG] from='client.? 172.21.15.31:0/3348911768' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:23:06.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:05 smithi063 bash[14646]: cluster 2024-09-10T18:23:04.455032+0000 mgr.y (mgr.14138) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:06.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:05 smithi031 bash[14957]: cluster 2024-09-10T18:23:04.455032+0000 mgr.y (mgr.14138) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:06.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:05 smithi031 bash[19205]: cluster 2024-09-10T18:23:04.455032+0000 mgr.y (mgr.14138) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:07.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:07 smithi063 bash[14646]: cluster 2024-09-10T18:23:06.455632+0000 mgr.y (mgr.14138) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:07.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:07 smithi063 bash[14646]: cluster 2024-09-10T18:23:06.846047+0000 mon.a (mon.0) 283 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:23:07.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:07 smithi063 bash[14646]: audit 2024-09-10T18:23:07.211282+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:07.885 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:07 smithi031 bash[19205]: cluster 2024-09-10T18:23:06.455632+0000 mgr.y (mgr.14138) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:07.885 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:07 smithi031 bash[19205]: cluster 2024-09-10T18:23:06.846047+0000 mon.a (mon.0) 283 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:23:07.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:07 smithi031 bash[19205]: audit 2024-09-10T18:23:07.211282+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:07.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:07 smithi031 bash[14957]: cluster 2024-09-10T18:23:06.455632+0000 mgr.y (mgr.14138) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:07.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:07 smithi031 bash[14957]: cluster 2024-09-10T18:23:06.846047+0000 mon.a (mon.0) 283 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:23:07.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:07 smithi031 bash[14957]: audit 2024-09-10T18:23:07.211282+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:09.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:09 smithi031 bash[14957]: cluster 2024-09-10T18:23:08.456117+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-10T18:23:09.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:09 smithi031 bash[19205]: cluster 2024-09-10T18:23:08.456117+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-10T18:23:09.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:09 smithi063 bash[14646]: cluster 2024-09-10T18:23:08.456117+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-10T18:23:11.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:11 smithi063 bash[14646]: cluster 2024-09-10T18:23:10.456673+0000 mgr.y (mgr.14138) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:11.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:11 smithi063 bash[14646]: audit 2024-09-10T18:23:11.278711+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:23:11.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:11 smithi063 bash[14646]: audit 2024-09-10T18:23:11.280662+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:23:11.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:11 smithi063 bash[14646]: audit 2024-09-10T18:23:11.282960+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T18:23:11.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:11 smithi031 bash[14957]: cluster 2024-09-10T18:23:10.456673+0000 mgr.y (mgr.14138) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:11.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:11 smithi031 bash[14957]: audit 2024-09-10T18:23:11.278711+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:23:11.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:11 smithi031 bash[14957]: audit 2024-09-10T18:23:11.280662+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:23:11.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:11 smithi031 bash[14957]: audit 2024-09-10T18:23:11.282960+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T18:23:11.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:11 smithi031 bash[19205]: cluster 2024-09-10T18:23:10.456673+0000 mgr.y (mgr.14138) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:11.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:11 smithi031 bash[19205]: audit 2024-09-10T18:23:11.278711+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:23:11.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:11 smithi031 bash[19205]: audit 2024-09-10T18:23:11.280662+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:23:11.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:11 smithi031 bash[19205]: audit 2024-09-10T18:23:11.282960+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T18:23:12.857 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:12 smithi031 bash[14957]: cephadm 2024-09-10T18:23:11.282202+0000 mgr.y (mgr.14138) 85 : cephadm [INF] Deploying daemon osd.1 on smithi031 2024-09-10T18:23:12.858 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:12 smithi031 bash[19205]: cephadm 2024-09-10T18:23:11.282202+0000 mgr.y (mgr.14138) 85 : cephadm [INF] Deploying daemon osd.1 on smithi031 2024-09-10T18:23:12.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:12 smithi063 bash[14646]: cephadm 2024-09-10T18:23:11.282202+0000 mgr.y (mgr.14138) 85 : cephadm [INF] Deploying daemon osd.1 on smithi031 2024-09-10T18:23:13.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:13 smithi031 bash[14957]: cluster 2024-09-10T18:23:12.457227+0000 mgr.y (mgr.14138) 86 : cluster [DBG] pgmap v60: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:13.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:13 smithi031 bash[19205]: cluster 2024-09-10T18:23:12.457227+0000 mgr.y (mgr.14138) 86 : cluster [DBG] pgmap v60: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:13.807 INFO:teuthology.orchestra.run.smithi031.stdout:Created osd(s) 1 on host 'smithi031' 2024-09-10T18:23:13.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:13 smithi063 bash[14646]: cluster 2024-09-10T18:23:12.457227+0000 mgr.y (mgr.14138) 86 : cluster [DBG] pgmap v60: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:14.713 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:14 smithi031 bash[14957]: audit 2024-09-10T18:23:13.798145+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:23:14.713 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:14 smithi031 bash[14957]: audit 2024-09-10T18:23:13.802753+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:14.713 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:14 smithi031 bash[19205]: audit 2024-09-10T18:23:13.798145+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:23:14.713 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:14 smithi031 bash[19205]: audit 2024-09-10T18:23:13.802753+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:14.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:14 smithi063 bash[14646]: audit 2024-09-10T18:23:13.798145+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:23:14.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:14 smithi063 bash[14646]: audit 2024-09-10T18:23:13.802753+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:15.160 DEBUG:teuthology.orchestra.run.smithi031:osd.1> sudo journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.1.service 2024-09-10T18:23:15.163 INFO:tasks.cephadm:Deploying osd.2 on smithi031 with /dev/vg_nvme/lv_2... 2024-09-10T18:23:15.163 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-10T18:23:15.959 INFO:journalctl@ceph.osd.1.smithi031.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T18:23:16.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:15 smithi063 bash[14646]: cluster 2024-09-10T18:23:14.457890+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-10T18:23:16.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:15 smithi063 bash[14646]: audit 2024-09-10T18:23:14.710971+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:16.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:15 smithi063 bash[14646]: audit 2024-09-10T18:23:14.712816+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:16.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:15 smithi031 bash[14957]: cluster 2024-09-10T18:23:14.457890+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-10T18:23:16.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:15 smithi031 bash[14957]: audit 2024-09-10T18:23:14.710971+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:16.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:15 smithi031 bash[14957]: audit 2024-09-10T18:23:14.712816+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:16.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:15 smithi031 bash[19205]: cluster 2024-09-10T18:23:14.457890+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-10T18:23:16.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:15 smithi031 bash[19205]: audit 2024-09-10T18:23:14.710971+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:16.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:15 smithi031 bash[19205]: audit 2024-09-10T18:23:14.712816+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:17.330 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:23:17 smithi031 bash[23040]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T18:23:17.330 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:23:17 smithi031 bash[23040]: 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-10T18:23:17.330 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:23:17 smithi031 bash[23040]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-10T18:23:17.330 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:23:17 smithi031 bash[23040]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-09-10T18:23:17.330 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:23:17 smithi031 bash[23040]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T18:23:17.330 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:23:17 smithi031 bash[23040]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T18:23:17.330 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:23:17 smithi031 bash[23040]: --> ceph-volume lvm activate successful for osd ID: 1 2024-09-10T18:23:18.011 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:17 smithi031 bash[14957]: cluster 2024-09-10T18:23:16.458503+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-10T18:23:18.012 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:17 smithi031 bash[19205]: cluster 2024-09-10T18:23:16.458503+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-10T18:23:18.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:17 smithi063 bash[14646]: cluster 2024-09-10T18:23:16.458503+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-10T18:23:19.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:18 smithi063 bash[14646]: audit 2024-09-10T18:23:18.649304+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:23:19.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:18 smithi063 bash[14646]: audit 2024-09-10T18:23:18.651909+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:23:19.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:18 smithi031 bash[14957]: audit 2024-09-10T18:23:18.649304+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:23:19.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:18 smithi031 bash[14957]: audit 2024-09-10T18:23:18.651909+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:23:19.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:18 smithi031 bash[19205]: audit 2024-09-10T18:23:18.649304+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:23:19.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:18 smithi031 bash[19205]: audit 2024-09-10T18:23:18.651909+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:23:19.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:19 smithi031 bash[14957]: cluster 2024-09-10T18:23:18.459122+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-10T18:23:19.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:19 smithi031 bash[19205]: cluster 2024-09-10T18:23:18.459122+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-10T18:23:20.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:19 smithi063 bash[14646]: cluster 2024-09-10T18:23:18.459122+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-10T18:23:21.636 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:23:21 smithi031 bash[23372]: debug 2024-09-10T18:23:21.424+0000 7fa69b432f40 -1 Falling back to public interface 2024-09-10T18:23:21.861 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-10T18:23:21.861 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-10T18:23:21.861 INFO:teuthology.orchestra.run.smithi031.stderr: stderr: 10+0 records in 2024-09-10T18:23:21.861 INFO:teuthology.orchestra.run.smithi031.stderr:10+0 records out 2024-09-10T18:23:21.862 INFO:teuthology.orchestra.run.smithi031.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0165616 s, 633 MB/s 2024-09-10T18:23:21.862 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping successful for: 2024-09-10T18:23:22.056 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:21 smithi031 bash[14957]: cluster 2024-09-10T18:23:20.459883+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-10T18:23:22.056 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:21 smithi031 bash[19205]: cluster 2024-09-10T18:23:20.459883+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-10T18:23:22.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:21 smithi063 bash[14646]: cluster 2024-09-10T18:23:20.459883+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-10T18:23:22.386 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:23:22 smithi031 bash[23372]: debug 2024-09-10T18:23:22.076+0000 7fa69b432f40 -1 osd.1 0 log_to_monitors {default=true} 2024-09-10T18:23:22.584 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi031:vg_nvme/lv_2 2024-09-10T18:23:22.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:22 smithi031 bash[14957]: audit 2024-09-10T18:23:22.087110+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.31:6810/1771582843,v1:172.21.15.31:6811/1771582843]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:23:22.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:22 smithi031 bash[14957]: audit 2024-09-10T18:23:22.087564+0000 mon.a (mon.0) 294 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:23:22.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:22 smithi031 bash[19205]: audit 2024-09-10T18:23:22.087110+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.31:6810/1771582843,v1:172.21.15.31:6811/1771582843]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:23:22.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:22 smithi031 bash[19205]: audit 2024-09-10T18:23:22.087564+0000 mon.a (mon.0) 294 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:23:23.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:22 smithi063 bash[14646]: audit 2024-09-10T18:23:22.087110+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.31:6810/1771582843,v1:172.21.15.31:6811/1771582843]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:23:23.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:22 smithi063 bash[14646]: audit 2024-09-10T18:23:22.087564+0000 mon.a (mon.0) 294 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:23:24.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:23 smithi063 bash[14646]: cluster 2024-09-10T18:23:22.460477+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-10T18:23:24.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:23 smithi063 bash[14646]: audit 2024-09-10T18:23:22.746944+0000 mon.a (mon.0) 295 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:23:24.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:23 smithi063 bash[14646]: cluster 2024-09-10T18:23:22.747133+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-10T18:23:24.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:23 smithi063 bash[14646]: audit 2024-09-10T18:23:22.747396+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:23:24.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:23 smithi063 bash[14646]: audit 2024-09-10T18:23:22.748137+0000 mon.c (mon.1) 10 : audit [INF] from='osd.1 [v2:172.21.15.31:6810/1771582843,v1:172.21.15.31:6811/1771582843]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:23:24.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:23 smithi063 bash[14646]: audit 2024-09-10T18:23:22.748755+0000 mon.a (mon.0) 298 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:23:24.136 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:23:23 smithi031 bash[23372]: debug 2024-09-10T18:23:23.756+0000 7fa683f08700 -1 osd.1 0 waiting for initial osdmap 2024-09-10T18:23:24.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:23 smithi031 bash[19205]: cluster 2024-09-10T18:23:22.460477+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-10T18:23:24.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:23 smithi031 bash[19205]: audit 2024-09-10T18:23:22.746944+0000 mon.a (mon.0) 295 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:23:24.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:23 smithi031 bash[19205]: cluster 2024-09-10T18:23:22.747133+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-10T18:23:24.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:23 smithi031 bash[19205]: audit 2024-09-10T18:23:22.747396+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:23:24.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:23 smithi031 bash[19205]: audit 2024-09-10T18:23:22.748137+0000 mon.c (mon.1) 10 : audit [INF] from='osd.1 [v2:172.21.15.31:6810/1771582843,v1:172.21.15.31:6811/1771582843]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:23:24.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:23 smithi031 bash[19205]: audit 2024-09-10T18:23:22.748755+0000 mon.a (mon.0) 298 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:23:24.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:23 smithi031 bash[14957]: cluster 2024-09-10T18:23:22.460477+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-10T18:23:24.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:23 smithi031 bash[14957]: audit 2024-09-10T18:23:22.746944+0000 mon.a (mon.0) 295 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:23:24.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:23 smithi031 bash[14957]: cluster 2024-09-10T18:23:22.747133+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-10T18:23:24.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:23 smithi031 bash[14957]: audit 2024-09-10T18:23:22.747396+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:23:24.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:23 smithi031 bash[14957]: audit 2024-09-10T18:23:22.748137+0000 mon.c (mon.1) 10 : audit [INF] from='osd.1 [v2:172.21.15.31:6810/1771582843,v1:172.21.15.31:6811/1771582843]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:23:24.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:23 smithi031 bash[14957]: audit 2024-09-10T18:23:22.748755+0000 mon.a (mon.0) 298 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:23:25.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:24 smithi063 bash[14646]: audit 2024-09-10T18:23:23.751219+0000 mon.a (mon.0) 299 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-10T18:23:25.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:24 smithi063 bash[14646]: cluster 2024-09-10T18:23:23.751578+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-10T18:23:25.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:24 smithi063 bash[14646]: audit 2024-09-10T18:23:23.752525+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:23:25.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:24 smithi063 bash[14646]: audit 2024-09-10T18:23:23.760463+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:23:25.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:24 smithi063 bash[14646]: audit 2024-09-10T18:23:23.966087+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:23:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:24 smithi063 bash[14646]: audit 2024-09-10T18:23:24.284447+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:24 smithi063 bash[14646]: audit 2024-09-10T18:23:24.293809+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:24 smithi063 bash[14646]: audit 2024-09-10T18:23:24.303159+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:25.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:24 smithi031 bash[19205]: audit 2024-09-10T18:23:23.751219+0000 mon.a (mon.0) 299 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-10T18:23:25.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:24 smithi031 bash[19205]: cluster 2024-09-10T18:23:23.751578+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-10T18:23:25.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:24 smithi031 bash[19205]: audit 2024-09-10T18:23:23.752525+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:23:25.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:24 smithi031 bash[19205]: audit 2024-09-10T18:23:23.760463+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:23:25.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:24 smithi031 bash[19205]: audit 2024-09-10T18:23:23.966087+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:23:25.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:24 smithi031 bash[19205]: audit 2024-09-10T18:23:24.284447+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:25.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:24 smithi031 bash[19205]: audit 2024-09-10T18:23:24.293809+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:25.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:24 smithi031 bash[19205]: audit 2024-09-10T18:23:24.303159+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:25.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:24 smithi031 bash[14957]: audit 2024-09-10T18:23:23.751219+0000 mon.a (mon.0) 299 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-10T18:23:25.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:24 smithi031 bash[14957]: cluster 2024-09-10T18:23:23.751578+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-10T18:23:25.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:24 smithi031 bash[14957]: audit 2024-09-10T18:23:23.752525+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:23:25.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:24 smithi031 bash[14957]: audit 2024-09-10T18:23:23.760463+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:23:25.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:24 smithi031 bash[14957]: audit 2024-09-10T18:23:23.966087+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:23:25.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:24 smithi031 bash[14957]: audit 2024-09-10T18:23:24.284447+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:25.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:24 smithi031 bash[14957]: audit 2024-09-10T18:23:24.293809+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:25.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:24 smithi031 bash[14957]: audit 2024-09-10T18:23:24.303159+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:26.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:25 smithi063 bash[14646]: cluster 2024-09-10T18:23:23.039120+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:23:26.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:25 smithi063 bash[14646]: cluster 2024-09-10T18:23:23.039220+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:23:26.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:25 smithi063 bash[14646]: cluster 2024-09-10T18:23:24.461064+0000 mgr.y (mgr.14138) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:26.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:25 smithi063 bash[14646]: audit 2024-09-10T18:23:24.758983+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:23:26.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:25 smithi063 bash[14646]: cluster 2024-09-10T18:23:24.765896+0000 mon.a (mon.0) 308 : cluster [INF] osd.1 [v2:172.21.15.31:6810/1771582843,v1:172.21.15.31:6811/1771582843] boot 2024-09-10T18:23:26.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:25 smithi063 bash[14646]: cluster 2024-09-10T18:23:24.765980+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-10T18:23:26.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:25 smithi063 bash[14646]: audit 2024-09-10T18:23:24.767323+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:23:26.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:25 smithi031 bash[14957]: cluster 2024-09-10T18:23:23.039120+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:23:26.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:25 smithi031 bash[14957]: cluster 2024-09-10T18:23:23.039220+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:23:26.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:25 smithi031 bash[14957]: cluster 2024-09-10T18:23:24.461064+0000 mgr.y (mgr.14138) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:26.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:25 smithi031 bash[14957]: audit 2024-09-10T18:23:24.758983+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:23:26.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:25 smithi031 bash[14957]: cluster 2024-09-10T18:23:24.765896+0000 mon.a (mon.0) 308 : cluster [INF] osd.1 [v2:172.21.15.31:6810/1771582843,v1:172.21.15.31:6811/1771582843] boot 2024-09-10T18:23:26.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:25 smithi031 bash[14957]: cluster 2024-09-10T18:23:24.765980+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-10T18:23:26.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:25 smithi031 bash[14957]: audit 2024-09-10T18:23:24.767323+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:23:26.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:25 smithi031 bash[19205]: cluster 2024-09-10T18:23:23.039120+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:23:26.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:25 smithi031 bash[19205]: cluster 2024-09-10T18:23:23.039220+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:23:26.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:25 smithi031 bash[19205]: cluster 2024-09-10T18:23:24.461064+0000 mgr.y (mgr.14138) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:23:26.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:25 smithi031 bash[19205]: audit 2024-09-10T18:23:24.758983+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:23:26.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:25 smithi031 bash[19205]: cluster 2024-09-10T18:23:24.765896+0000 mon.a (mon.0) 308 : cluster [INF] osd.1 [v2:172.21.15.31:6810/1771582843,v1:172.21.15.31:6811/1771582843] boot 2024-09-10T18:23:26.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:25 smithi031 bash[19205]: cluster 2024-09-10T18:23:24.765980+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-10T18:23:26.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:25 smithi031 bash[19205]: audit 2024-09-10T18:23:24.767323+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:23:26.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:26 smithi031 bash[14957]: cluster 2024-09-10T18:23:25.790123+0000 mon.a (mon.0) 311 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-10T18:23:26.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:26 smithi031 bash[14957]: audit 2024-09-10T18:23:26.203970+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:23:26.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:26 smithi031 bash[14957]: audit 2024-09-10T18:23:26.207061+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:23:26.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:26 smithi031 bash[14957]: audit 2024-09-10T18:23:26.208591+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:23:26.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:26 smithi031 bash[14957]: audit 2024-09-10T18:23:26.210224+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:26.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:26 smithi031 bash[19205]: cluster 2024-09-10T18:23:25.790123+0000 mon.a (mon.0) 311 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-10T18:23:26.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:26 smithi031 bash[19205]: audit 2024-09-10T18:23:26.203970+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:23:26.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:26 smithi031 bash[19205]: audit 2024-09-10T18:23:26.207061+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:23:26.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:26 smithi031 bash[19205]: audit 2024-09-10T18:23:26.208591+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:23:26.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:26 smithi031 bash[19205]: audit 2024-09-10T18:23:26.210224+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:27.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:26 smithi063 bash[14646]: cluster 2024-09-10T18:23:25.790123+0000 mon.a (mon.0) 311 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-10T18:23:27.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:26 smithi063 bash[14646]: audit 2024-09-10T18:23:26.203970+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:23:27.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:26 smithi063 bash[14646]: audit 2024-09-10T18:23:26.207061+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:23:27.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:26 smithi063 bash[14646]: audit 2024-09-10T18:23:26.208591+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:23:27.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:26 smithi063 bash[14646]: audit 2024-09-10T18:23:26.210224+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:28.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:27 smithi063 bash[14646]: audit 2024-09-10T18:23:26.201976+0000 mgr.y (mgr.14138) 93 : audit [DBG] from='client.14250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:28.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:27 smithi063 bash[14646]: cephadm 2024-09-10T18:23:26.206568+0000 mgr.y (mgr.14138) 94 : cephadm [INF] Applying drive group None on host smithi031... 2024-09-10T18:23:28.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:27 smithi063 bash[14646]: cluster 2024-09-10T18:23:26.461632+0000 mgr.y (mgr.14138) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 undersized+peered; 0 B data, 272 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:28.135 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:27 smithi031 bash[19205]: audit 2024-09-10T18:23:26.201976+0000 mgr.y (mgr.14138) 93 : audit [DBG] from='client.14250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:28.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:27 smithi031 bash[19205]: cephadm 2024-09-10T18:23:26.206568+0000 mgr.y (mgr.14138) 94 : cephadm [INF] Applying drive group None on host smithi031... 2024-09-10T18:23:28.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:27 smithi031 bash[19205]: cluster 2024-09-10T18:23:26.461632+0000 mgr.y (mgr.14138) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 undersized+peered; 0 B data, 272 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:28.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:27 smithi031 bash[14957]: audit 2024-09-10T18:23:26.201976+0000 mgr.y (mgr.14138) 93 : audit [DBG] from='client.14250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:28.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:27 smithi031 bash[14957]: cephadm 2024-09-10T18:23:26.206568+0000 mgr.y (mgr.14138) 94 : cephadm [INF] Applying drive group None on host smithi031... 2024-09-10T18:23:28.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:27 smithi031 bash[14957]: cluster 2024-09-10T18:23:26.461632+0000 mgr.y (mgr.14138) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 undersized+peered; 0 B data, 272 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:30.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:29 smithi063 bash[14646]: cluster 2024-09-10T18:23:28.462262+0000 mgr.y (mgr.14138) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 undersized+peered; 0 B data, 272 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:30.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:29 smithi031 bash[14957]: cluster 2024-09-10T18:23:28.462262+0000 mgr.y (mgr.14138) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 undersized+peered; 0 B data, 272 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:30.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:29 smithi031 bash[19205]: cluster 2024-09-10T18:23:28.462262+0000 mgr.y (mgr.14138) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 undersized+peered; 0 B data, 272 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:31.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:30 smithi063 bash[14646]: audit 2024-09-10T18:23:29.990003+0000 mon.a (mon.0) 316 : audit [INF] from='client.? 172.21.15.31:0/403734887' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "888a6f9b-ff74-40ef-b0c2-9df29315b2a9"}]: dispatch 2024-09-10T18:23:31.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:30 smithi063 bash[14646]: audit 2024-09-10T18:23:29.998042+0000 mon.a (mon.0) 317 : audit [INF] from='client.? 172.21.15.31:0/403734887' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "888a6f9b-ff74-40ef-b0c2-9df29315b2a9"}]': finished 2024-09-10T18:23:31.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:30 smithi063 bash[14646]: cluster 2024-09-10T18:23:29.998214+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-10T18:23:31.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:30 smithi063 bash[14646]: audit 2024-09-10T18:23:29.998508+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:23:31.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:30 smithi063 bash[14646]: audit 2024-09-10T18:23:30.596102+0000 mon.a (mon.0) 320 : audit [DBG] from='client.? 172.21.15.31:0/1398342342' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:23:31.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:30 smithi031 bash[14957]: audit 2024-09-10T18:23:29.990003+0000 mon.a (mon.0) 316 : audit [INF] from='client.? 172.21.15.31:0/403734887' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "888a6f9b-ff74-40ef-b0c2-9df29315b2a9"}]: dispatch 2024-09-10T18:23:31.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:30 smithi031 bash[14957]: audit 2024-09-10T18:23:29.998042+0000 mon.a (mon.0) 317 : audit [INF] from='client.? 172.21.15.31:0/403734887' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "888a6f9b-ff74-40ef-b0c2-9df29315b2a9"}]': finished 2024-09-10T18:23:31.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:30 smithi031 bash[14957]: cluster 2024-09-10T18:23:29.998214+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-10T18:23:31.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:30 smithi031 bash[14957]: audit 2024-09-10T18:23:29.998508+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:23:31.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:30 smithi031 bash[14957]: audit 2024-09-10T18:23:30.596102+0000 mon.a (mon.0) 320 : audit [DBG] from='client.? 172.21.15.31:0/1398342342' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:23:31.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:30 smithi031 bash[19205]: audit 2024-09-10T18:23:29.990003+0000 mon.a (mon.0) 316 : audit [INF] from='client.? 172.21.15.31:0/403734887' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "888a6f9b-ff74-40ef-b0c2-9df29315b2a9"}]: dispatch 2024-09-10T18:23:31.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:30 smithi031 bash[19205]: audit 2024-09-10T18:23:29.998042+0000 mon.a (mon.0) 317 : audit [INF] from='client.? 172.21.15.31:0/403734887' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "888a6f9b-ff74-40ef-b0c2-9df29315b2a9"}]': finished 2024-09-10T18:23:31.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:30 smithi031 bash[19205]: cluster 2024-09-10T18:23:29.998214+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-10T18:23:31.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:30 smithi031 bash[19205]: audit 2024-09-10T18:23:29.998508+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:23:31.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:30 smithi031 bash[19205]: audit 2024-09-10T18:23:30.596102+0000 mon.a (mon.0) 320 : audit [DBG] from='client.? 172.21.15.31:0/1398342342' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:23:32.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:31 smithi063 bash[14646]: cluster 2024-09-10T18:23:30.462843+0000 mgr.y (mgr.14138) 97 : cluster [DBG] pgmap v74: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:32.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:31 smithi031 bash[14957]: cluster 2024-09-10T18:23:30.462843+0000 mgr.y (mgr.14138) 97 : cluster [DBG] pgmap v74: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:32.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:31 smithi031 bash[19205]: cluster 2024-09-10T18:23:30.462843+0000 mgr.y (mgr.14138) 97 : cluster [DBG] pgmap v74: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:33.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:32 smithi063 bash[14646]: cluster 2024-09-10T18:23:32.805707+0000 mon.a (mon.0) 321 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-10T18:23:33.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:32 smithi063 bash[14646]: cluster 2024-09-10T18:23:32.805803+0000 mon.a (mon.0) 322 : cluster [INF] Cluster is now healthy 2024-09-10T18:23:33.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:32 smithi031 bash[14957]: cluster 2024-09-10T18:23:32.805707+0000 mon.a (mon.0) 321 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-10T18:23:33.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:32 smithi031 bash[14957]: cluster 2024-09-10T18:23:32.805803+0000 mon.a (mon.0) 322 : cluster [INF] Cluster is now healthy 2024-09-10T18:23:33.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:32 smithi031 bash[19205]: cluster 2024-09-10T18:23:32.805707+0000 mon.a (mon.0) 321 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-10T18:23:33.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:32 smithi031 bash[19205]: cluster 2024-09-10T18:23:32.805803+0000 mon.a (mon.0) 322 : cluster [INF] Cluster is now healthy 2024-09-10T18:23:34.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:33 smithi063 bash[14646]: cluster 2024-09-10T18:23:32.463427+0000 mgr.y (mgr.14138) 98 : cluster [DBG] pgmap v75: 1 pgs: 1 active+undersized; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:34.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:33 smithi063 bash[14646]: audit 2024-09-10T18:23:33.453252+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:34.135 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:33 smithi031 bash[14957]: cluster 2024-09-10T18:23:32.463427+0000 mgr.y (mgr.14138) 98 : cluster [DBG] pgmap v75: 1 pgs: 1 active+undersized; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:34.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:33 smithi031 bash[14957]: audit 2024-09-10T18:23:33.453252+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:34.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:33 smithi031 bash[19205]: cluster 2024-09-10T18:23:32.463427+0000 mgr.y (mgr.14138) 98 : cluster [DBG] pgmap v75: 1 pgs: 1 active+undersized; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:34.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:33 smithi031 bash[19205]: audit 2024-09-10T18:23:33.453252+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:36.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:35 smithi063 bash[14646]: cluster 2024-09-10T18:23:34.464008+0000 mgr.y (mgr.14138) 99 : cluster [DBG] pgmap v76: 1 pgs: 1 active+undersized; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:36.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:35 smithi031 bash[14957]: cluster 2024-09-10T18:23:34.464008+0000 mgr.y (mgr.14138) 99 : cluster [DBG] pgmap v76: 1 pgs: 1 active+undersized; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:36.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:35 smithi031 bash[19205]: cluster 2024-09-10T18:23:34.464008+0000 mgr.y (mgr.14138) 99 : cluster [DBG] pgmap v76: 1 pgs: 1 active+undersized; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:37.761 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:37 smithi031 bash[19205]: cluster 2024-09-10T18:23:36.464568+0000 mgr.y (mgr.14138) 100 : cluster [DBG] pgmap v77: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:37.761 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:37 smithi031 bash[19205]: audit 2024-09-10T18:23:37.370964+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:23:37.762 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:37 smithi031 bash[19205]: audit 2024-09-10T18:23:37.372558+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:23:37.762 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:37 smithi031 bash[19205]: audit 2024-09-10T18:23:37.374462+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T18:23:37.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:37 smithi031 bash[14957]: cluster 2024-09-10T18:23:36.464568+0000 mgr.y (mgr.14138) 100 : cluster [DBG] pgmap v77: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:37.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:37 smithi031 bash[14957]: audit 2024-09-10T18:23:37.370964+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:23:37.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:37 smithi031 bash[14957]: audit 2024-09-10T18:23:37.372558+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:23:37.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:37 smithi031 bash[14957]: audit 2024-09-10T18:23:37.374462+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T18:23:37.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:37 smithi063 bash[14646]: cluster 2024-09-10T18:23:36.464568+0000 mgr.y (mgr.14138) 100 : cluster [DBG] pgmap v77: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:37.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:37 smithi063 bash[14646]: audit 2024-09-10T18:23:37.370964+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:23:37.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:37 smithi063 bash[14646]: audit 2024-09-10T18:23:37.372558+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:23:37.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:37 smithi063 bash[14646]: audit 2024-09-10T18:23:37.374462+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T18:23:38.799 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:38 smithi031 bash[14957]: cephadm 2024-09-10T18:23:37.373756+0000 mgr.y (mgr.14138) 101 : cephadm [INF] Deploying daemon osd.2 on smithi031 2024-09-10T18:23:38.799 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:38 smithi031 bash[19205]: cephadm 2024-09-10T18:23:37.373756+0000 mgr.y (mgr.14138) 101 : cephadm [INF] Deploying daemon osd.2 on smithi031 2024-09-10T18:23:38.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:38 smithi063 bash[14646]: cephadm 2024-09-10T18:23:37.373756+0000 mgr.y (mgr.14138) 101 : cephadm [INF] Deploying daemon osd.2 on smithi031 2024-09-10T18:23:39.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:39 smithi063 bash[14646]: cluster 2024-09-10T18:23:38.465242+0000 mgr.y (mgr.14138) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:39.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:39 smithi031 bash[14957]: cluster 2024-09-10T18:23:38.465242+0000 mgr.y (mgr.14138) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:39.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:39 smithi031 bash[19205]: cluster 2024-09-10T18:23:38.465242+0000 mgr.y (mgr.14138) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:39.940 INFO:teuthology.orchestra.run.smithi031.stdout:Created osd(s) 2 on host 'smithi031' 2024-09-10T18:23:40.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:40 smithi063 bash[14646]: audit 2024-09-10T18:23:39.931907+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:23:40.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:40 smithi063 bash[14646]: audit 2024-09-10T18:23:39.935458+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:40.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:40 smithi031 bash[19205]: audit 2024-09-10T18:23:39.931907+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:23:40.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:40 smithi031 bash[19205]: audit 2024-09-10T18:23:39.935458+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:40.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:40 smithi031 bash[14957]: audit 2024-09-10T18:23:39.931907+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:23:40.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:40 smithi031 bash[14957]: audit 2024-09-10T18:23:39.935458+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:41.365 DEBUG:teuthology.orchestra.run.smithi031:osd.2> sudo journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.2.service 2024-09-10T18:23:41.367 INFO:tasks.cephadm:Deploying osd.3 on smithi031 with /dev/vg_nvme/lv_1... 2024-09-10T18:23:41.367 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-10T18:23:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:41 smithi031 bash[14957]: cluster 2024-09-10T18:23:40.465950+0000 mgr.y (mgr.14138) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:41 smithi031 bash[14957]: audit 2024-09-10T18:23:40.900958+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:41 smithi031 bash[14957]: audit 2024-09-10T18:23:40.902669+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:41.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:41 smithi031 bash[19205]: cluster 2024-09-10T18:23:40.465950+0000 mgr.y (mgr.14138) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:41.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:41 smithi031 bash[19205]: audit 2024-09-10T18:23:40.900958+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:41.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:41 smithi031 bash[19205]: audit 2024-09-10T18:23:40.902669+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:41.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:41 smithi063 bash[14646]: cluster 2024-09-10T18:23:40.465950+0000 mgr.y (mgr.14138) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:41.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:41 smithi063 bash[14646]: audit 2024-09-10T18:23:40.900958+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:41.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:41 smithi063 bash[14646]: audit 2024-09-10T18:23:40.902669+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:42.252 INFO:journalctl@ceph.osd.2.smithi031.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T18:23:43.136 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:23:42 smithi031 bash[24630]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T18:23:43.136 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:23:42 smithi031 bash[24630]: 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-10T18:23:43.136 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:23:42 smithi031 bash[24630]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-10T18:23:43.136 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:23:42 smithi031 bash[24630]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-09-10T18:23:43.136 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:23:42 smithi031 bash[24630]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T18:23:43.136 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:23:42 smithi031 bash[24630]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T18:23:43.137 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:23:42 smithi031 bash[24630]: --> ceph-volume lvm activate successful for osd ID: 2 2024-09-10T18:23:43.877 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:43 smithi063 bash[14646]: cluster 2024-09-10T18:23:42.466668+0000 mgr.y (mgr.14138) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:43.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:43 smithi031 bash[14957]: cluster 2024-09-10T18:23:42.466668+0000 mgr.y (mgr.14138) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:43.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:43 smithi031 bash[19205]: cluster 2024-09-10T18:23:42.466668+0000 mgr.y (mgr.14138) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:45.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:45 smithi063 bash[14646]: cluster 2024-09-10T18:23:44.467074+0000 mgr.y (mgr.14138) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:45.885 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:45 smithi031 bash[19205]: cluster 2024-09-10T18:23:44.467074+0000 mgr.y (mgr.14138) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:45.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:45 smithi031 bash[14957]: cluster 2024-09-10T18:23:44.467074+0000 mgr.y (mgr.14138) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:47.025 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:23:46 smithi031 bash[24976]: debug 2024-09-10T18:23:46.787+0000 7fd875064f40 1 -- 172.21.15.31:0/2382977095 >> [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] conn(0x55e9955cd000 msgr2=0x55e99553fe00 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-09-10T18:23:47.025 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:23:46 smithi031 bash[24976]: debug 2024-09-10T18:23:46.787+0000 7fd875064f40 1 --2- 172.21.15.31:0/2382977095 >> [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] conn(0x55e9955cd000 0x55e99553fe00 secure :-1 s=READY pgs=20 cs=0 l=1 rev1=1 rx=0x55e99556a240 tx=0x55e99558a420).stop 2024-09-10T18:23:47.636 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:23:47 smithi031 bash[24976]: debug 2024-09-10T18:23:47.331+0000 7fd875064f40 -1 Falling back to public interface 2024-09-10T18:23:47.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:47 smithi031 bash[14957]: cluster 2024-09-10T18:23:46.467605+0000 mgr.y (mgr.14138) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:47.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:47 smithi031 bash[19205]: cluster 2024-09-10T18:23:46.467605+0000 mgr.y (mgr.14138) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:47.877 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:47 smithi063 bash[14646]: cluster 2024-09-10T18:23:46.467605+0000 mgr.y (mgr.14138) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:47.954 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-10T18:23:47.954 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-10T18:23:47.954 INFO:teuthology.orchestra.run.smithi031.stderr: stderr: 10+0 records in 2024-09-10T18:23:47.954 INFO:teuthology.orchestra.run.smithi031.stderr:10+0 records out 2024-09-10T18:23:47.955 INFO:teuthology.orchestra.run.smithi031.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0197763 s, 530 MB/s 2024-09-10T18:23:47.955 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping successful for: 2024-09-10T18:23:48.386 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:23:48 smithi031 bash[24976]: debug 2024-09-10T18:23:47.999+0000 7fd875064f40 -1 osd.2 0 log_to_monitors {default=true} 2024-09-10T18:23:48.677 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi031:vg_nvme/lv_1 2024-09-10T18:23:48.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:48 smithi063 bash[14646]: audit 2024-09-10T18:23:48.004577+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.31:6818/2627578141,v1:172.21.15.31:6819/2627578141]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:23:48.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:48 smithi063 bash[14646]: audit 2024-09-10T18:23:48.005103+0000 mon.a (mon.0) 331 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:23:48.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:48 smithi031 bash[14957]: audit 2024-09-10T18:23:48.004577+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.31:6818/2627578141,v1:172.21.15.31:6819/2627578141]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:23:48.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:48 smithi031 bash[14957]: audit 2024-09-10T18:23:48.005103+0000 mon.a (mon.0) 331 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:23:48.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:48 smithi031 bash[19205]: audit 2024-09-10T18:23:48.004577+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.31:6818/2627578141,v1:172.21.15.31:6819/2627578141]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:23:48.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:48 smithi031 bash[19205]: audit 2024-09-10T18:23:48.005103+0000 mon.a (mon.0) 331 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:23:49.873 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:23:49 smithi031 bash[24976]: debug 2024-09-10T18:23:49.527+0000 7fd859b32700 -1 osd.2 0 waiting for initial osdmap 2024-09-10T18:23:49.873 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:49 smithi031 bash[19205]: cluster 2024-09-10T18:23:48.468364+0000 mgr.y (mgr.14138) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:49.873 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:49 smithi031 bash[19205]: audit 2024-09-10T18:23:48.515266+0000 mon.a (mon.0) 332 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:23:49.873 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:49 smithi031 bash[19205]: cluster 2024-09-10T18:23:48.515412+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-10T18:23:49.873 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:49 smithi031 bash[19205]: audit 2024-09-10T18:23:48.515615+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:23:49.873 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:49 smithi031 bash[19205]: audit 2024-09-10T18:23:48.516340+0000 mon.c (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.31:6818/2627578141,v1:172.21.15.31:6819/2627578141]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:23:49.874 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:49 smithi031 bash[19205]: audit 2024-09-10T18:23:48.516859+0000 mon.a (mon.0) 335 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:23:49.874 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:49 smithi031 bash[19205]: audit 2024-09-10T18:23:49.359753+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:23:49.874 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:49 smithi031 bash[14957]: cluster 2024-09-10T18:23:48.468364+0000 mgr.y (mgr.14138) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:49.874 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:49 smithi031 bash[14957]: audit 2024-09-10T18:23:48.515266+0000 mon.a (mon.0) 332 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:23:49.874 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:49 smithi031 bash[14957]: cluster 2024-09-10T18:23:48.515412+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-10T18:23:49.874 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:49 smithi031 bash[14957]: audit 2024-09-10T18:23:48.515615+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:23:49.874 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:49 smithi031 bash[14957]: audit 2024-09-10T18:23:48.516340+0000 mon.c (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.31:6818/2627578141,v1:172.21.15.31:6819/2627578141]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:23:49.874 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:49 smithi031 bash[14957]: audit 2024-09-10T18:23:48.516859+0000 mon.a (mon.0) 335 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:23:49.874 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:49 smithi031 bash[14957]: audit 2024-09-10T18:23:49.359753+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:23:49.877 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:49 smithi063 bash[14646]: cluster 2024-09-10T18:23:48.468364+0000 mgr.y (mgr.14138) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:49.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:49 smithi063 bash[14646]: audit 2024-09-10T18:23:48.515266+0000 mon.a (mon.0) 332 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:23:49.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:49 smithi063 bash[14646]: cluster 2024-09-10T18:23:48.515412+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-10T18:23:49.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:49 smithi063 bash[14646]: audit 2024-09-10T18:23:48.515615+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:23:49.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:49 smithi063 bash[14646]: audit 2024-09-10T18:23:48.516340+0000 mon.c (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.31:6818/2627578141,v1:172.21.15.31:6819/2627578141]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:23:49.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:49 smithi063 bash[14646]: audit 2024-09-10T18:23:48.516859+0000 mon.a (mon.0) 335 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:23:49.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:49 smithi063 bash[14646]: audit 2024-09-10T18:23:49.359753+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:23:50.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:50 smithi063 bash[14646]: audit 2024-09-10T18:23:49.518814+0000 mon.a (mon.0) 337 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-10T18:23:50.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:50 smithi063 bash[14646]: cluster 2024-09-10T18:23:49.519223+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-10T18:23:50.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:50 smithi063 bash[14646]: audit 2024-09-10T18:23:49.520034+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:23:50.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:50 smithi063 bash[14646]: audit 2024-09-10T18:23:49.527792+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:23:50.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:50 smithi063 bash[14646]: audit 2024-09-10T18:23:49.663076+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:50.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:50 smithi063 bash[14646]: audit 2024-09-10T18:23:49.669590+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:50.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:50 smithi063 bash[14646]: audit 2024-09-10T18:23:49.676110+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:50.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:50 smithi031 bash[14957]: audit 2024-09-10T18:23:49.518814+0000 mon.a (mon.0) 337 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-10T18:23:50.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:50 smithi031 bash[14957]: cluster 2024-09-10T18:23:49.519223+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-10T18:23:50.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:50 smithi031 bash[14957]: audit 2024-09-10T18:23:49.520034+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:23:50.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:50 smithi031 bash[14957]: audit 2024-09-10T18:23:49.527792+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:23:50.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:50 smithi031 bash[14957]: audit 2024-09-10T18:23:49.663076+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:50.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:50 smithi031 bash[14957]: audit 2024-09-10T18:23:49.669590+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:50.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:50 smithi031 bash[14957]: audit 2024-09-10T18:23:49.676110+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:50.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:50 smithi031 bash[19205]: audit 2024-09-10T18:23:49.518814+0000 mon.a (mon.0) 337 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-10T18:23:50.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:50 smithi031 bash[19205]: cluster 2024-09-10T18:23:49.519223+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-10T18:23:50.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:50 smithi031 bash[19205]: audit 2024-09-10T18:23:49.520034+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:23:50.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:50 smithi031 bash[19205]: audit 2024-09-10T18:23:49.527792+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:23:50.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:50 smithi031 bash[19205]: audit 2024-09-10T18:23:49.663076+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:50.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:50 smithi031 bash[19205]: audit 2024-09-10T18:23:49.669590+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:50.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:50 smithi031 bash[19205]: audit 2024-09-10T18:23:49.676110+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:23:51.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:51 smithi063 bash[14646]: cluster 2024-09-10T18:23:48.985878+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:23:51.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:51 smithi063 bash[14646]: cluster 2024-09-10T18:23:48.985948+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:23:51.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:51 smithi063 bash[14646]: cluster 2024-09-10T18:23:50.468968+0000 mgr.y (mgr.14138) 108 : cluster [DBG] pgmap v86: 1 pgs: 1 active+undersized; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:51.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:51 smithi063 bash[14646]: cluster 2024-09-10T18:23:50.533356+0000 mon.a (mon.0) 344 : cluster [INF] osd.2 [v2:172.21.15.31:6818/2627578141,v1:172.21.15.31:6819/2627578141] boot 2024-09-10T18:23:51.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:51 smithi063 bash[14646]: cluster 2024-09-10T18:23:50.533719+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-10T18:23:51.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:51 smithi063 bash[14646]: audit 2024-09-10T18:23:50.534613+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:23:51.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:51 smithi031 bash[14957]: cluster 2024-09-10T18:23:48.985878+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:23:51.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:51 smithi031 bash[14957]: cluster 2024-09-10T18:23:48.985948+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:23:51.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:51 smithi031 bash[14957]: cluster 2024-09-10T18:23:50.468968+0000 mgr.y (mgr.14138) 108 : cluster [DBG] pgmap v86: 1 pgs: 1 active+undersized; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:51.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:51 smithi031 bash[14957]: cluster 2024-09-10T18:23:50.533356+0000 mon.a (mon.0) 344 : cluster [INF] osd.2 [v2:172.21.15.31:6818/2627578141,v1:172.21.15.31:6819/2627578141] boot 2024-09-10T18:23:51.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:51 smithi031 bash[14957]: cluster 2024-09-10T18:23:50.533719+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-10T18:23:51.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:51 smithi031 bash[14957]: audit 2024-09-10T18:23:50.534613+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:23:51.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:51 smithi031 bash[19205]: cluster 2024-09-10T18:23:48.985878+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:23:51.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:51 smithi031 bash[19205]: cluster 2024-09-10T18:23:48.985948+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:23:51.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:51 smithi031 bash[19205]: cluster 2024-09-10T18:23:50.468968+0000 mgr.y (mgr.14138) 108 : cluster [DBG] pgmap v86: 1 pgs: 1 active+undersized; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:23:51.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:51 smithi031 bash[19205]: cluster 2024-09-10T18:23:50.533356+0000 mon.a (mon.0) 344 : cluster [INF] osd.2 [v2:172.21.15.31:6818/2627578141,v1:172.21.15.31:6819/2627578141] boot 2024-09-10T18:23:51.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:51 smithi031 bash[19205]: cluster 2024-09-10T18:23:50.533719+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-10T18:23:51.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:51 smithi031 bash[19205]: audit 2024-09-10T18:23:50.534613+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:23:52.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:52 smithi063 bash[14646]: cluster 2024-09-10T18:23:51.535218+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-10T18:23:52.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:52 smithi063 bash[14646]: audit 2024-09-10T18:23:51.915325+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:23:52.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:52 smithi063 bash[14646]: audit 2024-09-10T18:23:51.918358+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:23:52.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:52 smithi063 bash[14646]: audit 2024-09-10T18:23:51.920005+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:23:52.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:52 smithi063 bash[14646]: audit 2024-09-10T18:23:51.921817+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:52.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:52 smithi031 bash[14957]: cluster 2024-09-10T18:23:51.535218+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-10T18:23:52.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:52 smithi031 bash[14957]: audit 2024-09-10T18:23:51.915325+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:23:52.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:52 smithi031 bash[14957]: audit 2024-09-10T18:23:51.918358+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:23:52.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:52 smithi031 bash[14957]: audit 2024-09-10T18:23:51.920005+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:23:52.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:52 smithi031 bash[14957]: audit 2024-09-10T18:23:51.921817+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:52.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:52 smithi031 bash[19205]: cluster 2024-09-10T18:23:51.535218+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-10T18:23:52.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:52 smithi031 bash[19205]: audit 2024-09-10T18:23:51.915325+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:23:52.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:52 smithi031 bash[19205]: audit 2024-09-10T18:23:51.918358+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:23:52.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:52 smithi031 bash[19205]: audit 2024-09-10T18:23:51.920005+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:23:52.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:52 smithi031 bash[19205]: audit 2024-09-10T18:23:51.921817+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:53.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:53 smithi063 bash[14646]: audit 2024-09-10T18:23:51.913503+0000 mgr.y (mgr.14138) 109 : audit [DBG] from='client.14277 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:53.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:53 smithi063 bash[14646]: cephadm 2024-09-10T18:23:51.917841+0000 mgr.y (mgr.14138) 110 : cephadm [INF] Applying drive group None on host smithi031... 2024-09-10T18:23:53.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:53 smithi063 bash[14646]: cluster 2024-09-10T18:23:52.469543+0000 mgr.y (mgr.14138) 111 : cluster [DBG] pgmap v89: 1 pgs: 1 peering; 0 B data, 528 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:23:53.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:53 smithi031 bash[14957]: audit 2024-09-10T18:23:51.913503+0000 mgr.y (mgr.14138) 109 : audit [DBG] from='client.14277 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:53.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:53 smithi031 bash[14957]: cephadm 2024-09-10T18:23:51.917841+0000 mgr.y (mgr.14138) 110 : cephadm [INF] Applying drive group None on host smithi031... 2024-09-10T18:23:53.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:53 smithi031 bash[14957]: cluster 2024-09-10T18:23:52.469543+0000 mgr.y (mgr.14138) 111 : cluster [DBG] pgmap v89: 1 pgs: 1 peering; 0 B data, 528 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:23:53.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:53 smithi031 bash[19205]: audit 2024-09-10T18:23:51.913503+0000 mgr.y (mgr.14138) 109 : audit [DBG] from='client.14277 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:53.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:53 smithi031 bash[19205]: cephadm 2024-09-10T18:23:51.917841+0000 mgr.y (mgr.14138) 110 : cephadm [INF] Applying drive group None on host smithi031... 2024-09-10T18:23:53.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:53 smithi031 bash[19205]: cluster 2024-09-10T18:23:52.469543+0000 mgr.y (mgr.14138) 111 : cluster [DBG] pgmap v89: 1 pgs: 1 peering; 0 B data, 528 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:23:55.877 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:55 smithi063 bash[14646]: cluster 2024-09-10T18:23:54.470105+0000 mgr.y (mgr.14138) 112 : cluster [DBG] pgmap v90: 1 pgs: 1 peering; 0 B data, 528 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:23:55.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:55 smithi031 bash[14957]: cluster 2024-09-10T18:23:54.470105+0000 mgr.y (mgr.14138) 112 : cluster [DBG] pgmap v90: 1 pgs: 1 peering; 0 B data, 528 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:23:55.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:55 smithi031 bash[19205]: cluster 2024-09-10T18:23:54.470105+0000 mgr.y (mgr.14138) 112 : cluster [DBG] pgmap v90: 1 pgs: 1 peering; 0 B data, 528 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:23:56.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:56 smithi063 bash[14646]: audit 2024-09-10T18:23:55.801569+0000 mon.c (mon.1) 13 : audit [INF] from='client.? 172.21.15.31:0/3459326997' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "10c4819c-2ea8-4c33-b891-ce8e9d34f51d"}]: dispatch 2024-09-10T18:23:56.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:56 smithi063 bash[14646]: audit 2024-09-10T18:23:55.802259+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "10c4819c-2ea8-4c33-b891-ce8e9d34f51d"}]: dispatch 2024-09-10T18:23:56.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:56 smithi063 bash[14646]: audit 2024-09-10T18:23:55.807464+0000 mon.a (mon.0) 353 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "10c4819c-2ea8-4c33-b891-ce8e9d34f51d"}]': finished 2024-09-10T18:23:56.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:56 smithi063 bash[14646]: cluster 2024-09-10T18:23:55.807509+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-09-10T18:23:56.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:56 smithi063 bash[14646]: audit 2024-09-10T18:23:55.807717+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:23:56.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:56 smithi063 bash[14646]: audit 2024-09-10T18:23:56.402454+0000 mon.a (mon.0) 356 : audit [DBG] from='client.? 172.21.15.31:0/3860244796' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:23:56.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:56 smithi031 bash[14957]: audit 2024-09-10T18:23:55.801569+0000 mon.c (mon.1) 13 : audit [INF] from='client.? 172.21.15.31:0/3459326997' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "10c4819c-2ea8-4c33-b891-ce8e9d34f51d"}]: dispatch 2024-09-10T18:23:56.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:56 smithi031 bash[14957]: audit 2024-09-10T18:23:55.802259+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "10c4819c-2ea8-4c33-b891-ce8e9d34f51d"}]: dispatch 2024-09-10T18:23:56.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:56 smithi031 bash[14957]: audit 2024-09-10T18:23:55.807464+0000 mon.a (mon.0) 353 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "10c4819c-2ea8-4c33-b891-ce8e9d34f51d"}]': finished 2024-09-10T18:23:56.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:56 smithi031 bash[14957]: cluster 2024-09-10T18:23:55.807509+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-09-10T18:23:56.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:56 smithi031 bash[14957]: audit 2024-09-10T18:23:55.807717+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:23:56.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:56 smithi031 bash[14957]: audit 2024-09-10T18:23:56.402454+0000 mon.a (mon.0) 356 : audit [DBG] from='client.? 172.21.15.31:0/3860244796' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:23:56.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:56 smithi031 bash[19205]: audit 2024-09-10T18:23:55.801569+0000 mon.c (mon.1) 13 : audit [INF] from='client.? 172.21.15.31:0/3459326997' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "10c4819c-2ea8-4c33-b891-ce8e9d34f51d"}]: dispatch 2024-09-10T18:23:56.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:56 smithi031 bash[19205]: audit 2024-09-10T18:23:55.802259+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "10c4819c-2ea8-4c33-b891-ce8e9d34f51d"}]: dispatch 2024-09-10T18:23:56.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:56 smithi031 bash[19205]: audit 2024-09-10T18:23:55.807464+0000 mon.a (mon.0) 353 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "10c4819c-2ea8-4c33-b891-ce8e9d34f51d"}]': finished 2024-09-10T18:23:56.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:56 smithi031 bash[19205]: cluster 2024-09-10T18:23:55.807509+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-09-10T18:23:56.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:56 smithi031 bash[19205]: audit 2024-09-10T18:23:55.807717+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:23:56.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:56 smithi031 bash[19205]: audit 2024-09-10T18:23:56.402454+0000 mon.a (mon.0) 356 : audit [DBG] from='client.? 172.21.15.31:0/3860244796' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:23:58.127 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:57 smithi063 bash[14646]: cluster 2024-09-10T18:23:56.470647+0000 mgr.y (mgr.14138) 113 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 568 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:23:58.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:57 smithi031 bash[14957]: cluster 2024-09-10T18:23:56.470647+0000 mgr.y (mgr.14138) 113 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 568 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:23:58.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:57 smithi031 bash[19205]: cluster 2024-09-10T18:23:56.470647+0000 mgr.y (mgr.14138) 113 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 568 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:23:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:59 smithi031 bash[14957]: cluster 2024-09-10T18:23:58.471386+0000 mgr.y (mgr.14138) 114 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 584 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:23:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:23:59 smithi031 bash[14957]: audit 2024-09-10T18:23:59.217657+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:23:59.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:59 smithi031 bash[19205]: cluster 2024-09-10T18:23:58.471386+0000 mgr.y (mgr.14138) 114 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 584 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:23:59.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:23:59 smithi031 bash[19205]: audit 2024-09-10T18:23:59.217657+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:00.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:59 smithi063 bash[14646]: cluster 2024-09-10T18:23:58.471386+0000 mgr.y (mgr.14138) 114 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 584 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:00.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:23:59 smithi063 bash[14646]: audit 2024-09-10T18:23:59.217657+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:02.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:01 smithi063 bash[14646]: cluster 2024-09-10T18:24:00.472086+0000 mgr.y (mgr.14138) 115 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:02.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:01 smithi031 bash[19205]: cluster 2024-09-10T18:24:00.472086+0000 mgr.y (mgr.14138) 115 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:02.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:01 smithi031 bash[14957]: cluster 2024-09-10T18:24:00.472086+0000 mgr.y (mgr.14138) 115 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:04.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:03 smithi063 bash[14646]: cluster 2024-09-10T18:24:02.472640+0000 mgr.y (mgr.14138) 116 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:04.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:03 smithi063 bash[14646]: audit 2024-09-10T18:24:03.476193+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:24:04.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:03 smithi063 bash[14646]: audit 2024-09-10T18:24:03.477837+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:04.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:03 smithi063 bash[14646]: audit 2024-09-10T18:24:03.479876+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-10T18:24:04.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:03 smithi031 bash[14957]: cluster 2024-09-10T18:24:02.472640+0000 mgr.y (mgr.14138) 116 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:04.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:03 smithi031 bash[14957]: audit 2024-09-10T18:24:03.476193+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:24:04.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:03 smithi031 bash[14957]: audit 2024-09-10T18:24:03.477837+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:04.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:03 smithi031 bash[14957]: audit 2024-09-10T18:24:03.479876+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-10T18:24:04.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:03 smithi031 bash[19205]: cluster 2024-09-10T18:24:02.472640+0000 mgr.y (mgr.14138) 116 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:04.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:03 smithi031 bash[19205]: audit 2024-09-10T18:24:03.476193+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:24:04.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:03 smithi031 bash[19205]: audit 2024-09-10T18:24:03.477837+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:04.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:03 smithi031 bash[19205]: audit 2024-09-10T18:24:03.479876+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-10T18:24:05.057 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:04 smithi031 bash[14957]: cephadm 2024-09-10T18:24:03.479164+0000 mgr.y (mgr.14138) 117 : cephadm [INF] Deploying daemon osd.3 on smithi031 2024-09-10T18:24:05.057 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:04 smithi031 bash[19205]: cephadm 2024-09-10T18:24:03.479164+0000 mgr.y (mgr.14138) 117 : cephadm [INF] Deploying daemon osd.3 on smithi031 2024-09-10T18:24:05.127 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:04 smithi063 bash[14646]: cephadm 2024-09-10T18:24:03.479164+0000 mgr.y (mgr.14138) 117 : cephadm [INF] Deploying daemon osd.3 on smithi031 2024-09-10T18:24:05.982 INFO:teuthology.orchestra.run.smithi031.stdout:Created osd(s) 3 on host 'smithi031' 2024-09-10T18:24:06.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:05 smithi063 bash[14646]: cluster 2024-09-10T18:24:04.473169+0000 mgr.y (mgr.14138) 118 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:06.133 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:05 smithi031 bash[14957]: cluster 2024-09-10T18:24:04.473169+0000 mgr.y (mgr.14138) 118 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:06.133 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:05 smithi031 bash[19205]: cluster 2024-09-10T18:24:04.473169+0000 mgr.y (mgr.14138) 118 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:07.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:06 smithi063 bash[14646]: audit 2024-09-10T18:24:05.972325+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:24:07.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:06 smithi063 bash[14646]: audit 2024-09-10T18:24:05.976225+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:07.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:06 smithi031 bash[14957]: audit 2024-09-10T18:24:05.972325+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:24:07.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:06 smithi031 bash[14957]: audit 2024-09-10T18:24:05.976225+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:07.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:06 smithi031 bash[19205]: audit 2024-09-10T18:24:05.972325+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:24:07.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:06 smithi031 bash[19205]: audit 2024-09-10T18:24:05.976225+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:07.477 DEBUG:teuthology.orchestra.run.smithi031:osd.3> sudo journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.3.service 2024-09-10T18:24:07.480 INFO:tasks.cephadm:Deploying osd.4 on smithi063 with /dev/vg_nvme/lv_4... 2024-09-10T18:24:07.480 DEBUG:teuthology.orchestra.run.smithi063:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-10T18:24:08.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:07 smithi063 bash[14646]: cephadm 2024-09-10T18:24:05.971619+0000 mgr.y (mgr.14138) 119 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:24:08.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:07 smithi063 bash[14646]: cluster 2024-09-10T18:24:06.473713+0000 mgr.y (mgr.14138) 120 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:08.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:07 smithi063 bash[14646]: audit 2024-09-10T18:24:06.996836+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:08.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:07 smithi063 bash[14646]: audit 2024-09-10T18:24:06.998755+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:08.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:07 smithi031 bash[14957]: cephadm 2024-09-10T18:24:05.971619+0000 mgr.y (mgr.14138) 119 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:24:08.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:07 smithi031 bash[14957]: cluster 2024-09-10T18:24:06.473713+0000 mgr.y (mgr.14138) 120 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:08.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:07 smithi031 bash[14957]: audit 2024-09-10T18:24:06.996836+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:08.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:07 smithi031 bash[14957]: audit 2024-09-10T18:24:06.998755+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:08.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:07 smithi031 bash[19205]: cephadm 2024-09-10T18:24:05.971619+0000 mgr.y (mgr.14138) 119 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:24:08.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:07 smithi031 bash[19205]: cluster 2024-09-10T18:24:06.473713+0000 mgr.y (mgr.14138) 120 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:08.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:07 smithi031 bash[19205]: audit 2024-09-10T18:24:06.996836+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:08.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:07 smithi031 bash[19205]: audit 2024-09-10T18:24:06.998755+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:08.457 INFO:journalctl@ceph.osd.3.smithi031.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T18:24:09.131 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:24:08 smithi031 bash[26257]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-10T18:24:09.132 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:24:08 smithi031 bash[26257]: 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-10T18:24:09.132 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:24:08 smithi031 bash[26257]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-10T18:24:09.132 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:24:08 smithi031 bash[26257]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-09-10T18:24:09.132 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:24:08 smithi031 bash[26257]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-10T18:24:09.132 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:24:08 smithi031 bash[26257]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-10T18:24:09.132 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:24:08 smithi031 bash[26257]: --> ceph-volume lvm activate successful for osd ID: 3 2024-09-10T18:24:10.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:09 smithi063 bash[14646]: cluster 2024-09-10T18:24:08.474092+0000 mgr.y (mgr.14138) 121 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:10.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:09 smithi031 bash[14957]: cluster 2024-09-10T18:24:08.474092+0000 mgr.y (mgr.14138) 121 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:10.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:09 smithi031 bash[19205]: cluster 2024-09-10T18:24:08.474092+0000 mgr.y (mgr.14138) 121 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:10.842 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-10T18:24:10.842 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-10T18:24:10.842 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10+0 records in 2024-09-10T18:24:10.843 INFO:teuthology.orchestra.run.smithi063.stderr:10+0 records out 2024-09-10T18:24:10.843 INFO:teuthology.orchestra.run.smithi063.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0178084 s, 589 MB/s 2024-09-10T18:24:10.843 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping successful for: 2024-09-10T18:24:11.468 DEBUG:teuthology.orchestra.run.smithi063:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi063:vg_nvme/lv_4 2024-09-10T18:24:12.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:11 smithi063 bash[14646]: cluster 2024-09-10T18:24:10.474642+0000 mgr.y (mgr.14138) 122 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:12.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:11 smithi031 bash[14957]: cluster 2024-09-10T18:24:10.474642+0000 mgr.y (mgr.14138) 122 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:12.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:11 smithi031 bash[19205]: cluster 2024-09-10T18:24:10.474642+0000 mgr.y (mgr.14138) 122 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:12.636 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:24:12 smithi031 bash[26575]: debug 2024-09-10T18:24:12.350+0000 7fa6b60c0f40 -1 Falling back to public interface 2024-09-10T18:24:13.386 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:24:12 smithi031 bash[26575]: debug 2024-09-10T18:24:12.978+0000 7fa6b60c0f40 -1 osd.3 0 log_to_monitors {default=true} 2024-09-10T18:24:14.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:13 smithi063 bash[14646]: cluster 2024-09-10T18:24:12.475067+0000 mgr.y (mgr.14138) 123 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:14.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:13 smithi063 bash[14646]: audit 2024-09-10T18:24:12.988695+0000 mon.a (mon.0) 365 : audit [INF] from='osd.3 [v2:172.21.15.31:6826/2402772710,v1:172.21.15.31:6827/2402772710]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:24:14.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:13 smithi063 bash[14646]: audit 2024-09-10T18:24:13.660169+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:24:14.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:13 smithi031 bash[14957]: cluster 2024-09-10T18:24:12.475067+0000 mgr.y (mgr.14138) 123 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:14.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:13 smithi031 bash[14957]: audit 2024-09-10T18:24:12.988695+0000 mon.a (mon.0) 365 : audit [INF] from='osd.3 [v2:172.21.15.31:6826/2402772710,v1:172.21.15.31:6827/2402772710]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:24:14.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:13 smithi031 bash[14957]: audit 2024-09-10T18:24:13.660169+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:24:14.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:13 smithi031 bash[19205]: cluster 2024-09-10T18:24:12.475067+0000 mgr.y (mgr.14138) 123 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:14.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:13 smithi031 bash[19205]: audit 2024-09-10T18:24:12.988695+0000 mon.a (mon.0) 365 : audit [INF] from='osd.3 [v2:172.21.15.31:6826/2402772710,v1:172.21.15.31:6827/2402772710]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:24:14.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:13 smithi031 bash[19205]: audit 2024-09-10T18:24:13.660169+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:24:15.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:14 smithi063 bash[14646]: audit 2024-09-10T18:24:13.867268+0000 mon.a (mon.0) 367 : audit [INF] from='osd.3 [v2:172.21.15.31:6826/2402772710,v1:172.21.15.31:6827/2402772710]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:24:15.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:14 smithi063 bash[14646]: cluster 2024-09-10T18:24:13.867376+0000 mon.a (mon.0) 368 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-10T18:24:15.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:14 smithi063 bash[14646]: audit 2024-09-10T18:24:13.867560+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:24:15.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:14 smithi063 bash[14646]: audit 2024-09-10T18:24:13.868455+0000 mon.a (mon.0) 370 : audit [INF] from='osd.3 [v2:172.21.15.31:6826/2402772710,v1:172.21.15.31:6827/2402772710]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:24:15.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:14 smithi063 bash[14646]: audit 2024-09-10T18:24:13.972211+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:15.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:14 smithi063 bash[14646]: audit 2024-09-10T18:24:14.355081+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:15.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:14 smithi063 bash[14646]: audit 2024-09-10T18:24:14.364015+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:15.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:14 smithi063 bash[14646]: audit 2024-09-10T18:24:14.669643+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:24:15.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:14 smithi063 bash[14646]: audit 2024-09-10T18:24:14.673276+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:24:15.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:14 smithi063 bash[14646]: audit 2024-09-10T18:24:14.675037+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:15.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:14 smithi063 bash[14646]: audit 2024-09-10T18:24:14.677016+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:15.136 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[26575]: debug 2024-09-10T18:24:14.874+0000 7fa69ab8e700 -1 osd.3 0 waiting for initial osdmap 2024-09-10T18:24:15.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[14957]: audit 2024-09-10T18:24:13.867268+0000 mon.a (mon.0) 367 : audit [INF] from='osd.3 [v2:172.21.15.31:6826/2402772710,v1:172.21.15.31:6827/2402772710]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:24:15.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[14957]: cluster 2024-09-10T18:24:13.867376+0000 mon.a (mon.0) 368 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-10T18:24:15.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[14957]: audit 2024-09-10T18:24:13.867560+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:24:15.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[14957]: audit 2024-09-10T18:24:13.868455+0000 mon.a (mon.0) 370 : audit [INF] from='osd.3 [v2:172.21.15.31:6826/2402772710,v1:172.21.15.31:6827/2402772710]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:24:15.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[14957]: audit 2024-09-10T18:24:13.972211+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:15.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[14957]: audit 2024-09-10T18:24:14.355081+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:15.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[14957]: audit 2024-09-10T18:24:14.364015+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:15.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[14957]: audit 2024-09-10T18:24:14.669643+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:24:15.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[14957]: audit 2024-09-10T18:24:14.673276+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:24:15.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[14957]: audit 2024-09-10T18:24:14.675037+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:15.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[14957]: audit 2024-09-10T18:24:14.677016+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:15.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[19205]: audit 2024-09-10T18:24:13.867268+0000 mon.a (mon.0) 367 : audit [INF] from='osd.3 [v2:172.21.15.31:6826/2402772710,v1:172.21.15.31:6827/2402772710]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:24:15.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[19205]: cluster 2024-09-10T18:24:13.867376+0000 mon.a (mon.0) 368 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-10T18:24:15.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[19205]: audit 2024-09-10T18:24:13.867560+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:24:15.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[19205]: audit 2024-09-10T18:24:13.868455+0000 mon.a (mon.0) 370 : audit [INF] from='osd.3 [v2:172.21.15.31:6826/2402772710,v1:172.21.15.31:6827/2402772710]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:24:15.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[19205]: audit 2024-09-10T18:24:13.972211+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:15.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[19205]: audit 2024-09-10T18:24:14.355081+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:15.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[19205]: audit 2024-09-10T18:24:14.364015+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:15.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[19205]: audit 2024-09-10T18:24:14.669643+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:24:15.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[19205]: audit 2024-09-10T18:24:14.673276+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:24:15.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[19205]: audit 2024-09-10T18:24:14.675037+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:15.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:14 smithi031 bash[19205]: audit 2024-09-10T18:24:14.677016+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:16.162 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:15 smithi063 bash[14646]: cephadm 2024-09-10T18:24:13.973154+0000 mgr.y (mgr.14138) 124 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:24:16.162 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:15 smithi063 bash[14646]: cluster 2024-09-10T18:24:14.475546+0000 mgr.y (mgr.14138) 125 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:16.162 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:15 smithi063 bash[14646]: audit 2024-09-10T18:24:14.667801+0000 mgr.y (mgr.14138) 126 : audit [DBG] from='client.34217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:24:16.163 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:15 smithi063 bash[14646]: cephadm 2024-09-10T18:24:14.672698+0000 mgr.y (mgr.14138) 127 : cephadm [INF] Applying drive group None on host smithi063... 2024-09-10T18:24:16.163 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:15 smithi063 bash[14646]: audit 2024-09-10T18:24:14.870311+0000 mon.a (mon.0) 378 : audit [INF] from='osd.3 [v2:172.21.15.31:6826/2402772710,v1:172.21.15.31:6827/2402772710]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-10T18:24:16.163 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:15 smithi063 bash[14646]: cluster 2024-09-10T18:24:14.870477+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-10T18:24:16.163 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:15 smithi063 bash[14646]: audit 2024-09-10T18:24:14.871413+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:24:16.163 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:15 smithi063 bash[14646]: audit 2024-09-10T18:24:14.878566+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:24:16.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:15 smithi031 bash[14957]: cephadm 2024-09-10T18:24:13.973154+0000 mgr.y (mgr.14138) 124 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:24:16.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:15 smithi031 bash[14957]: cluster 2024-09-10T18:24:14.475546+0000 mgr.y (mgr.14138) 125 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:16.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:15 smithi031 bash[14957]: audit 2024-09-10T18:24:14.667801+0000 mgr.y (mgr.14138) 126 : audit [DBG] from='client.34217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:24:16.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:15 smithi031 bash[14957]: cephadm 2024-09-10T18:24:14.672698+0000 mgr.y (mgr.14138) 127 : cephadm [INF] Applying drive group None on host smithi063... 2024-09-10T18:24:16.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:15 smithi031 bash[14957]: audit 2024-09-10T18:24:14.870311+0000 mon.a (mon.0) 378 : audit [INF] from='osd.3 [v2:172.21.15.31:6826/2402772710,v1:172.21.15.31:6827/2402772710]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-10T18:24:16.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:15 smithi031 bash[14957]: cluster 2024-09-10T18:24:14.870477+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-10T18:24:16.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:15 smithi031 bash[14957]: audit 2024-09-10T18:24:14.871413+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:24:16.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:15 smithi031 bash[14957]: audit 2024-09-10T18:24:14.878566+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:24:16.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:15 smithi031 bash[19205]: cephadm 2024-09-10T18:24:13.973154+0000 mgr.y (mgr.14138) 124 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:24:16.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:15 smithi031 bash[19205]: cluster 2024-09-10T18:24:14.475546+0000 mgr.y (mgr.14138) 125 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:16.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:15 smithi031 bash[19205]: audit 2024-09-10T18:24:14.667801+0000 mgr.y (mgr.14138) 126 : audit [DBG] from='client.34217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:24:16.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:15 smithi031 bash[19205]: cephadm 2024-09-10T18:24:14.672698+0000 mgr.y (mgr.14138) 127 : cephadm [INF] Applying drive group None on host smithi063... 2024-09-10T18:24:16.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:15 smithi031 bash[19205]: audit 2024-09-10T18:24:14.870311+0000 mon.a (mon.0) 378 : audit [INF] from='osd.3 [v2:172.21.15.31:6826/2402772710,v1:172.21.15.31:6827/2402772710]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-09-10T18:24:16.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:15 smithi031 bash[19205]: cluster 2024-09-10T18:24:14.870477+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-10T18:24:16.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:15 smithi031 bash[19205]: audit 2024-09-10T18:24:14.871413+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:24:16.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:15 smithi031 bash[19205]: audit 2024-09-10T18:24:14.878566+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:24:17.230 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:16 smithi063 bash[14646]: cluster 2024-09-10T18:24:13.973250+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:24:17.230 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:16 smithi063 bash[14646]: cluster 2024-09-10T18:24:13.973368+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:24:17.230 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:16 smithi063 bash[14646]: cluster 2024-09-10T18:24:15.881346+0000 mon.a (mon.0) 382 : cluster [INF] osd.3 [v2:172.21.15.31:6826/2402772710,v1:172.21.15.31:6827/2402772710] boot 2024-09-10T18:24:17.230 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:16 smithi063 bash[14646]: cluster 2024-09-10T18:24:15.881483+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-10T18:24:17.230 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:16 smithi063 bash[14646]: audit 2024-09-10T18:24:15.882619+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:24:17.230 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:16 smithi063 bash[14646]: cluster 2024-09-10T18:24:16.476106+0000 mgr.y (mgr.14138) 128 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 616 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:17.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:16 smithi031 bash[14957]: cluster 2024-09-10T18:24:13.973250+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:24:17.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:16 smithi031 bash[14957]: cluster 2024-09-10T18:24:13.973368+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:24:17.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:16 smithi031 bash[14957]: cluster 2024-09-10T18:24:15.881346+0000 mon.a (mon.0) 382 : cluster [INF] osd.3 [v2:172.21.15.31:6826/2402772710,v1:172.21.15.31:6827/2402772710] boot 2024-09-10T18:24:17.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:16 smithi031 bash[14957]: cluster 2024-09-10T18:24:15.881483+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-10T18:24:17.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:16 smithi031 bash[14957]: audit 2024-09-10T18:24:15.882619+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:24:17.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:16 smithi031 bash[14957]: cluster 2024-09-10T18:24:16.476106+0000 mgr.y (mgr.14138) 128 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 616 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:17.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:16 smithi031 bash[19205]: cluster 2024-09-10T18:24:13.973250+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:24:17.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:16 smithi031 bash[19205]: cluster 2024-09-10T18:24:13.973368+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:24:17.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:16 smithi031 bash[19205]: cluster 2024-09-10T18:24:15.881346+0000 mon.a (mon.0) 382 : cluster [INF] osd.3 [v2:172.21.15.31:6826/2402772710,v1:172.21.15.31:6827/2402772710] boot 2024-09-10T18:24:17.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:16 smithi031 bash[19205]: cluster 2024-09-10T18:24:15.881483+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-10T18:24:17.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:16 smithi031 bash[19205]: audit 2024-09-10T18:24:15.882619+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:24:17.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:16 smithi031 bash[19205]: cluster 2024-09-10T18:24:16.476106+0000 mgr.y (mgr.14138) 128 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 616 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:24:18.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:17 smithi063 bash[14646]: cluster 2024-09-10T18:24:16.902024+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-10T18:24:18.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:17 smithi031 bash[14957]: cluster 2024-09-10T18:24:16.902024+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-10T18:24:18.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:17 smithi031 bash[19205]: cluster 2024-09-10T18:24:16.902024+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-10T18:24:19.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:18 smithi063 bash[14646]: cluster 2024-09-10T18:24:18.476640+0000 mgr.y (mgr.14138) 129 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 856 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:19.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:18 smithi063 bash[14646]: audit 2024-09-10T18:24:18.651876+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:24:19.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:18 smithi063 bash[14646]: audit 2024-09-10T18:24:18.654696+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:24:19.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:18 smithi063 bash[14646]: audit 2024-09-10T18:24:18.872324+0000 mon.b (mon.2) 3 : audit [INF] from='client.? 172.21.15.63:0/3518811503' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3cd9b3b-2138-463c-90e2-73c9bb52f02c"}]: dispatch 2024-09-10T18:24:19.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:18 smithi063 bash[14646]: audit 2024-09-10T18:24:18.873056+0000 mon.a (mon.0) 388 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3cd9b3b-2138-463c-90e2-73c9bb52f02c"}]: dispatch 2024-09-10T18:24:19.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:18 smithi063 bash[14646]: audit 2024-09-10T18:24:18.885735+0000 mon.a (mon.0) 389 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a3cd9b3b-2138-463c-90e2-73c9bb52f02c"}]': finished 2024-09-10T18:24:19.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:18 smithi063 bash[14646]: cluster 2024-09-10T18:24:18.885949+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-09-10T18:24:19.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:18 smithi063 bash[14646]: audit 2024-09-10T18:24:18.886258+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:24:19.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:18 smithi031 bash[14957]: cluster 2024-09-10T18:24:18.476640+0000 mgr.y (mgr.14138) 129 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 856 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:19.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:18 smithi031 bash[14957]: audit 2024-09-10T18:24:18.651876+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:24:19.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:18 smithi031 bash[14957]: audit 2024-09-10T18:24:18.654696+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:24:19.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:18 smithi031 bash[14957]: audit 2024-09-10T18:24:18.872324+0000 mon.b (mon.2) 3 : audit [INF] from='client.? 172.21.15.63:0/3518811503' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3cd9b3b-2138-463c-90e2-73c9bb52f02c"}]: dispatch 2024-09-10T18:24:19.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:18 smithi031 bash[14957]: audit 2024-09-10T18:24:18.873056+0000 mon.a (mon.0) 388 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3cd9b3b-2138-463c-90e2-73c9bb52f02c"}]: dispatch 2024-09-10T18:24:19.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:18 smithi031 bash[14957]: audit 2024-09-10T18:24:18.885735+0000 mon.a (mon.0) 389 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a3cd9b3b-2138-463c-90e2-73c9bb52f02c"}]': finished 2024-09-10T18:24:19.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:18 smithi031 bash[14957]: cluster 2024-09-10T18:24:18.885949+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-09-10T18:24:19.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:18 smithi031 bash[14957]: audit 2024-09-10T18:24:18.886258+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:24:19.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:18 smithi031 bash[19205]: cluster 2024-09-10T18:24:18.476640+0000 mgr.y (mgr.14138) 129 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 856 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:19.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:18 smithi031 bash[19205]: audit 2024-09-10T18:24:18.651876+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:24:19.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:18 smithi031 bash[19205]: audit 2024-09-10T18:24:18.654696+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:24:19.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:18 smithi031 bash[19205]: audit 2024-09-10T18:24:18.872324+0000 mon.b (mon.2) 3 : audit [INF] from='client.? 172.21.15.63:0/3518811503' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3cd9b3b-2138-463c-90e2-73c9bb52f02c"}]: dispatch 2024-09-10T18:24:19.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:18 smithi031 bash[19205]: audit 2024-09-10T18:24:18.873056+0000 mon.a (mon.0) 388 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3cd9b3b-2138-463c-90e2-73c9bb52f02c"}]: dispatch 2024-09-10T18:24:19.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:18 smithi031 bash[19205]: audit 2024-09-10T18:24:18.885735+0000 mon.a (mon.0) 389 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a3cd9b3b-2138-463c-90e2-73c9bb52f02c"}]': finished 2024-09-10T18:24:19.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:18 smithi031 bash[19205]: cluster 2024-09-10T18:24:18.885949+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-09-10T18:24:19.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:18 smithi031 bash[19205]: audit 2024-09-10T18:24:18.886258+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:24:20.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:19 smithi063 bash[14646]: audit 2024-09-10T18:24:19.480478+0000 mon.b (mon.2) 4 : audit [DBG] from='client.? 172.21.15.63:0/1479930626' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:24:20.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:19 smithi031 bash[14957]: audit 2024-09-10T18:24:19.480478+0000 mon.b (mon.2) 4 : audit [DBG] from='client.? 172.21.15.63:0/1479930626' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:24:20.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:19 smithi031 bash[19205]: audit 2024-09-10T18:24:19.480478+0000 mon.b (mon.2) 4 : audit [DBG] from='client.? 172.21.15.63:0/1479930626' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:24:21.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:20 smithi063 bash[14646]: cluster 2024-09-10T18:24:20.477223+0000 mgr.y (mgr.14138) 130 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 888 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:21.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:20 smithi031 bash[14957]: cluster 2024-09-10T18:24:20.477223+0000 mgr.y (mgr.14138) 130 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 888 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:21.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:20 smithi031 bash[19205]: cluster 2024-09-10T18:24:20.477223+0000 mgr.y (mgr.14138) 130 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 888 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:22.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:22 smithi063 bash[14646]: audit 2024-09-10T18:24:22.327514+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:22.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:22 smithi031 bash[14957]: audit 2024-09-10T18:24:22.327514+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:22.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:22 smithi031 bash[19205]: audit 2024-09-10T18:24:22.327514+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:23.800 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:23 smithi063 bash[14646]: cluster 2024-09-10T18:24:22.477795+0000 mgr.y (mgr.14138) 131 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:23.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:23 smithi031 bash[14957]: cluster 2024-09-10T18:24:22.477795+0000 mgr.y (mgr.14138) 131 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:23.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:23 smithi031 bash[19205]: cluster 2024-09-10T18:24:22.477795+0000 mgr.y (mgr.14138) 131 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:25.877 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:25 smithi063 bash[14646]: cluster 2024-09-10T18:24:24.478334+0000 mgr.y (mgr.14138) 132 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:25.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:25 smithi031 bash[14957]: cluster 2024-09-10T18:24:24.478334+0000 mgr.y (mgr.14138) 132 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:25.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:25 smithi031 bash[19205]: cluster 2024-09-10T18:24:24.478334+0000 mgr.y (mgr.14138) 132 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:27.774 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:27 smithi063 bash[14646]: cluster 2024-09-10T18:24:26.478956+0000 mgr.y (mgr.14138) 133 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:27.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:27 smithi063 bash[14646]: audit 2024-09-10T18:24:26.523836+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:24:27.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:27 smithi063 bash[14646]: audit 2024-09-10T18:24:26.525784+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:27.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:27 smithi063 bash[14646]: cephadm 2024-09-10T18:24:26.527246+0000 mgr.y (mgr.14138) 134 : cephadm [INF] Deploying daemon osd.4 on smithi063 2024-09-10T18:24:27.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:27 smithi063 bash[14646]: audit 2024-09-10T18:24:26.527988+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-10T18:24:27.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:27 smithi031 bash[14957]: cluster 2024-09-10T18:24:26.478956+0000 mgr.y (mgr.14138) 133 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:27.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:27 smithi031 bash[14957]: audit 2024-09-10T18:24:26.523836+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:24:27.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:27 smithi031 bash[14957]: audit 2024-09-10T18:24:26.525784+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:27.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:27 smithi031 bash[14957]: cephadm 2024-09-10T18:24:26.527246+0000 mgr.y (mgr.14138) 134 : cephadm [INF] Deploying daemon osd.4 on smithi063 2024-09-10T18:24:27.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:27 smithi031 bash[14957]: audit 2024-09-10T18:24:26.527988+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-10T18:24:27.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:27 smithi031 bash[19205]: cluster 2024-09-10T18:24:26.478956+0000 mgr.y (mgr.14138) 133 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:27.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:27 smithi031 bash[19205]: audit 2024-09-10T18:24:26.523836+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:24:27.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:27 smithi031 bash[19205]: audit 2024-09-10T18:24:26.525784+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:27.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:27 smithi031 bash[19205]: cephadm 2024-09-10T18:24:26.527246+0000 mgr.y (mgr.14138) 134 : cephadm [INF] Deploying daemon osd.4 on smithi063 2024-09-10T18:24:27.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:27 smithi031 bash[19205]: audit 2024-09-10T18:24:26.527988+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-10T18:24:29.051 INFO:teuthology.orchestra.run.smithi063.stdout:Created osd(s) 4 on host 'smithi063' 2024-09-10T18:24:29.877 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:29 smithi063 bash[14646]: cluster 2024-09-10T18:24:28.479513+0000 mgr.y (mgr.14138) 135 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:29.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:29 smithi063 bash[14646]: audit 2024-09-10T18:24:29.042260+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:24:29.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:29 smithi063 bash[14646]: audit 2024-09-10T18:24:29.047441+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:29.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:29 smithi031 bash[19205]: cluster 2024-09-10T18:24:28.479513+0000 mgr.y (mgr.14138) 135 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:29.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:29 smithi031 bash[19205]: audit 2024-09-10T18:24:29.042260+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:24:29.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:29 smithi031 bash[19205]: audit 2024-09-10T18:24:29.047441+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:29.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:29 smithi031 bash[14957]: cluster 2024-09-10T18:24:28.479513+0000 mgr.y (mgr.14138) 135 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:29.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:29 smithi031 bash[14957]: audit 2024-09-10T18:24:29.042260+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:24:29.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:29 smithi031 bash[14957]: audit 2024-09-10T18:24:29.047441+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:30.379 DEBUG:teuthology.orchestra.run.smithi063:osd.4> sudo journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.4.service 2024-09-10T18:24:30.381 INFO:tasks.cephadm:Deploying osd.5 on smithi063 with /dev/vg_nvme/lv_3... 2024-09-10T18:24:30.381 DEBUG:teuthology.orchestra.run.smithi063:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-10T18:24:31.185 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:30 smithi063 bash[14646]: audit 2024-09-10T18:24:29.883724+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:31.185 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:30 smithi063 bash[14646]: audit 2024-09-10T18:24:29.885956+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:31.185 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:30 smithi063 bash[14646]: cluster 2024-09-10T18:24:30.480095+0000 mgr.y (mgr.14138) 136 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:31.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:30 smithi031 bash[14957]: audit 2024-09-10T18:24:29.883724+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:31.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:30 smithi031 bash[14957]: audit 2024-09-10T18:24:29.885956+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:31.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:30 smithi031 bash[14957]: cluster 2024-09-10T18:24:30.480095+0000 mgr.y (mgr.14138) 136 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:31.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:30 smithi031 bash[19205]: audit 2024-09-10T18:24:29.883724+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:31.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:30 smithi031 bash[19205]: audit 2024-09-10T18:24:29.885956+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:31.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:30 smithi031 bash[19205]: cluster 2024-09-10T18:24:30.480095+0000 mgr.y (mgr.14138) 136 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:31.725 INFO:journalctl@ceph.osd.4.smithi063.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T18:24:32.378 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 18:24:32 smithi063 bash[16699]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-10T18:24:32.378 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 18:24:32 smithi063 bash[16699]: 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-10T18:24:32.378 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 18:24:32 smithi063 bash[16699]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-10T18:24:32.378 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 18:24:32 smithi063 bash[16699]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-09-10T18:24:32.378 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 18:24:32 smithi063 bash[16699]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-10T18:24:32.378 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 18:24:32 smithi063 bash[16699]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-10T18:24:32.378 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 18:24:32 smithi063 bash[16699]: --> ceph-volume lvm activate successful for osd ID: 4 2024-09-10T18:24:33.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:33 smithi031 bash[14957]: cluster 2024-09-10T18:24:32.480657+0000 mgr.y (mgr.14138) 137 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:33.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:33 smithi031 bash[19205]: cluster 2024-09-10T18:24:32.480657+0000 mgr.y (mgr.14138) 137 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:33.914 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:33 smithi063 bash[14646]: cluster 2024-09-10T18:24:32.480657+0000 mgr.y (mgr.14138) 137 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:35.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:35 smithi063 bash[14646]: cluster 2024-09-10T18:24:34.481231+0000 mgr.y (mgr.14138) 138 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:35.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:35 smithi031 bash[14957]: cluster 2024-09-10T18:24:34.481231+0000 mgr.y (mgr.14138) 138 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:35.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:35 smithi031 bash[19205]: cluster 2024-09-10T18:24:34.481231+0000 mgr.y (mgr.14138) 138 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:36.127 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 18:24:35 smithi063 bash[16915]: debug 2024-09-10T18:24:35.803+0000 7f4a13228f40 1 -- 172.21.15.63:0/1095735814 >> [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] conn(0x55f2da405400 msgr2=0x55f2da378300 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-09-10T18:24:36.128 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 18:24:35 smithi063 bash[16915]: debug 2024-09-10T18:24:35.803+0000 7f4a13228f40 1 --2- 172.21.15.63:0/1095735814 >> [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] conn(0x55f2da405400 0x55f2da378300 secure :-1 s=READY pgs=13 cs=0 l=1 rev1=1 rx=0x55f2da3a2240 tx=0x55f2da3c2420).stop 2024-09-10T18:24:36.877 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 18:24:36 smithi063 bash[16915]: debug 2024-09-10T18:24:36.367+0000 7f4a13228f40 -1 Falling back to public interface 2024-09-10T18:24:37.167 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 18:24:36 smithi063 bash[16915]: debug 2024-09-10T18:24:36.991+0000 7f4a13228f40 -1 osd.4 0 log_to_monitors {default=true} 2024-09-10T18:24:37.543 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-10T18:24:37.543 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-10T18:24:37.544 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10+0 records in 2024-09-10T18:24:37.544 INFO:teuthology.orchestra.run.smithi063.stderr:10+0 records out 2024-09-10T18:24:37.544 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0180891 s, 580 MB/s 2024-09-10T18:24:37.544 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping successful for: 2024-09-10T18:24:37.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:37 smithi063 bash[14646]: cluster 2024-09-10T18:24:36.481787+0000 mgr.y (mgr.14138) 139 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:37.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:37 smithi063 bash[14646]: audit 2024-09-10T18:24:37.000466+0000 mon.b (mon.2) 5 : audit [INF] from='osd.4 [v2:172.21.15.63:6800/476856870,v1:172.21.15.63:6801/476856870]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:24:37.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:37 smithi063 bash[14646]: audit 2024-09-10T18:24:37.001016+0000 mon.a (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:24:37.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:37 smithi031 bash[14957]: cluster 2024-09-10T18:24:36.481787+0000 mgr.y (mgr.14138) 139 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:37.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:37 smithi031 bash[14957]: audit 2024-09-10T18:24:37.000466+0000 mon.b (mon.2) 5 : audit [INF] from='osd.4 [v2:172.21.15.63:6800/476856870,v1:172.21.15.63:6801/476856870]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:24:37.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:37 smithi031 bash[14957]: audit 2024-09-10T18:24:37.001016+0000 mon.a (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:24:37.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:37 smithi031 bash[19205]: cluster 2024-09-10T18:24:36.481787+0000 mgr.y (mgr.14138) 139 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:37.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:37 smithi031 bash[19205]: audit 2024-09-10T18:24:37.000466+0000 mon.b (mon.2) 5 : audit [INF] from='osd.4 [v2:172.21.15.63:6800/476856870,v1:172.21.15.63:6801/476856870]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:24:37.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:37 smithi031 bash[19205]: audit 2024-09-10T18:24:37.001016+0000 mon.a (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:24:38.223 DEBUG:teuthology.orchestra.run.smithi063:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi063:vg_nvme/lv_3 2024-09-10T18:24:38.878 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 18:24:38 smithi063 bash[16915]: debug 2024-09-10T18:24:38.523+0000 7f49f7cf6700 -1 osd.4 0 waiting for initial osdmap 2024-09-10T18:24:38.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:38 smithi063 bash[14646]: audit 2024-09-10T18:24:37.505901+0000 mon.a (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T18:24:38.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:38 smithi063 bash[14646]: cluster 2024-09-10T18:24:37.506156+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-10T18:24:38.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:38 smithi063 bash[14646]: audit 2024-09-10T18:24:37.507016+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:24:38.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:38 smithi063 bash[14646]: audit 2024-09-10T18:24:37.508268+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.63:6800/476856870,v1:172.21.15.63:6801/476856870]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:24:38.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:38 smithi063 bash[14646]: audit 2024-09-10T18:24:37.516160+0000 mon.a (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:24:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:38 smithi031 bash[14957]: audit 2024-09-10T18:24:37.505901+0000 mon.a (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T18:24:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:38 smithi031 bash[14957]: cluster 2024-09-10T18:24:37.506156+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-10T18:24:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:38 smithi031 bash[14957]: audit 2024-09-10T18:24:37.507016+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:24:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:38 smithi031 bash[14957]: audit 2024-09-10T18:24:37.508268+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.63:6800/476856870,v1:172.21.15.63:6801/476856870]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:24:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:38 smithi031 bash[14957]: audit 2024-09-10T18:24:37.516160+0000 mon.a (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:24:38.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:38 smithi031 bash[19205]: audit 2024-09-10T18:24:37.505901+0000 mon.a (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T18:24:38.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:38 smithi031 bash[19205]: cluster 2024-09-10T18:24:37.506156+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-10T18:24:38.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:38 smithi031 bash[19205]: audit 2024-09-10T18:24:37.507016+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:24:38.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:38 smithi031 bash[19205]: audit 2024-09-10T18:24:37.508268+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.63:6800/476856870,v1:172.21.15.63:6801/476856870]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:24:38.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:38 smithi031 bash[19205]: audit 2024-09-10T18:24:37.516160+0000 mon.a (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:24:39.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:39 smithi063 bash[14646]: cluster 2024-09-10T18:24:38.482368+0000 mgr.y (mgr.14138) 140 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:39.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:39 smithi063 bash[14646]: audit 2024-09-10T18:24:38.519671+0000 mon.a (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-09-10T18:24:39.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:39 smithi063 bash[14646]: cluster 2024-09-10T18:24:38.519961+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-10T18:24:39.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:39 smithi063 bash[14646]: audit 2024-09-10T18:24:38.521354+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:24:39.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:39 smithi063 bash[14646]: audit 2024-09-10T18:24:38.527770+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:24:39.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:39 smithi031 bash[19205]: cluster 2024-09-10T18:24:38.482368+0000 mgr.y (mgr.14138) 140 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:39.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:39 smithi031 bash[19205]: audit 2024-09-10T18:24:38.519671+0000 mon.a (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-09-10T18:24:39.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:39 smithi031 bash[19205]: cluster 2024-09-10T18:24:38.519961+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-10T18:24:39.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:39 smithi031 bash[19205]: audit 2024-09-10T18:24:38.521354+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:24:39.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:39 smithi031 bash[19205]: audit 2024-09-10T18:24:38.527770+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:24:39.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:39 smithi031 bash[14957]: cluster 2024-09-10T18:24:38.482368+0000 mgr.y (mgr.14138) 140 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:24:39.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:39 smithi031 bash[14957]: audit 2024-09-10T18:24:38.519671+0000 mon.a (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-09-10T18:24:39.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:39 smithi031 bash[14957]: cluster 2024-09-10T18:24:38.519961+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-10T18:24:39.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:39 smithi031 bash[14957]: audit 2024-09-10T18:24:38.521354+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:24:39.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:39 smithi031 bash[14957]: audit 2024-09-10T18:24:38.527770+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:24:40.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:40 smithi063 bash[14646]: cluster 2024-09-10T18:24:37.960815+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:24:40.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:40 smithi063 bash[14646]: cluster 2024-09-10T18:24:37.960935+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:24:40.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:40 smithi063 bash[14646]: cluster 2024-09-10T18:24:39.524839+0000 mon.a (mon.0) 409 : cluster [INF] osd.4 [v2:172.21.15.63:6800/476856870,v1:172.21.15.63:6801/476856870] boot 2024-09-10T18:24:40.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:40 smithi063 bash[14646]: cluster 2024-09-10T18:24:39.525219+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-10T18:24:40.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:40 smithi063 bash[14646]: audit 2024-09-10T18:24:39.525524+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:24:40.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:40 smithi063 bash[14646]: audit 2024-09-10T18:24:39.749356+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:24:40.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:40 smithi063 bash[14646]: audit 2024-09-10T18:24:40.062349+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:40.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:40 smithi063 bash[14646]: audit 2024-09-10T18:24:40.070060+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:40.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:40 smithi063 bash[14646]: audit 2024-09-10T18:24:40.078163+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:40.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:40 smithi063 bash[14646]: cluster 2024-09-10T18:24:40.524737+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-10T18:24:40.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[14957]: cluster 2024-09-10T18:24:37.960815+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:24:40.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[14957]: cluster 2024-09-10T18:24:37.960935+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:24:40.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[14957]: cluster 2024-09-10T18:24:39.524839+0000 mon.a (mon.0) 409 : cluster [INF] osd.4 [v2:172.21.15.63:6800/476856870,v1:172.21.15.63:6801/476856870] boot 2024-09-10T18:24:40.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[14957]: cluster 2024-09-10T18:24:39.525219+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-10T18:24:40.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[14957]: audit 2024-09-10T18:24:39.525524+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:24:40.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[14957]: audit 2024-09-10T18:24:39.749356+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:24:40.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[14957]: audit 2024-09-10T18:24:40.062349+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:40.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[14957]: audit 2024-09-10T18:24:40.070060+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:40.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[14957]: audit 2024-09-10T18:24:40.078163+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:40.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[14957]: cluster 2024-09-10T18:24:40.524737+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-10T18:24:40.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[19205]: cluster 2024-09-10T18:24:37.960815+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:24:40.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[19205]: cluster 2024-09-10T18:24:37.960935+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:24:40.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[19205]: cluster 2024-09-10T18:24:39.524839+0000 mon.a (mon.0) 409 : cluster [INF] osd.4 [v2:172.21.15.63:6800/476856870,v1:172.21.15.63:6801/476856870] boot 2024-09-10T18:24:40.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[19205]: cluster 2024-09-10T18:24:39.525219+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-10T18:24:40.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[19205]: audit 2024-09-10T18:24:39.525524+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:24:40.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[19205]: audit 2024-09-10T18:24:39.749356+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:24:40.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[19205]: audit 2024-09-10T18:24:40.062349+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:40.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[19205]: audit 2024-09-10T18:24:40.070060+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:40.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[19205]: audit 2024-09-10T18:24:40.078163+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:40.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:40 smithi031 bash[19205]: cluster 2024-09-10T18:24:40.524737+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-10T18:24:41.877 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:41 smithi063 bash[14646]: cluster 2024-09-10T18:24:40.482972+0000 mgr.y (mgr.14138) 141 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:41.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:41 smithi031 bash[14957]: cluster 2024-09-10T18:24:40.482972+0000 mgr.y (mgr.14138) 141 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:41.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:41 smithi031 bash[19205]: cluster 2024-09-10T18:24:40.482972+0000 mgr.y (mgr.14138) 141 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:42.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:42 smithi063 bash[14646]: audit 2024-09-10T18:24:42.278214+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:24:42.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:42 smithi063 bash[14646]: audit 2024-09-10T18:24:42.281645+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:24:42.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:42 smithi063 bash[14646]: audit 2024-09-10T18:24:42.283360+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:42.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:42 smithi063 bash[14646]: audit 2024-09-10T18:24:42.285167+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:42.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:42 smithi031 bash[14957]: audit 2024-09-10T18:24:42.278214+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:24:42.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:42 smithi031 bash[14957]: audit 2024-09-10T18:24:42.281645+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:24:42.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:42 smithi031 bash[14957]: audit 2024-09-10T18:24:42.283360+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:42.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:42 smithi031 bash[14957]: audit 2024-09-10T18:24:42.285167+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:42.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:42 smithi031 bash[19205]: audit 2024-09-10T18:24:42.278214+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:24:42.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:42 smithi031 bash[19205]: audit 2024-09-10T18:24:42.281645+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:24:42.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:42 smithi031 bash[19205]: audit 2024-09-10T18:24:42.283360+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:42.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:42 smithi031 bash[19205]: audit 2024-09-10T18:24:42.285167+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:43.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:43 smithi063 bash[14646]: audit 2024-09-10T18:24:42.276248+0000 mgr.y (mgr.14138) 142 : audit [DBG] from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:24:43.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:43 smithi063 bash[14646]: cephadm 2024-09-10T18:24:42.281062+0000 mgr.y (mgr.14138) 143 : cephadm [INF] Applying drive group None on host smithi063... 2024-09-10T18:24:43.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:43 smithi063 bash[14646]: cluster 2024-09-10T18:24:42.483498+0000 mgr.y (mgr.14138) 144 : cluster [DBG] pgmap v124: 1 pgs: 1 activating; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:43.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:43 smithi031 bash[14957]: audit 2024-09-10T18:24:42.276248+0000 mgr.y (mgr.14138) 142 : audit [DBG] from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:24:43.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:43 smithi031 bash[14957]: cephadm 2024-09-10T18:24:42.281062+0000 mgr.y (mgr.14138) 143 : cephadm [INF] Applying drive group None on host smithi063... 2024-09-10T18:24:43.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:43 smithi031 bash[14957]: cluster 2024-09-10T18:24:42.483498+0000 mgr.y (mgr.14138) 144 : cluster [DBG] pgmap v124: 1 pgs: 1 activating; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:43.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:43 smithi031 bash[19205]: audit 2024-09-10T18:24:42.276248+0000 mgr.y (mgr.14138) 142 : audit [DBG] from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:24:43.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:43 smithi031 bash[19205]: cephadm 2024-09-10T18:24:42.281062+0000 mgr.y (mgr.14138) 143 : cephadm [INF] Applying drive group None on host smithi063... 2024-09-10T18:24:43.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:43 smithi031 bash[19205]: cluster 2024-09-10T18:24:42.483498+0000 mgr.y (mgr.14138) 144 : cluster [DBG] pgmap v124: 1 pgs: 1 activating; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:45.877 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:45 smithi063 bash[14646]: cluster 2024-09-10T18:24:44.484115+0000 mgr.y (mgr.14138) 145 : cluster [DBG] pgmap v125: 1 pgs: 1 activating; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:45.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:45 smithi031 bash[19205]: cluster 2024-09-10T18:24:44.484115+0000 mgr.y (mgr.14138) 145 : cluster [DBG] pgmap v125: 1 pgs: 1 activating; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:45.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:45 smithi031 bash[14957]: cluster 2024-09-10T18:24:44.484115+0000 mgr.y (mgr.14138) 145 : cluster [DBG] pgmap v125: 1 pgs: 1 activating; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:46.877 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:46 smithi063 bash[14646]: audit 2024-09-10T18:24:46.222778+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.63:0/1728319617' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c8c1600a-d9b4-48ee-963f-1be0b13859eb"}]: dispatch 2024-09-10T18:24:46.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:46 smithi063 bash[14646]: audit 2024-09-10T18:24:46.223358+0000 mon.a (mon.0) 421 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c8c1600a-d9b4-48ee-963f-1be0b13859eb"}]: dispatch 2024-09-10T18:24:46.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:46 smithi063 bash[14646]: audit 2024-09-10T18:24:46.231832+0000 mon.a (mon.0) 422 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c8c1600a-d9b4-48ee-963f-1be0b13859eb"}]': finished 2024-09-10T18:24:46.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:46 smithi063 bash[14646]: cluster 2024-09-10T18:24:46.232088+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2024-09-10T18:24:46.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:46 smithi063 bash[14646]: audit 2024-09-10T18:24:46.232387+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:24:46.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:46 smithi031 bash[14957]: audit 2024-09-10T18:24:46.222778+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.63:0/1728319617' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c8c1600a-d9b4-48ee-963f-1be0b13859eb"}]: dispatch 2024-09-10T18:24:46.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:46 smithi031 bash[14957]: audit 2024-09-10T18:24:46.223358+0000 mon.a (mon.0) 421 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c8c1600a-d9b4-48ee-963f-1be0b13859eb"}]: dispatch 2024-09-10T18:24:46.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:46 smithi031 bash[14957]: audit 2024-09-10T18:24:46.231832+0000 mon.a (mon.0) 422 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c8c1600a-d9b4-48ee-963f-1be0b13859eb"}]': finished 2024-09-10T18:24:46.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:46 smithi031 bash[14957]: cluster 2024-09-10T18:24:46.232088+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2024-09-10T18:24:46.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:46 smithi031 bash[14957]: audit 2024-09-10T18:24:46.232387+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:24:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:46 smithi031 bash[19205]: audit 2024-09-10T18:24:46.222778+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.63:0/1728319617' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c8c1600a-d9b4-48ee-963f-1be0b13859eb"}]: dispatch 2024-09-10T18:24:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:46 smithi031 bash[19205]: audit 2024-09-10T18:24:46.223358+0000 mon.a (mon.0) 421 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c8c1600a-d9b4-48ee-963f-1be0b13859eb"}]: dispatch 2024-09-10T18:24:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:46 smithi031 bash[19205]: audit 2024-09-10T18:24:46.231832+0000 mon.a (mon.0) 422 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c8c1600a-d9b4-48ee-963f-1be0b13859eb"}]': finished 2024-09-10T18:24:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:46 smithi031 bash[19205]: cluster 2024-09-10T18:24:46.232088+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2024-09-10T18:24:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:46 smithi031 bash[19205]: audit 2024-09-10T18:24:46.232387+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:24:47.877 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:47 smithi063 bash[14646]: cluster 2024-09-10T18:24:46.484653+0000 mgr.y (mgr.14138) 146 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:47.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:47 smithi063 bash[14646]: audit 2024-09-10T18:24:46.875374+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.63:0/3268231318' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:24:47.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:47 smithi031 bash[19205]: cluster 2024-09-10T18:24:46.484653+0000 mgr.y (mgr.14138) 146 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:47.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:47 smithi031 bash[19205]: audit 2024-09-10T18:24:46.875374+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.63:0/3268231318' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:24:47.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:47 smithi031 bash[14957]: cluster 2024-09-10T18:24:46.484653+0000 mgr.y (mgr.14138) 146 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:47.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:47 smithi031 bash[14957]: audit 2024-09-10T18:24:46.875374+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.63:0/3268231318' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:24:49.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:49 smithi063 bash[14646]: cluster 2024-09-10T18:24:48.485211+0000 mgr.y (mgr.14138) 147 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:49.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:49 smithi031 bash[14957]: cluster 2024-09-10T18:24:48.485211+0000 mgr.y (mgr.14138) 147 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:49.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:49 smithi031 bash[19205]: cluster 2024-09-10T18:24:48.485211+0000 mgr.y (mgr.14138) 147 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:50.877 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:50 smithi063 bash[14646]: audit 2024-09-10T18:24:49.677300+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:50.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:50 smithi031 bash[14957]: audit 2024-09-10T18:24:49.677300+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:50.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:50 smithi031 bash[19205]: audit 2024-09-10T18:24:49.677300+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:51.862 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:51 smithi063 bash[14646]: cluster 2024-09-10T18:24:50.485879+0000 mgr.y (mgr.14138) 148 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:51.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:51 smithi031 bash[14957]: cluster 2024-09-10T18:24:50.485879+0000 mgr.y (mgr.14138) 148 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:51.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:51 smithi031 bash[19205]: cluster 2024-09-10T18:24:50.485879+0000 mgr.y (mgr.14138) 148 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:53.877 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:53 smithi063 bash[14646]: cluster 2024-09-10T18:24:52.486537+0000 mgr.y (mgr.14138) 149 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:53.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:53 smithi031 bash[14957]: cluster 2024-09-10T18:24:52.486537+0000 mgr.y (mgr.14138) 149 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:53.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:53 smithi031 bash[19205]: cluster 2024-09-10T18:24:52.486537+0000 mgr.y (mgr.14138) 149 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:54.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:54 smithi063 bash[14646]: audit 2024-09-10T18:24:53.986679+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:24:54.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:54 smithi063 bash[14646]: audit 2024-09-10T18:24:53.988658+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:54.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:54 smithi063 bash[14646]: audit 2024-09-10T18:24:53.991055+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-10T18:24:54.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:54 smithi031 bash[14957]: audit 2024-09-10T18:24:53.986679+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:24:54.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:54 smithi031 bash[14957]: audit 2024-09-10T18:24:53.988658+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:54.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:54 smithi031 bash[14957]: audit 2024-09-10T18:24:53.991055+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-10T18:24:54.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:54 smithi031 bash[19205]: audit 2024-09-10T18:24:53.986679+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:24:54.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:54 smithi031 bash[19205]: audit 2024-09-10T18:24:53.988658+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:54.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:54 smithi031 bash[19205]: audit 2024-09-10T18:24:53.991055+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-10T18:24:55.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:55 smithi063 bash[14646]: cephadm 2024-09-10T18:24:53.990231+0000 mgr.y (mgr.14138) 150 : cephadm [INF] Deploying daemon osd.5 on smithi063 2024-09-10T18:24:55.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:55 smithi063 bash[14646]: cluster 2024-09-10T18:24:54.487094+0000 mgr.y (mgr.14138) 151 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:55.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:55 smithi031 bash[14957]: cephadm 2024-09-10T18:24:53.990231+0000 mgr.y (mgr.14138) 150 : cephadm [INF] Deploying daemon osd.5 on smithi063 2024-09-10T18:24:55.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:55 smithi031 bash[14957]: cluster 2024-09-10T18:24:54.487094+0000 mgr.y (mgr.14138) 151 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:55.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:55 smithi031 bash[19205]: cephadm 2024-09-10T18:24:53.990231+0000 mgr.y (mgr.14138) 150 : cephadm [INF] Deploying daemon osd.5 on smithi063 2024-09-10T18:24:55.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:55 smithi031 bash[19205]: cluster 2024-09-10T18:24:54.487094+0000 mgr.y (mgr.14138) 151 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:56.613 INFO:teuthology.orchestra.run.smithi063.stdout:Created osd(s) 5 on host 'smithi063' 2024-09-10T18:24:57.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:57 smithi063 bash[14646]: cluster 2024-09-10T18:24:56.487755+0000 mgr.y (mgr.14138) 152 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:57.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:57 smithi063 bash[14646]: audit 2024-09-10T18:24:56.602965+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:24:57.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:57 smithi063 bash[14646]: audit 2024-09-10T18:24:56.606680+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:57.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:57 smithi063 bash[14646]: audit 2024-09-10T18:24:57.494321+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:57.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:57 smithi063 bash[14646]: audit 2024-09-10T18:24:57.495993+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:57.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:57 smithi031 bash[19205]: cluster 2024-09-10T18:24:56.487755+0000 mgr.y (mgr.14138) 152 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:57.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:57 smithi031 bash[19205]: audit 2024-09-10T18:24:56.602965+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:24:57.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:57 smithi031 bash[19205]: audit 2024-09-10T18:24:56.606680+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:57.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:57 smithi031 bash[19205]: audit 2024-09-10T18:24:57.494321+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:57.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:57 smithi031 bash[19205]: audit 2024-09-10T18:24:57.495993+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:57.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:57 smithi031 bash[14957]: cluster 2024-09-10T18:24:56.487755+0000 mgr.y (mgr.14138) 152 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:24:57.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:57 smithi031 bash[14957]: audit 2024-09-10T18:24:56.602965+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:24:57.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:57 smithi031 bash[14957]: audit 2024-09-10T18:24:56.606680+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:57.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:57 smithi031 bash[14957]: audit 2024-09-10T18:24:57.494321+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:24:57.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:57 smithi031 bash[14957]: audit 2024-09-10T18:24:57.495993+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:24:58.176 DEBUG:teuthology.orchestra.run.smithi063:osd.5> sudo journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.5.service 2024-09-10T18:24:58.178 INFO:tasks.cephadm:Deploying osd.6 on smithi063 with /dev/vg_nvme/lv_2... 2024-09-10T18:24:58.178 DEBUG:teuthology.orchestra.run.smithi063:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-10T18:24:59.099 INFO:journalctl@ceph.osd.5.smithi063.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T18:25:00.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:59 smithi063 bash[14646]: cluster 2024-09-10T18:24:58.488328+0000 mgr.y (mgr.14138) 153 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:25:00.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:24:59 smithi063 bash[14646]: audit 2024-09-10T18:24:58.640197+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:00.128 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 18:24:59 smithi063 bash[18277]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T18:25:00.128 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 18:24:59 smithi063 bash[18277]: 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-10T18:25:00.128 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 18:24:59 smithi063 bash[18277]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-10T18:25:00.128 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 18:24:59 smithi063 bash[18277]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-09-10T18:25:00.128 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 18:24:59 smithi063 bash[18277]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T18:25:00.128 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 18:24:59 smithi063 bash[18277]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T18:25:00.128 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 18:24:59 smithi063 bash[18277]: --> ceph-volume lvm activate successful for osd ID: 5 2024-09-10T18:25:00.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:59 smithi031 bash[14957]: cluster 2024-09-10T18:24:58.488328+0000 mgr.y (mgr.14138) 153 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:25:00.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:24:59 smithi031 bash[14957]: audit 2024-09-10T18:24:58.640197+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:00.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:59 smithi031 bash[19205]: cluster 2024-09-10T18:24:58.488328+0000 mgr.y (mgr.14138) 153 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:25:00.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:24:59 smithi031 bash[19205]: audit 2024-09-10T18:24:58.640197+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:01.971 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:01 smithi063 bash[14646]: cluster 2024-09-10T18:25:00.489039+0000 mgr.y (mgr.14138) 154 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:25:02.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:01 smithi031 bash[14957]: cluster 2024-09-10T18:25:00.489039+0000 mgr.y (mgr.14138) 154 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:25:02.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:01 smithi031 bash[19205]: cluster 2024-09-10T18:25:00.489039+0000 mgr.y (mgr.14138) 154 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:25:03.970 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:03 smithi063 bash[14646]: cluster 2024-09-10T18:25:02.489665+0000 mgr.y (mgr.14138) 155 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:25:04.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:03 smithi031 bash[14957]: cluster 2024-09-10T18:25:02.489665+0000 mgr.y (mgr.14138) 155 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:25:04.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:03 smithi031 bash[19205]: cluster 2024-09-10T18:25:02.489665+0000 mgr.y (mgr.14138) 155 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:25:04.877 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 18:25:04 smithi063 bash[18606]: debug 2024-09-10T18:25:04.634+0000 7fb894c80f40 -1 Falling back to public interface 2024-09-10T18:25:05.182 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-10T18:25:05.182 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-10T18:25:05.183 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10+0 records in 2024-09-10T18:25:05.183 INFO:teuthology.orchestra.run.smithi063.stderr:10+0 records out 2024-09-10T18:25:05.183 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0177882 s, 589 MB/s 2024-09-10T18:25:05.183 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping successful for: 2024-09-10T18:25:05.628 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 18:25:05 smithi063 bash[18606]: debug 2024-09-10T18:25:05.270+0000 7fb894c80f40 -1 osd.5 0 log_to_monitors {default=true} 2024-09-10T18:25:05.887 DEBUG:teuthology.orchestra.run.smithi063:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi063:vg_nvme/lv_2 2024-09-10T18:25:06.027 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:05 smithi063 bash[14646]: cluster 2024-09-10T18:25:04.490142+0000 mgr.y (mgr.14138) 156 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:25:06.027 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:05 smithi063 bash[14646]: audit 2024-09-10T18:25:05.280073+0000 mon.b (mon.2) 9 : audit [INF] from='osd.5 [v2:172.21.15.63:6808/2323868042,v1:172.21.15.63:6809/2323868042]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:25:06.027 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:05 smithi063 bash[14646]: audit 2024-09-10T18:25:05.280545+0000 mon.a (mon.0) 434 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:25:06.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:05 smithi031 bash[14957]: cluster 2024-09-10T18:25:04.490142+0000 mgr.y (mgr.14138) 156 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:25:06.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:05 smithi031 bash[14957]: audit 2024-09-10T18:25:05.280073+0000 mon.b (mon.2) 9 : audit [INF] from='osd.5 [v2:172.21.15.63:6808/2323868042,v1:172.21.15.63:6809/2323868042]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:25:06.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:05 smithi031 bash[14957]: audit 2024-09-10T18:25:05.280545+0000 mon.a (mon.0) 434 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:25:06.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:05 smithi031 bash[19205]: cluster 2024-09-10T18:25:04.490142+0000 mgr.y (mgr.14138) 156 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:25:06.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:05 smithi031 bash[19205]: audit 2024-09-10T18:25:05.280073+0000 mon.b (mon.2) 9 : audit [INF] from='osd.5 [v2:172.21.15.63:6808/2323868042,v1:172.21.15.63:6809/2323868042]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:25:06.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:05 smithi031 bash[19205]: audit 2024-09-10T18:25:05.280545+0000 mon.a (mon.0) 434 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:25:06.878 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 18:25:06 smithi063 bash[18606]: debug 2024-09-10T18:25:06.682+0000 7fb87974e700 -1 osd.5 0 waiting for initial osdmap 2024-09-10T18:25:06.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:06 smithi063 bash[14646]: audit 2024-09-10T18:25:05.662424+0000 mon.a (mon.0) 435 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T18:25:06.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:06 smithi063 bash[14646]: cluster 2024-09-10T18:25:05.662557+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-10T18:25:06.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:06 smithi063 bash[14646]: audit 2024-09-10T18:25:05.663395+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:25:06.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:06 smithi063 bash[14646]: audit 2024-09-10T18:25:05.664526+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.63:6808/2323868042,v1:172.21.15.63:6809/2323868042]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:25:06.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:06 smithi063 bash[14646]: audit 2024-09-10T18:25:05.670509+0000 mon.a (mon.0) 438 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:25:07.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:06 smithi031 bash[14957]: audit 2024-09-10T18:25:05.662424+0000 mon.a (mon.0) 435 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T18:25:07.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:06 smithi031 bash[14957]: cluster 2024-09-10T18:25:05.662557+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-10T18:25:07.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:06 smithi031 bash[14957]: audit 2024-09-10T18:25:05.663395+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:25:07.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:06 smithi031 bash[14957]: audit 2024-09-10T18:25:05.664526+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.63:6808/2323868042,v1:172.21.15.63:6809/2323868042]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:25:07.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:06 smithi031 bash[14957]: audit 2024-09-10T18:25:05.670509+0000 mon.a (mon.0) 438 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:25:07.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:06 smithi031 bash[19205]: audit 2024-09-10T18:25:05.662424+0000 mon.a (mon.0) 435 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T18:25:07.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:06 smithi031 bash[19205]: cluster 2024-09-10T18:25:05.662557+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-10T18:25:07.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:06 smithi031 bash[19205]: audit 2024-09-10T18:25:05.663395+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:25:07.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:06 smithi031 bash[19205]: audit 2024-09-10T18:25:05.664526+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.63:6808/2323868042,v1:172.21.15.63:6809/2323868042]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:25:07.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:06 smithi031 bash[19205]: audit 2024-09-10T18:25:05.670509+0000 mon.a (mon.0) 438 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:25:07.992 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:07 smithi063 bash[14646]: cluster 2024-09-10T18:25:06.490644+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-10T18:25:07.992 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:07 smithi063 bash[14646]: audit 2024-09-10T18:25:06.673051+0000 mon.a (mon.0) 439 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-09-10T18:25:07.992 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:07 smithi063 bash[14646]: cluster 2024-09-10T18:25:06.673386+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-10T18:25:07.992 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:07 smithi063 bash[14646]: audit 2024-09-10T18:25:06.674895+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:25:07.992 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:07 smithi063 bash[14646]: audit 2024-09-10T18:25:06.682294+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:25:07.992 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:07 smithi063 bash[14646]: audit 2024-09-10T18:25:07.330693+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:25:07.992 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:07 smithi063 bash[14646]: audit 2024-09-10T18:25:07.642878+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:08.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:07 smithi031 bash[14957]: cluster 2024-09-10T18:25:06.490644+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-10T18:25:08.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:07 smithi031 bash[14957]: audit 2024-09-10T18:25:06.673051+0000 mon.a (mon.0) 439 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-09-10T18:25:08.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:07 smithi031 bash[14957]: cluster 2024-09-10T18:25:06.673386+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-10T18:25:08.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:07 smithi031 bash[14957]: audit 2024-09-10T18:25:06.674895+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:25:08.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:07 smithi031 bash[14957]: audit 2024-09-10T18:25:06.682294+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:25:08.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:07 smithi031 bash[14957]: audit 2024-09-10T18:25:07.330693+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:25:08.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:07 smithi031 bash[14957]: audit 2024-09-10T18:25:07.642878+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:08.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:07 smithi031 bash[19205]: cluster 2024-09-10T18:25:06.490644+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-10T18:25:08.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:07 smithi031 bash[19205]: audit 2024-09-10T18:25:06.673051+0000 mon.a (mon.0) 439 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-09-10T18:25:08.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:07 smithi031 bash[19205]: cluster 2024-09-10T18:25:06.673386+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-10T18:25:08.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:07 smithi031 bash[19205]: audit 2024-09-10T18:25:06.674895+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:25:08.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:07 smithi031 bash[19205]: audit 2024-09-10T18:25:06.682294+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:25:08.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:07 smithi031 bash[19205]: audit 2024-09-10T18:25:07.330693+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:25:08.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:07 smithi031 bash[19205]: audit 2024-09-10T18:25:07.642878+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:08.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:08 smithi063 bash[14646]: cluster 2024-09-10T18:25:06.320318+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:25:08.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:08 smithi063 bash[14646]: cluster 2024-09-10T18:25:06.320392+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:25:08.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:08 smithi063 bash[14646]: cephadm 2024-09-10T18:25:07.644237+0000 mgr.y (mgr.14138) 158 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:25:08.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:08 smithi063 bash[14646]: cluster 2024-09-10T18:25:07.687196+0000 mon.a (mon.0) 445 : cluster [INF] osd.5 [v2:172.21.15.63:6808/2323868042,v1:172.21.15.63:6809/2323868042] boot 2024-09-10T18:25:08.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:08 smithi063 bash[14646]: cluster 2024-09-10T18:25:07.687336+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-09-10T18:25:08.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:08 smithi063 bash[14646]: audit 2024-09-10T18:25:07.688196+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:25:08.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:08 smithi063 bash[14646]: audit 2024-09-10T18:25:08.005678+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:08.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:08 smithi063 bash[14646]: audit 2024-09-10T18:25:08.016345+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:09.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:08 smithi031 bash[14957]: cluster 2024-09-10T18:25:06.320318+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:25:09.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:08 smithi031 bash[14957]: cluster 2024-09-10T18:25:06.320392+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:25:09.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:08 smithi031 bash[14957]: cephadm 2024-09-10T18:25:07.644237+0000 mgr.y (mgr.14138) 158 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:25:09.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:08 smithi031 bash[14957]: cluster 2024-09-10T18:25:07.687196+0000 mon.a (mon.0) 445 : cluster [INF] osd.5 [v2:172.21.15.63:6808/2323868042,v1:172.21.15.63:6809/2323868042] boot 2024-09-10T18:25:09.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:08 smithi031 bash[14957]: cluster 2024-09-10T18:25:07.687336+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-09-10T18:25:09.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:08 smithi031 bash[14957]: audit 2024-09-10T18:25:07.688196+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:25:09.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:08 smithi031 bash[14957]: audit 2024-09-10T18:25:08.005678+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:09.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:08 smithi031 bash[14957]: audit 2024-09-10T18:25:08.016345+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:09.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:08 smithi031 bash[19205]: cluster 2024-09-10T18:25:06.320318+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:25:09.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:08 smithi031 bash[19205]: cluster 2024-09-10T18:25:06.320392+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:25:09.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:08 smithi031 bash[19205]: cephadm 2024-09-10T18:25:07.644237+0000 mgr.y (mgr.14138) 158 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:25:09.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:08 smithi031 bash[19205]: cluster 2024-09-10T18:25:07.687196+0000 mon.a (mon.0) 445 : cluster [INF] osd.5 [v2:172.21.15.63:6808/2323868042,v1:172.21.15.63:6809/2323868042] boot 2024-09-10T18:25:09.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:08 smithi031 bash[19205]: cluster 2024-09-10T18:25:07.687336+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-09-10T18:25:09.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:08 smithi031 bash[19205]: audit 2024-09-10T18:25:07.688196+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:25:09.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:08 smithi031 bash[19205]: audit 2024-09-10T18:25:08.005678+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:09.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:08 smithi031 bash[19205]: audit 2024-09-10T18:25:08.016345+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:10.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:09 smithi063 bash[14646]: cluster 2024-09-10T18:25:08.491280+0000 mgr.y (mgr.14138) 159 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:10.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:09 smithi063 bash[14646]: cluster 2024-09-10T18:25:08.706449+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-10T18:25:10.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:09 smithi031 bash[14957]: cluster 2024-09-10T18:25:08.491280+0000 mgr.y (mgr.14138) 159 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:10.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:09 smithi031 bash[14957]: cluster 2024-09-10T18:25:08.706449+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-10T18:25:10.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:09 smithi031 bash[19205]: cluster 2024-09-10T18:25:08.491280+0000 mgr.y (mgr.14138) 159 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:10.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:09 smithi031 bash[19205]: cluster 2024-09-10T18:25:08.706449+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-10T18:25:11.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:10 smithi063 bash[14646]: audit 2024-09-10T18:25:09.830953+0000 mgr.y (mgr.14138) 160 : audit [DBG] from='client.34271 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:25:11.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:10 smithi063 bash[14646]: audit 2024-09-10T18:25:09.832958+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:25:11.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:10 smithi063 bash[14646]: cephadm 2024-09-10T18:25:09.835997+0000 mgr.y (mgr.14138) 161 : cephadm [INF] Applying drive group None on host smithi063... 2024-09-10T18:25:11.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:10 smithi063 bash[14646]: audit 2024-09-10T18:25:09.836644+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:25:11.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:10 smithi063 bash[14646]: audit 2024-09-10T18:25:09.838672+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:11.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:10 smithi063 bash[14646]: audit 2024-09-10T18:25:09.840785+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:25:11.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:10 smithi031 bash[14957]: audit 2024-09-10T18:25:09.830953+0000 mgr.y (mgr.14138) 160 : audit [DBG] from='client.34271 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:25:11.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:10 smithi031 bash[14957]: audit 2024-09-10T18:25:09.832958+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:25:11.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:10 smithi031 bash[14957]: cephadm 2024-09-10T18:25:09.835997+0000 mgr.y (mgr.14138) 161 : cephadm [INF] Applying drive group None on host smithi063... 2024-09-10T18:25:11.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:10 smithi031 bash[14957]: audit 2024-09-10T18:25:09.836644+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:25:11.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:10 smithi031 bash[14957]: audit 2024-09-10T18:25:09.838672+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:11.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:10 smithi031 bash[14957]: audit 2024-09-10T18:25:09.840785+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:25:11.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:10 smithi031 bash[19205]: audit 2024-09-10T18:25:09.830953+0000 mgr.y (mgr.14138) 160 : audit [DBG] from='client.34271 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:25:11.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:10 smithi031 bash[19205]: audit 2024-09-10T18:25:09.832958+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:25:11.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:10 smithi031 bash[19205]: cephadm 2024-09-10T18:25:09.835997+0000 mgr.y (mgr.14138) 161 : cephadm [INF] Applying drive group None on host smithi063... 2024-09-10T18:25:11.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:10 smithi031 bash[19205]: audit 2024-09-10T18:25:09.836644+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:25:11.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:10 smithi031 bash[19205]: audit 2024-09-10T18:25:09.838672+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:11.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:10 smithi031 bash[19205]: audit 2024-09-10T18:25:09.840785+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:25:11.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:11 smithi063 bash[14646]: cluster 2024-09-10T18:25:10.491872+0000 mgr.y (mgr.14138) 162 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:12.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:11 smithi031 bash[14957]: cluster 2024-09-10T18:25:10.491872+0000 mgr.y (mgr.14138) 162 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:12.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:11 smithi031 bash[19205]: cluster 2024-09-10T18:25:10.491872+0000 mgr.y (mgr.14138) 162 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:14.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:13 smithi063 bash[14646]: cluster 2024-09-10T18:25:12.492453+0000 mgr.y (mgr.14138) 163 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:14.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:13 smithi031 bash[14957]: cluster 2024-09-10T18:25:12.492453+0000 mgr.y (mgr.14138) 163 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:14.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:13 smithi031 bash[19205]: cluster 2024-09-10T18:25:12.492453+0000 mgr.y (mgr.14138) 163 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:15.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:14 smithi063 bash[14646]: audit 2024-09-10T18:25:13.907144+0000 mon.b (mon.2) 11 : audit [INF] from='client.? 172.21.15.63:0/2678969786' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b10058b-2f38-47e2-b7e2-36691030e561"}]: dispatch 2024-09-10T18:25:15.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:14 smithi063 bash[14646]: audit 2024-09-10T18:25:13.907580+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b10058b-2f38-47e2-b7e2-36691030e561"}]: dispatch 2024-09-10T18:25:15.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:14 smithi063 bash[14646]: audit 2024-09-10T18:25:13.916068+0000 mon.a (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9b10058b-2f38-47e2-b7e2-36691030e561"}]': finished 2024-09-10T18:25:15.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:14 smithi063 bash[14646]: cluster 2024-09-10T18:25:13.916286+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2024-09-10T18:25:15.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:14 smithi063 bash[14646]: audit 2024-09-10T18:25:13.916596+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:25:15.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:14 smithi063 bash[14646]: audit 2024-09-10T18:25:14.523640+0000 mon.b (mon.2) 12 : audit [DBG] from='client.? 172.21.15.63:0/1373750849' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:25:15.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:14 smithi031 bash[14957]: audit 2024-09-10T18:25:13.907144+0000 mon.b (mon.2) 11 : audit [INF] from='client.? 172.21.15.63:0/2678969786' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b10058b-2f38-47e2-b7e2-36691030e561"}]: dispatch 2024-09-10T18:25:15.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:14 smithi031 bash[14957]: audit 2024-09-10T18:25:13.907580+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b10058b-2f38-47e2-b7e2-36691030e561"}]: dispatch 2024-09-10T18:25:15.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:14 smithi031 bash[14957]: audit 2024-09-10T18:25:13.916068+0000 mon.a (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9b10058b-2f38-47e2-b7e2-36691030e561"}]': finished 2024-09-10T18:25:15.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:14 smithi031 bash[14957]: cluster 2024-09-10T18:25:13.916286+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2024-09-10T18:25:15.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:14 smithi031 bash[14957]: audit 2024-09-10T18:25:13.916596+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:25:15.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:14 smithi031 bash[14957]: audit 2024-09-10T18:25:14.523640+0000 mon.b (mon.2) 12 : audit [DBG] from='client.? 172.21.15.63:0/1373750849' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:25:15.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:14 smithi031 bash[19205]: audit 2024-09-10T18:25:13.907144+0000 mon.b (mon.2) 11 : audit [INF] from='client.? 172.21.15.63:0/2678969786' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b10058b-2f38-47e2-b7e2-36691030e561"}]: dispatch 2024-09-10T18:25:15.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:14 smithi031 bash[19205]: audit 2024-09-10T18:25:13.907580+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b10058b-2f38-47e2-b7e2-36691030e561"}]: dispatch 2024-09-10T18:25:15.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:14 smithi031 bash[19205]: audit 2024-09-10T18:25:13.916068+0000 mon.a (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9b10058b-2f38-47e2-b7e2-36691030e561"}]': finished 2024-09-10T18:25:15.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:14 smithi031 bash[19205]: cluster 2024-09-10T18:25:13.916286+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2024-09-10T18:25:15.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:14 smithi031 bash[19205]: audit 2024-09-10T18:25:13.916596+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:25:15.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:14 smithi031 bash[19205]: audit 2024-09-10T18:25:14.523640+0000 mon.b (mon.2) 12 : audit [DBG] from='client.? 172.21.15.63:0/1373750849' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:25:16.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:15 smithi063 bash[14646]: cluster 2024-09-10T18:25:14.493127+0000 mgr.y (mgr.14138) 164 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:16.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:15 smithi031 bash[14957]: cluster 2024-09-10T18:25:14.493127+0000 mgr.y (mgr.14138) 164 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:16.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:15 smithi031 bash[19205]: cluster 2024-09-10T18:25:14.493127+0000 mgr.y (mgr.14138) 164 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:18.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:17 smithi063 bash[14646]: cluster 2024-09-10T18:25:16.493761+0000 mgr.y (mgr.14138) 165 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:18.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:17 smithi063 bash[14646]: audit 2024-09-10T18:25:17.298141+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:25:18.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:17 smithi031 bash[14957]: cluster 2024-09-10T18:25:16.493761+0000 mgr.y (mgr.14138) 165 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:18.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:17 smithi031 bash[14957]: audit 2024-09-10T18:25:17.298141+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:25:18.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:17 smithi031 bash[19205]: cluster 2024-09-10T18:25:16.493761+0000 mgr.y (mgr.14138) 165 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:18.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:17 smithi031 bash[19205]: audit 2024-09-10T18:25:17.298141+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:25:18.873 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:18 smithi063 bash[14646]: audit 2024-09-10T18:25:18.654986+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:25:18.874 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:18 smithi063 bash[14646]: audit 2024-09-10T18:25:18.658465+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:25:19.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:18 smithi031 bash[14957]: audit 2024-09-10T18:25:18.654986+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:25:19.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:18 smithi031 bash[14957]: audit 2024-09-10T18:25:18.658465+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:25:19.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:18 smithi031 bash[19205]: audit 2024-09-10T18:25:18.654986+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:25:19.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:18 smithi031 bash[19205]: audit 2024-09-10T18:25:18.658465+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:25:20.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:19 smithi063 bash[14646]: cluster 2024-09-10T18:25:18.494528+0000 mgr.y (mgr.14138) 166 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:20.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:19 smithi031 bash[14957]: cluster 2024-09-10T18:25:18.494528+0000 mgr.y (mgr.14138) 166 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:20.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:19 smithi031 bash[19205]: cluster 2024-09-10T18:25:18.494528+0000 mgr.y (mgr.14138) 166 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:22.012 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:21 smithi063 bash[14646]: cluster 2024-09-10T18:25:20.495116+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-10T18:25:22.012 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:21 smithi063 bash[14646]: audit 2024-09-10T18:25:21.609402+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:25:22.012 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:21 smithi063 bash[14646]: audit 2024-09-10T18:25:21.611465+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:22.012 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:21 smithi063 bash[14646]: audit 2024-09-10T18:25:21.613776+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T18:25:22.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:21 smithi031 bash[14957]: cluster 2024-09-10T18:25:20.495116+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-10T18:25:22.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:21 smithi031 bash[14957]: audit 2024-09-10T18:25:21.609402+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:25:22.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:21 smithi031 bash[14957]: audit 2024-09-10T18:25:21.611465+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:22.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:21 smithi031 bash[14957]: audit 2024-09-10T18:25:21.613776+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T18:25:22.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:21 smithi031 bash[19205]: cluster 2024-09-10T18:25:20.495116+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-10T18:25:22.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:21 smithi031 bash[19205]: audit 2024-09-10T18:25:21.609402+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:25:22.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:21 smithi031 bash[19205]: audit 2024-09-10T18:25:21.611465+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:22.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:21 smithi031 bash[19205]: audit 2024-09-10T18:25:21.613776+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T18:25:23.113 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:22 smithi063 bash[14646]: cephadm 2024-09-10T18:25:21.613045+0000 mgr.y (mgr.14138) 168 : cephadm [INF] Deploying daemon osd.6 on smithi063 2024-09-10T18:25:23.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:22 smithi031 bash[14957]: cephadm 2024-09-10T18:25:21.613045+0000 mgr.y (mgr.14138) 168 : cephadm [INF] Deploying daemon osd.6 on smithi063 2024-09-10T18:25:23.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:22 smithi031 bash[19205]: cephadm 2024-09-10T18:25:21.613045+0000 mgr.y (mgr.14138) 168 : cephadm [INF] Deploying daemon osd.6 on smithi063 2024-09-10T18:25:24.127 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:23 smithi063 bash[14646]: cluster 2024-09-10T18:25:22.495745+0000 mgr.y (mgr.14138) 169 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:24.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:23 smithi031 bash[19205]: cluster 2024-09-10T18:25:22.495745+0000 mgr.y (mgr.14138) 169 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:24.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:23 smithi031 bash[14957]: cluster 2024-09-10T18:25:22.495745+0000 mgr.y (mgr.14138) 169 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:24.182 INFO:teuthology.orchestra.run.smithi063.stdout:Created osd(s) 6 on host 'smithi063' 2024-09-10T18:25:25.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:24 smithi063 bash[14646]: audit 2024-09-10T18:25:24.169719+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:25:25.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:24 smithi063 bash[14646]: audit 2024-09-10T18:25:24.174917+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:25.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:24 smithi031 bash[14957]: audit 2024-09-10T18:25:24.169719+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:25:25.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:24 smithi031 bash[14957]: audit 2024-09-10T18:25:24.174917+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:25.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:24 smithi031 bash[19205]: audit 2024-09-10T18:25:24.169719+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:25:25.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:24 smithi031 bash[19205]: audit 2024-09-10T18:25:24.174917+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:25.581 DEBUG:teuthology.orchestra.run.smithi063:osd.6> sudo journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.6.service 2024-09-10T18:25:25.583 INFO:tasks.cephadm:Deploying osd.7 on smithi063 with /dev/vg_nvme/lv_1... 2024-09-10T18:25:25.583 DEBUG:teuthology.orchestra.run.smithi063:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-10T18:25:25.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:25 smithi063 bash[14646]: cephadm 2024-09-10T18:25:24.168314+0000 mgr.y (mgr.14138) 170 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:25:25.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:25 smithi063 bash[14646]: cluster 2024-09-10T18:25:24.496361+0000 mgr.y (mgr.14138) 171 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:25.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:25 smithi063 bash[14646]: audit 2024-09-10T18:25:25.073427+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:25.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:25 smithi063 bash[14646]: audit 2024-09-10T18:25:25.075481+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:25:26.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:25 smithi031 bash[14957]: cephadm 2024-09-10T18:25:24.168314+0000 mgr.y (mgr.14138) 170 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:25:26.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:25 smithi031 bash[14957]: cluster 2024-09-10T18:25:24.496361+0000 mgr.y (mgr.14138) 171 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:26.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:25 smithi031 bash[14957]: audit 2024-09-10T18:25:25.073427+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:26.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:25 smithi031 bash[14957]: audit 2024-09-10T18:25:25.075481+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:25:26.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:25 smithi031 bash[19205]: cephadm 2024-09-10T18:25:24.168314+0000 mgr.y (mgr.14138) 170 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:25:26.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:25 smithi031 bash[19205]: cluster 2024-09-10T18:25:24.496361+0000 mgr.y (mgr.14138) 171 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:26.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:25 smithi031 bash[19205]: audit 2024-09-10T18:25:25.073427+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:26.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:25 smithi031 bash[19205]: audit 2024-09-10T18:25:25.075481+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:25:27.032 INFO:journalctl@ceph.osd.6.smithi063.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T18:25:27.628 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 18:25:27 smithi063 bash[19885]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T18:25:27.628 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 18:25:27 smithi063 bash[19885]: 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-10T18:25:27.628 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 18:25:27 smithi063 bash[19885]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-10T18:25:27.628 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 18:25:27 smithi063 bash[19885]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-09-10T18:25:27.628 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 18:25:27 smithi063 bash[19885]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T18:25:27.628 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 18:25:27 smithi063 bash[19885]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T18:25:27.628 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 18:25:27 smithi063 bash[19885]: --> ceph-volume lvm activate successful for osd ID: 6 2024-09-10T18:25:28.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:27 smithi031 bash[14957]: cluster 2024-09-10T18:25:26.497046+0000 mgr.y (mgr.14138) 172 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:28.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:27 smithi031 bash[19205]: cluster 2024-09-10T18:25:26.497046+0000 mgr.y (mgr.14138) 172 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:28.153 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:27 smithi063 bash[14646]: cluster 2024-09-10T18:25:26.497046+0000 mgr.y (mgr.14138) 172 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:30.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:29 smithi063 bash[14646]: cluster 2024-09-10T18:25:28.497562+0000 mgr.y (mgr.14138) 173 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:30.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:29 smithi063 bash[14646]: audit 2024-09-10T18:25:28.649009+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:30.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:29 smithi031 bash[14957]: cluster 2024-09-10T18:25:28.497562+0000 mgr.y (mgr.14138) 173 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:30.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:29 smithi031 bash[14957]: audit 2024-09-10T18:25:28.649009+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:30.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:29 smithi031 bash[19205]: cluster 2024-09-10T18:25:28.497562+0000 mgr.y (mgr.14138) 173 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:30.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:29 smithi031 bash[19205]: audit 2024-09-10T18:25:28.649009+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:31.972 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:31 smithi063 bash[14646]: cluster 2024-09-10T18:25:30.498162+0000 mgr.y (mgr.14138) 174 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:32.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:31 smithi031 bash[14957]: cluster 2024-09-10T18:25:30.498162+0000 mgr.y (mgr.14138) 174 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:32.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:31 smithi031 bash[19205]: cluster 2024-09-10T18:25:30.498162+0000 mgr.y (mgr.14138) 174 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:32.627 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 18:25:32 smithi063 bash[20218]: debug 2024-09-10T18:25:32.270+0000 7f5a5166df40 -1 Falling back to public interface 2024-09-10T18:25:32.796 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-10T18:25:32.796 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-10T18:25:32.796 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10+0 records in 2024-09-10T18:25:32.796 INFO:teuthology.orchestra.run.smithi063.stderr:10+0 records out 2024-09-10T18:25:32.796 INFO:teuthology.orchestra.run.smithi063.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0147211 s, 712 MB/s 2024-09-10T18:25:32.796 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping successful for: 2024-09-10T18:25:33.127 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 18:25:32 smithi063 bash[20218]: debug 2024-09-10T18:25:32.914+0000 7f5a5166df40 -1 osd.6 0 log_to_monitors {default=true} 2024-09-10T18:25:33.459 DEBUG:teuthology.orchestra.run.smithi063:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi063:vg_nvme/lv_1 2024-09-10T18:25:33.877 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:33 smithi063 bash[14646]: cluster 2024-09-10T18:25:32.498761+0000 mgr.y (mgr.14138) 175 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:33.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:33 smithi063 bash[14646]: audit 2024-09-10T18:25:32.926572+0000 mon.b (mon.2) 13 : audit [INF] from='osd.6 [v2:172.21.15.63:6816/3771898503,v1:172.21.15.63:6817/3771898503]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:25:33.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:33 smithi063 bash[14646]: audit 2024-09-10T18:25:32.926890+0000 mon.a (mon.0) 470 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:25:34.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:33 smithi031 bash[14957]: cluster 2024-09-10T18:25:32.498761+0000 mgr.y (mgr.14138) 175 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:34.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:33 smithi031 bash[14957]: audit 2024-09-10T18:25:32.926572+0000 mon.b (mon.2) 13 : audit [INF] from='osd.6 [v2:172.21.15.63:6816/3771898503,v1:172.21.15.63:6817/3771898503]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:25:34.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:33 smithi031 bash[14957]: audit 2024-09-10T18:25:32.926890+0000 mon.a (mon.0) 470 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:25:34.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:33 smithi031 bash[19205]: cluster 2024-09-10T18:25:32.498761+0000 mgr.y (mgr.14138) 175 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:34.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:33 smithi031 bash[19205]: audit 2024-09-10T18:25:32.926572+0000 mon.b (mon.2) 13 : audit [INF] from='osd.6 [v2:172.21.15.63:6816/3771898503,v1:172.21.15.63:6817/3771898503]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:25:34.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:33 smithi031 bash[19205]: audit 2024-09-10T18:25:32.926890+0000 mon.a (mon.0) 470 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:25:35.017 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 18:25:34 smithi063 bash[20218]: debug 2024-09-10T18:25:34.686+0000 7f5a3a143700 -1 osd.6 0 waiting for initial osdmap 2024-09-10T18:25:35.017 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:34 smithi063 bash[14646]: audit 2024-09-10T18:25:33.663728+0000 mon.a (mon.0) 471 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T18:25:35.017 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:34 smithi063 bash[14646]: cluster 2024-09-10T18:25:33.664014+0000 mon.a (mon.0) 472 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-09-10T18:25:35.017 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:34 smithi063 bash[14646]: audit 2024-09-10T18:25:33.664946+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:25:35.017 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:34 smithi063 bash[14646]: audit 2024-09-10T18:25:33.666573+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.63:6816/3771898503,v1:172.21.15.63:6817/3771898503]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:25:35.017 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:34 smithi063 bash[14646]: audit 2024-09-10T18:25:33.672601+0000 mon.a (mon.0) 474 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:25:35.017 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:34 smithi063 bash[14646]: audit 2024-09-10T18:25:34.203965+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:25:35.017 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:34 smithi063 bash[14646]: audit 2024-09-10T18:25:34.516714+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:35.017 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:34 smithi063 bash[14646]: audit 2024-09-10T18:25:34.526905+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:35.018 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:34 smithi063 bash[14646]: audit 2024-09-10T18:25:34.536604+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:35.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:34 smithi031 bash[14957]: audit 2024-09-10T18:25:33.663728+0000 mon.a (mon.0) 471 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T18:25:35.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:34 smithi031 bash[14957]: cluster 2024-09-10T18:25:33.664014+0000 mon.a (mon.0) 472 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-09-10T18:25:35.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:34 smithi031 bash[14957]: audit 2024-09-10T18:25:33.664946+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:25:35.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:34 smithi031 bash[14957]: audit 2024-09-10T18:25:33.666573+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.63:6816/3771898503,v1:172.21.15.63:6817/3771898503]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:25:35.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:34 smithi031 bash[14957]: audit 2024-09-10T18:25:33.672601+0000 mon.a (mon.0) 474 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:25:35.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:34 smithi031 bash[14957]: audit 2024-09-10T18:25:34.203965+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:25:35.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:34 smithi031 bash[14957]: audit 2024-09-10T18:25:34.516714+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:35.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:34 smithi031 bash[14957]: audit 2024-09-10T18:25:34.526905+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:35.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:34 smithi031 bash[14957]: audit 2024-09-10T18:25:34.536604+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:35.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:34 smithi031 bash[19205]: audit 2024-09-10T18:25:33.663728+0000 mon.a (mon.0) 471 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T18:25:35.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:34 smithi031 bash[19205]: cluster 2024-09-10T18:25:33.664014+0000 mon.a (mon.0) 472 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-09-10T18:25:35.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:34 smithi031 bash[19205]: audit 2024-09-10T18:25:33.664946+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:25:35.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:34 smithi031 bash[19205]: audit 2024-09-10T18:25:33.666573+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.63:6816/3771898503,v1:172.21.15.63:6817/3771898503]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:25:35.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:34 smithi031 bash[19205]: audit 2024-09-10T18:25:33.672601+0000 mon.a (mon.0) 474 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:25:35.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:34 smithi031 bash[19205]: audit 2024-09-10T18:25:34.203965+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:25:35.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:34 smithi031 bash[19205]: audit 2024-09-10T18:25:34.516714+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:35.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:34 smithi031 bash[19205]: audit 2024-09-10T18:25:34.526905+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:35.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:34 smithi031 bash[19205]: audit 2024-09-10T18:25:34.536604+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:36.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:35 smithi063 bash[14646]: cluster 2024-09-10T18:25:34.499317+0000 mgr.y (mgr.14138) 176 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:36.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:35 smithi063 bash[14646]: audit 2024-09-10T18:25:34.679323+0000 mon.a (mon.0) 479 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-09-10T18:25:36.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:35 smithi063 bash[14646]: cluster 2024-09-10T18:25:34.679626+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-09-10T18:25:36.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:35 smithi063 bash[14646]: audit 2024-09-10T18:25:34.680631+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:25:36.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:35 smithi063 bash[14646]: audit 2024-09-10T18:25:34.688294+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:25:36.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:35 smithi063 bash[14646]: cluster 2024-09-10T18:25:35.681636+0000 mon.a (mon.0) 483 : cluster [INF] osd.6 [v2:172.21.15.63:6816/3771898503,v1:172.21.15.63:6817/3771898503] boot 2024-09-10T18:25:36.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:35 smithi063 bash[14646]: cluster 2024-09-10T18:25:35.681826+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e41: 7 total, 7 up, 7 in 2024-09-10T18:25:36.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:35 smithi063 bash[14646]: audit 2024-09-10T18:25:35.682169+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:25:36.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:35 smithi031 bash[14957]: cluster 2024-09-10T18:25:34.499317+0000 mgr.y (mgr.14138) 176 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:36.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:35 smithi031 bash[14957]: audit 2024-09-10T18:25:34.679323+0000 mon.a (mon.0) 479 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-09-10T18:25:36.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:35 smithi031 bash[14957]: cluster 2024-09-10T18:25:34.679626+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-09-10T18:25:36.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:35 smithi031 bash[14957]: audit 2024-09-10T18:25:34.680631+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:25:36.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:35 smithi031 bash[14957]: audit 2024-09-10T18:25:34.688294+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:25:36.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:35 smithi031 bash[14957]: cluster 2024-09-10T18:25:35.681636+0000 mon.a (mon.0) 483 : cluster [INF] osd.6 [v2:172.21.15.63:6816/3771898503,v1:172.21.15.63:6817/3771898503] boot 2024-09-10T18:25:36.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:35 smithi031 bash[14957]: cluster 2024-09-10T18:25:35.681826+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e41: 7 total, 7 up, 7 in 2024-09-10T18:25:36.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:35 smithi031 bash[14957]: audit 2024-09-10T18:25:35.682169+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:25:36.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:35 smithi031 bash[19205]: cluster 2024-09-10T18:25:34.499317+0000 mgr.y (mgr.14138) 176 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:25:36.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:35 smithi031 bash[19205]: audit 2024-09-10T18:25:34.679323+0000 mon.a (mon.0) 479 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-09-10T18:25:36.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:35 smithi031 bash[19205]: cluster 2024-09-10T18:25:34.679626+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-09-10T18:25:36.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:35 smithi031 bash[19205]: audit 2024-09-10T18:25:34.680631+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:25:36.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:35 smithi031 bash[19205]: audit 2024-09-10T18:25:34.688294+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:25:36.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:35 smithi031 bash[19205]: cluster 2024-09-10T18:25:35.681636+0000 mon.a (mon.0) 483 : cluster [INF] osd.6 [v2:172.21.15.63:6816/3771898503,v1:172.21.15.63:6817/3771898503] boot 2024-09-10T18:25:36.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:35 smithi031 bash[19205]: cluster 2024-09-10T18:25:35.681826+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e41: 7 total, 7 up, 7 in 2024-09-10T18:25:36.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:35 smithi031 bash[19205]: audit 2024-09-10T18:25:35.682169+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:25:37.127 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:36 smithi063 bash[14646]: cluster 2024-09-10T18:25:33.931063+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:25:37.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:36 smithi063 bash[14646]: cluster 2024-09-10T18:25:33.931142+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:25:37.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:36 smithi031 bash[14957]: cluster 2024-09-10T18:25:33.931063+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:25:37.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:36 smithi031 bash[14957]: cluster 2024-09-10T18:25:33.931142+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:25:37.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:36 smithi031 bash[19205]: cluster 2024-09-10T18:25:33.931063+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:25:37.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:36 smithi031 bash[19205]: cluster 2024-09-10T18:25:33.931142+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:25:37.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:37 smithi063 bash[14646]: cluster 2024-09-10T18:25:36.499967+0000 mgr.y (mgr.14138) 177 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:37.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:37 smithi063 bash[14646]: cluster 2024-09-10T18:25:36.699572+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-09-10T18:25:37.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:37 smithi063 bash[14646]: audit 2024-09-10T18:25:37.119284+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:25:37.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:37 smithi063 bash[14646]: audit 2024-09-10T18:25:37.122663+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:25:37.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:37 smithi063 bash[14646]: audit 2024-09-10T18:25:37.124530+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:37.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:37 smithi063 bash[14646]: audit 2024-09-10T18:25:37.126492+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:25:38.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:37 smithi031 bash[14957]: cluster 2024-09-10T18:25:36.499967+0000 mgr.y (mgr.14138) 177 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:38.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:37 smithi031 bash[14957]: cluster 2024-09-10T18:25:36.699572+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-09-10T18:25:38.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:37 smithi031 bash[14957]: audit 2024-09-10T18:25:37.119284+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:25:38.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:37 smithi031 bash[14957]: audit 2024-09-10T18:25:37.122663+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:25:38.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:37 smithi031 bash[14957]: audit 2024-09-10T18:25:37.124530+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:38.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:37 smithi031 bash[14957]: audit 2024-09-10T18:25:37.126492+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:25:38.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:37 smithi031 bash[19205]: cluster 2024-09-10T18:25:36.499967+0000 mgr.y (mgr.14138) 177 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:38.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:37 smithi031 bash[19205]: cluster 2024-09-10T18:25:36.699572+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-09-10T18:25:38.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:37 smithi031 bash[19205]: audit 2024-09-10T18:25:37.119284+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:25:38.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:37 smithi031 bash[19205]: audit 2024-09-10T18:25:37.122663+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:25:38.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:37 smithi031 bash[19205]: audit 2024-09-10T18:25:37.124530+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:38.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:37 smithi031 bash[19205]: audit 2024-09-10T18:25:37.126492+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:25:38.877 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:38 smithi063 bash[14646]: audit 2024-09-10T18:25:37.117184+0000 mgr.y (mgr.14138) 178 : audit [DBG] from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:25:38.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:38 smithi063 bash[14646]: cephadm 2024-09-10T18:25:37.122149+0000 mgr.y (mgr.14138) 179 : cephadm [INF] Applying drive group None on host smithi063... 2024-09-10T18:25:39.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:38 smithi031 bash[14957]: audit 2024-09-10T18:25:37.117184+0000 mgr.y (mgr.14138) 178 : audit [DBG] from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:25:39.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:38 smithi031 bash[14957]: cephadm 2024-09-10T18:25:37.122149+0000 mgr.y (mgr.14138) 179 : cephadm [INF] Applying drive group None on host smithi063... 2024-09-10T18:25:39.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:38 smithi031 bash[19205]: audit 2024-09-10T18:25:37.117184+0000 mgr.y (mgr.14138) 178 : audit [DBG] from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:25:39.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:38 smithi031 bash[19205]: cephadm 2024-09-10T18:25:37.122149+0000 mgr.y (mgr.14138) 179 : cephadm [INF] Applying drive group None on host smithi063... 2024-09-10T18:25:39.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:39 smithi063 bash[14646]: cluster 2024-09-10T18:25:38.500485+0000 mgr.y (mgr.14138) 180 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:40.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:39 smithi031 bash[14957]: cluster 2024-09-10T18:25:38.500485+0000 mgr.y (mgr.14138) 180 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:40.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:39 smithi031 bash[19205]: cluster 2024-09-10T18:25:38.500485+0000 mgr.y (mgr.14138) 180 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:42.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:41 smithi063 bash[14646]: cluster 2024-09-10T18:25:40.501090+0000 mgr.y (mgr.14138) 181 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:42.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:41 smithi063 bash[14646]: audit 2024-09-10T18:25:41.378942+0000 mon.b (mon.2) 15 : audit [INF] from='client.? 172.21.15.63:0/2322152791' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e2b24e8e-5f3b-4c77-aaea-064937bdd059"}]: dispatch 2024-09-10T18:25:42.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:41 smithi063 bash[14646]: audit 2024-09-10T18:25:41.379257+0000 mon.a (mon.0) 491 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e2b24e8e-5f3b-4c77-aaea-064937bdd059"}]: dispatch 2024-09-10T18:25:42.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:41 smithi063 bash[14646]: audit 2024-09-10T18:25:41.388302+0000 mon.a (mon.0) 492 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e2b24e8e-5f3b-4c77-aaea-064937bdd059"}]': finished 2024-09-10T18:25:42.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:41 smithi063 bash[14646]: cluster 2024-09-10T18:25:41.388567+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e43: 8 total, 7 up, 7 in 2024-09-10T18:25:42.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:41 smithi063 bash[14646]: audit 2024-09-10T18:25:41.388895+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:25:42.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:41 smithi031 bash[14957]: cluster 2024-09-10T18:25:40.501090+0000 mgr.y (mgr.14138) 181 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:42.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:41 smithi031 bash[14957]: audit 2024-09-10T18:25:41.378942+0000 mon.b (mon.2) 15 : audit [INF] from='client.? 172.21.15.63:0/2322152791' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e2b24e8e-5f3b-4c77-aaea-064937bdd059"}]: dispatch 2024-09-10T18:25:42.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:41 smithi031 bash[14957]: audit 2024-09-10T18:25:41.379257+0000 mon.a (mon.0) 491 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e2b24e8e-5f3b-4c77-aaea-064937bdd059"}]: dispatch 2024-09-10T18:25:42.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:41 smithi031 bash[14957]: audit 2024-09-10T18:25:41.388302+0000 mon.a (mon.0) 492 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e2b24e8e-5f3b-4c77-aaea-064937bdd059"}]': finished 2024-09-10T18:25:42.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:41 smithi031 bash[14957]: cluster 2024-09-10T18:25:41.388567+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e43: 8 total, 7 up, 7 in 2024-09-10T18:25:42.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:41 smithi031 bash[14957]: audit 2024-09-10T18:25:41.388895+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:25:42.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:41 smithi031 bash[19205]: cluster 2024-09-10T18:25:40.501090+0000 mgr.y (mgr.14138) 181 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:42.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:41 smithi031 bash[19205]: audit 2024-09-10T18:25:41.378942+0000 mon.b (mon.2) 15 : audit [INF] from='client.? 172.21.15.63:0/2322152791' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e2b24e8e-5f3b-4c77-aaea-064937bdd059"}]: dispatch 2024-09-10T18:25:42.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:41 smithi031 bash[19205]: audit 2024-09-10T18:25:41.379257+0000 mon.a (mon.0) 491 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e2b24e8e-5f3b-4c77-aaea-064937bdd059"}]: dispatch 2024-09-10T18:25:42.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:41 smithi031 bash[19205]: audit 2024-09-10T18:25:41.388302+0000 mon.a (mon.0) 492 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e2b24e8e-5f3b-4c77-aaea-064937bdd059"}]': finished 2024-09-10T18:25:42.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:41 smithi031 bash[19205]: cluster 2024-09-10T18:25:41.388567+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e43: 8 total, 7 up, 7 in 2024-09-10T18:25:42.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:41 smithi031 bash[19205]: audit 2024-09-10T18:25:41.388895+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:25:43.127 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:42 smithi063 bash[14646]: audit 2024-09-10T18:25:42.011593+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.63:0/3451227241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:25:43.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:42 smithi031 bash[14957]: audit 2024-09-10T18:25:42.011593+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.63:0/3451227241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:25:43.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:42 smithi031 bash[19205]: audit 2024-09-10T18:25:42.011593+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.63:0/3451227241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:25:44.127 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:43 smithi063 bash[14646]: cluster 2024-09-10T18:25:42.501679+0000 mgr.y (mgr.14138) 182 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:44.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:43 smithi031 bash[14957]: cluster 2024-09-10T18:25:42.501679+0000 mgr.y (mgr.14138) 182 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:44.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:43 smithi031 bash[19205]: cluster 2024-09-10T18:25:42.501679+0000 mgr.y (mgr.14138) 182 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:46.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:45 smithi063 bash[14646]: cluster 2024-09-10T18:25:44.502266+0000 mgr.y (mgr.14138) 183 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:46.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:45 smithi063 bash[14646]: audit 2024-09-10T18:25:44.857889+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:25:46.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:45 smithi031 bash[19205]: cluster 2024-09-10T18:25:44.502266+0000 mgr.y (mgr.14138) 183 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:46.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:45 smithi031 bash[19205]: audit 2024-09-10T18:25:44.857889+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:25:46.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:45 smithi031 bash[14957]: cluster 2024-09-10T18:25:44.502266+0000 mgr.y (mgr.14138) 183 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:46.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:45 smithi031 bash[14957]: audit 2024-09-10T18:25:44.857889+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:25:48.056 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:47 smithi063 bash[14646]: cluster 2024-09-10T18:25:46.502887+0000 mgr.y (mgr.14138) 184 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:48.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:47 smithi031 bash[14957]: cluster 2024-09-10T18:25:46.502887+0000 mgr.y (mgr.14138) 184 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:48.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:47 smithi031 bash[19205]: cluster 2024-09-10T18:25:46.502887+0000 mgr.y (mgr.14138) 184 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:50.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:49 smithi063 bash[14646]: cluster 2024-09-10T18:25:48.503601+0000 mgr.y (mgr.14138) 185 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:50.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:49 smithi063 bash[14646]: audit 2024-09-10T18:25:49.296629+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:25:50.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:49 smithi063 bash[14646]: audit 2024-09-10T18:25:49.298717+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:50.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:49 smithi063 bash[14646]: audit 2024-09-10T18:25:49.301212+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-10T18:25:50.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:49 smithi031 bash[14957]: cluster 2024-09-10T18:25:48.503601+0000 mgr.y (mgr.14138) 185 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:50.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:49 smithi031 bash[14957]: audit 2024-09-10T18:25:49.296629+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:25:50.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:49 smithi031 bash[14957]: audit 2024-09-10T18:25:49.298717+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:50.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:49 smithi031 bash[14957]: audit 2024-09-10T18:25:49.301212+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-10T18:25:50.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:49 smithi031 bash[19205]: cluster 2024-09-10T18:25:48.503601+0000 mgr.y (mgr.14138) 185 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:50.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:49 smithi031 bash[19205]: audit 2024-09-10T18:25:49.296629+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:25:50.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:49 smithi031 bash[19205]: audit 2024-09-10T18:25:49.298717+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:50.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:49 smithi031 bash[19205]: audit 2024-09-10T18:25:49.301212+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-10T18:25:50.877 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:50 smithi063 bash[14646]: cephadm 2024-09-10T18:25:49.300402+0000 mgr.y (mgr.14138) 186 : cephadm [INF] Deploying daemon osd.7 on smithi063 2024-09-10T18:25:51.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:50 smithi031 bash[14957]: cephadm 2024-09-10T18:25:49.300402+0000 mgr.y (mgr.14138) 186 : cephadm [INF] Deploying daemon osd.7 on smithi063 2024-09-10T18:25:51.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:50 smithi031 bash[19205]: cephadm 2024-09-10T18:25:49.300402+0000 mgr.y (mgr.14138) 186 : cephadm [INF] Deploying daemon osd.7 on smithi063 2024-09-10T18:25:51.855 INFO:teuthology.orchestra.run.smithi063.stdout:Created osd(s) 7 on host 'smithi063' 2024-09-10T18:25:52.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:51 smithi031 bash[14957]: cluster 2024-09-10T18:25:50.504246+0000 mgr.y (mgr.14138) 187 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:52.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:51 smithi031 bash[19205]: cluster 2024-09-10T18:25:50.504246+0000 mgr.y (mgr.14138) 187 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:52.245 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:51 smithi063 bash[14646]: cluster 2024-09-10T18:25:50.504246+0000 mgr.y (mgr.14138) 187 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:53.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:52 smithi063 bash[14646]: audit 2024-09-10T18:25:51.846057+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:25:53.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:52 smithi063 bash[14646]: audit 2024-09-10T18:25:51.850675+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:53.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:52 smithi031 bash[14957]: audit 2024-09-10T18:25:51.846057+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:25:53.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:52 smithi031 bash[14957]: audit 2024-09-10T18:25:51.850675+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:53.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:52 smithi031 bash[19205]: audit 2024-09-10T18:25:51.846057+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:25:53.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:52 smithi031 bash[19205]: audit 2024-09-10T18:25:51.850675+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:53.503 DEBUG:teuthology.orchestra.run.smithi063:osd.7> sudo journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.7.service 2024-09-10T18:25:53.506 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-10T18:25:53.506 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T18:25:54.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:53 smithi063 bash[14646]: cluster 2024-09-10T18:25:52.504801+0000 mgr.y (mgr.14138) 188 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:54.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:53 smithi063 bash[14646]: audit 2024-09-10T18:25:52.797065+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:54.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:53 smithi063 bash[14646]: audit 2024-09-10T18:25:52.798956+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:25:54.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:53 smithi063 bash[14646]: audit 2024-09-10T18:25:53.656005+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:54.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:53 smithi031 bash[14957]: cluster 2024-09-10T18:25:52.504801+0000 mgr.y (mgr.14138) 188 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:54.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:53 smithi031 bash[14957]: audit 2024-09-10T18:25:52.797065+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:54.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:53 smithi031 bash[14957]: audit 2024-09-10T18:25:52.798956+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:25:54.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:53 smithi031 bash[14957]: audit 2024-09-10T18:25:53.656005+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:54.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:53 smithi031 bash[19205]: cluster 2024-09-10T18:25:52.504801+0000 mgr.y (mgr.14138) 188 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:54.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:53 smithi031 bash[19205]: audit 2024-09-10T18:25:52.797065+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:54.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:53 smithi031 bash[19205]: audit 2024-09-10T18:25:52.798956+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:25:54.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:53 smithi031 bash[19205]: audit 2024-09-10T18:25:53.656005+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:25:54.634 INFO:journalctl@ceph.osd.7.smithi063.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T18:25:55.228 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 18:25:55 smithi063 bash[21476]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-10T18:25:55.228 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 18:25:55 smithi063 bash[21476]: 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-10T18:25:55.228 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 18:25:55 smithi063 bash[21476]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-10T18:25:55.228 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 18:25:55 smithi063 bash[21476]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-09-10T18:25:55.228 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 18:25:55 smithi063 bash[21476]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-10T18:25:55.228 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 18:25:55 smithi063 bash[21476]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-10T18:25:55.229 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 18:25:55 smithi063 bash[21476]: --> ceph-volume lvm activate successful for osd ID: 7 2024-09-10T18:25:55.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:55 smithi031 bash[14957]: cluster 2024-09-10T18:25:54.505475+0000 mgr.y (mgr.14138) 189 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:55.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:55 smithi031 bash[19205]: cluster 2024-09-10T18:25:54.505475+0000 mgr.y (mgr.14138) 189 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:56.117 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:55 smithi063 bash[14646]: cluster 2024-09-10T18:25:54.505475+0000 mgr.y (mgr.14138) 189 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:56.708 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:25:57.356 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":43,"num_osds":8,"num_up_osds":7,"osd_up_since":1725992735,"num_in_osds":7,"osd_in_since":1725992735,"num_remapped_pgs":0} 2024-09-10T18:25:57.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:57 smithi031 bash[14957]: cluster 2024-09-10T18:25:56.506163+0000 mgr.y (mgr.14138) 190 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:57.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:57 smithi031 bash[14957]: audit 2024-09-10T18:25:56.705548+0000 mon.a (mon.0) 504 : audit [DBG] from='client.? 172.21.15.31:0/3948665836' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:25:57.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:57 smithi031 bash[19205]: cluster 2024-09-10T18:25:56.506163+0000 mgr.y (mgr.14138) 190 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:57.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:57 smithi031 bash[19205]: audit 2024-09-10T18:25:56.705548+0000 mon.a (mon.0) 504 : audit [DBG] from='client.? 172.21.15.31:0/3948665836' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:25:57.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:57 smithi063 bash[14646]: cluster 2024-09-10T18:25:56.506163+0000 mgr.y (mgr.14138) 190 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:57.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:57 smithi063 bash[14646]: audit 2024-09-10T18:25:56.705548+0000 mon.a (mon.0) 504 : audit [DBG] from='client.? 172.21.15.31:0/3948665836' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:25:57.878 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 18:25:57 smithi063 bash[21786]: debug 2024-09-10T18:25:57.578+0000 7fe97ee93f40 1 -- 172.21.15.63:0/3225520788 >> [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] conn(0x55642fc81000 msgr2=0x55642fbf3e00 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-09-10T18:25:57.878 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 18:25:57 smithi063 bash[21786]: debug 2024-09-10T18:25:57.578+0000 7fe977c00700 1 -- 172.21.15.63:0/3225520788 <== mon.2 v2:172.21.15.63:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55642fc084e0 con 0x55642fc81000 2024-09-10T18:25:57.878 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 18:25:57 smithi063 bash[21786]: debug 2024-09-10T18:25:57.578+0000 7fe97ee93f40 1 --2- 172.21.15.63:0/3225520788 >> [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] conn(0x55642fc81000 0x55642fbf3e00 secure :-1 s=READY pgs=40 cs=0 l=1 rev1=1 rx=0x55642fc1e240 tx=0x55642fc3e420).stop 2024-09-10T18:25:58.357 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T18:25:58.627 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 18:25:58 smithi063 bash[21786]: debug 2024-09-10T18:25:58.130+0000 7fe97ee93f40 -1 Falling back to public interface 2024-09-10T18:25:59.203 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 18:25:58 smithi063 bash[21786]: debug 2024-09-10T18:25:58.786+0000 7fe97ee93f40 -1 osd.7 0 log_to_monitors {default=true} 2024-09-10T18:25:59.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:59 smithi063 bash[14646]: cluster 2024-09-10T18:25:58.506625+0000 mgr.y (mgr.14138) 191 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:59.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:59 smithi063 bash[14646]: audit 2024-09-10T18:25:58.795458+0000 mon.b (mon.2) 17 : audit [INF] from='osd.7 [v2:172.21.15.63:6824/4239734472,v1:172.21.15.63:6825/4239734472]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:25:59.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:25:59 smithi063 bash[14646]: audit 2024-09-10T18:25:58.795736+0000 mon.a (mon.0) 505 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:25:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:59 smithi031 bash[14957]: cluster 2024-09-10T18:25:58.506625+0000 mgr.y (mgr.14138) 191 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:59 smithi031 bash[14957]: audit 2024-09-10T18:25:58.795458+0000 mon.b (mon.2) 17 : audit [INF] from='osd.7 [v2:172.21.15.63:6824/4239734472,v1:172.21.15.63:6825/4239734472]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:25:59.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:25:59 smithi031 bash[14957]: audit 2024-09-10T18:25:58.795736+0000 mon.a (mon.0) 505 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:25:59.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:59 smithi031 bash[19205]: cluster 2024-09-10T18:25:58.506625+0000 mgr.y (mgr.14138) 191 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:25:59.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:59 smithi031 bash[19205]: audit 2024-09-10T18:25:58.795458+0000 mon.b (mon.2) 17 : audit [INF] from='osd.7 [v2:172.21.15.63:6824/4239734472,v1:172.21.15.63:6825/4239734472]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:25:59.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:25:59 smithi031 bash[19205]: audit 2024-09-10T18:25:58.795736+0000 mon.a (mon.0) 505 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:26:00.878 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 18:26:00 smithi063 bash[21786]: debug 2024-09-10T18:26:00.542+0000 7fe967969700 -1 osd.7 0 waiting for initial osdmap 2024-09-10T18:26:00.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:00 smithi063 bash[14646]: audit 2024-09-10T18:25:59.523334+0000 mon.a (mon.0) 506 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T18:26:00.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:00 smithi063 bash[14646]: cluster 2024-09-10T18:25:59.523614+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2024-09-10T18:26:00.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:00 smithi063 bash[14646]: audit 2024-09-10T18:25:59.524490+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:26:00.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:00 smithi063 bash[14646]: audit 2024-09-10T18:25:59.526015+0000 mon.b (mon.2) 18 : audit [INF] from='osd.7 [v2:172.21.15.63:6824/4239734472,v1:172.21.15.63:6825/4239734472]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:26:00.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:00 smithi063 bash[14646]: audit 2024-09-10T18:25:59.533200+0000 mon.a (mon.0) 509 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:26:00.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:00 smithi063 bash[14646]: audit 2024-09-10T18:25:59.539464+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:26:00.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:00 smithi063 bash[14646]: audit 2024-09-10T18:25:59.843759+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:00.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:00 smithi063 bash[14646]: audit 2024-09-10T18:25:59.853062+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:00.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:00 smithi063 bash[14646]: audit 2024-09-10T18:25:59.863597+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:00.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:00 smithi031 bash[14957]: audit 2024-09-10T18:25:59.523334+0000 mon.a (mon.0) 506 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T18:26:00.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:00 smithi031 bash[14957]: cluster 2024-09-10T18:25:59.523614+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2024-09-10T18:26:00.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:00 smithi031 bash[14957]: audit 2024-09-10T18:25:59.524490+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:26:00.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:00 smithi031 bash[14957]: audit 2024-09-10T18:25:59.526015+0000 mon.b (mon.2) 18 : audit [INF] from='osd.7 [v2:172.21.15.63:6824/4239734472,v1:172.21.15.63:6825/4239734472]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:26:00.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:00 smithi031 bash[14957]: audit 2024-09-10T18:25:59.533200+0000 mon.a (mon.0) 509 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:26:00.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:00 smithi031 bash[14957]: audit 2024-09-10T18:25:59.539464+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:26:00.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:00 smithi031 bash[14957]: audit 2024-09-10T18:25:59.843759+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:00.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:00 smithi031 bash[14957]: audit 2024-09-10T18:25:59.853062+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:00.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:00 smithi031 bash[14957]: audit 2024-09-10T18:25:59.863597+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:00.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:00 smithi031 bash[19205]: audit 2024-09-10T18:25:59.523334+0000 mon.a (mon.0) 506 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T18:26:00.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:00 smithi031 bash[19205]: cluster 2024-09-10T18:25:59.523614+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2024-09-10T18:26:00.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:00 smithi031 bash[19205]: audit 2024-09-10T18:25:59.524490+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:26:00.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:00 smithi031 bash[19205]: audit 2024-09-10T18:25:59.526015+0000 mon.b (mon.2) 18 : audit [INF] from='osd.7 [v2:172.21.15.63:6824/4239734472,v1:172.21.15.63:6825/4239734472]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:26:00.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:00 smithi031 bash[19205]: audit 2024-09-10T18:25:59.533200+0000 mon.a (mon.0) 509 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T18:26:00.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:00 smithi031 bash[19205]: audit 2024-09-10T18:25:59.539464+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:26:00.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:00 smithi031 bash[19205]: audit 2024-09-10T18:25:59.843759+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:00.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:00 smithi031 bash[19205]: audit 2024-09-10T18:25:59.853062+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:00.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:00 smithi031 bash[19205]: audit 2024-09-10T18:25:59.863597+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:01.761 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:26:01.791 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:01 smithi031 bash[19205]: cluster 2024-09-10T18:26:00.507186+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-10T18:26:01.791 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:01 smithi031 bash[19205]: audit 2024-09-10T18:26:00.536393+0000 mon.a (mon.0) 514 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-09-10T18:26:01.792 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:01 smithi031 bash[19205]: cluster 2024-09-10T18:26:00.536658+0000 mon.a (mon.0) 515 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2024-09-10T18:26:01.792 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:01 smithi031 bash[19205]: audit 2024-09-10T18:26:00.537699+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:26:01.792 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:01 smithi031 bash[19205]: audit 2024-09-10T18:26:00.544643+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:26:01.792 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:01 smithi031 bash[19205]: cluster 2024-09-10T18:26:01.536370+0000 mon.a (mon.0) 518 : cluster [INF] osd.7 [v2:172.21.15.63:6824/4239734472,v1:172.21.15.63:6825/4239734472] boot 2024-09-10T18:26:01.792 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:01 smithi031 bash[19205]: cluster 2024-09-10T18:26:01.536430+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-10T18:26:01.792 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:01 smithi031 bash[19205]: audit 2024-09-10T18:26:01.536622+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:26:01.792 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:01 smithi031 bash[14957]: cluster 2024-09-10T18:26:00.507186+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-10T18:26:01.792 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:01 smithi031 bash[14957]: audit 2024-09-10T18:26:00.536393+0000 mon.a (mon.0) 514 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-09-10T18:26:01.792 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:01 smithi031 bash[14957]: cluster 2024-09-10T18:26:00.536658+0000 mon.a (mon.0) 515 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2024-09-10T18:26:01.792 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:01 smithi031 bash[14957]: audit 2024-09-10T18:26:00.537699+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:26:01.792 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:01 smithi031 bash[14957]: audit 2024-09-10T18:26:00.544643+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:26:01.793 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:01 smithi031 bash[14957]: cluster 2024-09-10T18:26:01.536370+0000 mon.a (mon.0) 518 : cluster [INF] osd.7 [v2:172.21.15.63:6824/4239734472,v1:172.21.15.63:6825/4239734472] boot 2024-09-10T18:26:01.793 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:01 smithi031 bash[14957]: cluster 2024-09-10T18:26:01.536430+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-10T18:26:01.793 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:01 smithi031 bash[14957]: audit 2024-09-10T18:26:01.536622+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:26:01.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:01 smithi063 bash[14646]: cluster 2024-09-10T18:26:00.507186+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-10T18:26:01.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:01 smithi063 bash[14646]: audit 2024-09-10T18:26:00.536393+0000 mon.a (mon.0) 514 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-09-10T18:26:01.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:01 smithi063 bash[14646]: cluster 2024-09-10T18:26:00.536658+0000 mon.a (mon.0) 515 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2024-09-10T18:26:01.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:01 smithi063 bash[14646]: audit 2024-09-10T18:26:00.537699+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:26:01.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:01 smithi063 bash[14646]: audit 2024-09-10T18:26:00.544643+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:26:01.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:01 smithi063 bash[14646]: cluster 2024-09-10T18:26:01.536370+0000 mon.a (mon.0) 518 : cluster [INF] osd.7 [v2:172.21.15.63:6824/4239734472,v1:172.21.15.63:6825/4239734472] boot 2024-09-10T18:26:01.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:01 smithi063 bash[14646]: cluster 2024-09-10T18:26:01.536430+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-10T18:26:01.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:01 smithi063 bash[14646]: audit 2024-09-10T18:26:01.536622+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:26:02.463 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":46,"num_osds":8,"num_up_osds":8,"osd_up_since":1725992761,"num_in_osds":8,"osd_in_since":1725992761,"num_remapped_pgs":0} 2024-09-10T18:26:02.464 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T18:26:02.600 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:26:02.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:02 smithi063 bash[14646]: cluster 2024-09-10T18:25:59.802032+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:26:02.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:02 smithi063 bash[14646]: cluster 2024-09-10T18:25:59.802140+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:26:02.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:02 smithi063 bash[14646]: audit 2024-09-10T18:26:01.758130+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.31:0/931677660' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:26:02.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:02 smithi031 bash[14957]: cluster 2024-09-10T18:25:59.802032+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:26:02.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:02 smithi031 bash[14957]: cluster 2024-09-10T18:25:59.802140+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:26:02.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:02 smithi031 bash[14957]: audit 2024-09-10T18:26:01.758130+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.31:0/931677660' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:26:02.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:02 smithi031 bash[19205]: cluster 2024-09-10T18:25:59.802032+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:26:02.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:02 smithi031 bash[19205]: cluster 2024-09-10T18:25:59.802140+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:26:02.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:02 smithi031 bash[19205]: audit 2024-09-10T18:26:01.758130+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.31:0/931677660' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:26:03.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:03 smithi063 bash[14646]: cluster 2024-09-10T18:26:02.507869+0000 mgr.y (mgr.14138) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 3.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:03.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:03 smithi063 bash[14646]: cluster 2024-09-10T18:26:02.557336+0000 mon.a (mon.0) 521 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-10T18:26:03.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:03 smithi031 bash[14957]: cluster 2024-09-10T18:26:02.507869+0000 mgr.y (mgr.14138) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 3.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:03.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:03 smithi031 bash[14957]: cluster 2024-09-10T18:26:02.557336+0000 mon.a (mon.0) 521 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-10T18:26:03.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:03 smithi031 bash[19205]: cluster 2024-09-10T18:26:02.507869+0000 mgr.y (mgr.14138) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 3.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:03.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:03 smithi031 bash[19205]: cluster 2024-09-10T18:26:02.557336+0000 mon.a (mon.0) 521 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-10T18:26:05.610 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:26:05.610 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":47,"fsid":"408b5ca8-6fa1-11ef-bcea-c7b262605968","created":"2024-09-10T18:20:34.938292+0000","modified":"2024-09-10T18:26:02.543580+0000","last_up_change":"2024-09-10T18:26:01.530359+0000","last_in_change":"2024-09-10T18:26:01.530359+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-10T18:21:43.090161+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":"20ee0fc6-01de-4491-aea2-6bdae2c143ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":108384699},{"type":"v1","addr":"172.21.15.31:6803","nonce":108384699}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":108384699},{"type":"v1","addr":"172.21.15.31:6805","nonce":108384699}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":108384699},{"type":"v1","addr":"172.21.15.31:6809","nonce":108384699}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":108384699},{"type":"v1","addr":"172.21.15.31:6807","nonce":108384699}]},"public_addr":"172.21.15.31:6803/108384699","cluster_addr":"172.21.15.31:6805/108384699","heartbeat_back_addr":"172.21.15.31:6809/108384699","heartbeat_front_addr":"172.21.15.31:6807/108384699","state":["exists","up"]},{"osd":1,"uuid":"245fbbdb-dc7b-4d9e-a066-7284db86b2fa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6810","nonce":1771582843},{"type":"v1","addr":"172.21.15.31:6811","nonce":1771582843}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":1771582843},{"type":"v1","addr":"172.21.15.31:6813","nonce":1771582843}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":1771582843},{"type":"v1","addr":"172.21.15.31:6817","nonce":1771582843}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":1771582843},{"type":"v1","addr":"172.21.15.31:6815","nonce":1771582843}]},"public_addr":"172.21.15.31:6811/1771582843","cluster_addr":"172.21.15.31:6813/1771582843","heartbeat_back_addr":"172.21.15.31:6817/1771582843","heartbeat_front_addr":"172.21.15.31:6815/1771582843","state":["exists","up"]},{"osd":2,"uuid":"888a6f9b-ff74-40ef-b0c2-9df29315b2a9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6818","nonce":2627578141},{"type":"v1","addr":"172.21.15.31:6819","nonce":2627578141}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":2627578141},{"type":"v1","addr":"172.21.15.31:6821","nonce":2627578141}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6824","nonce":2627578141},{"type":"v1","addr":"172.21.15.31:6825","nonce":2627578141}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":2627578141},{"type":"v1","addr":"172.21.15.31:6823","nonce":2627578141}]},"public_addr":"172.21.15.31:6819/2627578141","cluster_addr":"172.21.15.31:6821/2627578141","heartbeat_back_addr":"172.21.15.31:6825/2627578141","heartbeat_front_addr":"172.21.15.31:6823/2627578141","state":["exists","up"]},{"osd":3,"uuid":"10c4819c-2ea8-4c33-b891-ce8e9d34f51d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":2402772710},{"type":"v1","addr":"172.21.15.31:6827","nonce":2402772710}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":2402772710},{"type":"v1","addr":"172.21.15.31:6829","nonce":2402772710}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6832","nonce":2402772710},{"type":"v1","addr":"172.21.15.31:6833","nonce":2402772710}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":2402772710},{"type":"v1","addr":"172.21.15.31:6831","nonce":2402772710}]},"public_addr":"172.21.15.31:6827/2402772710","cluster_addr":"172.21.15.31:6829/2402772710","heartbeat_back_addr":"172.21.15.31:6833/2402772710","heartbeat_front_addr":"172.21.15.31:6831/2402772710","state":["exists","up"]},{"osd":4,"uuid":"a3cd9b3b-2138-463c-90e2-73c9bb52f02c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6800","nonce":476856870},{"type":"v1","addr":"172.21.15.63:6801","nonce":476856870}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":476856870},{"type":"v1","addr":"172.21.15.63:6803","nonce":476856870}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":476856870},{"type":"v1","addr":"172.21.15.63:6807","nonce":476856870}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":476856870},{"type":"v1","addr":"172.21.15.63:6805","nonce":476856870}]},"public_addr":"172.21.15.63:6801/476856870","cluster_addr":"172.21.15.63:6803/476856870","heartbeat_back_addr":"172.21.15.63:6807/476856870","heartbeat_front_addr":"172.21.15.63:6805/476856870","state":["exists","up"]},{"osd":5,"uuid":"c8c1600a-d9b4-48ee-963f-1be0b13859eb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":2323868042},{"type":"v1","addr":"172.21.15.63:6809","nonce":2323868042}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6810","nonce":2323868042},{"type":"v1","addr":"172.21.15.63:6811","nonce":2323868042}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6814","nonce":2323868042},{"type":"v1","addr":"172.21.15.63:6815","nonce":2323868042}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6812","nonce":2323868042},{"type":"v1","addr":"172.21.15.63:6813","nonce":2323868042}]},"public_addr":"172.21.15.63:6809/2323868042","cluster_addr":"172.21.15.63:6811/2323868042","heartbeat_back_addr":"172.21.15.63:6815/2323868042","heartbeat_front_addr":"172.21.15.63:6813/2323868042","state":["exists","up"]},{"osd":6,"uuid":"9b10058b-2f38-47e2-b7e2-36691030e561","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6816","nonce":3771898503},{"type":"v1","addr":"172.21.15.63:6817","nonce":3771898503}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6818","nonce":3771898503},{"type":"v1","addr":"172.21.15.63:6819","nonce":3771898503}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6822","nonce":3771898503},{"type":"v1","addr":"172.21.15.63:6823","nonce":3771898503}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6820","nonce":3771898503},{"type":"v1","addr":"172.21.15.63:6821","nonce":3771898503}]},"public_addr":"172.21.15.63:6817/3771898503","cluster_addr":"172.21.15.63:6819/3771898503","heartbeat_back_addr":"172.21.15.63:6823/3771898503","heartbeat_front_addr":"172.21.15.63:6821/3771898503","state":["exists","up"]},{"osd":7,"uuid":"e2b24e8e-5f3b-4c77-aaea-064937bdd059","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6824","nonce":4239734472},{"type":"v1","addr":"172.21.15.63:6825","nonce":4239734472}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6826","nonce":4239734472},{"type":"v1","addr":"172.21.15.63:6827","nonce":4239734472}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6830","nonce":4239734472},{"type":"v1","addr":"172.21.15.63:6831","nonce":4239734472}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6828","nonce":4239734472},{"type":"v1","addr":"172.21.15.63:6829","nonce":4239734472}]},"public_addr":"172.21.15.63:6825/4239734472","cluster_addr":"172.21.15.63:6827/4239734472","heartbeat_back_addr":"172.21.15.63:6831/4239734472","heartbeat_front_addr":"172.21.15.63:6829/4239734472","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-10T18:22:56.754266+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-10T18:23:23.039226+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-10T18:23:48.985953+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-10T18:24:13.973378+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-10T18:24:37.960944+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-10T18:25:06.320397+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-10T18:25:33.931147+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-10T18:25:59.802148+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.31:0/2045561330":"2024-09-11T18:21:18.370859+0000","172.21.15.31:6801/1239466684":"2024-09-11T18:21:18.370859+0000","172.21.15.31:0/3745487973":"2024-09-11T18:21:18.370859+0000","172.21.15.31:0/777913483":"2024-09-11T18:20:58.833778+0000","172.21.15.31:0/3140069072":"2024-09-11T18:20:58.833778+0000","172.21.15.31:6801/874708200":"2024-09-11T18:20:58.833778+0000","172.21.15.31:6800/1239466684":"2024-09-11T18:21:18.370859+0000","172.21.15.31:6800/874708200":"2024-09-11T18:20:58.833778+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-10T18:26:05.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:05 smithi063 bash[14646]: cluster 2024-09-10T18:26:04.508448+0000 mgr.y (mgr.14138) 194 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 3.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:05.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:05 smithi031 bash[14957]: cluster 2024-09-10T18:26:04.508448+0000 mgr.y (mgr.14138) 194 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 3.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:05.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:05 smithi031 bash[19205]: cluster 2024-09-10T18:26:04.508448+0000 mgr.y (mgr.14138) 194 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 3.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:06.297 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-09-10T18:21:43.090161+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-10T18:26:06.298 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph osd pool get device_health_metrics pg_num 2024-09-10T18:26:06.426 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:26:06.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:06 smithi063 bash[14646]: audit 2024-09-10T18:26:05.606249+0000 mon.a (mon.0) 522 : audit [DBG] from='client.? 172.21.15.31:0/1632492587' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:26:06.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:06 smithi031 bash[14957]: audit 2024-09-10T18:26:05.606249+0000 mon.a (mon.0) 522 : audit [DBG] from='client.? 172.21.15.31:0/1632492587' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:26:06.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:06 smithi031 bash[19205]: audit 2024-09-10T18:26:05.606249+0000 mon.a (mon.0) 522 : audit [DBG] from='client.? 172.21.15.31:0/1632492587' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:26:07.795 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:07 smithi031 bash[14957]: cluster 2024-09-10T18:26:06.509271+0000 mgr.y (mgr.14138) 195 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:07.795 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:07 smithi031 bash[19205]: cluster 2024-09-10T18:26:06.509271+0000 mgr.y (mgr.14138) 195 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:07.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:07 smithi063 bash[14646]: cluster 2024-09-10T18:26:06.509271+0000 mgr.y (mgr.14138) 195 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:09.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:09 smithi031 bash[14957]: cluster 2024-09-10T18:26:08.510236+0000 mgr.y (mgr.14138) 196 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:09.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:09 smithi031 bash[19205]: cluster 2024-09-10T18:26:08.510236+0000 mgr.y (mgr.14138) 196 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:09.702 INFO:teuthology.orchestra.run.smithi031.stdout:pg_num: 1 2024-09-10T18:26:09.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:09 smithi063 bash[14646]: cluster 2024-09-10T18:26:08.510236+0000 mgr.y (mgr.14138) 196 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:10.337 INFO:tasks.cephadm:Adding ceph.iscsi.iscsi.a on smithi063 2024-09-10T18:26:10.337 DEBUG:teuthology.orchestra.run.smithi063:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph osd pool create datapool 3 3 replicated 2024-09-10T18:26:10.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:10 smithi063 bash[14646]: audit 2024-09-10T18:26:09.699262+0000 mon.a (mon.0) 523 : audit [DBG] from='client.? 172.21.15.31:0/3304374939' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-10T18:26:10.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:10 smithi031 bash[14957]: audit 2024-09-10T18:26:09.699262+0000 mon.a (mon.0) 523 : audit [DBG] from='client.? 172.21.15.31:0/3304374939' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-10T18:26:10.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:10 smithi031 bash[19205]: audit 2024-09-10T18:26:09.699262+0000 mon.a (mon.0) 523 : audit [DBG] from='client.? 172.21.15.31:0/3304374939' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-10T18:26:11.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:11 smithi063 bash[14646]: cluster 2024-09-10T18:26:10.510959+0000 mgr.y (mgr.14138) 197 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:11.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:11 smithi031 bash[14957]: cluster 2024-09-10T18:26:10.510959+0000 mgr.y (mgr.14138) 197 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:11.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:11 smithi031 bash[19205]: cluster 2024-09-10T18:26:10.510959+0000 mgr.y (mgr.14138) 197 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:13.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:13 smithi063 bash[14646]: cluster 2024-09-10T18:26:12.511600+0000 mgr.y (mgr.14138) 198 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:13.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:13 smithi031 bash[14957]: cluster 2024-09-10T18:26:12.511600+0000 mgr.y (mgr.14138) 198 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:13.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:13 smithi031 bash[19205]: cluster 2024-09-10T18:26:12.511600+0000 mgr.y (mgr.14138) 198 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:14.683 INFO:teuthology.orchestra.run.smithi063.stderr:pool 'datapool' created 2024-09-10T18:26:15.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:14 smithi063 bash[14646]: audit 2024-09-10T18:26:13.663758+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:15.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:14 smithi063 bash[14646]: audit 2024-09-10T18:26:13.762668+0000 mon.b (mon.2) 19 : audit [INF] from='client.? 172.21.15.63:0/1417149556' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "datapool", "pg_num": 3, "pgp_num": 3, "pool_type": "replicated"}]: dispatch 2024-09-10T18:26:15.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:14 smithi063 bash[14646]: audit 2024-09-10T18:26:13.763136+0000 mon.a (mon.0) 525 : 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-10T18:26:15.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:14 smithi031 bash[14957]: audit 2024-09-10T18:26:13.663758+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:15.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:14 smithi031 bash[14957]: audit 2024-09-10T18:26:13.762668+0000 mon.b (mon.2) 19 : audit [INF] from='client.? 172.21.15.63:0/1417149556' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "datapool", "pg_num": 3, "pgp_num": 3, "pool_type": "replicated"}]: dispatch 2024-09-10T18:26:15.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:14 smithi031 bash[14957]: audit 2024-09-10T18:26:13.763136+0000 mon.a (mon.0) 525 : 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-10T18:26:15.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:14 smithi031 bash[19205]: audit 2024-09-10T18:26:13.663758+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:15.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:14 smithi031 bash[19205]: audit 2024-09-10T18:26:13.762668+0000 mon.b (mon.2) 19 : audit [INF] from='client.? 172.21.15.63:0/1417149556' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "datapool", "pg_num": 3, "pgp_num": 3, "pool_type": "replicated"}]: dispatch 2024-09-10T18:26:15.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:14 smithi031 bash[19205]: audit 2024-09-10T18:26:13.763136+0000 mon.a (mon.0) 525 : 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-10T18:26:15.345 DEBUG:teuthology.orchestra.run.smithi063:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- rbd pool init datapool 2024-09-10T18:26:15.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:15 smithi063 bash[14646]: cluster 2024-09-10T18:26:14.512268+0000 mgr.y (mgr.14138) 199 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:15.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:15 smithi063 bash[14646]: audit 2024-09-10T18:26:14.675462+0000 mon.a (mon.0) 526 : 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-10T18:26:15.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:15 smithi063 bash[14646]: cluster 2024-09-10T18:26:14.675684+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-10T18:26:16.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:15 smithi031 bash[14957]: cluster 2024-09-10T18:26:14.512268+0000 mgr.y (mgr.14138) 199 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:16.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:15 smithi031 bash[14957]: audit 2024-09-10T18:26:14.675462+0000 mon.a (mon.0) 526 : 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-10T18:26:16.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:15 smithi031 bash[14957]: cluster 2024-09-10T18:26:14.675684+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-10T18:26:16.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:15 smithi031 bash[19205]: cluster 2024-09-10T18:26:14.512268+0000 mgr.y (mgr.14138) 199 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:16.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:15 smithi031 bash[19205]: audit 2024-09-10T18:26:14.675462+0000 mon.a (mon.0) 526 : 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-10T18:26:16.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:15 smithi031 bash[19205]: cluster 2024-09-10T18:26:14.675684+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-10T18:26:16.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:16 smithi063 bash[14646]: cluster 2024-09-10T18:26:15.685940+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-10T18:26:17.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:16 smithi031 bash[14957]: cluster 2024-09-10T18:26:15.685940+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-10T18:26:17.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:16 smithi031 bash[19205]: cluster 2024-09-10T18:26:15.685940+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-10T18:26:17.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:17 smithi063 bash[14646]: cluster 2024-09-10T18:26:16.513008+0000 mgr.y (mgr.14138) 200 : cluster [DBG] pgmap v188: 4 pgs: 3 unknown, 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:17.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:17 smithi063 bash[14646]: cluster 2024-09-10T18:26:16.696333+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-10T18:26:18.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:17 smithi031 bash[14957]: cluster 2024-09-10T18:26:16.513008+0000 mgr.y (mgr.14138) 200 : cluster [DBG] pgmap v188: 4 pgs: 3 unknown, 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:18.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:17 smithi031 bash[14957]: cluster 2024-09-10T18:26:16.696333+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-10T18:26:18.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:17 smithi031 bash[19205]: cluster 2024-09-10T18:26:16.513008+0000 mgr.y (mgr.14138) 200 : cluster [DBG] pgmap v188: 4 pgs: 3 unknown, 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:18.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:17 smithi031 bash[19205]: cluster 2024-09-10T18:26:16.696333+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-10T18:26:19.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:18 smithi063 bash[14646]: audit 2024-09-10T18:26:18.539050+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.63:0/739163973' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "datapool","app": "rbd"}]: dispatch 2024-09-10T18:26:19.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:18 smithi063 bash[14646]: audit 2024-09-10T18:26:18.539531+0000 mon.a (mon.0) 530 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "datapool","app": "rbd"}]: dispatch 2024-09-10T18:26:19.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:18 smithi063 bash[14646]: audit 2024-09-10T18:26:18.658770+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:26:19.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:18 smithi063 bash[14646]: audit 2024-09-10T18:26:18.661647+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:26:19.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:18 smithi031 bash[14957]: audit 2024-09-10T18:26:18.539050+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.63:0/739163973' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "datapool","app": "rbd"}]: dispatch 2024-09-10T18:26:19.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:18 smithi031 bash[14957]: audit 2024-09-10T18:26:18.539531+0000 mon.a (mon.0) 530 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "datapool","app": "rbd"}]: dispatch 2024-09-10T18:26:19.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:18 smithi031 bash[14957]: audit 2024-09-10T18:26:18.658770+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:26:19.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:18 smithi031 bash[14957]: audit 2024-09-10T18:26:18.661647+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:26:19.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:18 smithi031 bash[19205]: audit 2024-09-10T18:26:18.539050+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.63:0/739163973' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "datapool","app": "rbd"}]: dispatch 2024-09-10T18:26:19.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:18 smithi031 bash[19205]: audit 2024-09-10T18:26:18.539531+0000 mon.a (mon.0) 530 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "datapool","app": "rbd"}]: dispatch 2024-09-10T18:26:19.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:18 smithi031 bash[19205]: audit 2024-09-10T18:26:18.658770+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:26:19.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:18 smithi031 bash[19205]: audit 2024-09-10T18:26:18.661647+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:26:20.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:19 smithi063 bash[14646]: cluster 2024-09-10T18:26:18.513607+0000 mgr.y (mgr.14138) 201 : cluster [DBG] pgmap v190: 4 pgs: 4 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:20.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:19 smithi063 bash[14646]: audit 2024-09-10T18:26:18.710680+0000 mon.a (mon.0) 533 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "datapool","app": "rbd"}]': finished 2024-09-10T18:26:20.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:19 smithi063 bash[14646]: cluster 2024-09-10T18:26:18.710853+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-10T18:26:20.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:19 smithi031 bash[14957]: cluster 2024-09-10T18:26:18.513607+0000 mgr.y (mgr.14138) 201 : cluster [DBG] pgmap v190: 4 pgs: 4 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:20.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:19 smithi031 bash[14957]: audit 2024-09-10T18:26:18.710680+0000 mon.a (mon.0) 533 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "datapool","app": "rbd"}]': finished 2024-09-10T18:26:20.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:19 smithi031 bash[14957]: cluster 2024-09-10T18:26:18.710853+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-10T18:26:20.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:19 smithi031 bash[19205]: cluster 2024-09-10T18:26:18.513607+0000 mgr.y (mgr.14138) 201 : cluster [DBG] pgmap v190: 4 pgs: 4 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:20.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:19 smithi031 bash[19205]: audit 2024-09-10T18:26:18.710680+0000 mon.a (mon.0) 533 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "datapool","app": "rbd"}]': finished 2024-09-10T18:26:20.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:19 smithi031 bash[19205]: cluster 2024-09-10T18:26:18.710853+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-10T18:26:21.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:20 smithi063 bash[14646]: cluster 2024-09-10T18:26:19.711359+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-10T18:26:21.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:20 smithi031 bash[14957]: cluster 2024-09-10T18:26:19.711359+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-10T18:26:21.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:20 smithi031 bash[19205]: cluster 2024-09-10T18:26:19.711359+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-10T18:26:21.480 DEBUG:teuthology.orchestra.run.smithi063:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph orch apply iscsi datapool admin admin --trusted_ip_list 172.21.15.63 --placement '1;smithi063=iscsi.a' 2024-09-10T18:26:22.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:21 smithi063 bash[14646]: cluster 2024-09-10T18:26:20.514189+0000 mgr.y (mgr.14138) 202 : cluster [DBG] pgmap v193: 4 pgs: 4 active+clean; 0 B data, 3.7 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:22.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:21 smithi063 bash[14646]: cluster 2024-09-10T18:26:20.729114+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-10T18:26:22.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:21 smithi031 bash[14957]: cluster 2024-09-10T18:26:20.514189+0000 mgr.y (mgr.14138) 202 : cluster [DBG] pgmap v193: 4 pgs: 4 active+clean; 0 B data, 3.7 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:22.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:21 smithi031 bash[14957]: cluster 2024-09-10T18:26:20.729114+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-10T18:26:22.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:21 smithi031 bash[19205]: cluster 2024-09-10T18:26:20.514189+0000 mgr.y (mgr.14138) 202 : cluster [DBG] pgmap v193: 4 pgs: 4 active+clean; 0 B data, 3.7 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:22.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:21 smithi031 bash[19205]: cluster 2024-09-10T18:26:20.729114+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-10T18:26:24.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:23 smithi063 bash[14646]: cluster 2024-09-10T18:26:22.514872+0000 mgr.y (mgr.14138) 203 : cluster [DBG] pgmap v195: 4 pgs: 4 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:24.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:23 smithi031 bash[14957]: cluster 2024-09-10T18:26:22.514872+0000 mgr.y (mgr.14138) 203 : cluster [DBG] pgmap v195: 4 pgs: 4 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:24.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:23 smithi031 bash[19205]: cluster 2024-09-10T18:26:22.514872+0000 mgr.y (mgr.14138) 203 : cluster [DBG] pgmap v195: 4 pgs: 4 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:25.079 INFO:teuthology.orchestra.run.smithi063.stdout:Scheduled iscsi.iscsi update... 2024-09-10T18:26:25.770 INFO:tasks.cephadm:Distributing iscsi-gateway.cfg... 2024-09-10T18:26:25.771 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-10T18:26:25.771 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/iscsi-gateway.cfg 2024-09-10T18:26:25.788 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-10T18:26:25.789 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/iscsi-gateway.cfg 2024-09-10T18:26:25.799 DEBUG:teuthology.orchestra.run.smithi063:iscsi.iscsi.a> sudo journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service 2024-09-10T18:26:25.845 INFO:tasks.cephadm:Adding prometheus.a on smithi063 2024-09-10T18:26:25.845 DEBUG:teuthology.orchestra.run.smithi063:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph orch apply prometheus '1;smithi063=a' 2024-09-10T18:26:26.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:25 smithi063 bash[14646]: cluster 2024-09-10T18:26:24.515428+0000 mgr.y (mgr.14138) 204 : cluster [DBG] pgmap v196: 4 pgs: 4 active+clean; 19 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:26.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:25 smithi063 bash[14646]: audit 2024-09-10T18:26:25.075269+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:26.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:25 smithi063 bash[14646]: audit 2024-09-10T18:26:25.455835+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:26.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:25 smithi063 bash[14646]: audit 2024-09-10T18:26:25.472126+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:26.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:25 smithi063 bash[14646]: audit 2024-09-10T18:26:25.473168+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' 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-10T18:26:26.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:25 smithi063 bash[14646]: audit 2024-09-10T18:26:25.477889+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' 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-10T18:26:26.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:25 smithi063 bash[14646]: audit 2024-09-10T18:26:25.495317+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:26.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:25 smithi063 bash[14646]: audit 2024-09-10T18:26:25.497086+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.iscsi.iscsi.a", "key": "container_image"}]: dispatch 2024-09-10T18:26:26.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:25 smithi031 bash[14957]: cluster 2024-09-10T18:26:24.515428+0000 mgr.y (mgr.14138) 204 : cluster [DBG] pgmap v196: 4 pgs: 4 active+clean; 19 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:26.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:25 smithi031 bash[14957]: audit 2024-09-10T18:26:25.075269+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:26.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:25 smithi031 bash[14957]: audit 2024-09-10T18:26:25.455835+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:26.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:25 smithi031 bash[14957]: audit 2024-09-10T18:26:25.472126+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:26.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:25 smithi031 bash[14957]: audit 2024-09-10T18:26:25.473168+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' 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-10T18:26:26.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:25 smithi031 bash[14957]: audit 2024-09-10T18:26:25.477889+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' 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-10T18:26:26.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:25 smithi031 bash[14957]: audit 2024-09-10T18:26:25.495317+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:26.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:25 smithi031 bash[14957]: audit 2024-09-10T18:26:25.497086+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.iscsi.iscsi.a", "key": "container_image"}]: dispatch 2024-09-10T18:26:26.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:25 smithi031 bash[19205]: cluster 2024-09-10T18:26:24.515428+0000 mgr.y (mgr.14138) 204 : cluster [DBG] pgmap v196: 4 pgs: 4 active+clean; 19 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:26.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:25 smithi031 bash[19205]: audit 2024-09-10T18:26:25.075269+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:26.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:25 smithi031 bash[19205]: audit 2024-09-10T18:26:25.455835+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:26.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:25 smithi031 bash[19205]: audit 2024-09-10T18:26:25.472126+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:26.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:25 smithi031 bash[19205]: audit 2024-09-10T18:26:25.473168+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' 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-10T18:26:26.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:25 smithi031 bash[19205]: audit 2024-09-10T18:26:25.477889+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' 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-10T18:26:26.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:25 smithi031 bash[19205]: audit 2024-09-10T18:26:25.495317+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:26.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:25 smithi031 bash[19205]: audit 2024-09-10T18:26:25.497086+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.iscsi.iscsi.a", "key": "container_image"}]: dispatch 2024-09-10T18:26:26.441 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T18:26:27.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:26 smithi063 bash[14646]: audit 2024-09-10T18:26:25.066983+0000 mgr.y (mgr.14138) 205 : audit [DBG] from='client.34358 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "datapool", "api_user": "admin", "api_password": "admin", "trusted_ip_list": "172.21.15.63", "placement": "1;smithi063=iscsi.a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:27.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:26 smithi063 bash[14646]: cephadm 2024-09-10T18:26:25.068627+0000 mgr.y (mgr.14138) 206 : cephadm [INF] Saving service iscsi.iscsi spec with placement smithi063=iscsi.a;count:1 2024-09-10T18:26:27.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:26 smithi063 bash[14646]: cephadm 2024-09-10T18:26:25.077864+0000 mgr.y (mgr.14138) 207 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:26:27.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:26 smithi063 bash[14646]: cephadm 2024-09-10T18:26:25.079051+0000 mgr.y (mgr.14138) 208 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:26:27.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:26 smithi063 bash[14646]: cephadm 2024-09-10T18:26:25.457527+0000 mgr.y (mgr.14138) 209 : cephadm [INF] Checking pool "datapool" exists for service iscsi.iscsi 2024-09-10T18:26:27.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:26 smithi063 bash[14646]: cephadm 2024-09-10T18:26:25.467955+0000 mgr.y (mgr.14138) 210 : cephadm [INF] Saving service iscsi.iscsi spec with placement smithi063=iscsi.a;count:1 2024-09-10T18:26:27.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:26 smithi063 bash[14646]: cephadm 2024-09-10T18:26:25.496537+0000 mgr.y (mgr.14138) 211 : cephadm [INF] Deploying daemon iscsi.iscsi.a on smithi063 2024-09-10T18:26:27.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:26 smithi031 bash[14957]: audit 2024-09-10T18:26:25.066983+0000 mgr.y (mgr.14138) 205 : audit [DBG] from='client.34358 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "datapool", "api_user": "admin", "api_password": "admin", "trusted_ip_list": "172.21.15.63", "placement": "1;smithi063=iscsi.a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:27.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:26 smithi031 bash[14957]: cephadm 2024-09-10T18:26:25.068627+0000 mgr.y (mgr.14138) 206 : cephadm [INF] Saving service iscsi.iscsi spec with placement smithi063=iscsi.a;count:1 2024-09-10T18:26:27.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:26 smithi031 bash[14957]: cephadm 2024-09-10T18:26:25.077864+0000 mgr.y (mgr.14138) 207 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:26:27.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:26 smithi031 bash[14957]: cephadm 2024-09-10T18:26:25.079051+0000 mgr.y (mgr.14138) 208 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:26:27.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:26 smithi031 bash[14957]: cephadm 2024-09-10T18:26:25.457527+0000 mgr.y (mgr.14138) 209 : cephadm [INF] Checking pool "datapool" exists for service iscsi.iscsi 2024-09-10T18:26:27.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:26 smithi031 bash[14957]: cephadm 2024-09-10T18:26:25.467955+0000 mgr.y (mgr.14138) 210 : cephadm [INF] Saving service iscsi.iscsi spec with placement smithi063=iscsi.a;count:1 2024-09-10T18:26:27.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:26 smithi031 bash[14957]: cephadm 2024-09-10T18:26:25.496537+0000 mgr.y (mgr.14138) 211 : cephadm [INF] Deploying daemon iscsi.iscsi.a on smithi063 2024-09-10T18:26:27.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:26 smithi031 bash[19205]: audit 2024-09-10T18:26:25.066983+0000 mgr.y (mgr.14138) 205 : audit [DBG] from='client.34358 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "datapool", "api_user": "admin", "api_password": "admin", "trusted_ip_list": "172.21.15.63", "placement": "1;smithi063=iscsi.a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:27.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:26 smithi031 bash[19205]: cephadm 2024-09-10T18:26:25.068627+0000 mgr.y (mgr.14138) 206 : cephadm [INF] Saving service iscsi.iscsi spec with placement smithi063=iscsi.a;count:1 2024-09-10T18:26:27.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:26 smithi031 bash[19205]: cephadm 2024-09-10T18:26:25.077864+0000 mgr.y (mgr.14138) 207 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:26:27.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:26 smithi031 bash[19205]: cephadm 2024-09-10T18:26:25.079051+0000 mgr.y (mgr.14138) 208 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:26:27.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:26 smithi031 bash[19205]: cephadm 2024-09-10T18:26:25.457527+0000 mgr.y (mgr.14138) 209 : cephadm [INF] Checking pool "datapool" exists for service iscsi.iscsi 2024-09-10T18:26:27.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:26 smithi031 bash[19205]: cephadm 2024-09-10T18:26:25.467955+0000 mgr.y (mgr.14138) 210 : cephadm [INF] Saving service iscsi.iscsi spec with placement smithi063=iscsi.a;count:1 2024-09-10T18:26:27.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:26 smithi031 bash[19205]: cephadm 2024-09-10T18:26:25.496537+0000 mgr.y (mgr.14138) 211 : cephadm [INF] Deploying daemon iscsi.iscsi.a on smithi063 2024-09-10T18:26:28.029 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:27 smithi063 bash[14646]: cluster 2024-09-10T18:26:26.516105+0000 mgr.y (mgr.14138) 212 : cluster [DBG] pgmap v197: 4 pgs: 4 active+clean; 19 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:28.030 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:27 smithi063 bash[14646]: cluster 2024-09-10T18:26:26.753339+0000 mon.a (mon.0) 544 : cluster [DBG] mgrmap e15: y(active, since 5m), standbys: x 2024-09-10T18:26:28.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:27 smithi031 bash[14957]: cluster 2024-09-10T18:26:26.516105+0000 mgr.y (mgr.14138) 212 : cluster [DBG] pgmap v197: 4 pgs: 4 active+clean; 19 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:28.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:27 smithi031 bash[14957]: cluster 2024-09-10T18:26:26.753339+0000 mon.a (mon.0) 544 : cluster [DBG] mgrmap e15: y(active, since 5m), standbys: x 2024-09-10T18:26:28.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:27 smithi031 bash[19205]: cluster 2024-09-10T18:26:26.516105+0000 mgr.y (mgr.14138) 212 : cluster [DBG] pgmap v197: 4 pgs: 4 active+clean; 19 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:28.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:27 smithi031 bash[19205]: cluster 2024-09-10T18:26:26.753339+0000 mon.a (mon.0) 544 : cluster [DBG] mgrmap e15: y(active, since 5m), standbys: x 2024-09-10T18:26:30.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:29 smithi063 bash[14646]: cluster 2024-09-10T18:26:28.516747+0000 mgr.y (mgr.14138) 213 : cluster [DBG] pgmap v198: 4 pgs: 4 active+clean; 19 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:30.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:29 smithi063 bash[14646]: audit 2024-09-10T18:26:29.392184+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:30.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:29 smithi063 bash[14646]: audit 2024-09-10T18:26:29.394879+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:26:30.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:29 smithi031 bash[14957]: cluster 2024-09-10T18:26:28.516747+0000 mgr.y (mgr.14138) 213 : cluster [DBG] pgmap v198: 4 pgs: 4 active+clean; 19 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:30.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:29 smithi031 bash[14957]: audit 2024-09-10T18:26:29.392184+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:30.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:29 smithi031 bash[14957]: audit 2024-09-10T18:26:29.394879+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:26:30.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:29 smithi031 bash[19205]: cluster 2024-09-10T18:26:28.516747+0000 mgr.y (mgr.14138) 213 : cluster [DBG] pgmap v198: 4 pgs: 4 active+clean; 19 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:30.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:29 smithi031 bash[19205]: audit 2024-09-10T18:26:29.392184+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:30.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:29 smithi031 bash[19205]: audit 2024-09-10T18:26:29.394879+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:26:31.466 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:31 smithi063 bash[14646]: audit 2024-09-10T18:26:30.162475+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:31.466 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:31 smithi063 bash[14646]: audit 2024-09-10T18:26:30.181704+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:31.466 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:31 smithi063 bash[14646]: audit 2024-09-10T18:26:30.194168+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:26:31.466 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:31 smithi063 bash[14646]: audit 2024-09-10T18:26:30.195387+0000 mgr.y (mgr.14138) 214 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:26:31.466 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:31 smithi063 bash[14646]: cephadm 2024-09-10T18:26:30.199360+0000 mgr.y (mgr.14138) 215 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.63:5000 to Dashboard 2024-09-10T18:26:31.466 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:31 smithi063 bash[14646]: audit 2024-09-10T18:26:30.199803+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:26:31.466 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:31 smithi063 bash[14646]: audit 2024-09-10T18:26:30.200248+0000 mgr.y (mgr.14138) 216 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:26:31.466 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:31 smithi063 bash[14646]: audit 2024-09-10T18:26:30.210541+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:31.467 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:31 smithi063 bash[14646]: audit 2024-09-10T18:26:30.215160+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "service_url": "http://admin:admin@172.21.15.63:5000", "name": "smithi063"}]: dispatch 2024-09-10T18:26:31.467 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:31 smithi063 bash[14646]: audit 2024-09-10T18:26:30.216627+0000 mgr.y (mgr.14138) 217 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "service_url": "http://admin:admin@172.21.15.63:5000", "name": "smithi063"}]: dispatch 2024-09-10T18:26:31.467 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:31 smithi063 bash[14646]: audit 2024-09-10T18:26:30.230313+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:31.467 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:31 smithi063 bash[14646]: audit 2024-09-10T18:26:30.239313+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:31.467 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:31 smithi063 bash[14646]: cluster 2024-09-10T18:26:30.517353+0000 mgr.y (mgr.14138) 218 : cluster [DBG] pgmap v199: 4 pgs: 4 active+clean; 19 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:31.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[14957]: audit 2024-09-10T18:26:30.162475+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:31.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[14957]: audit 2024-09-10T18:26:30.181704+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:31.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[14957]: audit 2024-09-10T18:26:30.194168+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:26:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[14957]: audit 2024-09-10T18:26:30.195387+0000 mgr.y (mgr.14138) 214 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:26:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[14957]: cephadm 2024-09-10T18:26:30.199360+0000 mgr.y (mgr.14138) 215 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.63:5000 to Dashboard 2024-09-10T18:26:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[14957]: audit 2024-09-10T18:26:30.199803+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:26:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[14957]: audit 2024-09-10T18:26:30.200248+0000 mgr.y (mgr.14138) 216 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:26:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[14957]: audit 2024-09-10T18:26:30.210541+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[14957]: audit 2024-09-10T18:26:30.215160+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "service_url": "http://admin:admin@172.21.15.63:5000", "name": "smithi063"}]: dispatch 2024-09-10T18:26:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[14957]: audit 2024-09-10T18:26:30.216627+0000 mgr.y (mgr.14138) 217 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "service_url": "http://admin:admin@172.21.15.63:5000", "name": "smithi063"}]: dispatch 2024-09-10T18:26:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[14957]: audit 2024-09-10T18:26:30.230313+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[14957]: audit 2024-09-10T18:26:30.239313+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[14957]: cluster 2024-09-10T18:26:30.517353+0000 mgr.y (mgr.14138) 218 : cluster [DBG] pgmap v199: 4 pgs: 4 active+clean; 19 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:31.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[19205]: audit 2024-09-10T18:26:30.162475+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:31.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[19205]: audit 2024-09-10T18:26:30.181704+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:31.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[19205]: audit 2024-09-10T18:26:30.194168+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:26:31.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[19205]: audit 2024-09-10T18:26:30.195387+0000 mgr.y (mgr.14138) 214 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:26:31.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[19205]: cephadm 2024-09-10T18:26:30.199360+0000 mgr.y (mgr.14138) 215 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.63:5000 to Dashboard 2024-09-10T18:26:31.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[19205]: audit 2024-09-10T18:26:30.199803+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:26:31.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[19205]: audit 2024-09-10T18:26:30.200248+0000 mgr.y (mgr.14138) 216 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:26:31.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[19205]: audit 2024-09-10T18:26:30.210541+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:31.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[19205]: audit 2024-09-10T18:26:30.215160+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "service_url": "http://admin:admin@172.21.15.63:5000", "name": "smithi063"}]: dispatch 2024-09-10T18:26:31.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[19205]: audit 2024-09-10T18:26:30.216627+0000 mgr.y (mgr.14138) 217 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "service_url": "http://admin:admin@172.21.15.63:5000", "name": "smithi063"}]: dispatch 2024-09-10T18:26:31.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[19205]: audit 2024-09-10T18:26:30.230313+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:31.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[19205]: audit 2024-09-10T18:26:30.239313+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:31.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:31 smithi031 bash[19205]: cluster 2024-09-10T18:26:30.517353+0000 mgr.y (mgr.14138) 218 : cluster [DBG] pgmap v199: 4 pgs: 4 active+clean; 19 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:31.812 INFO:teuthology.orchestra.run.smithi063.stdout:Scheduled prometheus update... 2024-09-10T18:26:31.975 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:26:31 smithi063 bash[22850]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:26:32.627 DEBUG:teuthology.orchestra.run.smithi063:prometheus.a> sudo journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@prometheus.a.service 2024-09-10T18:26:32.629 INFO:tasks.cephadm:Adding node-exporter.a on smithi031 2024-09-10T18:26:32.629 INFO:tasks.cephadm:Adding node-exporter.b on smithi063 2024-09-10T18:26:32.629 DEBUG:teuthology.orchestra.run.smithi063:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph orch apply node-exporter '2;smithi031=a;smithi063=b' 2024-09-10T18:26:32.791 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T18:26:32.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:32 smithi063 bash[14646]: cluster 2024-09-10T18:26:31.522291+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-10T18:26:32.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:32 smithi063 bash[14646]: audit 2024-09-10T18:26:31.800269+0000 mgr.y (mgr.14138) 219 : audit [DBG] from='client.34370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi063=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:32.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:32 smithi063 bash[14646]: cephadm 2024-09-10T18:26:31.801981+0000 mgr.y (mgr.14138) 220 : cephadm [INF] Saving service prometheus spec with placement smithi063=a;count:1 2024-09-10T18:26:32.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:32 smithi063 bash[14646]: audit 2024-09-10T18:26:31.808094+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:32.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:32 smithi063 bash[14646]: audit 2024-09-10T18:26:31.817050+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:32.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:32 smithi063 bash[14646]: cephadm 2024-09-10T18:26:31.828189+0000 mgr.y (mgr.14138) 221 : cephadm [INF] Deploying daemon prometheus.a on smithi063 2024-09-10T18:26:32.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:32 smithi063 bash[14646]: audit 2024-09-10T18:26:32.339690+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.63:0/2441298412' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:26:32.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:32 smithi031 bash[19205]: cluster 2024-09-10T18:26:31.522291+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-10T18:26:32.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:32 smithi031 bash[19205]: audit 2024-09-10T18:26:31.800269+0000 mgr.y (mgr.14138) 219 : audit [DBG] from='client.34370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi063=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:32.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:32 smithi031 bash[19205]: cephadm 2024-09-10T18:26:31.801981+0000 mgr.y (mgr.14138) 220 : cephadm [INF] Saving service prometheus spec with placement smithi063=a;count:1 2024-09-10T18:26:32.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:32 smithi031 bash[19205]: audit 2024-09-10T18:26:31.808094+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:32.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:32 smithi031 bash[19205]: audit 2024-09-10T18:26:31.817050+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:32.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:32 smithi031 bash[19205]: cephadm 2024-09-10T18:26:31.828189+0000 mgr.y (mgr.14138) 221 : cephadm [INF] Deploying daemon prometheus.a on smithi063 2024-09-10T18:26:32.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:32 smithi031 bash[19205]: audit 2024-09-10T18:26:32.339690+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.63:0/2441298412' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:26:32.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:32 smithi031 bash[14957]: cluster 2024-09-10T18:26:31.522291+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-10T18:26:32.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:32 smithi031 bash[14957]: audit 2024-09-10T18:26:31.800269+0000 mgr.y (mgr.14138) 219 : audit [DBG] from='client.34370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi063=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:32.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:32 smithi031 bash[14957]: cephadm 2024-09-10T18:26:31.801981+0000 mgr.y (mgr.14138) 220 : cephadm [INF] Saving service prometheus spec with placement smithi063=a;count:1 2024-09-10T18:26:32.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:32 smithi031 bash[14957]: audit 2024-09-10T18:26:31.808094+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:32.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:32 smithi031 bash[14957]: audit 2024-09-10T18:26:31.817050+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:32.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:32 smithi031 bash[14957]: cephadm 2024-09-10T18:26:31.828189+0000 mgr.y (mgr.14138) 221 : cephadm [INF] Deploying daemon prometheus.a on smithi063 2024-09-10T18:26:32.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:32 smithi031 bash[14957]: audit 2024-09-10T18:26:32.339690+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.63:0/2441298412' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:26:34.099 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:33 smithi063 bash[14646]: cluster 2024-09-10T18:26:32.517995+0000 mgr.y (mgr.14138) 222 : cluster [DBG] pgmap v201: 4 pgs: 4 active+clean; 19 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:34.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:33 smithi031 bash[19205]: cluster 2024-09-10T18:26:32.517995+0000 mgr.y (mgr.14138) 222 : cluster [DBG] pgmap v201: 4 pgs: 4 active+clean; 19 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:34.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:33 smithi031 bash[14957]: cluster 2024-09-10T18:26:32.517995+0000 mgr.y (mgr.14138) 222 : cluster [DBG] pgmap v201: 4 pgs: 4 active+clean; 19 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:36.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:35 smithi063 bash[14646]: cluster 2024-09-10T18:26:34.518578+0000 mgr.y (mgr.14138) 223 : cluster [DBG] pgmap v202: 4 pgs: 4 active+clean; 19 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:36.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:35 smithi031 bash[14957]: cluster 2024-09-10T18:26:34.518578+0000 mgr.y (mgr.14138) 223 : cluster [DBG] pgmap v202: 4 pgs: 4 active+clean; 19 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:36.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:35 smithi031 bash[19205]: cluster 2024-09-10T18:26:34.518578+0000 mgr.y (mgr.14138) 223 : cluster [DBG] pgmap v202: 4 pgs: 4 active+clean; 19 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:36.361 INFO:teuthology.orchestra.run.smithi063.stdout:Scheduled node-exporter update... 2024-09-10T18:26:37.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:37 smithi063 bash[14646]: audit 2024-09-10T18:26:36.349510+0000 mgr.y (mgr.14138) 224 : audit [DBG] from='client.34394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi031=a;smithi063=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:37.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:37 smithi063 bash[14646]: cephadm 2024-09-10T18:26:36.351153+0000 mgr.y (mgr.14138) 225 : cephadm [INF] Saving service node-exporter spec with placement smithi031=a;smithi063=b;count:2 2024-09-10T18:26:37.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:37 smithi063 bash[14646]: audit 2024-09-10T18:26:36.357586+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:37.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:37 smithi063 bash[14646]: cluster 2024-09-10T18:26:36.519252+0000 mgr.y (mgr.14138) 226 : cluster [DBG] pgmap v203: 4 pgs: 4 active+clean; 19 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:37.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:37 smithi031 bash[14957]: audit 2024-09-10T18:26:36.349510+0000 mgr.y (mgr.14138) 224 : audit [DBG] from='client.34394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi031=a;smithi063=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:37.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:37 smithi031 bash[14957]: cephadm 2024-09-10T18:26:36.351153+0000 mgr.y (mgr.14138) 225 : cephadm [INF] Saving service node-exporter spec with placement smithi031=a;smithi063=b;count:2 2024-09-10T18:26:37.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:37 smithi031 bash[14957]: audit 2024-09-10T18:26:36.357586+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:37.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:37 smithi031 bash[14957]: cluster 2024-09-10T18:26:36.519252+0000 mgr.y (mgr.14138) 226 : cluster [DBG] pgmap v203: 4 pgs: 4 active+clean; 19 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:37.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:37 smithi031 bash[19205]: audit 2024-09-10T18:26:36.349510+0000 mgr.y (mgr.14138) 224 : audit [DBG] from='client.34394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi031=a;smithi063=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:37.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:37 smithi031 bash[19205]: cephadm 2024-09-10T18:26:36.351153+0000 mgr.y (mgr.14138) 225 : cephadm [INF] Saving service node-exporter spec with placement smithi031=a;smithi063=b;count:2 2024-09-10T18:26:37.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:37 smithi031 bash[19205]: audit 2024-09-10T18:26:36.357586+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:37.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:37 smithi031 bash[19205]: cluster 2024-09-10T18:26:36.519252+0000 mgr.y (mgr.14138) 226 : cluster [DBG] pgmap v203: 4 pgs: 4 active+clean; 19 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:26:37.834 DEBUG:teuthology.orchestra.run.smithi031:node-exporter.a> sudo journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@node-exporter.a.service 2024-09-10T18:26:37.836 DEBUG:teuthology.orchestra.run.smithi063:node-exporter.b> sudo journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@node-exporter.b.service 2024-09-10T18:26:37.838 INFO:tasks.cephadm:Adding alertmanager.a on smithi031 2024-09-10T18:26:37.839 DEBUG:teuthology.orchestra.run.smithi063:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph orch apply alertmanager '1;smithi031=a' 2024-09-10T18:26:37.903 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T18:26:37.912 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T18:26:39.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:39 smithi063 bash[14646]: cluster 2024-09-10T18:26:38.520008+0000 mgr.y (mgr.14138) 227 : cluster [DBG] pgmap v204: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 102 B/s wr, 1 op/s 2024-09-10T18:26:39.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:39 smithi031 bash[14957]: cluster 2024-09-10T18:26:38.520008+0000 mgr.y (mgr.14138) 227 : cluster [DBG] pgmap v204: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 102 B/s wr, 1 op/s 2024-09-10T18:26:39.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:39 smithi031 bash[19205]: cluster 2024-09-10T18:26:38.520008+0000 mgr.y (mgr.14138) 227 : cluster [DBG] pgmap v204: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 102 B/s wr, 1 op/s 2024-09-10T18:26:41.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:41 smithi063 bash[14646]: cluster 2024-09-10T18:26:40.520640+0000 mgr.y (mgr.14138) 228 : cluster [DBG] pgmap v205: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 102 B/s wr, 1 op/s 2024-09-10T18:26:41.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:41 smithi031 bash[14957]: cluster 2024-09-10T18:26:40.520640+0000 mgr.y (mgr.14138) 228 : cluster [DBG] pgmap v205: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 102 B/s wr, 1 op/s 2024-09-10T18:26:41.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:41 smithi031 bash[19205]: cluster 2024-09-10T18:26:40.520640+0000 mgr.y (mgr.14138) 228 : cluster [DBG] pgmap v205: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 102 B/s wr, 1 op/s 2024-09-10T18:26:43.675 INFO:teuthology.orchestra.run.smithi063.stdout:Scheduled alertmanager update... 2024-09-10T18:26:43.877 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:43 smithi063 bash[14646]: cluster 2024-09-10T18:26:42.521297+0000 mgr.y (mgr.14138) 229 : cluster [DBG] pgmap v206: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 930 B/s rd, 93 B/s wr, 1 op/s 2024-09-10T18:26:43.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:43 smithi031 bash[14957]: cluster 2024-09-10T18:26:42.521297+0000 mgr.y (mgr.14138) 229 : cluster [DBG] pgmap v206: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 930 B/s rd, 93 B/s wr, 1 op/s 2024-09-10T18:26:43.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:43 smithi031 bash[19205]: cluster 2024-09-10T18:26:42.521297+0000 mgr.y (mgr.14138) 229 : cluster [DBG] pgmap v206: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 930 B/s rd, 93 B/s wr, 1 op/s 2024-09-10T18:26:44.715 DEBUG:teuthology.orchestra.run.smithi031:alertmanager.a> sudo journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@alertmanager.a.service 2024-09-10T18:26:44.718 INFO:tasks.cephadm:Adding grafana.a on smithi063 2024-09-10T18:26:44.719 DEBUG:teuthology.orchestra.run.smithi063:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph orch apply grafana '1;smithi063=a' 2024-09-10T18:26:44.771 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T18:26:45.034 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:44 smithi063 bash[14646]: audit 2024-09-10T18:26:43.662967+0000 mgr.y (mgr.14138) 230 : audit [DBG] from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi031=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:45.034 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:44 smithi063 bash[14646]: cephadm 2024-09-10T18:26:43.664488+0000 mgr.y (mgr.14138) 231 : cephadm [INF] Saving service alertmanager spec with placement smithi031=a;count:1 2024-09-10T18:26:45.034 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:44 smithi063 bash[14646]: audit 2024-09-10T18:26:43.670667+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:45.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:44 smithi031 bash[14957]: audit 2024-09-10T18:26:43.662967+0000 mgr.y (mgr.14138) 230 : audit [DBG] from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi031=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:45.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:44 smithi031 bash[14957]: cephadm 2024-09-10T18:26:43.664488+0000 mgr.y (mgr.14138) 231 : cephadm [INF] Saving service alertmanager spec with placement smithi031=a;count:1 2024-09-10T18:26:45.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:44 smithi031 bash[14957]: audit 2024-09-10T18:26:43.670667+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:45.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:44 smithi031 bash[19205]: audit 2024-09-10T18:26:43.662967+0000 mgr.y (mgr.14138) 230 : audit [DBG] from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi031=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:45.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:44 smithi031 bash[19205]: cephadm 2024-09-10T18:26:43.664488+0000 mgr.y (mgr.14138) 231 : cephadm [INF] Saving service alertmanager spec with placement smithi031=a;count:1 2024-09-10T18:26:45.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:44 smithi031 bash[19205]: audit 2024-09-10T18:26:43.670667+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:46.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:45 smithi063 bash[14646]: cluster 2024-09-10T18:26:44.521910+0000 mgr.y (mgr.14138) 232 : cluster [DBG] pgmap v207: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 85 B/s wr, 1 op/s 2024-09-10T18:26:46.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:45 smithi031 bash[14957]: cluster 2024-09-10T18:26:44.521910+0000 mgr.y (mgr.14138) 232 : cluster [DBG] pgmap v207: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 85 B/s wr, 1 op/s 2024-09-10T18:26:46.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:45 smithi031 bash[19205]: cluster 2024-09-10T18:26:44.521910+0000 mgr.y (mgr.14138) 232 : cluster [DBG] pgmap v207: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 85 B/s wr, 1 op/s 2024-09-10T18:26:47.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:47 smithi063 bash[14646]: cluster 2024-09-10T18:26:46.522573+0000 mgr.y (mgr.14138) 233 : cluster [DBG] pgmap v208: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 85 B/s wr, 1 op/s 2024-09-10T18:26:47.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:47 smithi031 bash[14957]: cluster 2024-09-10T18:26:46.522573+0000 mgr.y (mgr.14138) 233 : cluster [DBG] pgmap v208: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 85 B/s wr, 1 op/s 2024-09-10T18:26:47.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:47 smithi031 bash[19205]: cluster 2024-09-10T18:26:46.522573+0000 mgr.y (mgr.14138) 233 : cluster [DBG] pgmap v208: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 85 B/s wr, 1 op/s 2024-09-10T18:26:49.803 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:49 smithi063 bash[14646]: cluster 2024-09-10T18:26:48.523194+0000 mgr.y (mgr.14138) 234 : cluster [DBG] pgmap v209: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-10T18:26:49.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:49 smithi031 bash[14957]: cluster 2024-09-10T18:26:48.523194+0000 mgr.y (mgr.14138) 234 : cluster [DBG] pgmap v209: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-10T18:26:49.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:49 smithi031 bash[19205]: cluster 2024-09-10T18:26:48.523194+0000 mgr.y (mgr.14138) 234 : cluster [DBG] pgmap v209: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-10T18:26:50.186 INFO:teuthology.orchestra.run.smithi063.stdout:Scheduled grafana update... 2024-09-10T18:26:51.362 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:51 smithi063 bash[14646]: audit 2024-09-10T18:26:50.175041+0000 mgr.y (mgr.14138) 235 : audit [DBG] from='client.34406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi063=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:51.363 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:51 smithi063 bash[14646]: cephadm 2024-09-10T18:26:50.176520+0000 mgr.y (mgr.14138) 236 : cephadm [INF] Saving service grafana spec with placement smithi063=a;count:1 2024-09-10T18:26:51.363 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:51 smithi063 bash[14646]: audit 2024-09-10T18:26:50.182787+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:51.363 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:51 smithi063 bash[14646]: cluster 2024-09-10T18:26:50.523781+0000 mgr.y (mgr.14138) 237 : cluster [DBG] pgmap v210: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:26:51.364 DEBUG:teuthology.orchestra.run.smithi063:grafana.a> sudo journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@grafana.a.service 2024-09-10T18:26:51.366 INFO:tasks.cephadm:Setting up client nodes... 2024-09-10T18:26:51.366 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-10T18:26:51.580 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:51 smithi031 bash[14957]: audit 2024-09-10T18:26:50.175041+0000 mgr.y (mgr.14138) 235 : audit [DBG] from='client.34406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi063=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:51.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:51 smithi031 bash[14957]: cephadm 2024-09-10T18:26:50.176520+0000 mgr.y (mgr.14138) 236 : cephadm [INF] Saving service grafana spec with placement smithi063=a;count:1 2024-09-10T18:26:51.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:51 smithi031 bash[14957]: audit 2024-09-10T18:26:50.182787+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:51.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:51 smithi031 bash[14957]: cluster 2024-09-10T18:26:50.523781+0000 mgr.y (mgr.14138) 237 : cluster [DBG] pgmap v210: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:26:51.581 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:51 smithi031 bash[19205]: audit 2024-09-10T18:26:50.175041+0000 mgr.y (mgr.14138) 235 : audit [DBG] from='client.34406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi063=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:51.581 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:51 smithi031 bash[19205]: cephadm 2024-09-10T18:26:50.176520+0000 mgr.y (mgr.14138) 236 : cephadm [INF] Saving service grafana spec with placement smithi063=a;count:1 2024-09-10T18:26:51.581 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:51 smithi031 bash[19205]: audit 2024-09-10T18:26:50.182787+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:51.581 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:51 smithi031 bash[19205]: cluster 2024-09-10T18:26:50.523781+0000 mgr.y (mgr.14138) 237 : cluster [DBG] pgmap v210: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:26:51.929 INFO:journalctl@ceph.grafana.a.smithi063.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-10T18:26:53.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:53 smithi063 bash[14646]: cluster 2024-09-10T18:26:52.524492+0000 mgr.y (mgr.14138) 238 : cluster [DBG] pgmap v211: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:26:53.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:53 smithi063 bash[14646]: audit 2024-09-10T18:26:53.558373+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:53.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:53 smithi063 bash[14646]: audit 2024-09-10T18:26:53.561412+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:26:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:53 smithi031 bash[14957]: cluster 2024-09-10T18:26:52.524492+0000 mgr.y (mgr.14138) 238 : cluster [DBG] pgmap v211: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:26:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:53 smithi031 bash[14957]: audit 2024-09-10T18:26:53.558373+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:53 smithi031 bash[14957]: audit 2024-09-10T18:26:53.561412+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:26:53.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:53 smithi031 bash[19205]: cluster 2024-09-10T18:26:52.524492+0000 mgr.y (mgr.14138) 238 : cluster [DBG] pgmap v211: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:26:53.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:53 smithi031 bash[19205]: audit 2024-09-10T18:26:53.558373+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:53.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:53 smithi031 bash[19205]: audit 2024-09-10T18:26:53.561412+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:26:54.650 INFO:teuthology.orchestra.run.smithi031.stdout:[client.0] 2024-09-10T18:26:54.651 INFO:teuthology.orchestra.run.smithi031.stdout: key = AQBuj+BmTz48JhAAUJ6DOoYlK51EjlChuhgwQg== 2024-09-10T18:26:55.128 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:26:55 smithi063 bash[24054]: level=info ts=2024-09-10T18:26:55.035Z caller=main.go:646 msg="Server is ready to receive web requests." 2024-09-10T18:26:55.348 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-10T18:26:55.348 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-10T18:26:55.348 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-10T18:26:55.369 DEBUG:teuthology.orchestra.run.smithi063:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-10T18:26:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:55 smithi031 bash[14957]: cluster 2024-09-10T18:26:54.525058+0000 mgr.y (mgr.14138) 239 : cluster [DBG] pgmap v212: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:26:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:55 smithi031 bash[14957]: audit 2024-09-10T18:26:54.641149+0000 mon.a (mon.0) 563 : audit [INF] from='client.? 172.21.15.31:0/3267302347' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:26:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:55 smithi031 bash[14957]: audit 2024-09-10T18:26:54.647738+0000 mon.a (mon.0) 564 : audit [INF] from='client.? 172.21.15.31:0/3267302347' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-10T18:26:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:55 smithi031 bash[14957]: audit 2024-09-10T18:26:55.210197+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:55 smithi031 bash[14957]: audit 2024-09-10T18:26:55.217315+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:55.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:55 smithi031 bash[19205]: cluster 2024-09-10T18:26:54.525058+0000 mgr.y (mgr.14138) 239 : cluster [DBG] pgmap v212: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:26:55.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:55 smithi031 bash[19205]: audit 2024-09-10T18:26:54.641149+0000 mon.a (mon.0) 563 : audit [INF] from='client.? 172.21.15.31:0/3267302347' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:26:55.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:55 smithi031 bash[19205]: audit 2024-09-10T18:26:54.647738+0000 mon.a (mon.0) 564 : audit [INF] from='client.? 172.21.15.31:0/3267302347' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-10T18:26:55.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:55 smithi031 bash[19205]: audit 2024-09-10T18:26:55.210197+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:55.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:55 smithi031 bash[19205]: audit 2024-09-10T18:26:55.217315+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:55.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:55 smithi063 bash[14646]: cluster 2024-09-10T18:26:54.525058+0000 mgr.y (mgr.14138) 239 : cluster [DBG] pgmap v212: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:26:55.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:55 smithi063 bash[14646]: audit 2024-09-10T18:26:54.641149+0000 mon.a (mon.0) 563 : audit [INF] from='client.? 172.21.15.31:0/3267302347' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:26:55.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:55 smithi063 bash[14646]: audit 2024-09-10T18:26:54.647738+0000 mon.a (mon.0) 564 : audit [INF] from='client.? 172.21.15.31:0/3267302347' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-10T18:26:55.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:55 smithi063 bash[14646]: audit 2024-09-10T18:26:55.210197+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:55.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:55 smithi063 bash[14646]: audit 2024-09-10T18:26:55.217315+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:56.006 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:26:55 smithi031 systemd[1]: Started Ceph node-exporter.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:26:56.387 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:26:56 smithi031 bash[27922]: Unable to find image 'prom/node-exporter:v0.18.1' locally 2024-09-10T18:26:56.867 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:56 smithi063 bash[14646]: cephadm 2024-09-10T18:26:55.219919+0000 mgr.y (mgr.14138) 240 : cephadm [INF] Deploying daemon node-exporter.a on smithi031 2024-09-10T18:26:56.867 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:56 smithi063 bash[14646]: audit 2024-09-10T18:26:55.994997+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:56.868 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:26:56 smithi063 systemd[1]: Started Ceph node-exporter.b for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:26:56.868 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:26:56 smithi063 bash[24415]: Unable to find image 'prom/node-exporter:v0.18.1' locally 2024-09-10T18:26:56.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:56 smithi031 bash[14957]: cephadm 2024-09-10T18:26:55.219919+0000 mgr.y (mgr.14138) 240 : cephadm [INF] Deploying daemon node-exporter.a on smithi031 2024-09-10T18:26:56.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:56 smithi031 bash[14957]: audit 2024-09-10T18:26:55.994997+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:56.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:56 smithi031 bash[19205]: cephadm 2024-09-10T18:26:55.219919+0000 mgr.y (mgr.14138) 240 : cephadm [INF] Deploying daemon node-exporter.a on smithi031 2024-09-10T18:26:56.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:56 smithi031 bash[19205]: audit 2024-09-10T18:26:55.994997+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:58.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:57 smithi063 bash[14646]: cephadm 2024-09-10T18:26:55.996038+0000 mgr.y (mgr.14138) 241 : cephadm [INF] Deploying daemon node-exporter.b on smithi063 2024-09-10T18:26:58.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:57 smithi063 bash[14646]: cluster 2024-09-10T18:26:56.525782+0000 mgr.y (mgr.14138) 242 : cluster [DBG] pgmap v213: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:26:58.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:57 smithi063 bash[14646]: audit 2024-09-10T18:26:56.779413+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:58.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:57 smithi063 bash[14646]: cephadm 2024-09-10T18:26:56.792614+0000 mgr.y (mgr.14138) 243 : cephadm [INF] Deploying daemon alertmanager.a on smithi031 2024-09-10T18:26:58.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:57 smithi031 bash[14957]: cephadm 2024-09-10T18:26:55.996038+0000 mgr.y (mgr.14138) 241 : cephadm [INF] Deploying daemon node-exporter.b on smithi063 2024-09-10T18:26:58.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:57 smithi031 bash[14957]: cluster 2024-09-10T18:26:56.525782+0000 mgr.y (mgr.14138) 242 : cluster [DBG] pgmap v213: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:26:58.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:57 smithi031 bash[14957]: audit 2024-09-10T18:26:56.779413+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:58.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:57 smithi031 bash[14957]: cephadm 2024-09-10T18:26:56.792614+0000 mgr.y (mgr.14138) 243 : cephadm [INF] Deploying daemon alertmanager.a on smithi031 2024-09-10T18:26:58.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:57 smithi031 bash[19205]: cephadm 2024-09-10T18:26:55.996038+0000 mgr.y (mgr.14138) 241 : cephadm [INF] Deploying daemon node-exporter.b on smithi063 2024-09-10T18:26:58.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:57 smithi031 bash[19205]: cluster 2024-09-10T18:26:56.525782+0000 mgr.y (mgr.14138) 242 : cluster [DBG] pgmap v213: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:26:58.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:57 smithi031 bash[19205]: audit 2024-09-10T18:26:56.779413+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:26:58.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:57 smithi031 bash[19205]: cephadm 2024-09-10T18:26:56.792614+0000 mgr.y (mgr.14138) 243 : cephadm [INF] Deploying daemon alertmanager.a on smithi031 2024-09-10T18:26:59.122 INFO:teuthology.orchestra.run.smithi063.stdout:[client.1] 2024-09-10T18:26:59.122 INFO:teuthology.orchestra.run.smithi063.stdout: key = AQBzj+BmZ1+WBhAAHi9nIa6GsPAzFY6jpaWkDg== 2024-09-10T18:26:59.866 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-10T18:26:59.866 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-10T18:26:59.867 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-10T18:26:59.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:59 smithi031 bash[19205]: cluster 2024-09-10T18:26:58.526596+0000 mgr.y (mgr.14138) 244 : cluster [DBG] pgmap v214: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:26:59.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:59 smithi031 bash[19205]: audit 2024-09-10T18:26:59.110071+0000 mon.b (mon.2) 22 : audit [INF] from='client.? 172.21.15.63:0/1816532376' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:26:59.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:59 smithi031 bash[19205]: audit 2024-09-10T18:26:59.110176+0000 mon.a (mon.0) 569 : 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-10T18:26:59.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:26:59 smithi031 bash[19205]: audit 2024-09-10T18:26:59.119345+0000 mon.a (mon.0) 570 : 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-10T18:26:59.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:59 smithi031 bash[14957]: cluster 2024-09-10T18:26:58.526596+0000 mgr.y (mgr.14138) 244 : cluster [DBG] pgmap v214: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:26:59.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:59 smithi031 bash[14957]: audit 2024-09-10T18:26:59.110071+0000 mon.b (mon.2) 22 : audit [INF] from='client.? 172.21.15.63:0/1816532376' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:26:59.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:59 smithi031 bash[14957]: audit 2024-09-10T18:26:59.110176+0000 mon.a (mon.0) 569 : 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-10T18:26:59.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:26:59 smithi031 bash[14957]: audit 2024-09-10T18:26:59.119345+0000 mon.a (mon.0) 570 : 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-10T18:26:59.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:26:59 smithi031 bash[27922]: v0.18.1: Pulling from prom/node-exporter 2024-09-10T18:26:59.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:26:59 smithi031 bash[27922]: 49a2d53aa1af: Pulling fs layer 2024-09-10T18:26:59.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:26:59 smithi031 bash[27922]: 3589a6efd9ce: Pulling fs layer 2024-09-10T18:26:59.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:26:59 smithi031 bash[27922]: 190160031744: Pulling fs layer 2024-09-10T18:26:59.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:26:59 smithi031 bash[27922]: 49a2d53aa1af: Waiting 2024-09-10T18:26:59.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:26:59 smithi031 bash[27922]: 3589a6efd9ce: Waiting 2024-09-10T18:26:59.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:26:59 smithi031 bash[27922]: 190160031744: Waiting 2024-09-10T18:26:59.893 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-10T18:26:59.893 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-10T18:26:59.893 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph mgr dump --format=json 2024-09-10T18:27:00.045 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:27:00.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:59 smithi063 bash[14646]: cluster 2024-09-10T18:26:58.526596+0000 mgr.y (mgr.14138) 244 : cluster [DBG] pgmap v214: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:00.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:59 smithi063 bash[14646]: audit 2024-09-10T18:26:59.110071+0000 mon.b (mon.2) 22 : audit [INF] from='client.? 172.21.15.63:0/1816532376' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:27:00.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:59 smithi063 bash[14646]: audit 2024-09-10T18:26:59.110176+0000 mon.a (mon.0) 569 : 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-10T18:27:00.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:26:59 smithi063 bash[14646]: audit 2024-09-10T18:26:59.119345+0000 mon.a (mon.0) 570 : 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-10T18:27:00.459 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:00 smithi031 bash[27922]: 49a2d53aa1af: Verifying Checksum 2024-09-10T18:27:00.459 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:00 smithi031 bash[27922]: 49a2d53aa1af: Download complete 2024-09-10T18:27:00.459 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:00 smithi031 bash[27922]: 3589a6efd9ce: Verifying Checksum 2024-09-10T18:27:00.459 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:00 smithi031 bash[27922]: 3589a6efd9ce: Download complete 2024-09-10T18:27:00.628 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:00 smithi063 bash[24415]: v0.18.1: Pulling from prom/node-exporter 2024-09-10T18:27:00.628 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:00 smithi063 bash[24415]: 49a2d53aa1af: Pulling fs layer 2024-09-10T18:27:00.628 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:00 smithi063 bash[24415]: 3589a6efd9ce: Pulling fs layer 2024-09-10T18:27:00.628 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:00 smithi063 bash[24415]: 190160031744: Pulling fs layer 2024-09-10T18:27:00.637 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:00 smithi031 bash[27922]: 190160031744: Verifying Checksum 2024-09-10T18:27:00.637 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:00 smithi031 bash[27922]: 190160031744: Download complete 2024-09-10T18:27:00.992 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:00 smithi063 bash[24415]: 3589a6efd9ce: Verifying Checksum 2024-09-10T18:27:00.992 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:00 smithi063 bash[24415]: 190160031744: Verifying Checksum 2024-09-10T18:27:00.992 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:00 smithi063 bash[24415]: 190160031744: Download complete 2024-09-10T18:27:00.992 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:00 smithi063 bash[24415]: 49a2d53aa1af: Verifying Checksum 2024-09-10T18:27:00.992 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:00 smithi063 bash[24415]: 49a2d53aa1af: Download complete 2024-09-10T18:27:01.377 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:00 smithi063 bash[24415]: 49a2d53aa1af: Pull complete 2024-09-10T18:27:01.637 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:01 smithi031 bash[27922]: 49a2d53aa1af: Pull complete 2024-09-10T18:27:01.878 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:01 smithi063 bash[24415]: 3589a6efd9ce: Pull complete 2024-09-10T18:27:01.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:01 smithi063 bash[14646]: cluster 2024-09-10T18:27:00.527274+0000 mgr.y (mgr.14138) 245 : cluster [DBG] pgmap v215: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:02.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:01 smithi031 bash[14957]: cluster 2024-09-10T18:27:00.527274+0000 mgr.y (mgr.14138) 245 : cluster [DBG] pgmap v215: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:02.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:01 smithi031 bash[19205]: cluster 2024-09-10T18:27:00.527274+0000 mgr.y (mgr.14138) 245 : cluster [DBG] pgmap v215: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:02.284 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:01 smithi063 bash[24415]: 190160031744: Pull complete 2024-09-10T18:27:02.285 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:02 smithi063 bash[24415]: Digest: sha256:a2f29256e53cc3e0b64d7a472512600b2e9410347d53cdc85b49f659c17e02ee 2024-09-10T18:27:02.285 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:02 smithi063 bash[24415]: Status: Downloaded newer image for prom/node-exporter:v0.18.1 2024-09-10T18:27:02.885 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:02 smithi031 bash[27922]: 3589a6efd9ce: Pull complete 2024-09-10T18:27:03.800 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg="Starting node_exporter (version=0.18.1, branch=HEAD, revision=3db77732e925c08f675d7404a8c46466b2ece83e)" source="node_exporter.go:156" 2024-09-10T18:27:03.800 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg="Build context (go=go1.12.5, user=root@b50852a1acba, date=20190604-16:41:18)" source="node_exporter.go:157" 2024-09-10T18:27:03.800 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg="Enabled collectors:" source="node_exporter.go:97" 2024-09-10T18:27:03.800 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - arp" source="node_exporter.go:104" 2024-09-10T18:27:03.800 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - bcache" source="node_exporter.go:104" 2024-09-10T18:27:03.800 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - bonding" source="node_exporter.go:104" 2024-09-10T18:27:03.801 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - conntrack" source="node_exporter.go:104" 2024-09-10T18:27:03.801 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - cpu" source="node_exporter.go:104" 2024-09-10T18:27:03.801 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - cpufreq" source="node_exporter.go:104" 2024-09-10T18:27:03.801 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - diskstats" source="node_exporter.go:104" 2024-09-10T18:27:03.801 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - edac" source="node_exporter.go:104" 2024-09-10T18:27:03.801 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - entropy" source="node_exporter.go:104" 2024-09-10T18:27:03.801 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - filefd" source="node_exporter.go:104" 2024-09-10T18:27:03.801 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - filesystem" source="node_exporter.go:104" 2024-09-10T18:27:03.801 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - hwmon" source="node_exporter.go:104" 2024-09-10T18:27:03.801 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - infiniband" source="node_exporter.go:104" 2024-09-10T18:27:03.801 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - ipvs" source="node_exporter.go:104" 2024-09-10T18:27:03.801 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - loadavg" source="node_exporter.go:104" 2024-09-10T18:27:03.801 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - mdadm" source="node_exporter.go:104" 2024-09-10T18:27:03.801 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - meminfo" source="node_exporter.go:104" 2024-09-10T18:27:03.802 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - netclass" source="node_exporter.go:104" 2024-09-10T18:27:03.802 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - netdev" source="node_exporter.go:104" 2024-09-10T18:27:03.802 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - netstat" source="node_exporter.go:104" 2024-09-10T18:27:03.802 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - nfs" source="node_exporter.go:104" 2024-09-10T18:27:03.802 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - nfsd" source="node_exporter.go:104" 2024-09-10T18:27:03.802 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - pressure" source="node_exporter.go:104" 2024-09-10T18:27:03.802 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - sockstat" source="node_exporter.go:104" 2024-09-10T18:27:03.802 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - stat" source="node_exporter.go:104" 2024-09-10T18:27:03.802 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - textfile" source="node_exporter.go:104" 2024-09-10T18:27:03.802 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - time" source="node_exporter.go:104" 2024-09-10T18:27:03.802 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - uname" source="node_exporter.go:104" 2024-09-10T18:27:03.802 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - vmstat" source="node_exporter.go:104" 2024-09-10T18:27:03.802 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - xfs" source="node_exporter.go:104" 2024-09-10T18:27:03.803 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg=" - zfs" source="node_exporter.go:104" 2024-09-10T18:27:03.803 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[24415]: time="2024-09-10T18:27:03Z" level=info msg="Listening on :9100" source="node_exporter.go:170" 2024-09-10T18:27:04.073 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:03 smithi031 bash[14957]: cluster 2024-09-10T18:27:02.528001+0000 mgr.y (mgr.14138) 246 : cluster [DBG] pgmap v216: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:04.073 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:03 smithi031 bash[19205]: cluster 2024-09-10T18:27:02.528001+0000 mgr.y (mgr.14138) 246 : cluster [DBG] pgmap v216: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:04.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:03 smithi063 bash[14646]: cluster 2024-09-10T18:27:02.528001+0000 mgr.y (mgr.14138) 246 : cluster [DBG] pgmap v216: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:04.387 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:04 smithi031 bash[27922]: 190160031744: Pull complete 2024-09-10T18:27:04.860 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:04 smithi031 bash[27922]: Digest: sha256:a2f29256e53cc3e0b64d7a472512600b2e9410347d53cdc85b49f659c17e02ee 2024-09-10T18:27:05.137 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:04 smithi031 bash[27922]: Status: Downloaded newer image for prom/node-exporter:v0.18.1 2024-09-10T18:27:06.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:05 smithi063 bash[14646]: cluster 2024-09-10T18:27:04.528578+0000 mgr.y (mgr.14138) 247 : cluster [DBG] pgmap v217: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:06.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:05 smithi031 bash[14957]: cluster 2024-09-10T18:27:04.528578+0000 mgr.y (mgr.14138) 247 : cluster [DBG] pgmap v217: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:06.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:05 smithi031 bash[19205]: cluster 2024-09-10T18:27:04.528578+0000 mgr.y (mgr.14138) 247 : cluster [DBG] pgmap v217: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:07.099 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:27:07.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:07 smithi063 bash[14646]: cluster 2024-09-10T18:27:06.529235+0000 mgr.y (mgr.14138) 248 : cluster [DBG] pgmap v218: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:07.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:07 smithi063 bash[14646]: audit 2024-09-10T18:27:07.087929+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.31:0/2638009117' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:27:07.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[14957]: cluster 2024-09-10T18:27:06.529235+0000 mgr.y (mgr.14138) 248 : cluster [DBG] pgmap v218: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:07.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[14957]: audit 2024-09-10T18:27:07.087929+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.31:0/2638009117' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:27:07.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[19205]: cluster 2024-09-10T18:27:06.529235+0000 mgr.y (mgr.14138) 248 : cluster [DBG] pgmap v218: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:07.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[19205]: audit 2024-09-10T18:27:07.087929+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.31:0/2638009117' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:27:07.887 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg="Starting node_exporter (version=0.18.1, branch=HEAD, revision=3db77732e925c08f675d7404a8c46466b2ece83e)" source="node_exporter.go:156" 2024-09-10T18:27:07.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg="Build context (go=go1.12.5, user=root@b50852a1acba, date=20190604-16:41:18)" source="node_exporter.go:157" 2024-09-10T18:27:07.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg="Enabled collectors:" source="node_exporter.go:97" 2024-09-10T18:27:07.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - arp" source="node_exporter.go:104" 2024-09-10T18:27:07.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - bcache" source="node_exporter.go:104" 2024-09-10T18:27:07.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - bonding" source="node_exporter.go:104" 2024-09-10T18:27:07.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - conntrack" source="node_exporter.go:104" 2024-09-10T18:27:07.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - cpu" source="node_exporter.go:104" 2024-09-10T18:27:07.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - cpufreq" source="node_exporter.go:104" 2024-09-10T18:27:07.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - diskstats" source="node_exporter.go:104" 2024-09-10T18:27:07.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - edac" source="node_exporter.go:104" 2024-09-10T18:27:07.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - entropy" source="node_exporter.go:104" 2024-09-10T18:27:07.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - filefd" source="node_exporter.go:104" 2024-09-10T18:27:07.888 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - filesystem" source="node_exporter.go:104" 2024-09-10T18:27:07.889 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - hwmon" source="node_exporter.go:104" 2024-09-10T18:27:07.889 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - infiniband" source="node_exporter.go:104" 2024-09-10T18:27:07.889 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - ipvs" source="node_exporter.go:104" 2024-09-10T18:27:07.889 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - loadavg" source="node_exporter.go:104" 2024-09-10T18:27:07.889 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - mdadm" source="node_exporter.go:104" 2024-09-10T18:27:07.889 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - meminfo" source="node_exporter.go:104" 2024-09-10T18:27:07.889 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - netclass" source="node_exporter.go:104" 2024-09-10T18:27:07.889 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - netdev" source="node_exporter.go:104" 2024-09-10T18:27:07.889 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - netstat" source="node_exporter.go:104" 2024-09-10T18:27:07.889 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - nfs" source="node_exporter.go:104" 2024-09-10T18:27:07.889 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - nfsd" source="node_exporter.go:104" 2024-09-10T18:27:07.889 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - pressure" source="node_exporter.go:104" 2024-09-10T18:27:07.889 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - sockstat" source="node_exporter.go:104" 2024-09-10T18:27:07.889 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - stat" source="node_exporter.go:104" 2024-09-10T18:27:07.890 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - textfile" source="node_exporter.go:104" 2024-09-10T18:27:07.890 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - time" source="node_exporter.go:104" 2024-09-10T18:27:07.890 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - uname" source="node_exporter.go:104" 2024-09-10T18:27:07.890 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - vmstat" source="node_exporter.go:104" 2024-09-10T18:27:07.890 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - xfs" source="node_exporter.go:104" 2024-09-10T18:27:07.890 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg=" - zfs" source="node_exporter.go:104" 2024-09-10T18:27:07.890 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:27:07 smithi031 bash[27922]: time="2024-09-10T18:27:07Z" level=info msg="Listening on :9100" source="node_exporter.go:170" 2024-09-10T18:27:08.361 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":15,"active_gid":14138,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6800","nonce":3255781464},{"type":"v1","addr":"172.21.15.31:6801","nonce":3255781464}]},"active_addr":"172.21.15.31:6801/3255781464","active_change":"2024-09-10T18:21:18.371665+0000","active_mgr_features":4540138292840890367,"available":true,"standbys":[{"gid":24115,"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://smithi031.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.31:0","nonce":2747330718}]},{"addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":1678474102}]},{"addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":3847286503}]}]}} 2024-09-10T18:27:08.364 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-10T18:27:08.364 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-10T18:27:08.365 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T18:27:08.497 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:27:09.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:09 smithi031 bash[14957]: cluster 2024-09-10T18:27:08.529829+0000 mgr.y (mgr.14138) 249 : cluster [DBG] pgmap v219: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:09.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:09 smithi031 bash[19205]: cluster 2024-09-10T18:27:08.529829+0000 mgr.y (mgr.14138) 249 : cluster [DBG] pgmap v219: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:09.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:09 smithi063 bash[14646]: cluster 2024-09-10T18:27:08.529829+0000 mgr.y (mgr.14138) 249 : cluster [DBG] pgmap v219: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:11.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:11 smithi031 bash[19205]: cluster 2024-09-10T18:27:10.530467+0000 mgr.y (mgr.14138) 250 : cluster [DBG] pgmap v220: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:11.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:11 smithi031 bash[14957]: cluster 2024-09-10T18:27:10.530467+0000 mgr.y (mgr.14138) 250 : cluster [DBG] pgmap v220: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:11.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:11 smithi063 bash[14646]: cluster 2024-09-10T18:27:10.530467+0000 mgr.y (mgr.14138) 250 : cluster [DBG] pgmap v220: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:13.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:13 smithi031 bash[14957]: cluster 2024-09-10T18:27:12.531178+0000 mgr.y (mgr.14138) 251 : cluster [DBG] pgmap v221: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:13.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:13 smithi031 bash[19205]: cluster 2024-09-10T18:27:12.531178+0000 mgr.y (mgr.14138) 251 : cluster [DBG] pgmap v221: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:13.638 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:27:13 smithi031 systemd[1]: Started Ceph alertmanager.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:27:13.686 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:27:13.687 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":54,"fsid":"408b5ca8-6fa1-11ef-bcea-c7b262605968","created":"2024-09-10T18:20:34.938292+0000","modified":"2024-09-10T18:26:31.514675+0000","last_up_change":"2024-09-10T18:26:01.530359+0000","last_in_change":"2024-09-10T18:26:01.530359+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-10T18:21:43.090161+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-10T18:26:14.210068+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":"53","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":53,"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":"20ee0fc6-01de-4491-aea2-6bdae2c143ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":108384699},{"type":"v1","addr":"172.21.15.31:6803","nonce":108384699}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":108384699},{"type":"v1","addr":"172.21.15.31:6805","nonce":108384699}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":108384699},{"type":"v1","addr":"172.21.15.31:6809","nonce":108384699}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":108384699},{"type":"v1","addr":"172.21.15.31:6807","nonce":108384699}]},"public_addr":"172.21.15.31:6803/108384699","cluster_addr":"172.21.15.31:6805/108384699","heartbeat_back_addr":"172.21.15.31:6809/108384699","heartbeat_front_addr":"172.21.15.31:6807/108384699","state":["exists","up"]},{"osd":1,"uuid":"245fbbdb-dc7b-4d9e-a066-7284db86b2fa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6810","nonce":1771582843},{"type":"v1","addr":"172.21.15.31:6811","nonce":1771582843}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":1771582843},{"type":"v1","addr":"172.21.15.31:6813","nonce":1771582843}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":1771582843},{"type":"v1","addr":"172.21.15.31:6817","nonce":1771582843}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":1771582843},{"type":"v1","addr":"172.21.15.31:6815","nonce":1771582843}]},"public_addr":"172.21.15.31:6811/1771582843","cluster_addr":"172.21.15.31:6813/1771582843","heartbeat_back_addr":"172.21.15.31:6817/1771582843","heartbeat_front_addr":"172.21.15.31:6815/1771582843","state":["exists","up"]},{"osd":2,"uuid":"888a6f9b-ff74-40ef-b0c2-9df29315b2a9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6818","nonce":2627578141},{"type":"v1","addr":"172.21.15.31:6819","nonce":2627578141}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":2627578141},{"type":"v1","addr":"172.21.15.31:6821","nonce":2627578141}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6824","nonce":2627578141},{"type":"v1","addr":"172.21.15.31:6825","nonce":2627578141}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":2627578141},{"type":"v1","addr":"172.21.15.31:6823","nonce":2627578141}]},"public_addr":"172.21.15.31:6819/2627578141","cluster_addr":"172.21.15.31:6821/2627578141","heartbeat_back_addr":"172.21.15.31:6825/2627578141","heartbeat_front_addr":"172.21.15.31:6823/2627578141","state":["exists","up"]},{"osd":3,"uuid":"10c4819c-2ea8-4c33-b891-ce8e9d34f51d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":2402772710},{"type":"v1","addr":"172.21.15.31:6827","nonce":2402772710}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":2402772710},{"type":"v1","addr":"172.21.15.31:6829","nonce":2402772710}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6832","nonce":2402772710},{"type":"v1","addr":"172.21.15.31:6833","nonce":2402772710}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":2402772710},{"type":"v1","addr":"172.21.15.31:6831","nonce":2402772710}]},"public_addr":"172.21.15.31:6827/2402772710","cluster_addr":"172.21.15.31:6829/2402772710","heartbeat_back_addr":"172.21.15.31:6833/2402772710","heartbeat_front_addr":"172.21.15.31:6831/2402772710","state":["exists","up"]},{"osd":4,"uuid":"a3cd9b3b-2138-463c-90e2-73c9bb52f02c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6800","nonce":476856870},{"type":"v1","addr":"172.21.15.63:6801","nonce":476856870}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":476856870},{"type":"v1","addr":"172.21.15.63:6803","nonce":476856870}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":476856870},{"type":"v1","addr":"172.21.15.63:6807","nonce":476856870}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":476856870},{"type":"v1","addr":"172.21.15.63:6805","nonce":476856870}]},"public_addr":"172.21.15.63:6801/476856870","cluster_addr":"172.21.15.63:6803/476856870","heartbeat_back_addr":"172.21.15.63:6807/476856870","heartbeat_front_addr":"172.21.15.63:6805/476856870","state":["exists","up"]},{"osd":5,"uuid":"c8c1600a-d9b4-48ee-963f-1be0b13859eb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":2323868042},{"type":"v1","addr":"172.21.15.63:6809","nonce":2323868042}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6810","nonce":2323868042},{"type":"v1","addr":"172.21.15.63:6811","nonce":2323868042}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6814","nonce":2323868042},{"type":"v1","addr":"172.21.15.63:6815","nonce":2323868042}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6812","nonce":2323868042},{"type":"v1","addr":"172.21.15.63:6813","nonce":2323868042}]},"public_addr":"172.21.15.63:6809/2323868042","cluster_addr":"172.21.15.63:6811/2323868042","heartbeat_back_addr":"172.21.15.63:6815/2323868042","heartbeat_front_addr":"172.21.15.63:6813/2323868042","state":["exists","up"]},{"osd":6,"uuid":"9b10058b-2f38-47e2-b7e2-36691030e561","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6816","nonce":3771898503},{"type":"v1","addr":"172.21.15.63:6817","nonce":3771898503}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6818","nonce":3771898503},{"type":"v1","addr":"172.21.15.63:6819","nonce":3771898503}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6822","nonce":3771898503},{"type":"v1","addr":"172.21.15.63:6823","nonce":3771898503}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6820","nonce":3771898503},{"type":"v1","addr":"172.21.15.63:6821","nonce":3771898503}]},"public_addr":"172.21.15.63:6817/3771898503","cluster_addr":"172.21.15.63:6819/3771898503","heartbeat_back_addr":"172.21.15.63:6823/3771898503","heartbeat_front_addr":"172.21.15.63:6821/3771898503","state":["exists","up"]},{"osd":7,"uuid":"e2b24e8e-5f3b-4c77-aaea-064937bdd059","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6824","nonce":4239734472},{"type":"v1","addr":"172.21.15.63:6825","nonce":4239734472}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6826","nonce":4239734472},{"type":"v1","addr":"172.21.15.63:6827","nonce":4239734472}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6830","nonce":4239734472},{"type":"v1","addr":"172.21.15.63:6831","nonce":4239734472}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6828","nonce":4239734472},{"type":"v1","addr":"172.21.15.63:6829","nonce":4239734472}]},"public_addr":"172.21.15.63:6825/4239734472","cluster_addr":"172.21.15.63:6827/4239734472","heartbeat_back_addr":"172.21.15.63:6831/4239734472","heartbeat_front_addr":"172.21.15.63:6829/4239734472","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-10T18:22:56.754266+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-10T18:23:23.039226+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-10T18:23:48.985953+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-10T18:24:13.973378+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-10T18:24:37.960944+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-10T18:25:06.320397+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-10T18:25:33.931147+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-10T18:25:59.802148+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.31:0/2045561330":"2024-09-11T18:21:18.370859+0000","172.21.15.31:6801/1239466684":"2024-09-11T18:21:18.370859+0000","172.21.15.31:0/3745487973":"2024-09-11T18:21:18.370859+0000","172.21.15.31:0/777913483":"2024-09-11T18:20:58.833778+0000","172.21.15.31:0/3140069072":"2024-09-11T18:20:58.833778+0000","172.21.15.31:6801/874708200":"2024-09-11T18:20:58.833778+0000","172.21.15.31:6800/1239466684":"2024-09-11T18:21:18.370859+0000","172.21.15.31:6800/874708200":"2024-09-11T18:20:58.833778+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-10T18:27:13.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:13 smithi063 bash[14646]: cluster 2024-09-10T18:27:12.531178+0000 mgr.y (mgr.14138) 251 : cluster [DBG] pgmap v221: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:14.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:14 smithi063 bash[14646]: audit 2024-09-10T18:27:13.572086+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:14.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:14 smithi063 bash[14646]: audit 2024-09-10T18:27:13.683013+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.31:0/3429542451' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:27:14.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:14 smithi063 bash[14646]: audit 2024-09-10T18:27:13.720866+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:14.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:14 smithi063 bash[14646]: audit 2024-09-10T18:27:13.727364+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:14.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:14 smithi063 bash[14646]: audit 2024-09-10T18:27:13.728316+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T18:27:14.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:14 smithi063 bash[14646]: audit 2024-09-10T18:27:13.728941+0000 mgr.y (mgr.14138) 252 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T18:27:14.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:14 smithi063 bash[14646]: audit 2024-09-10T18:27:13.734496+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:14.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:14 smithi063 bash[14646]: cephadm 2024-09-10T18:27:13.741651+0000 mgr.y (mgr.14138) 253 : cephadm [INF] Deploying daemon grafana.a on smithi063 2024-09-10T18:27:14.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:14 smithi031 bash[19205]: audit 2024-09-10T18:27:13.572086+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:14.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:14 smithi031 bash[19205]: audit 2024-09-10T18:27:13.683013+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.31:0/3429542451' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:27:14.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:14 smithi031 bash[19205]: audit 2024-09-10T18:27:13.720866+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:14.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:14 smithi031 bash[19205]: audit 2024-09-10T18:27:13.727364+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:14.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:14 smithi031 bash[19205]: audit 2024-09-10T18:27:13.728316+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T18:27:14.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:14 smithi031 bash[19205]: audit 2024-09-10T18:27:13.728941+0000 mgr.y (mgr.14138) 252 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T18:27:14.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:14 smithi031 bash[19205]: audit 2024-09-10T18:27:13.734496+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:14.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:14 smithi031 bash[19205]: cephadm 2024-09-10T18:27:13.741651+0000 mgr.y (mgr.14138) 253 : cephadm [INF] Deploying daemon grafana.a on smithi063 2024-09-10T18:27:14.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:14 smithi031 bash[14957]: audit 2024-09-10T18:27:13.572086+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:14.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:14 smithi031 bash[14957]: audit 2024-09-10T18:27:13.683013+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.31:0/3429542451' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:27:14.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:14 smithi031 bash[14957]: audit 2024-09-10T18:27:13.720866+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:14.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:14 smithi031 bash[14957]: audit 2024-09-10T18:27:13.727364+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:14.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:14 smithi031 bash[14957]: audit 2024-09-10T18:27:13.728316+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T18:27:14.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:14 smithi031 bash[14957]: audit 2024-09-10T18:27:13.728941+0000 mgr.y (mgr.14138) 252 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T18:27:14.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:14 smithi031 bash[14957]: audit 2024-09-10T18:27:13.734496+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:14.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:14 smithi031 bash[14957]: cephadm 2024-09-10T18:27:13.741651+0000 mgr.y (mgr.14138) 253 : cephadm [INF] Deploying daemon grafana.a on smithi063 2024-09-10T18:27:15.029 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-10T18:27:15.030 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T18:27:15.159 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:27:15.278 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:27:15 smithi031 bash[28615]: level=info ts=2024-09-10T18:27:15.272Z caller=main.go:231 msg="Starting Alertmanager" version="(version=0.20.0, branch=HEAD, revision=f74be0400a6243d10bb53812d6fa408ad71ff32d)" 2024-09-10T18:27:15.278 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:27:15 smithi031 bash[28615]: level=info ts=2024-09-10T18:27:15.272Z caller=main.go:232 build_context="(go=go1.13.5, user=root@00c3106655f8, date=20191211-14:13:14)" 2024-09-10T18:27:15.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:27:15 smithi031 bash[28615]: level=info ts=2024-09-10T18:27:15.276Z caller=cluster.go:161 component=cluster msg="setting advertise address explicitly" addr=172.21.15.31 port=9094 2024-09-10T18:27:15.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:27:15 smithi031 bash[28615]: level=info ts=2024-09-10T18:27:15.277Z caller=cluster.go:623 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-10T18:27:15.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:27:15 smithi031 bash[28615]: level=info ts=2024-09-10T18:27:15.311Z caller=coordinator.go:119 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T18:27:15.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:27:15 smithi031 bash[28615]: level=info ts=2024-09-10T18:27:15.311Z caller=coordinator.go:131 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T18:27:15.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:27:15 smithi031 bash[28615]: level=info ts=2024-09-10T18:27:15.318Z caller=main.go:497 msg=Listening address=:9093 2024-09-10T18:27:16.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:15 smithi063 bash[14646]: cluster 2024-09-10T18:27:14.531922+0000 mgr.y (mgr.14138) 254 : cluster [DBG] pgmap v222: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:16.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:15 smithi031 bash[14957]: cluster 2024-09-10T18:27:14.531922+0000 mgr.y (mgr.14138) 254 : cluster [DBG] pgmap v222: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:16.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:15 smithi031 bash[19205]: cluster 2024-09-10T18:27:14.531922+0000 mgr.y (mgr.14138) 254 : cluster [DBG] pgmap v222: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:17.543 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:27:17 smithi031 bash[28615]: level=info ts=2024-09-10T18:27:17.277Z caller=cluster.go:648 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000120585s 2024-09-10T18:27:17.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:17 smithi063 bash[14646]: cluster 2024-09-10T18:27:16.532422+0000 mgr.y (mgr.14138) 255 : cluster [DBG] pgmap v223: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:17.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:17 smithi031 bash[14957]: cluster 2024-09-10T18:27:16.532422+0000 mgr.y (mgr.14138) 255 : cluster [DBG] pgmap v223: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:17.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:17 smithi031 bash[19205]: cluster 2024-09-10T18:27:16.532422+0000 mgr.y (mgr.14138) 255 : cluster [DBG] pgmap v223: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:18.791 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:27:18.791 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":54,"fsid":"408b5ca8-6fa1-11ef-bcea-c7b262605968","created":"2024-09-10T18:20:34.938292+0000","modified":"2024-09-10T18:26:31.514675+0000","last_up_change":"2024-09-10T18:26:01.530359+0000","last_in_change":"2024-09-10T18:26:01.530359+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-10T18:21:43.090161+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-10T18:26:14.210068+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":"53","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":53,"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":"20ee0fc6-01de-4491-aea2-6bdae2c143ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":108384699},{"type":"v1","addr":"172.21.15.31:6803","nonce":108384699}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":108384699},{"type":"v1","addr":"172.21.15.31:6805","nonce":108384699}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":108384699},{"type":"v1","addr":"172.21.15.31:6809","nonce":108384699}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":108384699},{"type":"v1","addr":"172.21.15.31:6807","nonce":108384699}]},"public_addr":"172.21.15.31:6803/108384699","cluster_addr":"172.21.15.31:6805/108384699","heartbeat_back_addr":"172.21.15.31:6809/108384699","heartbeat_front_addr":"172.21.15.31:6807/108384699","state":["exists","up"]},{"osd":1,"uuid":"245fbbdb-dc7b-4d9e-a066-7284db86b2fa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6810","nonce":1771582843},{"type":"v1","addr":"172.21.15.31:6811","nonce":1771582843}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":1771582843},{"type":"v1","addr":"172.21.15.31:6813","nonce":1771582843}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":1771582843},{"type":"v1","addr":"172.21.15.31:6817","nonce":1771582843}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":1771582843},{"type":"v1","addr":"172.21.15.31:6815","nonce":1771582843}]},"public_addr":"172.21.15.31:6811/1771582843","cluster_addr":"172.21.15.31:6813/1771582843","heartbeat_back_addr":"172.21.15.31:6817/1771582843","heartbeat_front_addr":"172.21.15.31:6815/1771582843","state":["exists","up"]},{"osd":2,"uuid":"888a6f9b-ff74-40ef-b0c2-9df29315b2a9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6818","nonce":2627578141},{"type":"v1","addr":"172.21.15.31:6819","nonce":2627578141}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":2627578141},{"type":"v1","addr":"172.21.15.31:6821","nonce":2627578141}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6824","nonce":2627578141},{"type":"v1","addr":"172.21.15.31:6825","nonce":2627578141}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":2627578141},{"type":"v1","addr":"172.21.15.31:6823","nonce":2627578141}]},"public_addr":"172.21.15.31:6819/2627578141","cluster_addr":"172.21.15.31:6821/2627578141","heartbeat_back_addr":"172.21.15.31:6825/2627578141","heartbeat_front_addr":"172.21.15.31:6823/2627578141","state":["exists","up"]},{"osd":3,"uuid":"10c4819c-2ea8-4c33-b891-ce8e9d34f51d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":2402772710},{"type":"v1","addr":"172.21.15.31:6827","nonce":2402772710}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":2402772710},{"type":"v1","addr":"172.21.15.31:6829","nonce":2402772710}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6832","nonce":2402772710},{"type":"v1","addr":"172.21.15.31:6833","nonce":2402772710}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":2402772710},{"type":"v1","addr":"172.21.15.31:6831","nonce":2402772710}]},"public_addr":"172.21.15.31:6827/2402772710","cluster_addr":"172.21.15.31:6829/2402772710","heartbeat_back_addr":"172.21.15.31:6833/2402772710","heartbeat_front_addr":"172.21.15.31:6831/2402772710","state":["exists","up"]},{"osd":4,"uuid":"a3cd9b3b-2138-463c-90e2-73c9bb52f02c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6800","nonce":476856870},{"type":"v1","addr":"172.21.15.63:6801","nonce":476856870}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":476856870},{"type":"v1","addr":"172.21.15.63:6803","nonce":476856870}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":476856870},{"type":"v1","addr":"172.21.15.63:6807","nonce":476856870}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":476856870},{"type":"v1","addr":"172.21.15.63:6805","nonce":476856870}]},"public_addr":"172.21.15.63:6801/476856870","cluster_addr":"172.21.15.63:6803/476856870","heartbeat_back_addr":"172.21.15.63:6807/476856870","heartbeat_front_addr":"172.21.15.63:6805/476856870","state":["exists","up"]},{"osd":5,"uuid":"c8c1600a-d9b4-48ee-963f-1be0b13859eb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":2323868042},{"type":"v1","addr":"172.21.15.63:6809","nonce":2323868042}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6810","nonce":2323868042},{"type":"v1","addr":"172.21.15.63:6811","nonce":2323868042}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6814","nonce":2323868042},{"type":"v1","addr":"172.21.15.63:6815","nonce":2323868042}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6812","nonce":2323868042},{"type":"v1","addr":"172.21.15.63:6813","nonce":2323868042}]},"public_addr":"172.21.15.63:6809/2323868042","cluster_addr":"172.21.15.63:6811/2323868042","heartbeat_back_addr":"172.21.15.63:6815/2323868042","heartbeat_front_addr":"172.21.15.63:6813/2323868042","state":["exists","up"]},{"osd":6,"uuid":"9b10058b-2f38-47e2-b7e2-36691030e561","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6816","nonce":3771898503},{"type":"v1","addr":"172.21.15.63:6817","nonce":3771898503}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6818","nonce":3771898503},{"type":"v1","addr":"172.21.15.63:6819","nonce":3771898503}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6822","nonce":3771898503},{"type":"v1","addr":"172.21.15.63:6823","nonce":3771898503}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6820","nonce":3771898503},{"type":"v1","addr":"172.21.15.63:6821","nonce":3771898503}]},"public_addr":"172.21.15.63:6817/3771898503","cluster_addr":"172.21.15.63:6819/3771898503","heartbeat_back_addr":"172.21.15.63:6823/3771898503","heartbeat_front_addr":"172.21.15.63:6821/3771898503","state":["exists","up"]},{"osd":7,"uuid":"e2b24e8e-5f3b-4c77-aaea-064937bdd059","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6824","nonce":4239734472},{"type":"v1","addr":"172.21.15.63:6825","nonce":4239734472}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6826","nonce":4239734472},{"type":"v1","addr":"172.21.15.63:6827","nonce":4239734472}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6830","nonce":4239734472},{"type":"v1","addr":"172.21.15.63:6831","nonce":4239734472}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6828","nonce":4239734472},{"type":"v1","addr":"172.21.15.63:6829","nonce":4239734472}]},"public_addr":"172.21.15.63:6825/4239734472","cluster_addr":"172.21.15.63:6827/4239734472","heartbeat_back_addr":"172.21.15.63:6831/4239734472","heartbeat_front_addr":"172.21.15.63:6829/4239734472","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-10T18:22:56.754266+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-10T18:23:23.039226+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-10T18:23:48.985953+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-10T18:24:13.973378+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-10T18:24:37.960944+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-10T18:25:06.320397+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-10T18:25:33.931147+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-10T18:25:59.802148+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.31:0/2045561330":"2024-09-11T18:21:18.370859+0000","172.21.15.31:6801/1239466684":"2024-09-11T18:21:18.370859+0000","172.21.15.31:0/3745487973":"2024-09-11T18:21:18.370859+0000","172.21.15.31:0/777913483":"2024-09-11T18:20:58.833778+0000","172.21.15.31:0/3140069072":"2024-09-11T18:20:58.833778+0000","172.21.15.31:6801/874708200":"2024-09-11T18:20:58.833778+0000","172.21.15.31:6800/1239466684":"2024-09-11T18:21:18.370859+0000","172.21.15.31:6800/874708200":"2024-09-11T18:20:58.833778+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-10T18:27:19.423 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-10T18:27:19.423 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-10T18:27:19.424 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-10T18:27:19.425 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-10T18:27:19.425 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-10T18:27:19.426 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-10T18:27:19.427 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-10T18:27:19.427 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-10T18:27:19.631 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:27:19.632 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:27:19.632 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:27:19.633 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:27:19.633 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:27:19.633 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:27:19.634 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:27:19.635 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:27:19.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:19 smithi031 bash[14957]: cluster 2024-09-10T18:27:18.533066+0000 mgr.y (mgr.14138) 256 : cluster [DBG] pgmap v224: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:19.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:19 smithi031 bash[14957]: audit 2024-09-10T18:27:18.662139+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:27:19.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:19 smithi031 bash[14957]: audit 2024-09-10T18:27:18.664619+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:27:19.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:19 smithi031 bash[14957]: audit 2024-09-10T18:27:18.786649+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.31:0/3608284261' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:27:19.848 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:19 smithi031 bash[19205]: cluster 2024-09-10T18:27:18.533066+0000 mgr.y (mgr.14138) 256 : cluster [DBG] pgmap v224: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:19.848 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:19 smithi031 bash[19205]: audit 2024-09-10T18:27:18.662139+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:27:19.848 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:19 smithi031 bash[19205]: audit 2024-09-10T18:27:18.664619+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:27:19.848 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:19 smithi031 bash[19205]: audit 2024-09-10T18:27:18.786649+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.31:0/3608284261' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:27:19.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:19 smithi063 bash[14646]: cluster 2024-09-10T18:27:18.533066+0000 mgr.y (mgr.14138) 256 : cluster [DBG] pgmap v224: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:19.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:19 smithi063 bash[14646]: audit 2024-09-10T18:27:18.662139+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:27:19.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:19 smithi063 bash[14646]: audit 2024-09-10T18:27:18.664619+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:27:19.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:19 smithi063 bash[14646]: audit 2024-09-10T18:27:18.786649+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.31:0/3608284261' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:27:21.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:21 smithi063 bash[14646]: cluster 2024-09-10T18:27:20.533673+0000 mgr.y (mgr.14138) 257 : cluster [DBG] pgmap v225: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:21.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:21 smithi031 bash[14957]: cluster 2024-09-10T18:27:20.533673+0000 mgr.y (mgr.14138) 257 : cluster [DBG] pgmap v225: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:21.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:21 smithi031 bash[19205]: cluster 2024-09-10T18:27:20.533673+0000 mgr.y (mgr.14138) 257 : cluster [DBG] pgmap v225: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:23.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:23 smithi063 bash[14646]: cluster 2024-09-10T18:27:22.534391+0000 mgr.y (mgr.14138) 258 : cluster [DBG] pgmap v226: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:23.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:23 smithi031 bash[14957]: cluster 2024-09-10T18:27:22.534391+0000 mgr.y (mgr.14138) 258 : cluster [DBG] pgmap v226: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:23.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:23 smithi031 bash[19205]: cluster 2024-09-10T18:27:22.534391+0000 mgr.y (mgr.14138) 258 : cluster [DBG] pgmap v226: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:25.423 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:27:25 smithi031 bash[28615]: level=info ts=2024-09-10T18:27:25.278Z caller=cluster.go:640 component=cluster msg="gossip settled; proceeding" elapsed=10.00109917s 2024-09-10T18:27:25.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:25 smithi063 bash[14646]: cluster 2024-09-10T18:27:24.534986+0000 mgr.y (mgr.14138) 259 : cluster [DBG] pgmap v227: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:25.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:25 smithi031 bash[14957]: cluster 2024-09-10T18:27:24.534986+0000 mgr.y (mgr.14138) 259 : cluster [DBG] pgmap v227: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:25.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:25 smithi031 bash[19205]: cluster 2024-09-10T18:27:24.534986+0000 mgr.y (mgr.14138) 259 : cluster [DBG] pgmap v227: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:27.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:27 smithi063 bash[14646]: cluster 2024-09-10T18:27:26.535579+0000 mgr.y (mgr.14138) 260 : cluster [DBG] pgmap v228: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:27.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:27 smithi031 bash[14957]: cluster 2024-09-10T18:27:26.535579+0000 mgr.y (mgr.14138) 260 : cluster [DBG] pgmap v228: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:27.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:27 smithi031 bash[19205]: cluster 2024-09-10T18:27:26.535579+0000 mgr.y (mgr.14138) 260 : cluster [DBG] pgmap v228: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:29.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:29 smithi063 bash[14646]: cluster 2024-09-10T18:27:28.536284+0000 mgr.y (mgr.14138) 261 : cluster [DBG] pgmap v229: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:29.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:29 smithi031 bash[14957]: cluster 2024-09-10T18:27:28.536284+0000 mgr.y (mgr.14138) 261 : cluster [DBG] pgmap v229: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:29.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:29 smithi031 bash[19205]: cluster 2024-09-10T18:27:28.536284+0000 mgr.y (mgr.14138) 261 : cluster [DBG] pgmap v229: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:31.738 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:31 smithi031 bash[14957]: cluster 2024-09-10T18:27:30.536814+0000 mgr.y (mgr.14138) 262 : cluster [DBG] pgmap v230: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:31.739 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:31 smithi031 bash[19205]: cluster 2024-09-10T18:27:30.536814+0000 mgr.y (mgr.14138) 262 : cluster [DBG] pgmap v230: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:31.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:31 smithi063 bash[14646]: cluster 2024-09-10T18:27:30.536814+0000 mgr.y (mgr.14138) 262 : cluster [DBG] pgmap v230: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:32.728 INFO:teuthology.orchestra.run.smithi031.stdout:90194313262 2024-09-10T18:27:32.728 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-10T18:27:32.855 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:27:33.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:33 smithi063 bash[14646]: cluster 2024-09-10T18:27:32.537562+0000 mgr.y (mgr.14138) 263 : cluster [DBG] pgmap v231: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:33.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:33 smithi031 bash[14957]: cluster 2024-09-10T18:27:32.537562+0000 mgr.y (mgr.14138) 263 : cluster [DBG] pgmap v231: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:33.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:33 smithi031 bash[19205]: cluster 2024-09-10T18:27:32.537562+0000 mgr.y (mgr.14138) 263 : cluster [DBG] pgmap v231: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:34.539 INFO:teuthology.orchestra.run.smithi031.stdout:176093659162 2024-09-10T18:27:34.539 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-10T18:27:34.665 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:27:35.301 INFO:teuthology.orchestra.run.smithi031.stdout:133143986212 2024-09-10T18:27:35.302 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-10T18:27:35.431 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:27:35.703 INFO:teuthology.orchestra.run.smithi031.stdout:197568495637 2024-09-10T18:27:35.703 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-10T18:27:35.834 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:27:35.865 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:35 smithi031 bash[14957]: cluster 2024-09-10T18:27:34.538280+0000 mgr.y (mgr.14138) 264 : cluster [DBG] pgmap v232: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:35.865 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:35 smithi031 bash[19205]: cluster 2024-09-10T18:27:34.538280+0000 mgr.y (mgr.14138) 264 : cluster [DBG] pgmap v232: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:35.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:35 smithi063 bash[14646]: cluster 2024-09-10T18:27:34.538280+0000 mgr.y (mgr.14138) 264 : cluster [DBG] pgmap v232: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:37.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:37 smithi063 bash[14646]: cluster 2024-09-10T18:27:36.538905+0000 mgr.y (mgr.14138) 265 : cluster [DBG] pgmap v233: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:37.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:37 smithi031 bash[14957]: cluster 2024-09-10T18:27:36.538905+0000 mgr.y (mgr.14138) 265 : cluster [DBG] pgmap v233: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:37.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:37 smithi031 bash[19205]: cluster 2024-09-10T18:27:36.538905+0000 mgr.y (mgr.14138) 265 : cluster [DBG] pgmap v233: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:39.330 INFO:teuthology.orchestra.run.smithi031.stdout:154618822688 2024-09-10T18:27:39.331 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-10T18:27:39.462 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:27:39.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:39 smithi031 bash[14957]: cluster 2024-09-10T18:27:38.539594+0000 mgr.y (mgr.14138) 266 : cluster [DBG] pgmap v234: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:39.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:39 smithi031 bash[19205]: cluster 2024-09-10T18:27:38.539594+0000 mgr.y (mgr.14138) 266 : cluster [DBG] pgmap v234: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:39.712 INFO:teuthology.orchestra.run.smithi031.stdout:111669149738 2024-09-10T18:27:39.713 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-10T18:27:39.838 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:27:39.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:39 smithi063 bash[14646]: cluster 2024-09-10T18:27:38.539594+0000 mgr.y (mgr.14138) 266 : cluster [DBG] pgmap v234: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:41.980 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:41 smithi063 bash[14646]: cluster 2024-09-10T18:27:40.540243+0000 mgr.y (mgr.14138) 267 : cluster [DBG] pgmap v235: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:41.981 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:41 smithi063 bash[14646]: audit 2024-09-10T18:27:40.673366+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:41.981 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:41 smithi063 bash[14646]: audit 2024-09-10T18:27:40.676649+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:27:41.981 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:41 smithi063 bash[14646]: audit 2024-09-10T18:27:40.677460+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:27:42.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:41 smithi031 bash[14957]: cluster 2024-09-10T18:27:40.540243+0000 mgr.y (mgr.14138) 267 : cluster [DBG] pgmap v235: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:42.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:41 smithi031 bash[14957]: audit 2024-09-10T18:27:40.673366+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:42.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:41 smithi031 bash[14957]: audit 2024-09-10T18:27:40.676649+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:27:42.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:41 smithi031 bash[14957]: audit 2024-09-10T18:27:40.677460+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:27:42.048 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:41 smithi031 bash[19205]: cluster 2024-09-10T18:27:40.540243+0000 mgr.y (mgr.14138) 267 : cluster [DBG] pgmap v235: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:42.048 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:41 smithi031 bash[19205]: audit 2024-09-10T18:27:40.673366+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:42.048 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:41 smithi031 bash[19205]: audit 2024-09-10T18:27:40.676649+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:27:42.049 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:41 smithi031 bash[19205]: audit 2024-09-10T18:27:40.677460+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:27:42.052 INFO:teuthology.orchestra.run.smithi031.stdout:68719476790 2024-09-10T18:27:42.053 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-10T18:27:42.191 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:27:42.324 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:42 smithi063 bash[24871]: t=2024-09-10T18:27:42+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-09-10T18:27:42.617 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:42 smithi063 bash[24871]: t=2024-09-10T18:27:42+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-09-10T18:27:42.617 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:42 smithi063 bash[24871]: t=2024-09-10T18:27:42+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-09-10T18:27:42.617 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:42 smithi063 bash[24871]: t=2024-09-10T18:27:42+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-09-10T18:27:42.618 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:42 smithi063 bash[24871]: t=2024-09-10T18:27:42+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-09-10T18:27:42.878 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:42 smithi063 bash[24871]: t=2024-09-10T18:27:42+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-09-10T18:27:42.878 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:42 smithi063 bash[24871]: t=2024-09-10T18:27:42+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-09-10T18:27:42.878 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:42 smithi063 bash[24871]: t=2024-09-10T18:27:42+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-09-10T18:27:42.878 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:42 smithi063 bash[24871]: t=2024-09-10T18:27:42+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-09-10T18:27:42.878 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:42 smithi063 bash[24871]: t=2024-09-10T18:27:42+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-09-10T18:27:43.204 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:42 smithi063 bash[24871]: t=2024-09-10T18:27:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-09-10T18:27:43.204 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:42 smithi063 bash[24871]: t=2024-09-10T18:27:42+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-09-10T18:27:43.204 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:43 smithi063 bash[24871]: t=2024-09-10T18:27:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-09-10T18:27:43.205 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:43 smithi063 bash[24871]: t=2024-09-10T18:27:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-09-10T18:27:43.205 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:43 smithi063 bash[24871]: t=2024-09-10T18:27:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-09-10T18:27:43.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:43 smithi031 bash[19205]: audit 2024-09-10T18:27:42.252838+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:43.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:43 smithi031 bash[19205]: cephadm 2024-09-10T18:27:42.254198+0000 mgr.y (mgr.14138) 268 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:27:43.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:43 smithi031 bash[19205]: cluster 2024-09-10T18:27:42.540919+0000 mgr.y (mgr.14138) 269 : cluster [DBG] pgmap v236: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:43.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:43 smithi031 bash[19205]: audit 2024-09-10T18:27:43.137843+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:43.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:43 smithi031 bash[14957]: audit 2024-09-10T18:27:42.252838+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:43.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:43 smithi031 bash[14957]: cephadm 2024-09-10T18:27:42.254198+0000 mgr.y (mgr.14138) 268 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:27:43.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:43 smithi031 bash[14957]: cluster 2024-09-10T18:27:42.540919+0000 mgr.y (mgr.14138) 269 : cluster [DBG] pgmap v236: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:43.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:43 smithi031 bash[14957]: audit 2024-09-10T18:27:43.137843+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:43.396 INFO:teuthology.orchestra.run.smithi031.stdout:42949673018 2024-09-10T18:27:43.396 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-10T18:27:43.481 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:43 smithi063 bash[24871]: t=2024-09-10T18:27:43+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-09-10T18:27:43.481 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:43 smithi063 bash[24871]: t=2024-09-10T18:27:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-09-10T18:27:43.481 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:43 smithi063 bash[24871]: t=2024-09-10T18:27:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-09-10T18:27:43.481 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:43 smithi063 bash[14646]: audit 2024-09-10T18:27:42.252838+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:43.481 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:43 smithi063 bash[14646]: cephadm 2024-09-10T18:27:42.254198+0000 mgr.y (mgr.14138) 268 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:27:43.481 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:43 smithi063 bash[14646]: cluster 2024-09-10T18:27:42.540919+0000 mgr.y (mgr.14138) 269 : cluster [DBG] pgmap v236: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:43.481 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:43 smithi063 bash[14646]: audit 2024-09-10T18:27:43.137843+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:43.526 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:27:43.774 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:43 smithi063 bash[24871]: t=2024-09-10T18:27:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-09-10T18:27:43.774 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:43 smithi063 bash[24871]: t=2024-09-10T18:27:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-09-10T18:27:43.774 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:43 smithi063 bash[24871]: t=2024-09-10T18:27:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-09-10T18:27:43.774 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:43 smithi063 bash[24871]: t=2024-09-10T18:27:43+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-09-10T18:27:43.774 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:43 smithi063 bash[24871]: t=2024-09-10T18:27:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-09-10T18:27:44.050 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:43 smithi063 bash[24871]: t=2024-09-10T18:27:43+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-09-10T18:27:44.050 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:43 smithi063 bash[24871]: t=2024-09-10T18:27:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-09-10T18:27:44.051 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:43 smithi063 bash[24871]: t=2024-09-10T18:27:43+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-09-10T18:27:44.378 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:44 smithi063 bash[24871]: t=2024-09-10T18:27:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-09-10T18:27:44.378 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:44 smithi063 bash[24871]: t=2024-09-10T18:27:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-09-10T18:27:44.378 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:44 smithi063 bash[24871]: t=2024-09-10T18:27:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-09-10T18:27:44.378 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:44 smithi063 bash[24871]: t=2024-09-10T18:27:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-09-10T18:27:44.695 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:44 smithi063 bash[14646]: cephadm 2024-09-10T18:27:43.139000+0000 mgr.y (mgr.14138) 270 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:27:44.696 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:44 smithi063 bash[14646]: audit 2024-09-10T18:27:43.609953+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:44.696 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:44 smithi063 bash[14646]: cephadm 2024-09-10T18:27:43.614186+0000 mgr.y (mgr.14138) 271 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T18:27:44.696 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:44 smithi063 bash[14646]: cephadm 2024-09-10T18:27:43.619265+0000 mgr.y (mgr.14138) 272 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi031 2024-09-10T18:27:44.696 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:44 smithi063 bash[24871]: t=2024-09-10T18:27:44+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-09-10T18:27:44.696 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:44 smithi063 bash[24871]: t=2024-09-10T18:27:44+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-09-10T18:27:44.696 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:44 smithi063 bash[24871]: t=2024-09-10T18:27:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-09-10T18:27:44.696 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:44 smithi063 bash[24871]: t=2024-09-10T18:27:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-09-10T18:27:44.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:44 smithi031 bash[14957]: cephadm 2024-09-10T18:27:43.139000+0000 mgr.y (mgr.14138) 270 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:27:44.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:44 smithi031 bash[14957]: audit 2024-09-10T18:27:43.609953+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:44.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:44 smithi031 bash[14957]: cephadm 2024-09-10T18:27:43.614186+0000 mgr.y (mgr.14138) 271 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T18:27:44.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:44 smithi031 bash[14957]: cephadm 2024-09-10T18:27:43.619265+0000 mgr.y (mgr.14138) 272 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi031 2024-09-10T18:27:44.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:44 smithi031 bash[19205]: cephadm 2024-09-10T18:27:43.139000+0000 mgr.y (mgr.14138) 270 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:27:44.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:44 smithi031 bash[19205]: audit 2024-09-10T18:27:43.609953+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:27:44.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:44 smithi031 bash[19205]: cephadm 2024-09-10T18:27:43.614186+0000 mgr.y (mgr.14138) 271 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T18:27:44.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:44 smithi031 bash[19205]: cephadm 2024-09-10T18:27:43.619265+0000 mgr.y (mgr.14138) 272 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi031 2024-09-10T18:27:44.980 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:44 smithi063 bash[24871]: t=2024-09-10T18:27:44+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-09-10T18:27:44.980 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:44 smithi063 bash[24871]: t=2024-09-10T18:27:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-09-10T18:27:44.980 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:44 smithi063 bash[24871]: t=2024-09-10T18:27:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-09-10T18:27:44.980 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:44 smithi063 bash[24871]: t=2024-09-10T18:27:44+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-09-10T18:27:45.231 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:44 smithi063 bash[24871]: t=2024-09-10T18:27:44+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-09-10T18:27:45.231 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:45 smithi063 bash[24871]: t=2024-09-10T18:27:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-09-10T18:27:45.231 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:45 smithi063 bash[24871]: t=2024-09-10T18:27:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-09-10T18:27:45.499 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:45 smithi063 bash[24871]: t=2024-09-10T18:27:45+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-09-10T18:27:45.499 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:45 smithi063 bash[24871]: t=2024-09-10T18:27:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-09-10T18:27:45.499 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:45 smithi063 bash[24871]: t=2024-09-10T18:27:45+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-09-10T18:27:45.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:45 smithi063 bash[14646]: cluster 2024-09-10T18:27:44.541538+0000 mgr.y (mgr.14138) 273 : cluster [DBG] pgmap v237: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:45.776 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:45 smithi063 bash[24871]: t=2024-09-10T18:27:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-09-10T18:27:45.776 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:45 smithi063 bash[24871]: t=2024-09-10T18:27:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-09-10T18:27:45.776 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:45 smithi063 bash[24871]: t=2024-09-10T18:27:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-09-10T18:27:45.776 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:45 smithi063 bash[24871]: t=2024-09-10T18:27:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-09-10T18:27:45.776 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:45 smithi063 bash[24871]: t=2024-09-10T18:27:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-09-10T18:27:45.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:45 smithi031 bash[14957]: cluster 2024-09-10T18:27:44.541538+0000 mgr.y (mgr.14138) 273 : cluster [DBG] pgmap v237: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:45.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:45 smithi031 bash[19205]: cluster 2024-09-10T18:27:44.541538+0000 mgr.y (mgr.14138) 273 : cluster [DBG] pgmap v237: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:46.077 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:45 smithi063 bash[24871]: t=2024-09-10T18:27:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-09-10T18:27:46.077 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:45 smithi063 bash[24871]: t=2024-09-10T18:27:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-09-10T18:27:46.077 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:45 smithi063 bash[24871]: t=2024-09-10T18:27:45+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-09-10T18:27:46.378 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:46 smithi063 bash[24871]: t=2024-09-10T18:27:46+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-09-10T18:27:46.378 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:46 smithi063 bash[24871]: t=2024-09-10T18:27:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-09-10T18:27:46.378 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:46 smithi063 bash[24871]: t=2024-09-10T18:27:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-09-10T18:27:46.378 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:46 smithi063 bash[24871]: t=2024-09-10T18:27:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-09-10T18:27:46.689 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:46 smithi063 bash[24871]: t=2024-09-10T18:27:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-09-10T18:27:46.689 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:46 smithi063 bash[24871]: t=2024-09-10T18:27:46+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-09-10T18:27:46.689 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:46 smithi063 bash[24871]: t=2024-09-10T18:27:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-09-10T18:27:46.689 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:46 smithi063 bash[24871]: t=2024-09-10T18:27:46+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-09-10T18:27:46.689 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:46 smithi063 bash[24871]: t=2024-09-10T18:27:46+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-09-10T18:27:46.947 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:46 smithi063 bash[24871]: t=2024-09-10T18:27:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-09-10T18:27:46.947 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:46 smithi063 bash[24871]: t=2024-09-10T18:27:46+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-09-10T18:27:46.947 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:46 smithi063 bash[24871]: t=2024-09-10T18:27:46+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-09-10T18:27:47.224 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:46 smithi063 bash[24871]: t=2024-09-10T18:27:46+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-09-10T18:27:47.225 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:47 smithi063 bash[24871]: t=2024-09-10T18:27:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-09-10T18:27:47.225 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:47 smithi063 bash[24871]: t=2024-09-10T18:27:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-09-10T18:27:47.225 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:47 smithi063 bash[24871]: t=2024-09-10T18:27:47+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-09-10T18:27:47.518 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:47 smithi063 bash[24871]: t=2024-09-10T18:27:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-09-10T18:27:47.518 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:47 smithi063 bash[24871]: t=2024-09-10T18:27:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-09-10T18:27:47.518 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:47 smithi063 bash[24871]: t=2024-09-10T18:27:47+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-09-10T18:27:47.518 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:47 smithi063 bash[24871]: t=2024-09-10T18:27:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-09-10T18:27:47.769 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:47 smithi063 bash[14646]: cluster 2024-09-10T18:27:46.542181+0000 mgr.y (mgr.14138) 274 : cluster [DBG] pgmap v238: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:47.770 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:47 smithi063 bash[24871]: t=2024-09-10T18:27:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-09-10T18:27:47.770 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:47 smithi063 bash[24871]: t=2024-09-10T18:27:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-09-10T18:27:47.770 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:47 smithi063 bash[24871]: t=2024-09-10T18:27:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-09-10T18:27:47.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:47 smithi031 bash[19205]: cluster 2024-09-10T18:27:46.542181+0000 mgr.y (mgr.14138) 274 : cluster [DBG] pgmap v238: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:47.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:47 smithi031 bash[14957]: cluster 2024-09-10T18:27:46.542181+0000 mgr.y (mgr.14138) 274 : cluster [DBG] pgmap v238: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:48.046 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:47 smithi063 bash[24871]: t=2024-09-10T18:27:47+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-09-10T18:27:48.046 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:47 smithi063 bash[24871]: t=2024-09-10T18:27:47+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-09-10T18:27:48.046 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:47 smithi063 bash[24871]: t=2024-09-10T18:27:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-09-10T18:27:48.046 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:47 smithi063 bash[24871]: t=2024-09-10T18:27:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-09-10T18:27:48.330 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:48 smithi063 bash[24871]: t=2024-09-10T18:27:48+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-09-10T18:27:48.330 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:48 smithi063 bash[24871]: t=2024-09-10T18:27:48+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-09-10T18:27:48.331 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:48 smithi063 bash[24871]: t=2024-09-10T18:27:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-09-10T18:27:48.331 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:48 smithi063 bash[24871]: t=2024-09-10T18:27:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-09-10T18:27:48.628 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:48 smithi063 bash[24871]: t=2024-09-10T18:27:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-09-10T18:27:48.628 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:48 smithi063 bash[24871]: t=2024-09-10T18:27:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-09-10T18:27:48.628 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:48 smithi063 bash[24871]: t=2024-09-10T18:27:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-09-10T18:27:48.628 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:48 smithi063 bash[24871]: t=2024-09-10T18:27:48+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-09-10T18:27:48.917 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:48 smithi063 bash[24871]: t=2024-09-10T18:27:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-09-10T18:27:48.917 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:48 smithi063 bash[24871]: t=2024-09-10T18:27:48+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-09-10T18:27:48.917 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:48 smithi063 bash[24871]: t=2024-09-10T18:27:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-09-10T18:27:48.917 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:48 smithi063 bash[24871]: t=2024-09-10T18:27:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-09-10T18:27:48.917 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:48 smithi063 bash[24871]: t=2024-09-10T18:27:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-09-10T18:27:49.191 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:48 smithi063 bash[24871]: t=2024-09-10T18:27:48+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-09-10T18:27:49.191 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:49 smithi063 bash[24871]: t=2024-09-10T18:27:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-09-10T18:27:49.191 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:49 smithi063 bash[24871]: t=2024-09-10T18:27:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-09-10T18:27:49.545 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:49 smithi063 bash[24871]: t=2024-09-10T18:27:49+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-09-10T18:27:49.545 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:49 smithi063 bash[24871]: t=2024-09-10T18:27:49+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-09-10T18:27:49.545 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:49 smithi063 bash[24871]: t=2024-09-10T18:27:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-09-10T18:27:49.545 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:49 smithi063 bash[24871]: t=2024-09-10T18:27:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-09-10T18:27:49.849 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:49 smithi031 bash[19205]: cluster 2024-09-10T18:27:48.542885+0000 mgr.y (mgr.14138) 275 : cluster [DBG] pgmap v239: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:49.849 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:49 smithi031 bash[14957]: cluster 2024-09-10T18:27:48.542885+0000 mgr.y (mgr.14138) 275 : cluster [DBG] pgmap v239: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:49.863 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:49 smithi063 bash[14646]: cluster 2024-09-10T18:27:48.542885+0000 mgr.y (mgr.14138) 275 : cluster [DBG] pgmap v239: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:49.863 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:49 smithi063 bash[24871]: t=2024-09-10T18:27:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-09-10T18:27:49.863 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:49 smithi063 bash[24871]: t=2024-09-10T18:27:49+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-09-10T18:27:49.863 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:49 smithi063 bash[24871]: t=2024-09-10T18:27:49+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-09-10T18:27:49.863 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:49 smithi063 bash[24871]: t=2024-09-10T18:27:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-09-10T18:27:50.128 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:49 smithi063 bash[24871]: t=2024-09-10T18:27:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-09-10T18:27:50.128 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:49 smithi063 bash[24871]: t=2024-09-10T18:27:49+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-09-10T18:27:50.128 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:49 smithi063 bash[24871]: t=2024-09-10T18:27:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-09-10T18:27:50.128 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:50 smithi063 bash[24871]: t=2024-09-10T18:27:50+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-09-10T18:27:50.150 INFO:teuthology.orchestra.run.smithi031.stdout:90194313266 2024-09-10T18:27:50.416 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:50 smithi063 bash[24871]: t=2024-09-10T18:27:50+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-09-10T18:27:50.416 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:50 smithi063 bash[24871]: t=2024-09-10T18:27:50+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-09-10T18:27:50.416 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:50 smithi063 bash[24871]: t=2024-09-10T18:27:50+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-09-10T18:27:50.416 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:50 smithi063 bash[24871]: t=2024-09-10T18:27:50+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-09-10T18:27:50.692 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:50 smithi063 bash[14646]: audit 2024-09-10T18:27:50.146732+0000 mon.a (mon.0) 585 : audit [DBG] from='client.? 172.21.15.31:0/2893503307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-10T18:27:50.692 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:50 smithi063 bash[24871]: t=2024-09-10T18:27:50+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-09-10T18:27:50.693 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:50 smithi063 bash[24871]: t=2024-09-10T18:27:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-09-10T18:27:50.693 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:50 smithi063 bash[24871]: t=2024-09-10T18:27:50+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-09-10T18:27:50.693 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:50 smithi063 bash[24871]: t=2024-09-10T18:27:50+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-09-10T18:27:50.693 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:50 smithi063 bash[24871]: t=2024-09-10T18:27:50+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-09-10T18:27:50.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:50 smithi031 bash[14957]: audit 2024-09-10T18:27:50.146732+0000 mon.a (mon.0) 585 : audit [DBG] from='client.? 172.21.15.31:0/2893503307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-10T18:27:50.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:50 smithi031 bash[19205]: audit 2024-09-10T18:27:50.146732+0000 mon.a (mon.0) 585 : audit [DBG] from='client.? 172.21.15.31:0/2893503307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-10T18:27:50.952 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:50 smithi063 bash[24871]: t=2024-09-10T18:27:50+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-09-10T18:27:50.952 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:50 smithi063 bash[24871]: t=2024-09-10T18:27:50+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-09-10T18:27:50.952 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:50 smithi063 bash[24871]: t=2024-09-10T18:27:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-09-10T18:27:50.952 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:50 smithi063 bash[24871]: t=2024-09-10T18:27:50+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-09-10T18:27:51.203 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:51 smithi063 bash[24871]: t=2024-09-10T18:27:51+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-09-10T18:27:51.203 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:51 smithi063 bash[24871]: t=2024-09-10T18:27:51+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-09-10T18:27:51.204 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:51 smithi063 bash[24871]: t=2024-09-10T18:27:51+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-09-10T18:27:51.471 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:51 smithi063 bash[24871]: t=2024-09-10T18:27:51+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-09-10T18:27:51.472 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:51 smithi063 bash[24871]: t=2024-09-10T18:27:51+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-09-10T18:27:51.472 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:51 smithi063 bash[24871]: t=2024-09-10T18:27:51+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-09-10T18:27:51.472 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:51 smithi063 bash[24871]: t=2024-09-10T18:27:51+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-09-10T18:27:51.798 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:51 smithi063 bash[14646]: cluster 2024-09-10T18:27:50.543525+0000 mgr.y (mgr.14138) 276 : cluster [DBG] pgmap v240: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:51.799 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:51 smithi063 bash[24871]: t=2024-09-10T18:27:51+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-09-10T18:27:51.799 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:51 smithi063 bash[24871]: t=2024-09-10T18:27:51+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-09-10T18:27:51.799 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:51 smithi063 bash[24871]: t=2024-09-10T18:27:51+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-09-10T18:27:51.799 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:51 smithi063 bash[24871]: t=2024-09-10T18:27:51+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-09-10T18:27:51.799 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:51 smithi063 bash[24871]: t=2024-09-10T18:27:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-09-10T18:27:51.799 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:51 smithi063 bash[24871]: t=2024-09-10T18:27:51+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-09-10T18:27:51.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:51 smithi031 bash[14957]: cluster 2024-09-10T18:27:50.543525+0000 mgr.y (mgr.14138) 276 : cluster [DBG] pgmap v240: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:51.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:51 smithi031 bash[19205]: cluster 2024-09-10T18:27:50.543525+0000 mgr.y (mgr.14138) 276 : cluster [DBG] pgmap v240: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:52.100 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:51 smithi063 bash[24871]: t=2024-09-10T18:27:51+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-09-10T18:27:52.101 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:51 smithi063 bash[24871]: t=2024-09-10T18:27:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-09-10T18:27:52.101 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:51 smithi063 bash[24871]: t=2024-09-10T18:27:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-09-10T18:27:52.101 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:52 smithi063 bash[24871]: t=2024-09-10T18:27:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-09-10T18:27:52.378 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:52 smithi063 bash[24871]: t=2024-09-10T18:27:52+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-09-10T18:27:52.378 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:52 smithi063 bash[24871]: t=2024-09-10T18:27:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-09-10T18:27:52.378 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:52 smithi063 bash[24871]: t=2024-09-10T18:27:52+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-09-10T18:27:52.378 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:52 smithi063 bash[24871]: t=2024-09-10T18:27:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-09-10T18:27:52.754 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:52 smithi063 bash[24871]: t=2024-09-10T18:27:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-09-10T18:27:52.754 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:52 smithi063 bash[24871]: t=2024-09-10T18:27:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-09-10T18:27:52.754 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:52 smithi063 bash[24871]: t=2024-09-10T18:27:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-09-10T18:27:52.754 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:52 smithi063 bash[24871]: t=2024-09-10T18:27:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-09-10T18:27:52.816 INFO:teuthology.orchestra.run.smithi031.stdout:176093659166 2024-09-10T18:27:53.022 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:52 smithi063 bash[24871]: t=2024-09-10T18:27:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-09-10T18:27:53.022 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:52 smithi063 bash[24871]: t=2024-09-10T18:27:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-09-10T18:27:53.022 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:52 smithi063 bash[24871]: t=2024-09-10T18:27:52+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-09-10T18:27:53.022 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:52 smithi063 bash[24871]: t=2024-09-10T18:27:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-09-10T18:27:53.333 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:53 smithi063 bash[24871]: t=2024-09-10T18:27:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-09-10T18:27:53.333 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:53 smithi063 bash[24871]: t=2024-09-10T18:27:53+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-09-10T18:27:53.334 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:53 smithi063 bash[24871]: t=2024-09-10T18:27:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-09-10T18:27:53.334 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:53 smithi063 bash[24871]: t=2024-09-10T18:27:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-09-10T18:27:53.525 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313262 got 90194313266 for osd.2 2024-09-10T18:27:53.525 DEBUG:teuthology.parallel:result is None 2024-09-10T18:27:53.591 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:53 smithi063 bash[14646]: cluster 2024-09-10T18:27:52.544176+0000 mgr.y (mgr.14138) 277 : cluster [DBG] pgmap v241: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:53.592 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:53 smithi063 bash[14646]: audit 2024-09-10T18:27:52.812381+0000 mon.a (mon.0) 586 : audit [DBG] from='client.? 172.21.15.31:0/3747188814' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-10T18:27:53.592 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:53 smithi063 bash[24871]: t=2024-09-10T18:27:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-09-10T18:27:53.592 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:53 smithi063 bash[24871]: t=2024-09-10T18:27:53+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-09-10T18:27:53.592 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:53 smithi063 bash[24871]: t=2024-09-10T18:27:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-09-10T18:27:53.592 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:53 smithi063 bash[24871]: t=2024-09-10T18:27:53+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-09-10T18:27:53.818 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:53 smithi031 bash[19205]: cluster 2024-09-10T18:27:52.544176+0000 mgr.y (mgr.14138) 277 : cluster [DBG] pgmap v241: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:53.818 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:53 smithi031 bash[19205]: audit 2024-09-10T18:27:52.812381+0000 mon.a (mon.0) 586 : audit [DBG] from='client.? 172.21.15.31:0/3747188814' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-10T18:27:53.819 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:53 smithi031 bash[14957]: cluster 2024-09-10T18:27:52.544176+0000 mgr.y (mgr.14138) 277 : cluster [DBG] pgmap v241: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:53.819 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:53 smithi031 bash[14957]: audit 2024-09-10T18:27:52.812381+0000 mon.a (mon.0) 586 : audit [DBG] from='client.? 172.21.15.31:0/3747188814' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-10T18:27:53.859 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:53 smithi063 bash[24871]: t=2024-09-10T18:27:53+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-09-10T18:27:53.860 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:53 smithi063 bash[24871]: t=2024-09-10T18:27:53+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-09-10T18:27:53.860 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:53 smithi063 bash[24871]: t=2024-09-10T18:27:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-09-10T18:27:53.860 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:53 smithi063 bash[24871]: t=2024-09-10T18:27:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-09-10T18:27:53.897 INFO:teuthology.orchestra.run.smithi031.stdout:197568495641 2024-09-10T18:27:54.111 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:53 smithi063 bash[24871]: t=2024-09-10T18:27:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-09-10T18:27:54.111 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:53 smithi063 bash[24871]: t=2024-09-10T18:27:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-09-10T18:27:54.111 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:54 smithi063 bash[24871]: t=2024-09-10T18:27:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-09-10T18:27:54.378 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:54 smithi063 bash[24871]: t=2024-09-10T18:27:54+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-09-10T18:27:54.378 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:54 smithi063 bash[24871]: t=2024-09-10T18:27:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-09-10T18:27:54.378 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:54 smithi063 bash[24871]: t=2024-09-10T18:27:54+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-09-10T18:27:54.378 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:54 smithi063 bash[24871]: t=2024-09-10T18:27:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-09-10T18:27:54.675 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:54 smithi063 bash[14646]: audit 2024-09-10T18:27:53.893888+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.31:0/926961123' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-10T18:27:54.675 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:54 smithi063 bash[24871]: t=2024-09-10T18:27:54+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-09-10T18:27:54.675 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:54 smithi063 bash[24871]: t=2024-09-10T18:27:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-09-10T18:27:54.675 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:54 smithi063 bash[24871]: t=2024-09-10T18:27:54+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-09-10T18:27:54.675 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:54 smithi063 bash[24871]: t=2024-09-10T18:27:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-09-10T18:27:54.675 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:54 smithi063 bash[24871]: t=2024-09-10T18:27:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-09-10T18:27:54.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:54 smithi031 bash[14957]: audit 2024-09-10T18:27:53.893888+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.31:0/926961123' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-10T18:27:54.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:54 smithi031 bash[19205]: audit 2024-09-10T18:27:53.893888+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.31:0/926961123' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-10T18:27:54.946 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659162 got 176093659166 for osd.6 2024-09-10T18:27:54.946 DEBUG:teuthology.parallel:result is None 2024-09-10T18:27:54.962 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:54 smithi063 bash[24871]: t=2024-09-10T18:27:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-09-10T18:27:54.963 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:54 smithi063 bash[24871]: t=2024-09-10T18:27:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-09-10T18:27:54.963 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:54 smithi063 bash[24871]: t=2024-09-10T18:27:54+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-09-10T18:27:55.073 INFO:teuthology.orchestra.run.smithi031.stdout:154618822692 2024-09-10T18:27:55.303 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:54 smithi063 bash[24871]: t=2024-09-10T18:27:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-09-10T18:27:55.303 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:55 smithi063 bash[24871]: t=2024-09-10T18:27:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-09-10T18:27:55.303 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:55 smithi063 bash[24871]: t=2024-09-10T18:27:55+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-09-10T18:27:55.304 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:55 smithi063 bash[24871]: t=2024-09-10T18:27:55+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-09-10T18:27:55.304 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:55 smithi063 bash[24871]: t=2024-09-10T18:27:55+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-09-10T18:27:55.304 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:55 smithi063 bash[24871]: t=2024-09-10T18:27:55+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-09-10T18:27:55.593 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:55 smithi063 bash[24871]: t=2024-09-10T18:27:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-09-10T18:27:55.594 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:55 smithi063 bash[24871]: t=2024-09-10T18:27:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-09-10T18:27:55.594 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:55 smithi063 bash[24871]: t=2024-09-10T18:27:55+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-09-10T18:27:55.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:55 smithi063 bash[14646]: cluster 2024-09-10T18:27:54.544784+0000 mgr.y (mgr.14138) 278 : cluster [DBG] pgmap v242: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:55.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:55 smithi063 bash[14646]: audit 2024-09-10T18:27:55.070238+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.31:0/996508027' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-10T18:27:55.878 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:55 smithi063 bash[24871]: t=2024-09-10T18:27:55+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-09-10T18:27:55.878 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:55 smithi063 bash[24871]: t=2024-09-10T18:27:55+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-09-10T18:27:55.878 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:55 smithi063 bash[24871]: t=2024-09-10T18:27:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-09-10T18:27:55.878 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:55 smithi063 bash[24871]: t=2024-09-10T18:27:55+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-09-10T18:27:55.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:55 smithi031 bash[14957]: cluster 2024-09-10T18:27:54.544784+0000 mgr.y (mgr.14138) 278 : cluster [DBG] pgmap v242: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:55.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:55 smithi031 bash[14957]: audit 2024-09-10T18:27:55.070238+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.31:0/996508027' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-10T18:27:55.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:55 smithi031 bash[19205]: cluster 2024-09-10T18:27:54.544784+0000 mgr.y (mgr.14138) 278 : cluster [DBG] pgmap v242: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:55.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:55 smithi031 bash[19205]: audit 2024-09-10T18:27:55.070238+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.31:0/996508027' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-10T18:27:56.182 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:55 smithi063 bash[24871]: t=2024-09-10T18:27:55+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-09-10T18:27:56.182 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:55 smithi063 bash[24871]: t=2024-09-10T18:27:55+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-09-10T18:27:56.182 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:56 smithi063 bash[24871]: t=2024-09-10T18:27:56+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-09-10T18:27:56.182 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:56 smithi063 bash[24871]: t=2024-09-10T18:27:56+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-09-10T18:27:56.219 INFO:teuthology.orchestra.run.smithi031.stdout:133143986216 2024-09-10T18:27:56.442 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:56 smithi063 bash[24871]: t=2024-09-10T18:27:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-09-10T18:27:56.442 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:56 smithi063 bash[24871]: t=2024-09-10T18:27:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-09-10T18:27:56.442 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:56 smithi063 bash[24871]: t=2024-09-10T18:27:56+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-09-10T18:27:56.693 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:56 smithi063 bash[14646]: audit 2024-09-10T18:27:56.216545+0000 mon.a (mon.0) 587 : audit [DBG] from='client.? 172.21.15.31:0/1839868841' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-10T18:27:56.693 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:56 smithi063 bash[24871]: t=2024-09-10T18:27:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-09-10T18:27:56.694 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:56 smithi063 bash[24871]: t=2024-09-10T18:27:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-09-10T18:27:56.694 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:56 smithi063 bash[24871]: t=2024-09-10T18:27:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-09-10T18:27:56.885 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:56 smithi031 bash[14957]: audit 2024-09-10T18:27:56.216545+0000 mon.a (mon.0) 587 : audit [DBG] from='client.? 172.21.15.31:0/1839868841' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-10T18:27:56.885 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:56 smithi031 bash[19205]: audit 2024-09-10T18:27:56.216545+0000 mon.a (mon.0) 587 : audit [DBG] from='client.? 172.21.15.31:0/1839868841' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-10T18:27:57.003 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:56 smithi063 bash[24871]: t=2024-09-10T18:27:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-09-10T18:27:57.004 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:56 smithi063 bash[24871]: t=2024-09-10T18:27:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-09-10T18:27:57.004 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:56 smithi063 bash[24871]: t=2024-09-10T18:27:56+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-09-10T18:27:57.004 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:56 smithi063 bash[24871]: t=2024-09-10T18:27:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-09-10T18:27:57.004 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:57 smithi063 bash[24871]: t=2024-09-10T18:27:57+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-09-10T18:27:57.263 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:57 smithi063 bash[24871]: t=2024-09-10T18:27:57+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-09-10T18:27:57.263 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:57 smithi063 bash[24871]: t=2024-09-10T18:27:57+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-09-10T18:27:57.264 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:57 smithi063 bash[24871]: t=2024-09-10T18:27:57+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-09-10T18:27:57.557 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:57 smithi063 bash[24871]: t=2024-09-10T18:27:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-09-10T18:27:57.557 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:57 smithi063 bash[24871]: t=2024-09-10T18:27:57+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-09-10T18:27:57.557 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:57 smithi063 bash[24871]: t=2024-09-10T18:27:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-09-10T18:27:57.557 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:57 smithi063 bash[24871]: t=2024-09-10T18:27:57+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-09-10T18:27:57.820 INFO:teuthology.orchestra.run.smithi031.stdout:111669149742 2024-09-10T18:27:57.841 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:57 smithi063 bash[14646]: cluster 2024-09-10T18:27:56.545514+0000 mgr.y (mgr.14138) 279 : cluster [DBG] pgmap v243: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:57.842 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:57 smithi063 bash[24871]: t=2024-09-10T18:27:57+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-09-10T18:27:57.842 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:57 smithi063 bash[24871]: t=2024-09-10T18:27:57+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-09-10T18:27:57.842 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:57 smithi063 bash[24871]: t=2024-09-10T18:27:57+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-09-10T18:27:57.842 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:57 smithi063 bash[24871]: t=2024-09-10T18:27:57+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-09-10T18:27:57.864 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:57 smithi031 bash[19205]: cluster 2024-09-10T18:27:56.545514+0000 mgr.y (mgr.14138) 279 : cluster [DBG] pgmap v243: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:57.864 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:57 smithi031 bash[14957]: cluster 2024-09-10T18:27:56.545514+0000 mgr.y (mgr.14138) 279 : cluster [DBG] pgmap v243: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:27:58.018 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822688 got 154618822692 for osd.5 2024-09-10T18:27:58.019 DEBUG:teuthology.parallel:result is None 2024-09-10T18:27:58.093 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:57 smithi063 bash[24871]: t=2024-09-10T18:27:57+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-09-10T18:27:58.093 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:57 smithi063 bash[24871]: t=2024-09-10T18:27:57+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-09-10T18:27:58.093 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:57 smithi063 bash[24871]: t=2024-09-10T18:27:57+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-09-10T18:27:58.093 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:58 smithi063 bash[24871]: t=2024-09-10T18:27:58+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-09-10T18:27:58.093 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:58 smithi063 bash[24871]: t=2024-09-10T18:27:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-09-10T18:27:58.309 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495637 got 197568495641 for osd.7 2024-09-10T18:27:58.309 DEBUG:teuthology.parallel:result is None 2024-09-10T18:27:58.346 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:58 smithi063 bash[24871]: t=2024-09-10T18:27:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-09-10T18:27:58.346 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:58 smithi063 bash[24871]: t=2024-09-10T18:27:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-09-10T18:27:58.608 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:58 smithi063 bash[24871]: t=2024-09-10T18:27:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-09-10T18:27:58.608 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:58 smithi063 bash[24871]: t=2024-09-10T18:27:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-09-10T18:27:58.608 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:58 smithi063 bash[24871]: t=2024-09-10T18:27:58+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-09-10T18:27:58.608 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:58 smithi063 bash[24871]: t=2024-09-10T18:27:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-09-10T18:27:58.802 INFO:teuthology.orchestra.run.smithi031.stdout:68719476794 2024-09-10T18:27:58.830 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:58 smithi031 bash[14957]: audit 2024-09-10T18:27:57.817199+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.31:0/687151573' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-10T18:27:58.831 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:58 smithi031 bash[19205]: audit 2024-09-10T18:27:57.817199+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.31:0/687151573' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-10T18:27:58.878 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:58 smithi063 bash[24871]: t=2024-09-10T18:27:58+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-09-10T18:27:58.878 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:58 smithi063 bash[24871]: t=2024-09-10T18:27:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-09-10T18:27:58.878 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:58 smithi063 bash[24871]: t=2024-09-10T18:27:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-09-10T18:27:58.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:58 smithi063 bash[14646]: audit 2024-09-10T18:27:57.817199+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.31:0/687151573' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-10T18:27:59.219 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:58 smithi063 bash[24871]: t=2024-09-10T18:27:58+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-09-10T18:27:59.220 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:58 smithi063 bash[24871]: t=2024-09-10T18:27:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-09-10T18:27:59.220 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2024-09-10T18:27:59.220 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing HTTPServer" logger=server 2024-09-10T18:27:59.220 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2024-09-10T18:27:59.220 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing PluginManager" logger=server 2024-09-10T18:27:59.220 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Starting plugin search" logger=plugins 2024-09-10T18:27:59.220 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2024-09-10T18:27:59.220 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2024-09-10T18:27:59.220 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing HooksService" logger=server 2024-09-10T18:27:59.220 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2024-09-10T18:27:59.220 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2024-09-10T18:27:59.221 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing RemoteCache" logger=server 2024-09-10T18:27:59.221 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing QuotaService" logger=server 2024-09-10T18:27:59.221 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing ServerLockService" logger=server 2024-09-10T18:27:59.221 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2024-09-10T18:27:59.221 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing RenderingService" logger=server 2024-09-10T18:27:59.221 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing AlertEngine" logger=server 2024-09-10T18:27:59.221 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2024-09-10T18:27:59.221 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing LoginService" logger=server 2024-09-10T18:27:59.221 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing SearchService" logger=server 2024-09-10T18:27:59.221 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing TracingService" logger=server 2024-09-10T18:27:59.221 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2024-09-10T18:27:59.221 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing CleanUpService" logger=server 2024-09-10T18:27:59.221 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing NotificationService" logger=server 2024-09-10T18:27:59.221 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2024-09-10T18:27:59.222 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+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-10T18:27:59.222 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 2024-09-10T18:27:59.222 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2024-09-10T18:27:59.222 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+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-10T18:27:59.297 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986212 got 133143986216 for osd.4 2024-09-10T18:27:59.297 DEBUG:teuthology.parallel:result is None 2024-09-10T18:27:59.611 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="Initializing Stream Manager" 2024-09-10T18:27:59.611 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[24871]: t=2024-09-10T18:27:59+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2024-09-10T18:27:59.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:59 smithi031 bash[14957]: cluster 2024-09-10T18:27:58.546119+0000 mgr.y (mgr.14138) 280 : cluster [DBG] pgmap v244: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:59.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:27:59 smithi031 bash[14957]: audit 2024-09-10T18:27:58.799593+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.31:0/2080585068' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-10T18:27:59.910 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:59 smithi031 bash[19205]: cluster 2024-09-10T18:27:58.546119+0000 mgr.y (mgr.14138) 280 : cluster [DBG] pgmap v244: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:59.910 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:27:59 smithi031 bash[19205]: audit 2024-09-10T18:27:58.799593+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.31:0/2080585068' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-10T18:27:59.962 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[14646]: cluster 2024-09-10T18:27:58.546119+0000 mgr.y (mgr.14138) 280 : cluster [DBG] pgmap v244: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:27:59.962 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:27:59 smithi063 bash[14646]: audit 2024-09-10T18:27:58.799593+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.31:0/2080585068' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-10T18:28:00.036 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149738 got 111669149742 for osd.3 2024-09-10T18:28:00.036 DEBUG:teuthology.parallel:result is None 2024-09-10T18:28:00.510 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476790 got 68719476794 for osd.1 2024-09-10T18:28:00.510 DEBUG:teuthology.parallel:result is None 2024-09-10T18:28:01.025 INFO:teuthology.orchestra.run.smithi031.stdout:42949673023 2024-09-10T18:28:01.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:01 smithi063 bash[14646]: cluster 2024-09-10T18:28:00.546816+0000 mgr.y (mgr.14138) 281 : cluster [DBG] pgmap v245: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:01.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:01 smithi063 bash[14646]: audit 2024-09-10T18:28:01.021669+0000 mon.a (mon.0) 588 : audit [DBG] from='client.? 172.21.15.31:0/1385459554' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-10T18:28:01.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:01 smithi031 bash[19205]: cluster 2024-09-10T18:28:00.546816+0000 mgr.y (mgr.14138) 281 : cluster [DBG] pgmap v245: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:01.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:01 smithi031 bash[19205]: audit 2024-09-10T18:28:01.021669+0000 mon.a (mon.0) 588 : audit [DBG] from='client.? 172.21.15.31:0/1385459554' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-10T18:28:01.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:01 smithi031 bash[14957]: cluster 2024-09-10T18:28:00.546816+0000 mgr.y (mgr.14138) 281 : cluster [DBG] pgmap v245: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:01.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:01 smithi031 bash[14957]: audit 2024-09-10T18:28:01.021669+0000 mon.a (mon.0) 588 : audit [DBG] from='client.? 172.21.15.31:0/1385459554' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-10T18:28:02.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:28:01 smithi031 systemd[1]: Stopping Ceph alertmanager.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:28:02.235 INFO:tasks.cephadm.ceph_manager.ceph:need seq 42949673018 got 42949673023 for osd.0 2024-09-10T18:28:02.235 DEBUG:teuthology.parallel:result is None 2024-09-10T18:28:02.235 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-10T18:28:02.235 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T18:28:02.369 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:28:02.618 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:28:02 smithi031 bash[28615]: level=info ts=2024-09-10T18:28:02.144Z caller=main.go:536 msg="Received SIGTERM, exiting gracefully..." 2024-09-10T18:28:02.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:28:02 smithi031 docker[32104]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-alertmanager.a 2024-09-10T18:28:03.618 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:28:03 smithi031 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@alertmanager.a.service: Succeeded. 2024-09-10T18:28:03.618 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:28:03 smithi031 systemd[1]: Stopped Ceph alertmanager.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:28:03.618 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:28:03 smithi031 systemd[1]: Started Ceph alertmanager.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:28:03.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:03 smithi063 bash[14646]: cluster 2024-09-10T18:28:02.547510+0000 mgr.y (mgr.14138) 282 : cluster [DBG] pgmap v246: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:28:03.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:03 smithi063 bash[14646]: audit 2024-09-10T18:28:03.278991+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:03.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:03 smithi031 bash[14957]: cluster 2024-09-10T18:28:02.547510+0000 mgr.y (mgr.14138) 282 : cluster [DBG] pgmap v246: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:28:03.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:03 smithi031 bash[14957]: audit 2024-09-10T18:28:03.278991+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:03.896 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:03 smithi031 bash[19205]: cluster 2024-09-10T18:28:02.547510+0000 mgr.y (mgr.14138) 282 : cluster [DBG] pgmap v246: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:28:03.896 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:03 smithi031 bash[19205]: audit 2024-09-10T18:28:03.278991+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:04.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:04 smithi031 bash[14957]: cephadm 2024-09-10T18:28:03.281037+0000 mgr.y (mgr.14138) 283 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T18:28:04.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:04 smithi031 bash[14957]: cephadm 2024-09-10T18:28:03.284818+0000 mgr.y (mgr.14138) 284 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi063 2024-09-10T18:28:04.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:04 smithi031 bash[19205]: cephadm 2024-09-10T18:28:03.281037+0000 mgr.y (mgr.14138) 283 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T18:28:04.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:04 smithi031 bash[19205]: cephadm 2024-09-10T18:28:03.284818+0000 mgr.y (mgr.14138) 284 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi063 2024-09-10T18:28:04.997 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:04 smithi063 bash[14646]: cephadm 2024-09-10T18:28:03.281037+0000 mgr.y (mgr.14138) 283 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T18:28:04.997 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:04 smithi063 bash[14646]: cephadm 2024-09-10T18:28:03.284818+0000 mgr.y (mgr.14138) 284 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi063 2024-09-10T18:28:05.632 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:28:05 smithi031 bash[32162]: level=info ts=2024-09-10T18:28:05.383Z caller=main.go:231 msg="Starting Alertmanager" version="(version=0.20.0, branch=HEAD, revision=f74be0400a6243d10bb53812d6fa408ad71ff32d)" 2024-09-10T18:28:05.633 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:28:05 smithi031 bash[32162]: level=info ts=2024-09-10T18:28:05.384Z caller=main.go:232 build_context="(go=go1.13.5, user=root@00c3106655f8, date=20191211-14:13:14)" 2024-09-10T18:28:05.633 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:28:05 smithi031 bash[32162]: level=info ts=2024-09-10T18:28:05.386Z caller=cluster.go:161 component=cluster msg="setting advertise address explicitly" addr=172.21.15.31 port=9094 2024-09-10T18:28:05.633 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:28:05 smithi031 bash[32162]: level=info ts=2024-09-10T18:28:05.387Z caller=cluster.go:623 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-10T18:28:05.633 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:28:05 smithi031 bash[32162]: level=info ts=2024-09-10T18:28:05.421Z caller=coordinator.go:119 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T18:28:05.633 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:28:05 smithi031 bash[32162]: level=info ts=2024-09-10T18:28:05.421Z caller=coordinator.go:131 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T18:28:05.633 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:28:05 smithi031 bash[32162]: level=info ts=2024-09-10T18:28:05.425Z caller=main.go:497 msg=Listening address=:9093 2024-09-10T18:28:05.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:05 smithi031 bash[14957]: cluster 2024-09-10T18:28:04.548135+0000 mgr.y (mgr.14138) 285 : cluster [DBG] pgmap v247: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:05.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:05 smithi031 bash[19205]: cluster 2024-09-10T18:28:04.548135+0000 mgr.y (mgr.14138) 285 : cluster [DBG] pgmap v247: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:05.958 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:05 smithi063 bash[14646]: cluster 2024-09-10T18:28:04.548135+0000 mgr.y (mgr.14138) 285 : cluster [DBG] pgmap v247: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:06.970 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:28:06.972 INFO:teuthology.orchestra.run.smithi031.stderr:dumped all 2024-09-10T18:28:07.558 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:28:07 smithi031 bash[32162]: level=info ts=2024-09-10T18:28:07.388Z caller=cluster.go:648 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000130689s 2024-09-10T18:28:07.578 INFO:teuthology.orchestra.run.smithi031.stdout:{"pg_ready":true,"pg_map":{"version":248,"stamp":"2024-09-10T18:28:06.548411+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":95,"num_read_kb":90,"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":8392824,"kb_used_data":4152,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568392,"statfs":{"total":767960285184,"available":759366033408,"internally_reserved":8589934592,"allocated":4251648,"data_stored":1735104,"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.003929"},"pg_stats":[{"pgid":"2.2","version":"53'2","reported_seq":"21","reported_epoch":"54","state":"active+clean","last_fresh":"2024-09-10T18:26:32.080938+0000","last_change":"2024-09-10T18:26:20.735411+0000","last_active":"2024-09-10T18:26:32.080938+0000","last_peered":"2024-09-10T18:26:32.080938+0000","last_clean":"2024-09-10T18:26:32.080938+0000","last_became_active":"2024-09-10T18:26:15.933072+0000","last_became_peered":"2024-09-10T18:26:15.933072+0000","last_unstale":"2024-09-10T18:26:32.080938+0000","last_undegraded":"2024-09-10T18:26:32.080938+0000","last_fullsized":"2024-09-10T18:26:32.080938+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T18:26:14.660787+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T18:26:14.660787+0000","last_clean_scrub_stamp":"2024-09-10T18:26:14.660787+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":"54","state":"active+clean","last_fresh":"2024-09-10T18:26:33.114025+0000","last_change":"2024-09-10T18:26:22.211299+0000","last_active":"2024-09-10T18:26:33.114025+0000","last_peered":"2024-09-10T18:26:33.114025+0000","last_clean":"2024-09-10T18:26:33.114025+0000","last_became_active":"2024-09-10T18:26:16.411468+0000","last_became_peered":"2024-09-10T18:26:16.411468+0000","last_unstale":"2024-09-10T18:26:33.114025+0000","last_undegraded":"2024-09-10T18:26:33.114025+0000","last_fullsized":"2024-09-10T18:26:33.114025+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T18:26:14.660787+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T18:26:14.660787+0000","last_clean_scrub_stamp":"2024-09-10T18:26:14.660787+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":"53","state":"active+clean","last_fresh":"2024-09-10T18:26:22.211268+0000","last_change":"2024-09-10T18:26:02.660556+0000","last_active":"2024-09-10T18:26:22.211268+0000","last_peered":"2024-09-10T18:26:22.211268+0000","last_clean":"2024-09-10T18:26:22.211268+0000","last_became_active":"2024-09-10T18:26:02.659259+0000","last_became_peered":"2024-09-10T18:26:02.659259+0000","last_unstale":"2024-09-10T18:26:22.211268+0000","last_undegraded":"2024-09-10T18:26:22.211268+0000","last_fullsized":"2024-09-10T18:26:22.211268+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":5,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T18:21:43.651587+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T18:21:43.651587+0000","last_clean_scrub_stamp":"2024-09-10T18:21:43.651587+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":"54'5","reported_seq":"117","reported_epoch":"54","state":"active+clean","last_fresh":"2024-09-10T18:28:00.254540+0000","last_change":"2024-09-10T18:26:22.212372+0000","last_active":"2024-09-10T18:28:00.254540+0000","last_peered":"2024-09-10T18:28:00.254540+0000","last_clean":"2024-09-10T18:28:00.254540+0000","last_became_active":"2024-09-10T18:26:16.411573+0000","last_became_peered":"2024-09-10T18:26:16.411573+0000","last_unstale":"2024-09-10T18:28:00.254540+0000","last_undegraded":"2024-09-10T18:28:00.254540+0000","last_fullsized":"2024-09-10T18:28:00.254540+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T18:26:14.660787+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T18:26:14.660787+0000","last_clean_scrub_stamp":"2024-09-10T18:26:14.660787+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":95,"num_read_kb":90,"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":95,"num_read_kb":90,"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":46,"seq":197568495643,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049104,"kb_used_data":520,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696048,"statfs":{"total":95995035648,"available":94920753152,"internally_reserved":1073741824,"allocated":532480,"data_stored":217124,"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":"Tue Sep 10 18:27:04 2024","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.875,"15min":0.875},"min":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.198,"5min":1.198,"15min":1.198},"last":0.85299999999999998},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.92000000000000004,"15min":0.92000000000000004},"min":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.2549999999999999,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.83399999999999996}]},{"osd":1,"last update":"Tue Sep 10 18:27:04 2024","interfaces":[{"interface":"back","average":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"min":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.137,"5min":1.137,"15min":1.137},"last":1.0009999999999999},{"interface":"front","average":{"1min":0.99099999999999999,"5min":0.99099999999999999,"15min":0.99099999999999999},"min":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.7190000000000001,"5min":1.7190000000000001,"15min":1.7190000000000001},"last":0.745}]},{"osd":2,"last update":"Tue Sep 10 18:27:04 2024","interfaces":[{"interface":"back","average":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":1.0549999999999999},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97499999999999998},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.232,"5min":1.232,"15min":1.232},"last":0.76000000000000001}]},{"osd":3,"last update":"Tue Sep 10 18:27:04 2024","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"min":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.88900000000000001},{"interface":"front","average":{"1min":0.98899999999999999,"5min":0.98899999999999999,"15min":0.98899999999999999},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.81899999999999995}]},{"osd":4,"last update":"Tue Sep 10 18:27:04 2024","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"min":{"1min":0.63,"5min":0.63,"15min":0.63},"max":{"1min":1.484,"5min":1.484,"15min":1.484},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"min":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.508,"5min":1.508,"15min":1.508},"last":0.77800000000000002}]},{"osd":5,"last update":"Tue Sep 10 18:27:04 2024","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.101,"15min":1.101},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.6100000000000001,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":0.92300000000000004},{"interface":"front","average":{"1min":1.1040000000000001,"5min":1.1040000000000001,"15min":1.1040000000000001},"min":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":1.847,"5min":1.847,"15min":1.847},"last":0.871}]},{"osd":6,"last update":"Tue Sep 10 18:27:04 2024","interfaces":[{"interface":"back","average":{"1min":1.169,"5min":1.169,"15min":1.169},"min":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"max":{"1min":1.6080000000000001,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":0.94999999999999996},{"interface":"front","average":{"1min":1.0980000000000001,"5min":1.0980000000000001,"15min":1.0980000000000001},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.5389999999999999,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":0.97099999999999997}]}]},{"osd":6,"up_from":41,"seq":176093659169,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049104,"kb_used_data":520,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696048,"statfs":{"total":95995035648,"available":94920753152,"internally_reserved":1073741824,"allocated":532480,"data_stored":216754,"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":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":0.87,"5min":0.89900000000000002,"15min":0.90400000000000003},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.135,"5min":1.353,"15min":1.353},"last":0.96699999999999997},{"interface":"front","average":{"1min":0.879,"5min":0.88700000000000001,"15min":0.88800000000000001},"min":{"1min":0.61899999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.2549999999999999,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.68700000000000006}]},{"osd":1,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":0.88100000000000001,"5min":0.91800000000000004,"15min":0.92400000000000004},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.2030000000000001,"5min":1.2569999999999999,"15min":1.2569999999999999},"last":0.81000000000000005},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.95599999999999996,"15min":0.96599999999999997},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.0880000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":1}]},{"osd":2,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.88800000000000001,"15min":0.88700000000000001},"min":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.337,"5min":1.337,"15min":1.337},"last":0.85099999999999998},{"interface":"front","average":{"1min":0.95899999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"min":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.2829999999999999,"5min":1.2829999999999999,"15min":1.2829999999999999},"last":1.101}]},{"osd":3,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":0.999,"5min":0.95399999999999996,"15min":0.94599999999999995},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":2.1190000000000002,"5min":2.1190000000000002,"15min":2.1190000000000002},"last":1.2270000000000001},{"interface":"front","average":{"1min":0.96599999999999997,"5min":1.0049999999999999,"15min":1.0109999999999999},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.1850000000000001,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":0.94599999999999995}]},{"osd":4,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":0.93000000000000005,"5min":0.90900000000000003,"15min":0.90500000000000003},"min":{"1min":0.56599999999999995,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.6080000000000001,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":0.624},{"interface":"front","average":{"1min":0.96099999999999997,"5min":1.0329999999999999,"15min":1.0449999999999999},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.3,"5min":1.391,"15min":1.391},"last":1.2949999999999999}]},{"osd":5,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":0.98199999999999998,"15min":0.97599999999999998},"min":{"1min":0.61599999999999999,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.738,"5min":1.738,"15min":1.738},"last":0.89400000000000002},{"interface":"front","average":{"1min":1.054,"5min":1.073,"15min":1.0760000000000001},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.3100000000000001,"5min":1.327,"15min":1.327},"last":1.0660000000000001}]},{"osd":7,"last update":"Tue Sep 10 18:27:05 2024","interfaces":[{"interface":"back","average":{"1min":1.1619999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"min":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":1.861,"5min":1.861,"15min":1.861},"last":1.0269999999999999},{"interface":"front","average":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"min":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.4430000000000001,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":1.161}]}]},{"osd":1,"up_from":16,"seq":68719476796,"num_pgs":2,"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":217143,"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":"Tue Sep 10 18:27:30 2024","interfaces":[{"interface":"back","average":{"1min":0.68999999999999995,"5min":0.61499999999999999,"15min":0.54700000000000004},"min":{"1min":0.44500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.78700000000000003,"5min":0.65600000000000003,"15min":0.58799999999999997},"min":{"1min":0.47099999999999997,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.0569999999999999,"5min":1.0569999999999999,"15min":1.0569999999999999},"last":0.57899999999999996}]},{"osd":2,"last update":"Tue Sep 10 18:28:01 2024","interfaces":[{"interface":"back","average":{"1min":0.81200000000000006,"5min":0.74099999999999999,"15min":0.69399999999999995},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":1.476,"5min":1.476,"15min":1.476},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.76700000000000002,"5min":0.70499999999999996,"15min":0.67500000000000004},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":1.2929999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.60899999999999999}]},{"osd":3,"last update":"Tue Sep 10 18:27:20 2024","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.79400000000000004,"15min":0.76500000000000001},"min":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.1439999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.73599999999999999},{"interface":"front","average":{"1min":1.006,"5min":0.91100000000000003,"15min":0.86899999999999999},"min":{"1min":0.72999999999999998,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.3819999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":0.872}]},{"osd":4,"last update":"Tue Sep 10 18:27:46 2024","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":1.008,"15min":1.0049999999999999},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.212,"5min":1.7190000000000001,"15min":1.7190000000000001},"last":0.85499999999999998},{"interface":"front","average":{"1min":1.0389999999999999,"5min":0.997,"15min":0.97499999999999998},"min":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.2929999999999999,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":0.94999999999999996}]},{"osd":5,"last update":"Tue Sep 10 18:27:14 2024","interfaces":[{"interface":"back","average":{"1min":1.0760000000000001,"5min":1.0800000000000001,"15min":1.0800000000000001},"min":{"1min":0.877,"5min":0.83899999999999997,"15min":0.83899999999999997},"max":{"1min":1.4470000000000001,"5min":1.6910000000000001,"15min":1.6910000000000001},"last":0.80100000000000005},{"interface":"front","average":{"1min":1.026,"5min":1.032,"15min":1.0329999999999999},"min":{"1min":0.78800000000000003,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":1.306,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":1.1240000000000001}]},{"osd":6,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":1.125,"5min":1.1930000000000001,"15min":1.204},"min":{"1min":0.73499999999999999,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.4910000000000001,"5min":1.899,"15min":1.899},"last":0.96899999999999997},{"interface":"front","average":{"1min":1.202,"5min":1.2090000000000001,"15min":1.21},"min":{"1min":0.627,"5min":0.627,"15min":0.627},"max":{"1min":1.575,"5min":1.778,"15min":1.778},"last":1.0309999999999999}]},{"osd":7,"last update":"Tue Sep 10 18:27:04 2024","interfaces":[{"interface":"back","average":{"1min":1.2070000000000001,"5min":1.2070000000000001,"15min":1.2070000000000001},"min":{"1min":0.94699999999999995,"5min":0.94699999999999995,"15min":0.94699999999999995},"max":{"1min":1.6499999999999999,"5min":1.6499999999999999,"15min":1.6499999999999999},"last":1.216},{"interface":"front","average":{"1min":1.2929999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"min":{"1min":0.96599999999999997,"5min":0.96599999999999997,"15min":0.96599999999999997},"max":{"1min":1.8100000000000001,"5min":1.8100000000000001,"15min":1.8100000000000001},"last":0.92800000000000005}]}]},{"osd":0,"up_from":10,"seq":42949673024,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049104,"kb_used_data":520,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696048,"statfs":{"total":95995035648,"available":94920753152,"internally_reserved":1073741824,"allocated":532480,"data_stored":217124,"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":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":0.69999999999999996,"5min":0.64600000000000002,"15min":0.56100000000000005},"min":{"1min":0.45800000000000002,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.96999999999999997,"5min":2.6779999999999999,"15min":2.6779999999999999},"last":0.83099999999999996},{"interface":"front","average":{"1min":0.71699999999999997,"5min":0.66700000000000004,"15min":0.60299999999999998},"min":{"1min":0.53800000000000003,"5min":0.377,"15min":0.377},"max":{"1min":1.018,"5min":1.018,"15min":1.018},"last":0.76800000000000002}]},{"osd":2,"last update":"Tue Sep 10 18:27:54 2024","interfaces":[{"interface":"back","average":{"1min":0.69199999999999995,"5min":0.66600000000000004,"15min":0.63},"min":{"1min":0.45100000000000001,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.0169999999999999,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.78500000000000003},{"interface":"front","average":{"1min":0.78900000000000003,"5min":0.746,"15min":0.68300000000000005},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.097,"5min":1.375,"15min":1.375},"last":0.63}]},{"osd":3,"last update":"Tue Sep 10 18:27:21 2024","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.86499999999999999,"15min":0.83799999999999997},"min":{"1min":0.69299999999999995,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.238,"5min":1.238,"15min":1.238},"last":1.206},{"interface":"front","average":{"1min":0.85399999999999998,"5min":0.79800000000000004,"15min":0.76600000000000001},"min":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.1970000000000001,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":0.91600000000000004}]},{"osd":4,"last update":"Tue Sep 10 18:27:49 2024","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.877,"15min":0.86399999999999999},"min":{"1min":0.60799999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.298,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":0.88100000000000001},{"interface":"front","average":{"1min":0.97699999999999998,"5min":1.0289999999999999,"15min":1.0209999999999999},"min":{"1min":0.70999999999999996,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.4870000000000001,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":1.008}]},{"osd":5,"last update":"Tue Sep 10 18:27:11 2024","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.042,"15min":1.036},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.577,"5min":1.732,"15min":1.732},"last":1.1459999999999999},{"interface":"front","average":{"1min":1.121,"5min":1.1619999999999999,"15min":1.169},"min":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.389,"5min":1.5740000000000001,"15min":1.5740000000000001},"last":1.3100000000000001}]},{"osd":6,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":1.163,"5min":1.234,"15min":1.246},"min":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"max":{"1min":1.5660000000000001,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":1.1160000000000001},{"interface":"front","average":{"1min":1.1870000000000001,"5min":1.2010000000000001,"15min":1.2030000000000001},"min":{"1min":0.95299999999999996,"5min":0.79900000000000004,"15min":0.79900000000000004},"max":{"1min":1.4299999999999999,"5min":1.7050000000000001,"15min":1.7050000000000001},"last":1.036}]},{"osd":7,"last update":"Tue Sep 10 18:28:02 2024","interfaces":[{"interface":"back","average":{"1min":1.1559999999999999,"5min":1.2150000000000001,"15min":1.2250000000000001},"min":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"max":{"1min":1.613,"5min":1.613,"15min":1.613},"last":1.385},{"interface":"front","average":{"1min":1.1539999999999999,"5min":1.26,"15min":1.278},"min":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.5369999999999999,"5min":1.641,"15min":1.641},"last":1.2829999999999999}]}]},{"osd":2,"up_from":21,"seq":90194313269,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049100,"kb_used_data":516,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696052,"statfs":{"total":95995035648,"available":94920757248,"internally_reserved":1073741824,"allocated":528384,"data_stored":216735,"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":"Tue Sep 10 18:27:58 2024","interfaces":[{"interface":"back","average":{"1min":0.66900000000000004,"5min":0.68400000000000005,"15min":0.65600000000000003},"min":{"1min":0.433,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.91600000000000004,"5min":1.0700000000000001,"15min":1.0700000000000001},"last":0.94699999999999995},{"interface":"front","average":{"1min":0.70999999999999996,"5min":0.71099999999999997,"15min":0.68899999999999995},"min":{"1min":0.46300000000000002,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":1.1850000000000001,"5min":1.218,"15min":1.218},"last":0.91300000000000003}]},{"osd":1,"last update":"Tue Sep 10 18:27:58 2024","interfaces":[{"interface":"back","average":{"1min":0.70699999999999996,"5min":0.67400000000000004,"15min":0.64000000000000001},"min":{"1min":0.51300000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":0.95799999999999996,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":0.873},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.76500000000000001,"15min":0.74099999999999999},"min":{"1min":0.52200000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.1659999999999999,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":1.097}]},{"osd":3,"last update":"Tue Sep 10 18:27:18 2024","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.81499999999999995,"15min":0.80500000000000005},"min":{"1min":0.63600000000000001,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.3720000000000001,"5min":1.409,"15min":1.409},"last":1.0620000000000001},{"interface":"front","average":{"1min":0.84099999999999997,"5min":0.80100000000000005,"15min":0.79900000000000004},"min":{"1min":0.63500000000000001,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.2629999999999999,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":1.038}]},{"osd":4,"last update":"Tue Sep 10 18:27:48 2024","interfaces":[{"interface":"back","average":{"1min":0.998,"5min":0.97399999999999998,"15min":0.96599999999999997},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.3500000000000001,"5min":1.4650000000000001,"15min":1.4650000000000001},"last":1.1259999999999999},{"interface":"front","average":{"1min":0.93300000000000005,"5min":0.96799999999999997,"15min":0.95999999999999996},"min":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.3460000000000001,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":1.159}]},{"osd":5,"last update":"Tue Sep 10 18:27:09 2024","interfaces":[{"interface":"back","average":{"1min":1.046,"5min":1.04,"15min":1.0389999999999999},"min":{"1min":0.83899999999999997,"5min":0.82899999999999996,"15min":0.82899999999999996},"max":{"1min":1.3680000000000001,"5min":1.3680000000000001,"15min":1.3680000000000001},"last":1.4570000000000001},{"interface":"front","average":{"1min":1.125,"5min":1.0760000000000001,"15min":1.0680000000000001},"min":{"1min":0.875,"5min":0.86699999999999999,"15min":0.86699999999999999},"max":{"1min":1.4450000000000001,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":1.365}]},{"osd":6,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":1.175,"5min":1.1299999999999999,"15min":1.1220000000000001},"min":{"1min":0.89200000000000002,"5min":0.88400000000000001,"15min":0.88400000000000001},"max":{"1min":1.6240000000000001,"5min":1.6240000000000001,"15min":1.6240000000000001},"last":1.484},{"interface":"front","average":{"1min":1.1140000000000001,"5min":1.097,"15min":1.0940000000000001},"min":{"1min":0.80300000000000005,"5min":0.76900000000000002,"15min":0.76900000000000002},"max":{"1min":1.502,"5min":1.502,"15min":1.502},"last":1.518}]},{"osd":7,"last update":"Tue Sep 10 18:27:03 2024","interfaces":[{"interface":"back","average":{"1min":1.1599999999999999,"5min":1.1599999999999999,"15min":1.1599999999999999},"min":{"1min":0.753,"5min":0.753,"15min":0.753},"max":{"1min":1.4770000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":1.5700000000000001},{"interface":"front","average":{"1min":1.2170000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"min":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"max":{"1min":1.673,"5min":1.673,"15min":1.673},"last":1.431}]}]},{"osd":3,"up_from":26,"seq":111669149744,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049100,"kb_used_data":516,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696052,"statfs":{"total":95995035648,"available":94920757248,"internally_reserved":1073741824,"allocated":528384,"data_stored":216735,"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":"Tue Sep 10 18:27:21 2024","interfaces":[{"interface":"back","average":{"1min":0.69599999999999995,"5min":0.67200000000000004,"15min":0.67100000000000004},"min":{"1min":0.51400000000000001,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.85899999999999999,"5min":1.0860000000000001,"15min":1.0860000000000001},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.81899999999999995,"5min":0.70299999999999996,"15min":0.66900000000000004},"min":{"1min":0.57099999999999995,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.087,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.60399999999999998}]},{"osd":1,"last update":"Tue Sep 10 18:27:21 2024","interfaces":[{"interface":"back","average":{"1min":0.81200000000000006,"5min":0.76100000000000001,"15min":0.752},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.071,"5min":1.1020000000000001,"15min":1.1020000000000001},"last":0.79000000000000004},{"interface":"front","average":{"1min":0.81599999999999995,"5min":0.79900000000000004,"15min":0.80300000000000005},"min":{"1min":0.505,"5min":0.505,"15min":0.505},"max":{"1min":1.397,"5min":2.3650000000000002,"15min":2.3650000000000002},"last":0.627}]},{"osd":2,"last update":"Tue Sep 10 18:27:21 2024","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.82599999999999996,"15min":0.81599999999999995},"min":{"1min":0.63,"5min":0.626,"15min":0.626},"max":{"1min":1.175,"5min":1.177,"15min":1.177},"last":0.81200000000000006},{"interface":"front","average":{"1min":0.79500000000000004,"5min":0.81200000000000006,"15min":0.81299999999999994},"min":{"1min":0.55500000000000005,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.0840000000000001,"5min":1.948,"15min":1.948},"last":0.73799999999999999}]},{"osd":4,"last update":"Tue Sep 10 18:27:49 2024","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":0.92400000000000004,"15min":0.89800000000000002},"min":{"1min":0.74399999999999999,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.2909999999999999,"5min":1.347,"15min":1.347},"last":1.052},{"interface":"front","average":{"1min":0.99399999999999999,"5min":0.92400000000000004,"15min":0.89400000000000002},"min":{"1min":0.79500000000000004,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.83899999999999997}]},{"osd":5,"last update":"Tue Sep 10 18:27:12 2024","interfaces":[{"interface":"back","average":{"1min":1.0700000000000001,"5min":2.423,"15min":2.649},"min":{"1min":0.79700000000000004,"5min":0.77700000000000002,"15min":0.77700000000000002},"max":{"1min":1.395,"5min":33.695999999999998,"15min":33.695999999999998},"last":0.99399999999999999},{"interface":"front","average":{"1min":1.131,"5min":2.355,"15min":2.5590000000000002},"min":{"1min":0.875,"5min":0.84399999999999997,"15min":0.84399999999999997},"max":{"1min":1.3680000000000001,"5min":31.870999999999999,"15min":31.870999999999999},"last":1.3109999999999999}]},{"osd":6,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.1499999999999999,"15min":1.1479999999999999},"min":{"1min":0.95399999999999996,"5min":0.82399999999999995,"15min":0.82399999999999995},"max":{"1min":1.679,"5min":1.679,"15min":1.679},"last":1.2250000000000001},{"interface":"front","average":{"1min":1.1839999999999999,"5min":1.0900000000000001,"15min":1.0740000000000001},"min":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"max":{"1min":1.847,"5min":1.847,"15min":1.847},"last":1.075}]},{"osd":7,"last update":"Tue Sep 10 18:27:05 2024","interfaces":[{"interface":"back","average":{"1min":1.175,"5min":1.175,"15min":1.175},"min":{"1min":0.89500000000000002,"5min":0.89500000000000002,"15min":0.89500000000000002},"max":{"1min":1.587,"5min":1.587,"15min":1.587},"last":1.27},{"interface":"front","average":{"1min":1.1819999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"min":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"max":{"1min":1.5640000000000001,"5min":1.5640000000000001,"15min":1.5640000000000001},"last":1.1779999999999999}]}]},{"osd":4,"up_from":31,"seq":133143986219,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049100,"kb_used_data":516,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696052,"statfs":{"total":95995035648,"available":94920757248,"internally_reserved":1073741824,"allocated":528384,"data_stored":216735,"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":"Tue Sep 10 18:27:45 2024","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.84699999999999998,"15min":0.82799999999999996},"min":{"1min":0.60399999999999998,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.3129999999999999,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":1.329},{"interface":"front","average":{"1min":0.88200000000000001,"5min":0.88900000000000001,"15min":0.89000000000000001},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.1830000000000001,"5min":1.367,"15min":1.367},"last":1.0509999999999999}]},{"osd":1,"last update":"Tue Sep 10 18:27:45 2024","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.89100000000000001,"15min":0.873},"min":{"1min":0.67400000000000004,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.2190000000000001,"5min":1.331,"15min":1.331},"last":1.3759999999999999},{"interface":"front","average":{"1min":0.82899999999999996,"5min":0.87,"15min":0.878},"min":{"1min":0.624,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.127,"5min":1.458,"15min":1.458},"last":0.66800000000000004}]},{"osd":2,"last update":"Tue Sep 10 18:27:45 2024","interfaces":[{"interface":"back","average":{"1min":0.85899999999999999,"5min":0.89800000000000002,"15min":0.90700000000000003},"min":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.052,"5min":1.284,"15min":1.284},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.94399999999999995,"15min":0.91800000000000004},"min":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.302,"5min":1.389,"15min":1.389},"last":0.98099999999999998}]},{"osd":3,"last update":"Tue Sep 10 18:27:45 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.91900000000000004,"15min":0.90800000000000003},"min":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.2050000000000001,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.95199999999999996,"15min":0.93700000000000006},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.222,"5min":1.304,"15min":1.304},"last":1.2470000000000001}]},{"osd":5,"last update":"Tue Sep 10 18:27:14 2024","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":0.81999999999999995,"15min":0.79900000000000004},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.24,"5min":1.321,"15min":1.321},"last":1.413},{"interface":"front","average":{"1min":1.026,"5min":0.90600000000000003,"15min":0.88600000000000001},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.371,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":0.72699999999999998}]},{"osd":6,"last update":"Tue Sep 10 18:27:45 2024","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":1.0109999999999999,"15min":1.012},"min":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.3200000000000001,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":0.93300000000000005},{"interface":"front","average":{"1min":1.016,"5min":1.022,"15min":1.0229999999999999},"min":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.2749999999999999,"5min":1.377,"15min":1.377},"last":1.5009999999999999}]},{"osd":7,"last update":"Tue Sep 10 18:28:03 2024","interfaces":[{"interface":"back","average":{"1min":1.109,"5min":1.1479999999999999,"15min":1.1539999999999999},"min":{"1min":0.67900000000000005,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.3839999999999999,"5min":1.524,"15min":1.524},"last":1.2769999999999999},{"interface":"front","average":{"1min":1.1319999999999999,"5min":1.1519999999999999,"15min":1.155},"min":{"1min":0.89400000000000002,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.4570000000000001,"5min":1.4570000000000001,"15min":1.4570000000000001},"last":1.4570000000000001}]}]},{"osd":5,"up_from":36,"seq":154618822694,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049104,"kb_used_data":520,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696048,"statfs":{"total":95995035648,"available":94920753152,"internally_reserved":1073741824,"allocated":532480,"data_stored":216754,"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":"Tue Sep 10 18:27:09 2024","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.878,"15min":0.88400000000000001},"min":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.2370000000000001,"5min":1.45,"15min":1.45},"last":1.026},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.87,"15min":0.86599999999999999},"min":{"1min":0.64800000000000002,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.1859999999999999,"5min":1.456,"15min":1.456},"last":1.2909999999999999}]},{"osd":1,"last update":"Tue Sep 10 18:27:09 2024","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.872,"15min":0.85799999999999998},"min":{"1min":0.73499999999999999,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.272,"5min":1.607,"15min":1.607},"last":1.155},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.90900000000000003,"15min":0.90300000000000002},"min":{"1min":0.78600000000000003,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.129,"5min":1.254,"15min":1.254},"last":0.84199999999999997}]},{"osd":2,"last update":"Tue Sep 10 18:27:09 2024","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"min":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.2350000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.93300000000000005,"5min":0.95699999999999996,"15min":0.96099999999999997},"min":{"1min":0.74299999999999999,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.23,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":0.97399999999999998}]},{"osd":3,"last update":"Tue Sep 10 18:27:09 2024","interfaces":[{"interface":"back","average":{"1min":0.98199999999999998,"5min":0.90600000000000003,"15min":0.89400000000000002},"min":{"1min":0.64800000000000002,"5min":0.624,"15min":0.624},"max":{"1min":1.319,"5min":1.319,"15min":1.319},"last":0.79600000000000004},{"interface":"front","average":{"1min":1.0309999999999999,"5min":0.97999999999999998,"15min":0.97199999999999998},"min":{"1min":0.72699999999999998,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.2669999999999999,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":1.0660000000000001}]},{"osd":4,"last update":"Tue Sep 10 18:27:09 2024","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.81100000000000005,"15min":0.79300000000000004},"min":{"1min":0.58799999999999997,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.419,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":0.67300000000000004},{"interface":"front","average":{"1min":1.01,"5min":0.85699999999999998,"15min":0.83099999999999996},"min":{"1min":0.622,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.4410000000000001,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":0.89700000000000002}]},{"osd":6,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":0.95999999999999996,"5min":0.99099999999999999,"15min":0.996},"min":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.3129999999999999,"5min":1.367,"15min":1.367},"last":0.93400000000000005},{"interface":"front","average":{"1min":1.0640000000000001,"5min":1.073,"15min":1.075},"min":{"1min":0.77500000000000002,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.3200000000000001,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":1.101}]},{"osd":7,"last update":"Tue Sep 10 18:27:04 2024","interfaces":[{"interface":"back","average":{"1min":1.143,"5min":1.143,"15min":1.143},"min":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"max":{"1min":1.464,"5min":1.464,"15min":1.464},"last":1.004},{"interface":"front","average":{"1min":1.0660000000000001,"5min":1.0660000000000001,"15min":1.0660000000000001},"min":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.4399999999999999,"5min":1.4399999999999999,"15min":1.4399999999999999},"last":1.224}]}]}]}} 2024-09-10T18:28:07.580 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T18:28:07.713 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:28:07.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:07 smithi031 bash[14957]: cluster 2024-09-10T18:28:06.548734+0000 mgr.y (mgr.14138) 286 : cluster [DBG] pgmap v248: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:07.821 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:07 smithi031 bash[19205]: cluster 2024-09-10T18:28:06.548734+0000 mgr.y (mgr.14138) 286 : cluster [DBG] pgmap v248: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:07.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:07 smithi063 bash[14646]: cluster 2024-09-10T18:28:06.548734+0000 mgr.y (mgr.14138) 286 : cluster [DBG] pgmap v248: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:08.328 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:08 smithi063 systemd[1]: Stopping Ceph prometheus.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:28:08.328 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:08 smithi063 bash[24054]: level=warn ts=2024-09-10T18:28:08.144Z caller=main.go:524 msg="Received SIGTERM, exiting gracefully..." 2024-09-10T18:28:08.328 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:08 smithi063 bash[24054]: level=info ts=2024-09-10T18:28:08.144Z caller=main.go:547 msg="Stopping scrape discovery manager..." 2024-09-10T18:28:08.328 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:08 smithi063 bash[24054]: level=info ts=2024-09-10T18:28:08.144Z caller=main.go:561 msg="Stopping notify discovery manager..." 2024-09-10T18:28:08.328 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:08 smithi063 bash[24054]: level=info ts=2024-09-10T18:28:08.144Z caller=main.go:583 msg="Stopping scrape manager..." 2024-09-10T18:28:08.328 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:08 smithi063 bash[24054]: level=info ts=2024-09-10T18:28:08.144Z caller=main.go:543 msg="Scrape discovery manager stopped" 2024-09-10T18:28:08.328 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:08 smithi063 bash[24054]: level=info ts=2024-09-10T18:28:08.144Z caller=manager.go:882 component="rule manager" msg="Stopping rule manager..." 2024-09-10T18:28:08.328 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:08 smithi063 bash[24054]: level=info ts=2024-09-10T18:28:08.144Z caller=manager.go:892 component="rule manager" msg="Rule manager stopped" 2024-09-10T18:28:08.329 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:08 smithi063 bash[24054]: level=info ts=2024-09-10T18:28:08.144Z caller=main.go:577 msg="Scrape manager stopped" 2024-09-10T18:28:08.329 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:08 smithi063 bash[24054]: level=info ts=2024-09-10T18:28:08.144Z caller=main.go:557 msg="Notify discovery manager stopped" 2024-09-10T18:28:08.329 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:08 smithi063 bash[24054]: level=info ts=2024-09-10T18:28:08.144Z caller=notifier.go:601 component=notifier msg="Stopping notification manager..." 2024-09-10T18:28:08.329 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:08 smithi063 bash[24054]: level=info ts=2024-09-10T18:28:08.144Z caller=main.go:749 msg="Notifier manager stopped" 2024-09-10T18:28:08.329 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:08 smithi063 bash[24054]: level=info ts=2024-09-10T18:28:08.145Z caller=main.go:761 msg="See you next time!" 2024-09-10T18:28:08.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:08 smithi063 bash[14646]: audit 2024-09-10T18:28:06.958440+0000 mgr.y (mgr.14138) 287 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:28:08.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:08 smithi031 bash[14957]: audit 2024-09-10T18:28:06.958440+0000 mgr.y (mgr.14138) 287 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:28:08.853 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:08 smithi031 bash[19205]: audit 2024-09-10T18:28:06.958440+0000 mgr.y (mgr.14138) 287 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:28:09.027 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:08 smithi063 docker[25405]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-prometheus.a 2024-09-10T18:28:09.027 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:08 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@prometheus.a.service: Succeeded. 2024-09-10T18:28:09.027 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:08 smithi063 systemd[1]: Stopped Ceph prometheus.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:28:09.027 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:08 smithi063 systemd[1]: Started Ceph prometheus.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:28:09.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[14957]: cluster 2024-09-10T18:28:08.549406+0000 mgr.y (mgr.14138) 288 : cluster [DBG] pgmap v249: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:28:09.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[14957]: audit 2024-09-10T18:28:08.936004+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:09.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[14957]: audit 2024-09-10T18:28:08.940302+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:28:09.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[14957]: audit 2024-09-10T18:28:08.942940+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031:9093"}]: dispatch 2024-09-10T18:28:09.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[14957]: audit 2024-09-10T18:28:08.951239+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:09.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[14957]: audit 2024-09-10T18:28:08.959949+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:28:09.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[14957]: audit 2024-09-10T18:28:08.970037+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063:9095"}]: dispatch 2024-09-10T18:28:09.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[14957]: audit 2024-09-10T18:28:08.978409+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:09.734 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[14957]: audit 2024-09-10T18:28:08.987118+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:28:09.735 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[14957]: audit 2024-09-10T18:28:08.997387+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063:3000"}]: dispatch 2024-09-10T18:28:09.735 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[14957]: audit 2024-09-10T18:28:09.006931+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:09.735 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[14957]: audit 2024-09-10T18:28:09.013258+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:28:09.735 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[14957]: audit 2024-09-10T18:28:09.013798+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:28:09.735 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[19205]: cluster 2024-09-10T18:28:08.549406+0000 mgr.y (mgr.14138) 288 : cluster [DBG] pgmap v249: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:28:09.735 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[19205]: audit 2024-09-10T18:28:08.936004+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:09.735 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[19205]: audit 2024-09-10T18:28:08.940302+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:28:09.735 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[19205]: audit 2024-09-10T18:28:08.942940+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031:9093"}]: dispatch 2024-09-10T18:28:09.735 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[19205]: audit 2024-09-10T18:28:08.951239+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:09.735 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[19205]: audit 2024-09-10T18:28:08.959949+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:28:09.736 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[19205]: audit 2024-09-10T18:28:08.970037+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063:9095"}]: dispatch 2024-09-10T18:28:09.736 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[19205]: audit 2024-09-10T18:28:08.978409+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:09.736 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[19205]: audit 2024-09-10T18:28:08.987118+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:28:09.736 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[19205]: audit 2024-09-10T18:28:08.997387+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063:3000"}]: dispatch 2024-09-10T18:28:09.736 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[19205]: audit 2024-09-10T18:28:09.006931+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:09.736 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[19205]: audit 2024-09-10T18:28:09.013258+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:28:09.736 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:09 smithi031 bash[19205]: audit 2024-09-10T18:28:09.013798+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:28:09.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:09 smithi063 bash[14646]: cluster 2024-09-10T18:28:08.549406+0000 mgr.y (mgr.14138) 288 : cluster [DBG] pgmap v249: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:28:09.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:09 smithi063 bash[14646]: audit 2024-09-10T18:28:08.936004+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:09.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:09 smithi063 bash[14646]: audit 2024-09-10T18:28:08.940302+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:28:09.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:09 smithi063 bash[14646]: audit 2024-09-10T18:28:08.942940+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031:9093"}]: dispatch 2024-09-10T18:28:09.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:09 smithi063 bash[14646]: audit 2024-09-10T18:28:08.951239+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:09.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:09 smithi063 bash[14646]: audit 2024-09-10T18:28:08.959949+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:28:09.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:09 smithi063 bash[14646]: audit 2024-09-10T18:28:08.970037+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063:9095"}]: dispatch 2024-09-10T18:28:09.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:09 smithi063 bash[14646]: audit 2024-09-10T18:28:08.978409+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:09.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:09 smithi063 bash[14646]: audit 2024-09-10T18:28:08.987118+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:28:09.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:09 smithi063 bash[14646]: audit 2024-09-10T18:28:08.997387+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063:3000"}]: dispatch 2024-09-10T18:28:09.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:09 smithi063 bash[14646]: audit 2024-09-10T18:28:09.006931+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:09.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:09 smithi063 bash[14646]: audit 2024-09-10T18:28:09.013258+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:28:09.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:09 smithi063 bash[14646]: audit 2024-09-10T18:28:09.013798+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:28:10.378 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[25453]: level=info ts=2024-09-10T18:28:10.217Z caller=main.go:302 msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-10T18:28:10.378 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[25453]: level=info ts=2024-09-10T18:28:10.218Z caller=main.go:337 msg="Starting Prometheus" version="(version=2.18.1, branch=HEAD, revision=ecee9c8abfd118f139014cb1b174b08db3f342cf)" 2024-09-10T18:28:10.378 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[25453]: level=info ts=2024-09-10T18:28:10.218Z caller=main.go:338 build_context="(go=go1.14.2, user=root@2117a9e64a7e, date=20200507-16:51:47)" 2024-09-10T18:28:10.378 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[25453]: level=info ts=2024-09-10T18:28:10.218Z 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 smithi063 (none))" 2024-09-10T18:28:10.378 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[25453]: level=info ts=2024-09-10T18:28:10.218Z caller=main.go:340 fd_limits="(soft=1048576, hard=1048576)" 2024-09-10T18:28:10.378 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[25453]: level=info ts=2024-09-10T18:28:10.218Z caller=main.go:341 vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-10T18:28:10.379 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[25453]: level=info ts=2024-09-10T18:28:10.222Z caller=web.go:523 component=web msg="Start listening for connections" address=:9095 2024-09-10T18:28:10.379 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[25453]: level=info ts=2024-09-10T18:28:10.222Z caller=main.go:678 msg="Starting TSDB ..." 2024-09-10T18:28:10.379 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[25453]: level=info ts=2024-09-10T18:28:10.228Z caller=head.go:575 component=tsdb msg="Replaying WAL, this may take awhile" 2024-09-10T18:28:10.379 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[25453]: level=info ts=2024-09-10T18:28:10.228Z caller=head.go:624 component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-09-10T18:28:10.379 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[25453]: level=info ts=2024-09-10T18:28:10.229Z caller=head.go:624 component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-09-10T18:28:10.379 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[25453]: level=info ts=2024-09-10T18:28:10.229Z caller=head.go:627 component=tsdb msg="WAL replay completed" duration=753.487µs 2024-09-10T18:28:10.379 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[25453]: level=info ts=2024-09-10T18:28:10.231Z caller=main.go:694 fs_type=XFS_SUPER_MAGIC 2024-09-10T18:28:10.379 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[25453]: level=info ts=2024-09-10T18:28:10.231Z caller=main.go:695 msg="TSDB started" 2024-09-10T18:28:10.379 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[25453]: level=info ts=2024-09-10T18:28:10.231Z caller=main.go:799 msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-10T18:28:10.379 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[25453]: level=info ts=2024-09-10T18:28:10.232Z caller=main.go:827 msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-10T18:28:10.379 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[25453]: level=info ts=2024-09-10T18:28:10.232Z caller=main.go:646 msg="Server is ready to receive web requests." 2024-09-10T18:28:10.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:10 smithi031 bash[19205]: audit 2024-09-10T18:28:08.941055+0000 mgr.y (mgr.14138) 289 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:28:10.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:10 smithi031 bash[19205]: audit 2024-09-10T18:28:08.943473+0000 mgr.y (mgr.14138) 290 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031:9093"}]: dispatch 2024-09-10T18:28:10.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:10 smithi031 bash[19205]: audit 2024-09-10T18:28:08.960688+0000 mgr.y (mgr.14138) 291 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:28:10.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:10 smithi031 bash[19205]: audit 2024-09-10T18:28:08.970465+0000 mgr.y (mgr.14138) 292 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063:9095"}]: dispatch 2024-09-10T18:28:10.854 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:10 smithi031 bash[19205]: audit 2024-09-10T18:28:08.987809+0000 mgr.y (mgr.14138) 293 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:28:10.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:10 smithi031 bash[19205]: audit 2024-09-10T18:28:08.997888+0000 mgr.y (mgr.14138) 294 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063:3000"}]: dispatch 2024-09-10T18:28:10.855 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:10 smithi031 bash[19205]: audit 2024-09-10T18:28:10.309440+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:10.855 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:10 smithi031 bash[14957]: audit 2024-09-10T18:28:08.941055+0000 mgr.y (mgr.14138) 289 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:28:10.855 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:10 smithi031 bash[14957]: audit 2024-09-10T18:28:08.943473+0000 mgr.y (mgr.14138) 290 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031:9093"}]: dispatch 2024-09-10T18:28:10.855 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:10 smithi031 bash[14957]: audit 2024-09-10T18:28:08.960688+0000 mgr.y (mgr.14138) 291 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:28:10.855 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:10 smithi031 bash[14957]: audit 2024-09-10T18:28:08.970465+0000 mgr.y (mgr.14138) 292 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063:9095"}]: dispatch 2024-09-10T18:28:10.855 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:10 smithi031 bash[14957]: audit 2024-09-10T18:28:08.987809+0000 mgr.y (mgr.14138) 293 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:28:10.855 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:10 smithi031 bash[14957]: audit 2024-09-10T18:28:08.997888+0000 mgr.y (mgr.14138) 294 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063:3000"}]: dispatch 2024-09-10T18:28:10.855 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:10 smithi031 bash[14957]: audit 2024-09-10T18:28:10.309440+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:10.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[14646]: audit 2024-09-10T18:28:08.941055+0000 mgr.y (mgr.14138) 289 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:28:10.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[14646]: audit 2024-09-10T18:28:08.943473+0000 mgr.y (mgr.14138) 290 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031:9093"}]: dispatch 2024-09-10T18:28:10.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[14646]: audit 2024-09-10T18:28:08.960688+0000 mgr.y (mgr.14138) 291 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:28:10.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[14646]: audit 2024-09-10T18:28:08.970465+0000 mgr.y (mgr.14138) 292 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063:9095"}]: dispatch 2024-09-10T18:28:10.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[14646]: audit 2024-09-10T18:28:08.987809+0000 mgr.y (mgr.14138) 293 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:28:10.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[14646]: audit 2024-09-10T18:28:08.997888+0000 mgr.y (mgr.14138) 294 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063:3000"}]: dispatch 2024-09-10T18:28:10.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:10 smithi063 bash[14646]: audit 2024-09-10T18:28:10.309440+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:11.190 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:28:11.193 INFO:teuthology.orchestra.run.smithi031.stderr:dumped all 2024-09-10T18:28:11.881 INFO:teuthology.orchestra.run.smithi031.stdout:{"pg_ready":true,"pg_map":{"version":250,"stamp":"2024-09-10T18:28:10.549750+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":100,"num_read_kb":95,"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":8392824,"kb_used_data":4152,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568392,"statfs":{"total":767960285184,"available":759366033408,"internally_reserved":8589934592,"allocated":4251648,"data_stored":1735104,"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.003926"},"pg_stats":[{"pgid":"2.2","version":"53'2","reported_seq":"21","reported_epoch":"54","state":"active+clean","last_fresh":"2024-09-10T18:26:32.080938+0000","last_change":"2024-09-10T18:26:20.735411+0000","last_active":"2024-09-10T18:26:32.080938+0000","last_peered":"2024-09-10T18:26:32.080938+0000","last_clean":"2024-09-10T18:26:32.080938+0000","last_became_active":"2024-09-10T18:26:15.933072+0000","last_became_peered":"2024-09-10T18:26:15.933072+0000","last_unstale":"2024-09-10T18:26:32.080938+0000","last_undegraded":"2024-09-10T18:26:32.080938+0000","last_fullsized":"2024-09-10T18:26:32.080938+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T18:26:14.660787+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T18:26:14.660787+0000","last_clean_scrub_stamp":"2024-09-10T18:26:14.660787+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":"54","state":"active+clean","last_fresh":"2024-09-10T18:26:33.114025+0000","last_change":"2024-09-10T18:26:22.211299+0000","last_active":"2024-09-10T18:26:33.114025+0000","last_peered":"2024-09-10T18:26:33.114025+0000","last_clean":"2024-09-10T18:26:33.114025+0000","last_became_active":"2024-09-10T18:26:16.411468+0000","last_became_peered":"2024-09-10T18:26:16.411468+0000","last_unstale":"2024-09-10T18:26:33.114025+0000","last_undegraded":"2024-09-10T18:26:33.114025+0000","last_fullsized":"2024-09-10T18:26:33.114025+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T18:26:14.660787+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T18:26:14.660787+0000","last_clean_scrub_stamp":"2024-09-10T18:26:14.660787+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":"53","state":"active+clean","last_fresh":"2024-09-10T18:26:22.211268+0000","last_change":"2024-09-10T18:26:02.660556+0000","last_active":"2024-09-10T18:26:22.211268+0000","last_peered":"2024-09-10T18:26:22.211268+0000","last_clean":"2024-09-10T18:26:22.211268+0000","last_became_active":"2024-09-10T18:26:02.659259+0000","last_became_peered":"2024-09-10T18:26:02.659259+0000","last_unstale":"2024-09-10T18:26:22.211268+0000","last_undegraded":"2024-09-10T18:26:22.211268+0000","last_fullsized":"2024-09-10T18:26:22.211268+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":5,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T18:21:43.651587+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T18:21:43.651587+0000","last_clean_scrub_stamp":"2024-09-10T18:21:43.651587+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":"54'5","reported_seq":"122","reported_epoch":"54","state":"active+clean","last_fresh":"2024-09-10T18:28:05.265145+0000","last_change":"2024-09-10T18:26:22.212372+0000","last_active":"2024-09-10T18:28:05.265145+0000","last_peered":"2024-09-10T18:28:05.265145+0000","last_clean":"2024-09-10T18:28:05.265145+0000","last_became_active":"2024-09-10T18:26:16.411573+0000","last_became_peered":"2024-09-10T18:26:16.411573+0000","last_unstale":"2024-09-10T18:28:05.265145+0000","last_undegraded":"2024-09-10T18:28:05.265145+0000","last_fullsized":"2024-09-10T18:28:05.265145+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T18:26:14.660787+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T18:26:14.660787+0000","last_clean_scrub_stamp":"2024-09-10T18:26:14.660787+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":100,"num_read_kb":95,"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":100,"num_read_kb":95,"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":46,"seq":197568495644,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049104,"kb_used_data":520,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696048,"statfs":{"total":95995035648,"available":94920753152,"internally_reserved":1073741824,"allocated":532480,"data_stored":217124,"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":"Tue Sep 10 18:27:04 2024","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.875,"15min":0.875},"min":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.198,"5min":1.198,"15min":1.198},"last":1.038},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.92000000000000004,"15min":0.92000000000000004},"min":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.2549999999999999,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.80800000000000005}]},{"osd":1,"last update":"Tue Sep 10 18:27:04 2024","interfaces":[{"interface":"back","average":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"min":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.137,"5min":1.137,"15min":1.137},"last":0.92600000000000005},{"interface":"front","average":{"1min":0.99099999999999999,"5min":0.99099999999999999,"15min":0.99099999999999999},"min":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.7190000000000001,"5min":1.7190000000000001,"15min":1.7190000000000001},"last":1.0680000000000001}]},{"osd":2,"last update":"Tue Sep 10 18:27:04 2024","interfaces":[{"interface":"back","average":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.95399999999999996},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97499999999999998},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.232,"5min":1.232,"15min":1.232},"last":1.1890000000000001}]},{"osd":3,"last update":"Tue Sep 10 18:27:04 2024","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"min":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":1.089},{"interface":"front","average":{"1min":0.98899999999999999,"5min":0.98899999999999999,"15min":0.98899999999999999},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":1.1240000000000001}]},{"osd":4,"last update":"Tue Sep 10 18:27:04 2024","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"min":{"1min":0.63,"5min":0.63,"15min":0.63},"max":{"1min":1.484,"5min":1.484,"15min":1.484},"last":0.89300000000000002},{"interface":"front","average":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"min":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.508,"5min":1.508,"15min":1.508},"last":0.77700000000000002}]},{"osd":5,"last update":"Tue Sep 10 18:27:04 2024","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.101,"15min":1.101},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.6100000000000001,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":0.84099999999999997},{"interface":"front","average":{"1min":1.1040000000000001,"5min":1.1040000000000001,"15min":1.1040000000000001},"min":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":1.847,"5min":1.847,"15min":1.847},"last":1.012}]},{"osd":6,"last update":"Tue Sep 10 18:27:04 2024","interfaces":[{"interface":"back","average":{"1min":1.169,"5min":1.169,"15min":1.169},"min":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"max":{"1min":1.6080000000000001,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":1.1120000000000001},{"interface":"front","average":{"1min":1.0980000000000001,"5min":1.0980000000000001,"15min":1.0980000000000001},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.5389999999999999,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":0.877}]}]},{"osd":6,"up_from":41,"seq":176093659169,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049104,"kb_used_data":520,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696048,"statfs":{"total":95995035648,"available":94920753152,"internally_reserved":1073741824,"allocated":532480,"data_stored":216754,"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":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":0.87,"5min":0.89900000000000002,"15min":0.90400000000000003},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.135,"5min":1.353,"15min":1.353},"last":0.96699999999999997},{"interface":"front","average":{"1min":0.879,"5min":0.88700000000000001,"15min":0.88800000000000001},"min":{"1min":0.61899999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.2549999999999999,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.68700000000000006}]},{"osd":1,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":0.88100000000000001,"5min":0.91800000000000004,"15min":0.92400000000000004},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.2030000000000001,"5min":1.2569999999999999,"15min":1.2569999999999999},"last":0.81000000000000005},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.95599999999999996,"15min":0.96599999999999997},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.0880000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":1}]},{"osd":2,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.88800000000000001,"15min":0.88700000000000001},"min":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.337,"5min":1.337,"15min":1.337},"last":0.85099999999999998},{"interface":"front","average":{"1min":0.95899999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"min":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.2829999999999999,"5min":1.2829999999999999,"15min":1.2829999999999999},"last":1.101}]},{"osd":3,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":0.999,"5min":0.95399999999999996,"15min":0.94599999999999995},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":2.1190000000000002,"5min":2.1190000000000002,"15min":2.1190000000000002},"last":1.2270000000000001},{"interface":"front","average":{"1min":0.96599999999999997,"5min":1.0049999999999999,"15min":1.0109999999999999},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.1850000000000001,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":0.94599999999999995}]},{"osd":4,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":0.93000000000000005,"5min":0.90900000000000003,"15min":0.90500000000000003},"min":{"1min":0.56599999999999995,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.6080000000000001,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":0.624},{"interface":"front","average":{"1min":0.96099999999999997,"5min":1.0329999999999999,"15min":1.0449999999999999},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.3,"5min":1.391,"15min":1.391},"last":1.2949999999999999}]},{"osd":5,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":0.98199999999999998,"15min":0.97599999999999998},"min":{"1min":0.61599999999999999,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.738,"5min":1.738,"15min":1.738},"last":0.89400000000000002},{"interface":"front","average":{"1min":1.054,"5min":1.073,"15min":1.0760000000000001},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.3100000000000001,"5min":1.327,"15min":1.327},"last":1.0660000000000001}]},{"osd":7,"last update":"Tue Sep 10 18:27:05 2024","interfaces":[{"interface":"back","average":{"1min":1.1619999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"min":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":1.861,"5min":1.861,"15min":1.861},"last":1.0269999999999999},{"interface":"front","average":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"min":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.4430000000000001,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":1.161}]}]},{"osd":1,"up_from":16,"seq":68719476796,"num_pgs":2,"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":217143,"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":"Tue Sep 10 18:27:30 2024","interfaces":[{"interface":"back","average":{"1min":0.68999999999999995,"5min":0.61499999999999999,"15min":0.54700000000000004},"min":{"1min":0.44500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.78700000000000003,"5min":0.65600000000000003,"15min":0.58799999999999997},"min":{"1min":0.47099999999999997,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.0569999999999999,"5min":1.0569999999999999,"15min":1.0569999999999999},"last":0.57899999999999996}]},{"osd":2,"last update":"Tue Sep 10 18:28:01 2024","interfaces":[{"interface":"back","average":{"1min":0.81200000000000006,"5min":0.74099999999999999,"15min":0.69399999999999995},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":1.476,"5min":1.476,"15min":1.476},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.76700000000000002,"5min":0.70499999999999996,"15min":0.67500000000000004},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":1.2929999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.60899999999999999}]},{"osd":3,"last update":"Tue Sep 10 18:27:20 2024","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.79400000000000004,"15min":0.76500000000000001},"min":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.1439999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.73599999999999999},{"interface":"front","average":{"1min":1.006,"5min":0.91100000000000003,"15min":0.86899999999999999},"min":{"1min":0.72999999999999998,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.3819999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":0.872}]},{"osd":4,"last update":"Tue Sep 10 18:27:46 2024","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":1.008,"15min":1.0049999999999999},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.212,"5min":1.7190000000000001,"15min":1.7190000000000001},"last":0.85499999999999998},{"interface":"front","average":{"1min":1.0389999999999999,"5min":0.997,"15min":0.97499999999999998},"min":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.2929999999999999,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":0.94999999999999996}]},{"osd":5,"last update":"Tue Sep 10 18:27:14 2024","interfaces":[{"interface":"back","average":{"1min":1.0760000000000001,"5min":1.0800000000000001,"15min":1.0800000000000001},"min":{"1min":0.877,"5min":0.83899999999999997,"15min":0.83899999999999997},"max":{"1min":1.4470000000000001,"5min":1.6910000000000001,"15min":1.6910000000000001},"last":0.80100000000000005},{"interface":"front","average":{"1min":1.026,"5min":1.032,"15min":1.0329999999999999},"min":{"1min":0.78800000000000003,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":1.306,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":1.1240000000000001}]},{"osd":6,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":1.125,"5min":1.1930000000000001,"15min":1.204},"min":{"1min":0.73499999999999999,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.4910000000000001,"5min":1.899,"15min":1.899},"last":0.96899999999999997},{"interface":"front","average":{"1min":1.202,"5min":1.2090000000000001,"15min":1.21},"min":{"1min":0.627,"5min":0.627,"15min":0.627},"max":{"1min":1.575,"5min":1.778,"15min":1.778},"last":1.0309999999999999}]},{"osd":7,"last update":"Tue Sep 10 18:27:04 2024","interfaces":[{"interface":"back","average":{"1min":1.2070000000000001,"5min":1.2070000000000001,"15min":1.2070000000000001},"min":{"1min":0.94699999999999995,"5min":0.94699999999999995,"15min":0.94699999999999995},"max":{"1min":1.6499999999999999,"5min":1.6499999999999999,"15min":1.6499999999999999},"last":1.216},{"interface":"front","average":{"1min":1.2929999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"min":{"1min":0.96599999999999997,"5min":0.96599999999999997,"15min":0.96599999999999997},"max":{"1min":1.8100000000000001,"5min":1.8100000000000001,"15min":1.8100000000000001},"last":0.92800000000000005}]}]},{"osd":0,"up_from":10,"seq":42949673025,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049104,"kb_used_data":520,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696048,"statfs":{"total":95995035648,"available":94920753152,"internally_reserved":1073741824,"allocated":532480,"data_stored":217124,"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":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":0.69999999999999996,"5min":0.64600000000000002,"15min":0.56100000000000005},"min":{"1min":0.45800000000000002,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.96999999999999997,"5min":2.6779999999999999,"15min":2.6779999999999999},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.71699999999999997,"5min":0.66700000000000004,"15min":0.60299999999999998},"min":{"1min":0.53800000000000003,"5min":0.377,"15min":0.377},"max":{"1min":1.018,"5min":1.018,"15min":1.018},"last":0.81599999999999995}]},{"osd":2,"last update":"Tue Sep 10 18:27:54 2024","interfaces":[{"interface":"back","average":{"1min":0.69199999999999995,"5min":0.66600000000000004,"15min":0.63},"min":{"1min":0.45100000000000001,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.0169999999999999,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.91300000000000003},{"interface":"front","average":{"1min":0.78900000000000003,"5min":0.746,"15min":0.68300000000000005},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.097,"5min":1.375,"15min":1.375},"last":0.65100000000000002}]},{"osd":3,"last update":"Tue Sep 10 18:27:21 2024","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.86499999999999999,"15min":0.83799999999999997},"min":{"1min":0.69299999999999995,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.238,"5min":1.238,"15min":1.238},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.85399999999999998,"5min":0.79800000000000004,"15min":0.76600000000000001},"min":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.1970000000000001,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":1.1279999999999999}]},{"osd":4,"last update":"Tue Sep 10 18:27:49 2024","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.877,"15min":0.86399999999999999},"min":{"1min":0.60799999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.298,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":0.84499999999999997},{"interface":"front","average":{"1min":0.97699999999999998,"5min":1.0289999999999999,"15min":1.0209999999999999},"min":{"1min":0.70999999999999996,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.4870000000000001,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":1.1559999999999999}]},{"osd":5,"last update":"Tue Sep 10 18:27:11 2024","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.042,"15min":1.036},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.577,"5min":1.732,"15min":1.732},"last":1.347},{"interface":"front","average":{"1min":1.121,"5min":1.1619999999999999,"15min":1.169},"min":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.389,"5min":1.5740000000000001,"15min":1.5740000000000001},"last":1.3169999999999999}]},{"osd":6,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":1.163,"5min":1.234,"15min":1.246},"min":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"max":{"1min":1.5660000000000001,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":1.3740000000000001},{"interface":"front","average":{"1min":1.1870000000000001,"5min":1.2010000000000001,"15min":1.2030000000000001},"min":{"1min":0.95299999999999996,"5min":0.79900000000000004,"15min":0.79900000000000004},"max":{"1min":1.4299999999999999,"5min":1.7050000000000001,"15min":1.7050000000000001},"last":1.4419999999999999}]},{"osd":7,"last update":"Tue Sep 10 18:28:02 2024","interfaces":[{"interface":"back","average":{"1min":1.1559999999999999,"5min":1.2150000000000001,"15min":1.2250000000000001},"min":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"max":{"1min":1.613,"5min":1.613,"15min":1.613},"last":1.22},{"interface":"front","average":{"1min":1.1539999999999999,"5min":1.26,"15min":1.278},"min":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.5369999999999999,"5min":1.641,"15min":1.641},"last":1.2929999999999999}]}]},{"osd":2,"up_from":21,"seq":90194313270,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049100,"kb_used_data":516,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696052,"statfs":{"total":95995035648,"available":94920757248,"internally_reserved":1073741824,"allocated":528384,"data_stored":216735,"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":"Tue Sep 10 18:27:58 2024","interfaces":[{"interface":"back","average":{"1min":0.66900000000000004,"5min":0.68400000000000005,"15min":0.65600000000000003},"min":{"1min":0.433,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.91600000000000004,"5min":1.0700000000000001,"15min":1.0700000000000001},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.70999999999999996,"5min":0.71099999999999997,"15min":0.68899999999999995},"min":{"1min":0.46300000000000002,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":1.1850000000000001,"5min":1.218,"15min":1.218},"last":1.0449999999999999}]},{"osd":1,"last update":"Tue Sep 10 18:27:58 2024","interfaces":[{"interface":"back","average":{"1min":0.70699999999999996,"5min":0.67400000000000004,"15min":0.64000000000000001},"min":{"1min":0.51300000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":0.95799999999999996,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":0.93799999999999994},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.76500000000000001,"15min":0.74099999999999999},"min":{"1min":0.52200000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.1659999999999999,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":1.133}]},{"osd":3,"last update":"Tue Sep 10 18:27:18 2024","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.81499999999999995,"15min":0.80500000000000005},"min":{"1min":0.63600000000000001,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.3720000000000001,"5min":1.409,"15min":1.409},"last":1.1539999999999999},{"interface":"front","average":{"1min":0.84099999999999997,"5min":0.80100000000000005,"15min":0.79900000000000004},"min":{"1min":0.63500000000000001,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.2629999999999999,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.90400000000000003}]},{"osd":4,"last update":"Tue Sep 10 18:27:48 2024","interfaces":[{"interface":"back","average":{"1min":0.998,"5min":0.97399999999999998,"15min":0.96599999999999997},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.3500000000000001,"5min":1.4650000000000001,"15min":1.4650000000000001},"last":1.093},{"interface":"front","average":{"1min":0.93300000000000005,"5min":0.96799999999999997,"15min":0.95999999999999996},"min":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.3460000000000001,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":1.361}]},{"osd":5,"last update":"Tue Sep 10 18:27:09 2024","interfaces":[{"interface":"back","average":{"1min":1.046,"5min":1.04,"15min":1.0389999999999999},"min":{"1min":0.83899999999999997,"5min":0.82899999999999996,"15min":0.82899999999999996},"max":{"1min":1.3680000000000001,"5min":1.3680000000000001,"15min":1.3680000000000001},"last":0.98099999999999998},{"interface":"front","average":{"1min":1.125,"5min":1.0760000000000001,"15min":1.0680000000000001},"min":{"1min":0.875,"5min":0.86699999999999999,"15min":0.86699999999999999},"max":{"1min":1.4450000000000001,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":1.3069999999999999}]},{"osd":6,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":1.175,"5min":1.1299999999999999,"15min":1.1220000000000001},"min":{"1min":0.89200000000000002,"5min":0.88400000000000001,"15min":0.88400000000000001},"max":{"1min":1.6240000000000001,"5min":1.6240000000000001,"15min":1.6240000000000001},"last":1.393},{"interface":"front","average":{"1min":1.1140000000000001,"5min":1.097,"15min":1.0940000000000001},"min":{"1min":0.80300000000000005,"5min":0.76900000000000002,"15min":0.76900000000000002},"max":{"1min":1.502,"5min":1.502,"15min":1.502},"last":1.2270000000000001}]},{"osd":7,"last update":"Tue Sep 10 18:28:05 2024","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.159,"15min":1.159},"min":{"1min":0.88200000000000001,"5min":0.753,"15min":0.753},"max":{"1min":1.5700000000000001,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":1.206},{"interface":"front","average":{"1min":1.2430000000000001,"5min":1.222,"15min":1.218},"min":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"max":{"1min":1.5349999999999999,"5min":1.673,"15min":1.673},"last":1.4550000000000001}]}]},{"osd":3,"up_from":26,"seq":111669149745,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049100,"kb_used_data":516,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696052,"statfs":{"total":95995035648,"available":94920757248,"internally_reserved":1073741824,"allocated":528384,"data_stored":216735,"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":"Tue Sep 10 18:27:21 2024","interfaces":[{"interface":"back","average":{"1min":0.69599999999999995,"5min":0.67200000000000004,"15min":0.67100000000000004},"min":{"1min":0.51400000000000001,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.85899999999999999,"5min":1.0860000000000001,"15min":1.0860000000000001},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.81899999999999995,"5min":0.70299999999999996,"15min":0.66900000000000004},"min":{"1min":0.57099999999999995,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.087,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.64700000000000002}]},{"osd":1,"last update":"Tue Sep 10 18:27:21 2024","interfaces":[{"interface":"back","average":{"1min":0.81200000000000006,"5min":0.76100000000000001,"15min":0.752},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.071,"5min":1.1020000000000001,"15min":1.1020000000000001},"last":0.85499999999999998},{"interface":"front","average":{"1min":0.81599999999999995,"5min":0.79900000000000004,"15min":0.80300000000000005},"min":{"1min":0.505,"5min":0.505,"15min":0.505},"max":{"1min":1.397,"5min":2.3650000000000002,"15min":2.3650000000000002},"last":1.022}]},{"osd":2,"last update":"Tue Sep 10 18:27:21 2024","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.82599999999999996,"15min":0.81599999999999995},"min":{"1min":0.63,"5min":0.626,"15min":0.626},"max":{"1min":1.175,"5min":1.177,"15min":1.177},"last":0.82099999999999995},{"interface":"front","average":{"1min":0.79500000000000004,"5min":0.81200000000000006,"15min":0.81299999999999994},"min":{"1min":0.55500000000000005,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.0840000000000001,"5min":1.948,"15min":1.948},"last":1.0680000000000001}]},{"osd":4,"last update":"Tue Sep 10 18:27:49 2024","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":0.92400000000000004,"15min":0.89800000000000002},"min":{"1min":0.74399999999999999,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.2909999999999999,"5min":1.347,"15min":1.347},"last":1.1639999999999999},{"interface":"front","average":{"1min":0.99399999999999999,"5min":0.92400000000000004,"15min":0.89400000000000002},"min":{"1min":0.79500000000000004,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.98299999999999998}]},{"osd":5,"last update":"Tue Sep 10 18:27:12 2024","interfaces":[{"interface":"back","average":{"1min":1.0700000000000001,"5min":2.423,"15min":2.649},"min":{"1min":0.79700000000000004,"5min":0.77700000000000002,"15min":0.77700000000000002},"max":{"1min":1.395,"5min":33.695999999999998,"15min":33.695999999999998},"last":0.874},{"interface":"front","average":{"1min":1.131,"5min":2.355,"15min":2.5590000000000002},"min":{"1min":0.875,"5min":0.84399999999999997,"15min":0.84399999999999997},"max":{"1min":1.3680000000000001,"5min":31.870999999999999,"15min":31.870999999999999},"last":1.228}]},{"osd":6,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.1499999999999999,"15min":1.1479999999999999},"min":{"1min":0.95399999999999996,"5min":0.82399999999999995,"15min":0.82399999999999995},"max":{"1min":1.679,"5min":1.679,"15min":1.679},"last":0.90600000000000003},{"interface":"front","average":{"1min":1.1839999999999999,"5min":1.0900000000000001,"15min":1.0740000000000001},"min":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"max":{"1min":1.847,"5min":1.847,"15min":1.847},"last":1.111}]},{"osd":7,"last update":"Tue Sep 10 18:27:05 2024","interfaces":[{"interface":"back","average":{"1min":1.175,"5min":1.175,"15min":1.175},"min":{"1min":0.89500000000000002,"5min":0.89500000000000002,"15min":0.89500000000000002},"max":{"1min":1.587,"5min":1.587,"15min":1.587},"last":1.2709999999999999},{"interface":"front","average":{"1min":1.1819999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"min":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"max":{"1min":1.5640000000000001,"5min":1.5640000000000001,"15min":1.5640000000000001},"last":1.1890000000000001}]}]},{"osd":4,"up_from":31,"seq":133143986220,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049100,"kb_used_data":516,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696052,"statfs":{"total":95995035648,"available":94920757248,"internally_reserved":1073741824,"allocated":528384,"data_stored":216735,"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":"Tue Sep 10 18:27:45 2024","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.84699999999999998,"15min":0.82799999999999996},"min":{"1min":0.60399999999999998,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.3129999999999999,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":1.708},{"interface":"front","average":{"1min":0.88200000000000001,"5min":0.88900000000000001,"15min":0.89000000000000001},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.1830000000000001,"5min":1.367,"15min":1.367},"last":1.091}]},{"osd":1,"last update":"Tue Sep 10 18:27:45 2024","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.89100000000000001,"15min":0.873},"min":{"1min":0.67400000000000004,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.2190000000000001,"5min":1.331,"15min":1.331},"last":1.986},{"interface":"front","average":{"1min":0.82899999999999996,"5min":0.87,"15min":0.878},"min":{"1min":0.624,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.127,"5min":1.458,"15min":1.458},"last":2.27}]},{"osd":2,"last update":"Tue Sep 10 18:27:45 2024","interfaces":[{"interface":"back","average":{"1min":0.85899999999999999,"5min":0.89800000000000002,"15min":0.90700000000000003},"min":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.052,"5min":1.284,"15min":1.284},"last":2.2010000000000001},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.94399999999999995,"15min":0.91800000000000004},"min":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.302,"5min":1.389,"15min":1.389},"last":1.2430000000000001}]},{"osd":3,"last update":"Tue Sep 10 18:27:45 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.91900000000000004,"15min":0.90800000000000003},"min":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.2050000000000001,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":1.341},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.95199999999999996,"15min":0.93700000000000006},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.222,"5min":1.304,"15min":1.304},"last":1.8360000000000001}]},{"osd":5,"last update":"Tue Sep 10 18:27:14 2024","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":0.81999999999999995,"15min":0.79900000000000004},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.24,"5min":1.321,"15min":1.321},"last":2.133},{"interface":"front","average":{"1min":1.026,"5min":0.90600000000000003,"15min":0.88600000000000001},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.371,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":1.544}]},{"osd":6,"last update":"Tue Sep 10 18:27:45 2024","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":1.0109999999999999,"15min":1.012},"min":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.3200000000000001,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":1.4590000000000001},{"interface":"front","average":{"1min":1.016,"5min":1.022,"15min":1.0229999999999999},"min":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.2749999999999999,"5min":1.377,"15min":1.377},"last":1.917}]},{"osd":7,"last update":"Tue Sep 10 18:28:03 2024","interfaces":[{"interface":"back","average":{"1min":1.109,"5min":1.1479999999999999,"15min":1.1539999999999999},"min":{"1min":0.67900000000000005,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.3839999999999999,"5min":1.524,"15min":1.524},"last":2.0059999999999998},{"interface":"front","average":{"1min":1.1319999999999999,"5min":1.1519999999999999,"15min":1.155},"min":{"1min":0.89400000000000002,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.4570000000000001,"5min":1.4570000000000001,"15min":1.4570000000000001},"last":2.0539999999999998}]}]},{"osd":5,"up_from":36,"seq":154618822695,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049104,"kb_used_data":520,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696048,"statfs":{"total":95995035648,"available":94920753152,"internally_reserved":1073741824,"allocated":532480,"data_stored":216754,"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":"Tue Sep 10 18:27:09 2024","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.878,"15min":0.88400000000000001},"min":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.2370000000000001,"5min":1.45,"15min":1.45},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.87,"15min":0.86599999999999999},"min":{"1min":0.64800000000000002,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.1859999999999999,"5min":1.456,"15min":1.456},"last":0.86899999999999999}]},{"osd":1,"last update":"Tue Sep 10 18:27:09 2024","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.872,"15min":0.85799999999999998},"min":{"1min":0.73499999999999999,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.272,"5min":1.607,"15min":1.607},"last":0.97499999999999998},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.90900000000000003,"15min":0.90300000000000002},"min":{"1min":0.78600000000000003,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.129,"5min":1.254,"15min":1.254},"last":0.90900000000000003}]},{"osd":2,"last update":"Tue Sep 10 18:27:09 2024","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"min":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.2350000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":1.0629999999999999},{"interface":"front","average":{"1min":0.93300000000000005,"5min":0.95699999999999996,"15min":0.96099999999999997},"min":{"1min":0.74299999999999999,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.23,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":1.1819999999999999}]},{"osd":3,"last update":"Tue Sep 10 18:27:09 2024","interfaces":[{"interface":"back","average":{"1min":0.98199999999999998,"5min":0.90600000000000003,"15min":0.89400000000000002},"min":{"1min":0.64800000000000002,"5min":0.624,"15min":0.624},"max":{"1min":1.319,"5min":1.319,"15min":1.319},"last":0.94599999999999995},{"interface":"front","average":{"1min":1.0309999999999999,"5min":0.97999999999999998,"15min":0.97199999999999998},"min":{"1min":0.72699999999999998,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.2669999999999999,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":1.038}]},{"osd":4,"last update":"Tue Sep 10 18:27:09 2024","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.81100000000000005,"15min":0.79300000000000004},"min":{"1min":0.58799999999999997,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.419,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1.0049999999999999},{"interface":"front","average":{"1min":1.01,"5min":0.85699999999999998,"15min":0.83099999999999996},"min":{"1min":0.622,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.4410000000000001,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":0.71999999999999997}]},{"osd":6,"last update":"Tue Sep 10 18:27:40 2024","interfaces":[{"interface":"back","average":{"1min":0.95999999999999996,"5min":0.99099999999999999,"15min":0.996},"min":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.3129999999999999,"5min":1.367,"15min":1.367},"last":1.0900000000000001},{"interface":"front","average":{"1min":1.0640000000000001,"5min":1.073,"15min":1.075},"min":{"1min":0.77500000000000002,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.3200000000000001,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":1.147}]},{"osd":7,"last update":"Tue Sep 10 18:28:05 2024","interfaces":[{"interface":"back","average":{"1min":1.125,"5min":1.139,"15min":1.141},"min":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"max":{"1min":1.419,"5min":1.464,"15min":1.464},"last":1.2370000000000001},{"interface":"front","average":{"1min":1.028,"5min":1.0580000000000001,"15min":1.0629999999999999},"min":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.4490000000000001,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":1.331}]}]}]}} 2024-09-10T18:28:11.883 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-10T18:28:11.883 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-10T18:28:11.883 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-10T18:28:11.883 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- ceph health --format=json 2024-09-10T18:28:11.896 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:11 smithi031 bash[19205]: cluster 2024-09-10T18:28:10.550129+0000 mgr.y (mgr.14138) 295 : cluster [DBG] pgmap v250: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:11.896 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:11 smithi031 bash[19205]: audit 2024-09-10T18:28:10.696294+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:11.896 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:11 smithi031 bash[19205]: audit 2024-09-10T18:28:10.701693+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:11.897 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:11 smithi031 bash[19205]: audit 2024-09-10T18:28:10.708845+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:28:11.897 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:11 smithi031 bash[19205]: audit 2024-09-10T18:28:10.709152+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:28:11.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:11 smithi031 bash[14957]: cluster 2024-09-10T18:28:10.550129+0000 mgr.y (mgr.14138) 295 : cluster [DBG] pgmap v250: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:11.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:11 smithi031 bash[14957]: audit 2024-09-10T18:28:10.696294+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:11.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:11 smithi031 bash[14957]: audit 2024-09-10T18:28:10.701693+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:11.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:11 smithi031 bash[14957]: audit 2024-09-10T18:28:10.708845+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:28:11.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:11 smithi031 bash[14957]: audit 2024-09-10T18:28:10.709152+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:28:12.009 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T18:28:12.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:11 smithi063 bash[14646]: cluster 2024-09-10T18:28:10.550129+0000 mgr.y (mgr.14138) 295 : cluster [DBG] pgmap v250: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:12.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:11 smithi063 bash[14646]: audit 2024-09-10T18:28:10.696294+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:12.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:11 smithi063 bash[14646]: audit 2024-09-10T18:28:10.701693+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:12.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:11 smithi063 bash[14646]: audit 2024-09-10T18:28:10.708845+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:28:12.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:11 smithi063 bash[14646]: audit 2024-09-10T18:28:10.709152+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:28:13.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:12 smithi031 bash[19205]: audit 2024-09-10T18:28:11.179424+0000 mgr.y (mgr.14138) 296 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:28:13.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:12 smithi031 bash[19205]: audit 2024-09-10T18:28:11.879199+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:13.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:12 smithi031 bash[19205]: audit 2024-09-10T18:28:12.157444+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:13.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:12 smithi031 bash[19205]: audit 2024-09-10T18:28:12.164295+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:13.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:12 smithi031 bash[14957]: audit 2024-09-10T18:28:11.179424+0000 mgr.y (mgr.14138) 296 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:28:13.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:12 smithi031 bash[14957]: audit 2024-09-10T18:28:11.879199+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:13.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:12 smithi031 bash[14957]: audit 2024-09-10T18:28:12.157444+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:13.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:12 smithi031 bash[14957]: audit 2024-09-10T18:28:12.164295+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:13.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:12 smithi063 bash[14646]: audit 2024-09-10T18:28:11.179424+0000 mgr.y (mgr.14138) 296 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:28:13.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:12 smithi063 bash[14646]: audit 2024-09-10T18:28:11.879199+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:13.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:12 smithi063 bash[14646]: audit 2024-09-10T18:28:12.157444+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:13.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:12 smithi063 bash[14646]: audit 2024-09-10T18:28:12.164295+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:14.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:13 smithi031 bash[14957]: cluster 2024-09-10T18:28:12.550813+0000 mgr.y (mgr.14138) 297 : cluster [DBG] pgmap v251: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:28:14.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:13 smithi031 bash[19205]: cluster 2024-09-10T18:28:12.550813+0000 mgr.y (mgr.14138) 297 : cluster [DBG] pgmap v251: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:28:14.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:13 smithi063 bash[14646]: cluster 2024-09-10T18:28:12.550813+0000 mgr.y (mgr.14138) 297 : cluster [DBG] pgmap v251: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:28:15.294 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:28:15.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:28:15 smithi031 bash[32162]: level=info ts=2024-09-10T18:28:15.389Z caller=cluster.go:640 component=cluster msg="gossip settled; proceeding" elapsed=10.00102105s 2024-09-10T18:28:15.961 INFO:teuthology.orchestra.run.smithi031.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-10T18:28:15.961 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-10T18:28:15.961 INFO:tasks.cephadm:Setup complete, yielding 2024-09-10T18:28:15.961 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T18:28:15.971 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi031.front.sepia.ceph.com 2024-09-10T18:28:15.972 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2024-09-10T18:28:16.208 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:15 smithi031 bash[14957]: cluster 2024-09-10T18:28:14.551486+0000 mgr.y (mgr.14138) 298 : cluster [DBG] pgmap v252: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:16.208 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:15 smithi031 bash[14957]: audit 2024-09-10T18:28:15.291242+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.31:0/2654186730' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T18:28:16.208 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:15 smithi031 bash[19205]: cluster 2024-09-10T18:28:14.551486+0000 mgr.y (mgr.14138) 298 : cluster [DBG] pgmap v252: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:16.208 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:15 smithi031 bash[19205]: audit 2024-09-10T18:28:15.291242+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.31:0/2654186730' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T18:28:16.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:15 smithi063 bash[14646]: cluster 2024-09-10T18:28:14.551486+0000 mgr.y (mgr.14138) 298 : cluster [DBG] pgmap v252: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:16.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:15 smithi063 bash[14646]: audit 2024-09-10T18:28:15.291242+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.31:0/2654186730' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T18:28:17.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:17 smithi063 bash[14646]: cluster 2024-09-10T18:28:16.552260+0000 mgr.y (mgr.14138) 299 : cluster [DBG] pgmap v253: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:17.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:17 smithi031 bash[14957]: cluster 2024-09-10T18:28:16.552260+0000 mgr.y (mgr.14138) 299 : cluster [DBG] pgmap v253: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:17.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:17 smithi031 bash[19205]: cluster 2024-09-10T18:28:16.552260+0000 mgr.y (mgr.14138) 299 : cluster [DBG] pgmap v253: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:19.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:19 smithi063 bash[14646]: cluster 2024-09-10T18:28:18.552967+0000 mgr.y (mgr.14138) 300 : cluster [DBG] pgmap v254: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:28:19.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:19 smithi063 bash[14646]: audit 2024-09-10T18:28:18.670989+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:28:19.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:19 smithi063 bash[14646]: audit 2024-09-10T18:28:18.672012+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:28:19.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:19 smithi063 bash[14646]: audit 2024-09-10T18:28:19.381901+0000 mon.a (mon.0) 613 : audit [INF] from='client.? ' entity='client.admin' 2024-09-10T18:28:19.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:19 smithi063 bash[14646]: audit 2024-09-10T18:28:19.398134+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:19.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:19 smithi031 bash[14957]: cluster 2024-09-10T18:28:18.552967+0000 mgr.y (mgr.14138) 300 : cluster [DBG] pgmap v254: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:28:19.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:19 smithi031 bash[14957]: audit 2024-09-10T18:28:18.670989+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:28:19.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:19 smithi031 bash[14957]: audit 2024-09-10T18:28:18.672012+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:28:19.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:19 smithi031 bash[14957]: audit 2024-09-10T18:28:19.381901+0000 mon.a (mon.0) 613 : audit [INF] from='client.? ' entity='client.admin' 2024-09-10T18:28:19.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:19 smithi031 bash[14957]: audit 2024-09-10T18:28:19.398134+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:19.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:19 smithi031 bash[19205]: cluster 2024-09-10T18:28:18.552967+0000 mgr.y (mgr.14138) 300 : cluster [DBG] pgmap v254: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:28:19.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:19 smithi031 bash[19205]: audit 2024-09-10T18:28:18.670989+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:28:19.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:19 smithi031 bash[19205]: audit 2024-09-10T18:28:18.672012+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:28:19.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:19 smithi031 bash[19205]: audit 2024-09-10T18:28:19.381901+0000 mon.a (mon.0) 613 : audit [INF] from='client.? ' entity='client.admin' 2024-09-10T18:28:19.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:19 smithi031 bash[19205]: audit 2024-09-10T18:28:19.398134+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:20.089 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T18:28:20.098 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi031.front.sepia.ceph.com 2024-09-10T18:28:20.098 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-09-10T18:28:21.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:21 smithi063 bash[14646]: cluster 2024-09-10T18:28:20.553624+0000 mgr.y (mgr.14138) 301 : cluster [DBG] pgmap v255: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:21.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:21 smithi031 bash[14957]: cluster 2024-09-10T18:28:20.553624+0000 mgr.y (mgr.14138) 301 : cluster [DBG] pgmap v255: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:21.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:21 smithi031 bash[19205]: cluster 2024-09-10T18:28:20.553624+0000 mgr.y (mgr.14138) 301 : cluster [DBG] pgmap v255: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-10T18:28:24.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:23 smithi063 bash[14646]: cluster 2024-09-10T18:28:22.554315+0000 mgr.y (mgr.14138) 302 : cluster [DBG] pgmap v256: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:28:24.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:23 smithi031 bash[14957]: cluster 2024-09-10T18:28:22.554315+0000 mgr.y (mgr.14138) 302 : cluster [DBG] pgmap v256: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:28:24.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:23 smithi031 bash[19205]: cluster 2024-09-10T18:28:22.554315+0000 mgr.y (mgr.14138) 302 : cluster [DBG] pgmap v256: 4 pgs: 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:28:24.764 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:28:24.764 INFO:teuthology.orchestra.run.smithi031.stdout: "id": "37e0baa2-544a-432f-9bfb-9fd3cf622b8e", 2024-09-10T18:28:24.764 INFO:teuthology.orchestra.run.smithi031.stdout: "name": "r", 2024-09-10T18:28:24.764 INFO:teuthology.orchestra.run.smithi031.stdout: "current_period": "17d46fe8-b6d4-4440-94a0-ab38acf8365d", 2024-09-10T18:28:24.764 INFO:teuthology.orchestra.run.smithi031.stdout: "epoch": 1 2024-09-10T18:28:24.765 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:28:24.989 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:24 smithi031 bash[14957]: cluster 2024-09-10T18:28:23.708701+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-10T18:28:24.989 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:24 smithi031 bash[14957]: audit 2024-09-10T18:28:23.713859+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.31:0/2228500218' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-10T18:28:24.989 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:24 smithi031 bash[14957]: audit 2024-09-10T18:28:23.714849+0000 mon.a (mon.0) 616 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-10T18:28:24.990 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:24 smithi031 bash[19205]: cluster 2024-09-10T18:28:23.708701+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-10T18:28:24.990 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:24 smithi031 bash[19205]: audit 2024-09-10T18:28:23.713859+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.31:0/2228500218' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-10T18:28:24.990 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:24 smithi031 bash[19205]: audit 2024-09-10T18:28:23.714849+0000 mon.a (mon.0) 616 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-10T18:28:25.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:24 smithi063 bash[14646]: cluster 2024-09-10T18:28:23.708701+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-10T18:28:25.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:24 smithi063 bash[14646]: audit 2024-09-10T18:28:23.713859+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.31:0/2228500218' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-10T18:28:25.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:24 smithi063 bash[14646]: audit 2024-09-10T18:28:23.714849+0000 mon.a (mon.0) 616 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-10T18:28:25.504 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-09-10T18:28:25.757 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:25 smithi031 bash[14957]: cluster 2024-09-10T18:28:24.554911+0000 mgr.y (mgr.14138) 303 : cluster [DBG] pgmap v258: 36 pgs: 32 unknown, 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-10T18:28:25.757 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:25 smithi031 bash[14957]: audit 2024-09-10T18:28:24.718230+0000 mon.a (mon.0) 617 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-10T18:28:25.757 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:25 smithi031 bash[14957]: cluster 2024-09-10T18:28:24.718513+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-10T18:28:25.758 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:25 smithi031 bash[19205]: cluster 2024-09-10T18:28:24.554911+0000 mgr.y (mgr.14138) 303 : cluster [DBG] pgmap v258: 36 pgs: 32 unknown, 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-10T18:28:25.758 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:25 smithi031 bash[19205]: audit 2024-09-10T18:28:24.718230+0000 mon.a (mon.0) 617 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-10T18:28:25.758 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:25 smithi031 bash[19205]: cluster 2024-09-10T18:28:24.718513+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-10T18:28:26.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:25 smithi063 bash[14646]: cluster 2024-09-10T18:28:24.554911+0000 mgr.y (mgr.14138) 303 : cluster [DBG] pgmap v258: 36 pgs: 32 unknown, 4 active+clean; 408 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-10T18:28:26.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:25 smithi063 bash[14646]: audit 2024-09-10T18:28:24.718230+0000 mon.a (mon.0) 617 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-10T18:28:26.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:25 smithi063 bash[14646]: cluster 2024-09-10T18:28:24.718513+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-10T18:28:27.072 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:26 smithi031 bash[14957]: cluster 2024-09-10T18:28:25.727038+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-10T18:28:27.072 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:26 smithi031 bash[19205]: cluster 2024-09-10T18:28:25.727038+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-10T18:28:27.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:26 smithi063 bash[14646]: cluster 2024-09-10T18:28:25.727038+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-10T18:28:28.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:27 smithi063 bash[14646]: cluster 2024-09-10T18:28:26.555626+0000 mgr.y (mgr.14138) 304 : cluster [DBG] pgmap v261: 36 pgs: 10 creating+peering, 9 active+clean, 17 unknown; 454 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T18:28:28.196 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:27 smithi031 bash[14957]: cluster 2024-09-10T18:28:26.555626+0000 mgr.y (mgr.14138) 304 : cluster [DBG] pgmap v261: 36 pgs: 10 creating+peering, 9 active+clean, 17 unknown; 454 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T18:28:28.197 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:27 smithi031 bash[19205]: cluster 2024-09-10T18:28:26.555626+0000 mgr.y (mgr.14138) 304 : cluster [DBG] pgmap v261: 36 pgs: 10 creating+peering, 9 active+clean, 17 unknown; 454 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T18:28:28.702 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:28:28.702 INFO:teuthology.orchestra.run.smithi031.stdout: "id": "0350b6d8-c261-4e9b-bb77-9e0cfe5802a5", 2024-09-10T18:28:28.702 INFO:teuthology.orchestra.run.smithi031.stdout: "name": "default", 2024-09-10T18:28:28.703 INFO:teuthology.orchestra.run.smithi031.stdout: "api_name": "default", 2024-09-10T18:28:28.703 INFO:teuthology.orchestra.run.smithi031.stdout: "is_master": "true", 2024-09-10T18:28:28.703 INFO:teuthology.orchestra.run.smithi031.stdout: "endpoints": [], 2024-09-10T18:28:28.703 INFO:teuthology.orchestra.run.smithi031.stdout: "hostnames": [], 2024-09-10T18:28:28.703 INFO:teuthology.orchestra.run.smithi031.stdout: "hostnames_s3website": [], 2024-09-10T18:28:28.703 INFO:teuthology.orchestra.run.smithi031.stdout: "master_zone": "", 2024-09-10T18:28:28.703 INFO:teuthology.orchestra.run.smithi031.stdout: "zones": [], 2024-09-10T18:28:28.703 INFO:teuthology.orchestra.run.smithi031.stdout: "placement_targets": [], 2024-09-10T18:28:28.703 INFO:teuthology.orchestra.run.smithi031.stdout: "default_placement": "", 2024-09-10T18:28:28.703 INFO:teuthology.orchestra.run.smithi031.stdout: "realm_id": "37e0baa2-544a-432f-9bfb-9fd3cf622b8e", 2024-09-10T18:28:28.703 INFO:teuthology.orchestra.run.smithi031.stdout: "sync_policy": { 2024-09-10T18:28:28.703 INFO:teuthology.orchestra.run.smithi031.stdout: "groups": [] 2024-09-10T18:28:28.703 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:28:28.704 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:28:29.357 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-09-10T18:28:29.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:29 smithi031 bash[14957]: cluster 2024-09-10T18:28:28.556456+0000 mgr.y (mgr.14138) 305 : cluster [DBG] pgmap v262: 36 pgs: 10 creating+peering, 26 active+clean; 808 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 853 B/s wr, 1 op/s 2024-09-10T18:28:29.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:29 smithi031 bash[19205]: cluster 2024-09-10T18:28:28.556456+0000 mgr.y (mgr.14138) 305 : cluster [DBG] pgmap v262: 36 pgs: 10 creating+peering, 26 active+clean; 808 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 853 B/s wr, 1 op/s 2024-09-10T18:28:30.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:29 smithi063 bash[14646]: cluster 2024-09-10T18:28:28.556456+0000 mgr.y (mgr.14138) 305 : cluster [DBG] pgmap v262: 36 pgs: 10 creating+peering, 26 active+clean; 808 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 853 B/s wr, 1 op/s 2024-09-10T18:28:32.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:31 smithi063 bash[14646]: cluster 2024-09-10T18:28:30.557123+0000 mgr.y (mgr.14138) 306 : cluster [DBG] pgmap v263: 36 pgs: 36 active+clean; 970 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 896 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-09-10T18:28:32.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:31 smithi031 bash[14957]: cluster 2024-09-10T18:28:30.557123+0000 mgr.y (mgr.14138) 306 : cluster [DBG] pgmap v263: 36 pgs: 36 active+clean; 970 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 896 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-09-10T18:28:32.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:31 smithi031 bash[19205]: cluster 2024-09-10T18:28:30.557123+0000 mgr.y (mgr.14138) 306 : cluster [DBG] pgmap v263: 36 pgs: 36 active+clean; 970 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 896 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-09-10T18:28:32.525 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:28:32.525 INFO:teuthology.orchestra.run.smithi031.stdout: "id": "7392c04a-3e3d-4c5c-8fac-83284c5e7d05", 2024-09-10T18:28:32.525 INFO:teuthology.orchestra.run.smithi031.stdout: "name": "z", 2024-09-10T18:28:32.525 INFO:teuthology.orchestra.run.smithi031.stdout: "domain_root": "z.rgw.meta:root", 2024-09-10T18:28:32.526 INFO:teuthology.orchestra.run.smithi031.stdout: "control_pool": "z.rgw.control", 2024-09-10T18:28:32.526 INFO:teuthology.orchestra.run.smithi031.stdout: "gc_pool": "z.rgw.log:gc", 2024-09-10T18:28:32.526 INFO:teuthology.orchestra.run.smithi031.stdout: "lc_pool": "z.rgw.log:lc", 2024-09-10T18:28:32.526 INFO:teuthology.orchestra.run.smithi031.stdout: "log_pool": "z.rgw.log", 2024-09-10T18:28:32.526 INFO:teuthology.orchestra.run.smithi031.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-09-10T18:28:32.526 INFO:teuthology.orchestra.run.smithi031.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-09-10T18:28:32.526 INFO:teuthology.orchestra.run.smithi031.stdout: "roles_pool": "z.rgw.meta:roles", 2024-09-10T18:28:32.526 INFO:teuthology.orchestra.run.smithi031.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-09-10T18:28:32.526 INFO:teuthology.orchestra.run.smithi031.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-09-10T18:28:32.526 INFO:teuthology.orchestra.run.smithi031.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-09-10T18:28:32.526 INFO:teuthology.orchestra.run.smithi031.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-09-10T18:28:32.526 INFO:teuthology.orchestra.run.smithi031.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-09-10T18:28:32.526 INFO:teuthology.orchestra.run.smithi031.stdout: "otp_pool": "z.rgw.otp", 2024-09-10T18:28:32.527 INFO:teuthology.orchestra.run.smithi031.stdout: "system_key": { 2024-09-10T18:28:32.527 INFO:teuthology.orchestra.run.smithi031.stdout: "access_key": "", 2024-09-10T18:28:32.527 INFO:teuthology.orchestra.run.smithi031.stdout: "secret_key": "" 2024-09-10T18:28:32.527 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:28:32.527 INFO:teuthology.orchestra.run.smithi031.stdout: "placement_pools": [ 2024-09-10T18:28:32.527 INFO:teuthology.orchestra.run.smithi031.stdout: { 2024-09-10T18:28:32.527 INFO:teuthology.orchestra.run.smithi031.stdout: "key": "default-placement", 2024-09-10T18:28:32.527 INFO:teuthology.orchestra.run.smithi031.stdout: "val": { 2024-09-10T18:28:32.527 INFO:teuthology.orchestra.run.smithi031.stdout: "index_pool": "z.rgw.buckets.index", 2024-09-10T18:28:32.527 INFO:teuthology.orchestra.run.smithi031.stdout: "storage_classes": { 2024-09-10T18:28:32.527 INFO:teuthology.orchestra.run.smithi031.stdout: "STANDARD": { 2024-09-10T18:28:32.527 INFO:teuthology.orchestra.run.smithi031.stdout: "data_pool": "z.rgw.buckets.data" 2024-09-10T18:28:32.527 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:28:32.527 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:28:32.528 INFO:teuthology.orchestra.run.smithi031.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-09-10T18:28:32.528 INFO:teuthology.orchestra.run.smithi031.stdout: "index_type": 0 2024-09-10T18:28:32.528 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:28:32.528 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:28:32.528 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-10T18:28:32.528 INFO:teuthology.orchestra.run.smithi031.stdout: "realm_id": "37e0baa2-544a-432f-9bfb-9fd3cf622b8e" 2024-09-10T18:28:32.528 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:28:33.223 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-09-10T18:28:34.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:33 smithi063 bash[14646]: cluster 2024-09-10T18:28:32.557938+0000 mgr.y (mgr.14138) 307 : cluster [DBG] pgmap v264: 36 pgs: 36 active+clean; 1016 B data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-10T18:28:34.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:33 smithi031 bash[14957]: cluster 2024-09-10T18:28:32.557938+0000 mgr.y (mgr.14138) 307 : cluster [DBG] pgmap v264: 36 pgs: 36 active+clean; 1016 B data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-10T18:28:34.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:33 smithi031 bash[19205]: cluster 2024-09-10T18:28:32.557938+0000 mgr.y (mgr.14138) 307 : cluster [DBG] pgmap v264: 36 pgs: 36 active+clean; 1016 B data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-10T18:28:36.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:35 smithi063 bash[14646]: cluster 2024-09-10T18:28:34.558473+0000 mgr.y (mgr.14138) 308 : cluster [DBG] pgmap v265: 36 pgs: 36 active+clean; 1.4 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-10T18:28:36.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:35 smithi031 bash[14957]: cluster 2024-09-10T18:28:34.558473+0000 mgr.y (mgr.14138) 308 : cluster [DBG] pgmap v265: 36 pgs: 36 active+clean; 1.4 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-10T18:28:36.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:35 smithi031 bash[19205]: cluster 2024-09-10T18:28:34.558473+0000 mgr.y (mgr.14138) 308 : cluster [DBG] pgmap v265: 36 pgs: 36 active+clean; 1.4 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-10T18:28:38.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:37 smithi063 bash[14646]: cluster 2024-09-10T18:28:36.559153+0000 mgr.y (mgr.14138) 309 : cluster [DBG] pgmap v266: 36 pgs: 36 active+clean; 2.2 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-09-10T18:28:38.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:37 smithi063 bash[14646]: cluster 2024-09-10T18:28:36.930500+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-10T18:28:38.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:37 smithi063 bash[14646]: audit 2024-09-10T18:28:36.935593+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.31:0/1395150330' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-10T18:28:38.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:37 smithi063 bash[14646]: audit 2024-09-10T18:28:36.941915+0000 mon.a (mon.0) 621 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-10T18:28:38.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:37 smithi031 bash[14957]: cluster 2024-09-10T18:28:36.559153+0000 mgr.y (mgr.14138) 309 : cluster [DBG] pgmap v266: 36 pgs: 36 active+clean; 2.2 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-09-10T18:28:38.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:37 smithi031 bash[14957]: cluster 2024-09-10T18:28:36.930500+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-10T18:28:38.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:37 smithi031 bash[14957]: audit 2024-09-10T18:28:36.935593+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.31:0/1395150330' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-10T18:28:38.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:37 smithi031 bash[14957]: audit 2024-09-10T18:28:36.941915+0000 mon.a (mon.0) 621 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-10T18:28:38.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:37 smithi031 bash[19205]: cluster 2024-09-10T18:28:36.559153+0000 mgr.y (mgr.14138) 309 : cluster [DBG] pgmap v266: 36 pgs: 36 active+clean; 2.2 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-09-10T18:28:38.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:37 smithi031 bash[19205]: cluster 2024-09-10T18:28:36.930500+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-10T18:28:38.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:37 smithi031 bash[19205]: audit 2024-09-10T18:28:36.935593+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.31:0/1395150330' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-10T18:28:38.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:37 smithi031 bash[19205]: audit 2024-09-10T18:28:36.941915+0000 mon.a (mon.0) 621 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-10T18:28:39.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:38 smithi063 bash[14646]: audit 2024-09-10T18:28:37.933846+0000 mon.a (mon.0) 622 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-10T18:28:39.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:38 smithi063 bash[14646]: cluster 2024-09-10T18:28:37.934036+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-10T18:28:39.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:38 smithi063 bash[14646]: cluster 2024-09-10T18:28:38.559810+0000 mgr.y (mgr.14138) 310 : cluster [DBG] pgmap v269: 68 pgs: 2 creating+peering, 30 unknown, 36 active+clean; 2.2 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 895 B/s wr, 4 op/s 2024-09-10T18:28:39.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:38 smithi031 bash[19205]: audit 2024-09-10T18:28:37.933846+0000 mon.a (mon.0) 622 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-10T18:28:39.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:38 smithi031 bash[19205]: cluster 2024-09-10T18:28:37.934036+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-10T18:28:39.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:38 smithi031 bash[19205]: cluster 2024-09-10T18:28:38.559810+0000 mgr.y (mgr.14138) 310 : cluster [DBG] pgmap v269: 68 pgs: 2 creating+peering, 30 unknown, 36 active+clean; 2.2 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 895 B/s wr, 4 op/s 2024-09-10T18:28:39.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:38 smithi031 bash[14957]: audit 2024-09-10T18:28:37.933846+0000 mon.a (mon.0) 622 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-10T18:28:39.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:38 smithi031 bash[14957]: cluster 2024-09-10T18:28:37.934036+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-10T18:28:39.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:38 smithi031 bash[14957]: cluster 2024-09-10T18:28:38.559810+0000 mgr.y (mgr.14138) 310 : cluster [DBG] pgmap v269: 68 pgs: 2 creating+peering, 30 unknown, 36 active+clean; 2.2 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 895 B/s wr, 4 op/s 2024-09-10T18:28:40.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:39 smithi063 bash[14646]: cluster 2024-09-10T18:28:38.952184+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-10T18:28:40.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:39 smithi063 bash[14646]: audit 2024-09-10T18:28:38.956573+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.31:0/1395150330' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-10T18:28:40.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:39 smithi063 bash[14646]: audit 2024-09-10T18:28:38.963992+0000 mon.a (mon.0) 625 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-10T18:28:40.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:39 smithi063 bash[14646]: audit 2024-09-10T18:28:39.956772+0000 mon.a (mon.0) 626 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-10T18:28:40.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:39 smithi063 bash[14646]: cluster 2024-09-10T18:28:39.956957+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-10T18:28:40.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:39 smithi031 bash[19205]: cluster 2024-09-10T18:28:38.952184+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-10T18:28:40.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:39 smithi031 bash[19205]: audit 2024-09-10T18:28:38.956573+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.31:0/1395150330' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-10T18:28:40.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:39 smithi031 bash[19205]: audit 2024-09-10T18:28:38.963992+0000 mon.a (mon.0) 625 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-10T18:28:40.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:39 smithi031 bash[19205]: audit 2024-09-10T18:28:39.956772+0000 mon.a (mon.0) 626 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-10T18:28:40.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:39 smithi031 bash[19205]: cluster 2024-09-10T18:28:39.956957+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-10T18:28:40.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:39 smithi031 bash[14957]: cluster 2024-09-10T18:28:38.952184+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-10T18:28:40.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:39 smithi031 bash[14957]: audit 2024-09-10T18:28:38.956573+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.31:0/1395150330' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-10T18:28:40.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:39 smithi031 bash[14957]: audit 2024-09-10T18:28:38.963992+0000 mon.a (mon.0) 625 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-10T18:28:40.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:39 smithi031 bash[14957]: audit 2024-09-10T18:28:39.956772+0000 mon.a (mon.0) 626 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-10T18:28:40.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:39 smithi031 bash[14957]: cluster 2024-09-10T18:28:39.956957+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-10T18:28:41.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:40 smithi063 bash[14646]: cluster 2024-09-10T18:28:40.560442+0000 mgr.y (mgr.14138) 311 : cluster [DBG] pgmap v272: 100 pgs: 9 creating+peering, 41 unknown, 50 active+clean; 2.2 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 4.7 KiB/s rd, 4 op/s 2024-09-10T18:28:41.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:40 smithi031 bash[14957]: cluster 2024-09-10T18:28:40.560442+0000 mgr.y (mgr.14138) 311 : cluster [DBG] pgmap v272: 100 pgs: 9 creating+peering, 41 unknown, 50 active+clean; 2.2 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 4.7 KiB/s rd, 4 op/s 2024-09-10T18:28:41.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:40 smithi031 bash[19205]: cluster 2024-09-10T18:28:40.560442+0000 mgr.y (mgr.14138) 311 : cluster [DBG] pgmap v272: 100 pgs: 9 creating+peering, 41 unknown, 50 active+clean; 2.2 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 4.7 KiB/s rd, 4 op/s 2024-09-10T18:28:42.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:42 smithi063 bash[14646]: cluster 2024-09-10T18:28:40.987094+0000 mon.a (mon.0) 628 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-10T18:28:42.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:42 smithi063 bash[14646]: audit 2024-09-10T18:28:40.989263+0000 mon.a (mon.0) 629 : audit [INF] from='client.? 172.21.15.31:0/4021323936' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T18:28:42.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:41 smithi031 bash[14957]: cluster 2024-09-10T18:28:40.987094+0000 mon.a (mon.0) 628 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-10T18:28:42.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:41 smithi031 bash[14957]: audit 2024-09-10T18:28:40.989263+0000 mon.a (mon.0) 629 : audit [INF] from='client.? 172.21.15.31:0/4021323936' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T18:28:42.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:42 smithi031 bash[19205]: cluster 2024-09-10T18:28:40.987094+0000 mon.a (mon.0) 628 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-10T18:28:42.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:42 smithi031 bash[19205]: audit 2024-09-10T18:28:40.989263+0000 mon.a (mon.0) 629 : audit [INF] from='client.? 172.21.15.31:0/4021323936' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T18:28:43.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:43 smithi063 bash[14646]: audit 2024-09-10T18:28:41.991849+0000 mon.a (mon.0) 630 : audit [INF] from='client.? 172.21.15.31:0/4021323936' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-10T18:28:43.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:43 smithi063 bash[14646]: cluster 2024-09-10T18:28:41.992107+0000 mon.a (mon.0) 631 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-10T18:28:43.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:43 smithi063 bash[14646]: audit 2024-09-10T18:28:42.000363+0000 mon.a (mon.0) 632 : audit [INF] from='client.? 172.21.15.31:0/4021323936' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T18:28:43.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:43 smithi063 bash[14646]: cluster 2024-09-10T18:28:42.561293+0000 mgr.y (mgr.14138) 312 : cluster [DBG] pgmap v275: 132 pgs: 24 creating+peering, 22 unknown, 86 active+clean; 2.2 KiB data, 4.9 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-10T18:28:43.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:43 smithi031 bash[19205]: audit 2024-09-10T18:28:41.991849+0000 mon.a (mon.0) 630 : audit [INF] from='client.? 172.21.15.31:0/4021323936' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-10T18:28:43.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:43 smithi031 bash[19205]: cluster 2024-09-10T18:28:41.992107+0000 mon.a (mon.0) 631 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-10T18:28:43.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:43 smithi031 bash[19205]: audit 2024-09-10T18:28:42.000363+0000 mon.a (mon.0) 632 : audit [INF] from='client.? 172.21.15.31:0/4021323936' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T18:28:43.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:43 smithi031 bash[19205]: cluster 2024-09-10T18:28:42.561293+0000 mgr.y (mgr.14138) 312 : cluster [DBG] pgmap v275: 132 pgs: 24 creating+peering, 22 unknown, 86 active+clean; 2.2 KiB data, 4.9 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-10T18:28:43.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:42 smithi031 bash[14957]: audit 2024-09-10T18:28:41.991849+0000 mon.a (mon.0) 630 : audit [INF] from='client.? 172.21.15.31:0/4021323936' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-10T18:28:43.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:42 smithi031 bash[14957]: cluster 2024-09-10T18:28:41.992107+0000 mon.a (mon.0) 631 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-10T18:28:43.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:42 smithi031 bash[14957]: audit 2024-09-10T18:28:42.000363+0000 mon.a (mon.0) 632 : audit [INF] from='client.? 172.21.15.31:0/4021323936' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T18:28:43.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:43 smithi031 bash[14957]: cluster 2024-09-10T18:28:42.561293+0000 mgr.y (mgr.14138) 312 : cluster [DBG] pgmap v275: 132 pgs: 24 creating+peering, 22 unknown, 86 active+clean; 2.2 KiB data, 4.9 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-10T18:28:44.239 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:28:44.239 INFO:teuthology.orchestra.run.smithi031.stdout: "id": "92bc2b22-2ad1-4be2-8711-76b9aa1996f8", 2024-09-10T18:28:44.239 INFO:teuthology.orchestra.run.smithi031.stdout: "epoch": 1, 2024-09-10T18:28:44.239 INFO:teuthology.orchestra.run.smithi031.stdout: "predecessor_uuid": "17d46fe8-b6d4-4440-94a0-ab38acf8365d", 2024-09-10T18:28:44.239 INFO:teuthology.orchestra.run.smithi031.stdout: "sync_status": [], 2024-09-10T18:28:44.239 INFO:teuthology.orchestra.run.smithi031.stdout: "period_map": { 2024-09-10T18:28:44.239 INFO:teuthology.orchestra.run.smithi031.stdout: "id": "92bc2b22-2ad1-4be2-8711-76b9aa1996f8", 2024-09-10T18:28:44.239 INFO:teuthology.orchestra.run.smithi031.stdout: "zonegroups": [ 2024-09-10T18:28:44.239 INFO:teuthology.orchestra.run.smithi031.stdout: { 2024-09-10T18:28:44.239 INFO:teuthology.orchestra.run.smithi031.stdout: "id": "0350b6d8-c261-4e9b-bb77-9e0cfe5802a5", 2024-09-10T18:28:44.239 INFO:teuthology.orchestra.run.smithi031.stdout: "name": "default", 2024-09-10T18:28:44.240 INFO:teuthology.orchestra.run.smithi031.stdout: "api_name": "default", 2024-09-10T18:28:44.240 INFO:teuthology.orchestra.run.smithi031.stdout: "is_master": "true", 2024-09-10T18:28:44.240 INFO:teuthology.orchestra.run.smithi031.stdout: "endpoints": [], 2024-09-10T18:28:44.240 INFO:teuthology.orchestra.run.smithi031.stdout: "hostnames": [], 2024-09-10T18:28:44.240 INFO:teuthology.orchestra.run.smithi031.stdout: "hostnames_s3website": [], 2024-09-10T18:28:44.240 INFO:teuthology.orchestra.run.smithi031.stdout: "master_zone": "7392c04a-3e3d-4c5c-8fac-83284c5e7d05", 2024-09-10T18:28:44.240 INFO:teuthology.orchestra.run.smithi031.stdout: "zones": [ 2024-09-10T18:28:44.240 INFO:teuthology.orchestra.run.smithi031.stdout: { 2024-09-10T18:28:44.240 INFO:teuthology.orchestra.run.smithi031.stdout: "id": "7392c04a-3e3d-4c5c-8fac-83284c5e7d05", 2024-09-10T18:28:44.240 INFO:teuthology.orchestra.run.smithi031.stdout: "name": "z", 2024-09-10T18:28:44.240 INFO:teuthology.orchestra.run.smithi031.stdout: "endpoints": [], 2024-09-10T18:28:44.240 INFO:teuthology.orchestra.run.smithi031.stdout: "log_meta": "false", 2024-09-10T18:28:44.240 INFO:teuthology.orchestra.run.smithi031.stdout: "log_data": "false", 2024-09-10T18:28:44.241 INFO:teuthology.orchestra.run.smithi031.stdout: "bucket_index_max_shards": 11, 2024-09-10T18:28:44.241 INFO:teuthology.orchestra.run.smithi031.stdout: "read_only": "false", 2024-09-10T18:28:44.241 INFO:teuthology.orchestra.run.smithi031.stdout: "tier_type": "", 2024-09-10T18:28:44.241 INFO:teuthology.orchestra.run.smithi031.stdout: "sync_from_all": "true", 2024-09-10T18:28:44.241 INFO:teuthology.orchestra.run.smithi031.stdout: "sync_from": [], 2024-09-10T18:28:44.241 INFO:teuthology.orchestra.run.smithi031.stdout: "redirect_zone": "" 2024-09-10T18:28:44.241 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:28:44.241 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-10T18:28:44.241 INFO:teuthology.orchestra.run.smithi031.stdout: "placement_targets": [ 2024-09-10T18:28:44.241 INFO:teuthology.orchestra.run.smithi031.stdout: { 2024-09-10T18:28:44.241 INFO:teuthology.orchestra.run.smithi031.stdout: "name": "default-placement", 2024-09-10T18:28:44.241 INFO:teuthology.orchestra.run.smithi031.stdout: "tags": [], 2024-09-10T18:28:44.241 INFO:teuthology.orchestra.run.smithi031.stdout: "storage_classes": [ 2024-09-10T18:28:44.241 INFO:teuthology.orchestra.run.smithi031.stdout: "STANDARD" 2024-09-10T18:28:44.241 INFO:teuthology.orchestra.run.smithi031.stdout: ] 2024-09-10T18:28:44.242 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:28:44.242 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-10T18:28:44.242 INFO:teuthology.orchestra.run.smithi031.stdout: "default_placement": "default-placement", 2024-09-10T18:28:44.242 INFO:teuthology.orchestra.run.smithi031.stdout: "realm_id": "37e0baa2-544a-432f-9bfb-9fd3cf622b8e", 2024-09-10T18:28:44.242 INFO:teuthology.orchestra.run.smithi031.stdout: "sync_policy": { 2024-09-10T18:28:44.242 INFO:teuthology.orchestra.run.smithi031.stdout: "groups": [] 2024-09-10T18:28:44.242 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:28:44.242 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:28:44.242 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-10T18:28:44.242 INFO:teuthology.orchestra.run.smithi031.stdout: "short_zone_ids": [ 2024-09-10T18:28:44.242 INFO:teuthology.orchestra.run.smithi031.stdout: { 2024-09-10T18:28:44.242 INFO:teuthology.orchestra.run.smithi031.stdout: "key": "7392c04a-3e3d-4c5c-8fac-83284c5e7d05", 2024-09-10T18:28:44.242 INFO:teuthology.orchestra.run.smithi031.stdout: "val": 681644027 2024-09-10T18:28:44.243 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:28:44.243 INFO:teuthology.orchestra.run.smithi031.stdout: ] 2024-09-10T18:28:44.243 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:28:44.243 INFO:teuthology.orchestra.run.smithi031.stdout: "master_zonegroup": "0350b6d8-c261-4e9b-bb77-9e0cfe5802a5", 2024-09-10T18:28:44.243 INFO:teuthology.orchestra.run.smithi031.stdout: "master_zone": "7392c04a-3e3d-4c5c-8fac-83284c5e7d05", 2024-09-10T18:28:44.243 INFO:teuthology.orchestra.run.smithi031.stdout: "period_config": { 2024-09-10T18:28:44.243 INFO:teuthology.orchestra.run.smithi031.stdout: "bucket_quota": { 2024-09-10T18:28:44.243 INFO:teuthology.orchestra.run.smithi031.stdout: "enabled": false, 2024-09-10T18:28:44.243 INFO:teuthology.orchestra.run.smithi031.stdout: "check_on_raw": false, 2024-09-10T18:28:44.243 INFO:teuthology.orchestra.run.smithi031.stdout: "max_size": -1, 2024-09-10T18:28:44.243 INFO:teuthology.orchestra.run.smithi031.stdout: "max_size_kb": 0, 2024-09-10T18:28:44.243 INFO:teuthology.orchestra.run.smithi031.stdout: "max_objects": -1 2024-09-10T18:28:44.243 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:28:44.243 INFO:teuthology.orchestra.run.smithi031.stdout: "user_quota": { 2024-09-10T18:28:44.244 INFO:teuthology.orchestra.run.smithi031.stdout: "enabled": false, 2024-09-10T18:28:44.244 INFO:teuthology.orchestra.run.smithi031.stdout: "check_on_raw": false, 2024-09-10T18:28:44.244 INFO:teuthology.orchestra.run.smithi031.stdout: "max_size": -1, 2024-09-10T18:28:44.244 INFO:teuthology.orchestra.run.smithi031.stdout: "max_size_kb": 0, 2024-09-10T18:28:44.244 INFO:teuthology.orchestra.run.smithi031.stdout: "max_objects": -1 2024-09-10T18:28:44.244 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:28:44.244 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:28:44.244 INFO:teuthology.orchestra.run.smithi031.stdout: "realm_id": "37e0baa2-544a-432f-9bfb-9fd3cf622b8e", 2024-09-10T18:28:44.244 INFO:teuthology.orchestra.run.smithi031.stdout: "realm_name": "r", 2024-09-10T18:28:44.244 INFO:teuthology.orchestra.run.smithi031.stdout: "realm_epoch": 2 2024-09-10T18:28:44.244 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:28:44.276 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:44 smithi031 bash[14957]: audit 2024-09-10T18:28:43.012991+0000 mon.a (mon.0) 633 : audit [INF] from='client.? 172.21.15.31:0/4021323936' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-10T18:28:44.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:44 smithi031 bash[14957]: cluster 2024-09-10T18:28:43.013122+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T18:28:44.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:44 smithi031 bash[14957]: audit 2024-09-10T18:28:43.015923+0000 mon.a (mon.0) 635 : audit [INF] from='client.? 172.21.15.31:0/4021323936' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T18:28:44.277 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:44 smithi031 bash[19205]: audit 2024-09-10T18:28:43.012991+0000 mon.a (mon.0) 633 : audit [INF] from='client.? 172.21.15.31:0/4021323936' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-10T18:28:44.277 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:44 smithi031 bash[19205]: cluster 2024-09-10T18:28:43.013122+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T18:28:44.277 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:44 smithi031 bash[19205]: audit 2024-09-10T18:28:43.015923+0000 mon.a (mon.0) 635 : audit [INF] from='client.? 172.21.15.31:0/4021323936' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T18:28:44.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:44 smithi063 bash[14646]: audit 2024-09-10T18:28:43.012991+0000 mon.a (mon.0) 633 : audit [INF] from='client.? 172.21.15.31:0/4021323936' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-10T18:28:44.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:44 smithi063 bash[14646]: cluster 2024-09-10T18:28:43.013122+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T18:28:44.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:44 smithi063 bash[14646]: audit 2024-09-10T18:28:43.015923+0000 mon.a (mon.0) 635 : audit [INF] from='client.? 172.21.15.31:0/4021323936' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T18:28:45.059 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch apply rgw r z --placement=2 --port=8000' 2024-09-10T18:28:45.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:45 smithi031 bash[14957]: audit 2024-09-10T18:28:44.016692+0000 mon.a (mon.0) 636 : audit [INF] from='client.? 172.21.15.31:0/4021323936' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-10T18:28:45.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:45 smithi031 bash[14957]: cluster 2024-09-10T18:28:44.017226+0000 mon.a (mon.0) 637 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T18:28:45.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:45 smithi031 bash[14957]: cluster 2024-09-10T18:28:44.562077+0000 mgr.y (mgr.14138) 313 : cluster [DBG] pgmap v278: 132 pgs: 22 creating+peering, 13 unknown, 97 active+clean; 2.2 KiB data, 4.9 MiB used, 707 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-09-10T18:28:45.306 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:45 smithi031 bash[19205]: audit 2024-09-10T18:28:44.016692+0000 mon.a (mon.0) 636 : audit [INF] from='client.? 172.21.15.31:0/4021323936' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-10T18:28:45.306 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:45 smithi031 bash[19205]: cluster 2024-09-10T18:28:44.017226+0000 mon.a (mon.0) 637 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T18:28:45.306 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:45 smithi031 bash[19205]: cluster 2024-09-10T18:28:44.562077+0000 mgr.y (mgr.14138) 313 : cluster [DBG] pgmap v278: 132 pgs: 22 creating+peering, 13 unknown, 97 active+clean; 2.2 KiB data, 4.9 MiB used, 707 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-09-10T18:28:45.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:45 smithi063 bash[14646]: audit 2024-09-10T18:28:44.016692+0000 mon.a (mon.0) 636 : audit [INF] from='client.? 172.21.15.31:0/4021323936' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-10T18:28:45.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:45 smithi063 bash[14646]: cluster 2024-09-10T18:28:44.017226+0000 mon.a (mon.0) 637 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T18:28:45.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:45 smithi063 bash[14646]: cluster 2024-09-10T18:28:44.562077+0000 mgr.y (mgr.14138) 313 : cluster [DBG] pgmap v278: 132 pgs: 22 creating+peering, 13 unknown, 97 active+clean; 2.2 KiB data, 4.9 MiB used, 707 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-09-10T18:28:48.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:47 smithi031 bash[14957]: cluster 2024-09-10T18:28:46.563278+0000 mgr.y (mgr.14138) 314 : cluster [DBG] pgmap v279: 132 pgs: 13 creating+peering, 119 active+clean; 4.8 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.3 KiB/s rd, 4.5 KiB/s wr, 18 op/s 2024-09-10T18:28:48.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:47 smithi031 bash[19205]: cluster 2024-09-10T18:28:46.563278+0000 mgr.y (mgr.14138) 314 : cluster [DBG] pgmap v279: 132 pgs: 13 creating+peering, 119 active+clean; 4.8 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.3 KiB/s rd, 4.5 KiB/s wr, 18 op/s 2024-09-10T18:28:48.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:47 smithi063 bash[14646]: cluster 2024-09-10T18:28:46.563278+0000 mgr.y (mgr.14138) 314 : cluster [DBG] pgmap v279: 132 pgs: 13 creating+peering, 119 active+clean; 4.8 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.3 KiB/s rd, 4.5 KiB/s wr, 18 op/s 2024-09-10T18:28:48.386 INFO:teuthology.orchestra.run.smithi031.stdout:Scheduled rgw.r.z update... 2024-09-10T18:28:49.105 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 180' 2024-09-10T18:28:49.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[14957]: audit 2024-09-10T18:28:48.374237+0000 mgr.y (mgr.14138) 315 : audit [DBG] from='client.24628 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:28:49.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[14957]: cephadm 2024-09-10T18:28:48.375939+0000 mgr.y (mgr.14138) 316 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-10T18:28:49.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[14957]: audit 2024-09-10T18:28:48.382200+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:49.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[14957]: cephadm 2024-09-10T18:28:48.384616+0000 mgr.y (mgr.14138) 317 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:28:49.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[14957]: cephadm 2024-09-10T18:28:48.385664+0000 mgr.y (mgr.14138) 318 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:28:49.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[14957]: cluster 2024-09-10T18:28:48.564545+0000 mgr.y (mgr.14138) 319 : cluster [DBG] pgmap v280: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.8 KiB/s rd, 5.9 KiB/s wr, 22 op/s 2024-09-10T18:28:49.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[14957]: audit 2024-09-10T18:28:48.748457+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:49.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[14957]: audit 2024-09-10T18:28:48.753299+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T18:28:49.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[14957]: audit 2024-09-10T18:28:48.754344+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi063.jzpdua", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:28:49.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[14957]: audit 2024-09-10T18:28:48.759129+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi063.jzpdua", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:28:49.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[14957]: audit 2024-09-10T18:28:48.968629+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:49.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[14957]: audit 2024-09-10T18:28:48.976009+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:49.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[14957]: audit 2024-09-10T18:28:48.985762+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:49.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[14957]: audit 2024-09-10T18:28:48.992568+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:49.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[14957]: audit 2024-09-10T18:28:48.993866+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi063.jzpdua", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:28:49.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[14957]: audit 2024-09-10T18:28:48.995712+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:28:49.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[14957]: audit 2024-09-10T18:28:48.997744+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi063.jzpdua", "key": "container_image"}]: dispatch 2024-09-10T18:28:49.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[19205]: audit 2024-09-10T18:28:48.374237+0000 mgr.y (mgr.14138) 315 : audit [DBG] from='client.24628 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:28:49.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[19205]: cephadm 2024-09-10T18:28:48.375939+0000 mgr.y (mgr.14138) 316 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-10T18:28:49.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[19205]: audit 2024-09-10T18:28:48.382200+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:49.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[19205]: cephadm 2024-09-10T18:28:48.384616+0000 mgr.y (mgr.14138) 317 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:28:49.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[19205]: cephadm 2024-09-10T18:28:48.385664+0000 mgr.y (mgr.14138) 318 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:28:49.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[19205]: cluster 2024-09-10T18:28:48.564545+0000 mgr.y (mgr.14138) 319 : cluster [DBG] pgmap v280: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.8 KiB/s rd, 5.9 KiB/s wr, 22 op/s 2024-09-10T18:28:49.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[19205]: audit 2024-09-10T18:28:48.748457+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:49.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[19205]: audit 2024-09-10T18:28:48.753299+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T18:28:49.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[19205]: audit 2024-09-10T18:28:48.754344+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi063.jzpdua", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:28:49.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[19205]: audit 2024-09-10T18:28:48.759129+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi063.jzpdua", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:28:49.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[19205]: audit 2024-09-10T18:28:48.968629+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:49.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[19205]: audit 2024-09-10T18:28:48.976009+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:49.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[19205]: audit 2024-09-10T18:28:48.985762+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:49.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[19205]: audit 2024-09-10T18:28:48.992568+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:49.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[19205]: audit 2024-09-10T18:28:48.993866+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi063.jzpdua", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:28:49.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[19205]: audit 2024-09-10T18:28:48.995712+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:28:49.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:49 smithi031 bash[19205]: audit 2024-09-10T18:28:48.997744+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi063.jzpdua", "key": "container_image"}]: dispatch 2024-09-10T18:28:49.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:49 smithi063 bash[14646]: audit 2024-09-10T18:28:48.374237+0000 mgr.y (mgr.14138) 315 : audit [DBG] from='client.24628 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:28:49.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:49 smithi063 bash[14646]: cephadm 2024-09-10T18:28:48.375939+0000 mgr.y (mgr.14138) 316 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-10T18:28:49.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:49 smithi063 bash[14646]: audit 2024-09-10T18:28:48.382200+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:49.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:49 smithi063 bash[14646]: cephadm 2024-09-10T18:28:48.384616+0000 mgr.y (mgr.14138) 317 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:28:49.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:49 smithi063 bash[14646]: cephadm 2024-09-10T18:28:48.385664+0000 mgr.y (mgr.14138) 318 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:28:49.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:49 smithi063 bash[14646]: cluster 2024-09-10T18:28:48.564545+0000 mgr.y (mgr.14138) 319 : cluster [DBG] pgmap v280: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.8 KiB/s rd, 5.9 KiB/s wr, 22 op/s 2024-09-10T18:28:49.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:49 smithi063 bash[14646]: audit 2024-09-10T18:28:48.748457+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:49.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:49 smithi063 bash[14646]: audit 2024-09-10T18:28:48.753299+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T18:28:49.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:49 smithi063 bash[14646]: audit 2024-09-10T18:28:48.754344+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi063.jzpdua", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:28:49.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:49 smithi063 bash[14646]: audit 2024-09-10T18:28:48.759129+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi063.jzpdua", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:28:49.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:49 smithi063 bash[14646]: audit 2024-09-10T18:28:48.968629+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:49.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:49 smithi063 bash[14646]: audit 2024-09-10T18:28:48.976009+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:49.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:49 smithi063 bash[14646]: audit 2024-09-10T18:28:48.985762+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:49.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:49 smithi063 bash[14646]: audit 2024-09-10T18:28:48.992568+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:49.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:49 smithi063 bash[14646]: audit 2024-09-10T18:28:48.993866+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi063.jzpdua", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:28:49.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:49 smithi063 bash[14646]: audit 2024-09-10T18:28:48.995712+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:28:49.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:49 smithi063 bash[14646]: audit 2024-09-10T18:28:48.997744+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi063.jzpdua", "key": "container_image"}]: dispatch 2024-09-10T18:28:50.784 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:50 smithi031 bash[14957]: cephadm 2024-09-10T18:28:48.987090+0000 mgr.y (mgr.14138) 320 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-10T18:28:50.785 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:50 smithi031 bash[14957]: cephadm 2024-09-10T18:28:48.996903+0000 mgr.y (mgr.14138) 321 : cephadm [INF] Deploying daemon rgw.r.z.smithi063.jzpdua on smithi063 2024-09-10T18:28:50.785 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:50 smithi031 bash[19205]: cephadm 2024-09-10T18:28:48.987090+0000 mgr.y (mgr.14138) 320 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-10T18:28:50.785 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:50 smithi031 bash[19205]: cephadm 2024-09-10T18:28:48.996903+0000 mgr.y (mgr.14138) 321 : cephadm [INF] Deploying daemon rgw.r.z.smithi063.jzpdua on smithi063 2024-09-10T18:28:50.813 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:50 smithi063 bash[14646]: cephadm 2024-09-10T18:28:48.987090+0000 mgr.y (mgr.14138) 320 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-10T18:28:50.814 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:50 smithi063 bash[14646]: cephadm 2024-09-10T18:28:48.996903+0000 mgr.y (mgr.14138) 321 : cephadm [INF] Deploying daemon rgw.r.z.smithi063.jzpdua on smithi063 2024-09-10T18:28:51.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:51 smithi063 bash[14646]: cluster 2024-09-10T18:28:50.565917+0000 mgr.y (mgr.14138) 322 : cluster [DBG] pgmap v281: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.9 KiB/s rd, 4.9 KiB/s wr, 19 op/s 2024-09-10T18:28:51.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:51 smithi031 bash[14957]: cluster 2024-09-10T18:28:50.565917+0000 mgr.y (mgr.14138) 322 : cluster [DBG] pgmap v281: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.9 KiB/s rd, 4.9 KiB/s wr, 19 op/s 2024-09-10T18:28:51.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:51 smithi031 bash[19205]: cluster 2024-09-10T18:28:50.565917+0000 mgr.y (mgr.14138) 322 : cluster [DBG] pgmap v281: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.9 KiB/s rd, 4.9 KiB/s wr, 19 op/s 2024-09-10T18:28:52.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:52 smithi031 bash[14957]: audit 2024-09-10T18:28:51.817660+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:52.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:52 smithi031 bash[14957]: audit 2024-09-10T18:28:51.819603+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi031.kibhei", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:28:52.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:52 smithi031 bash[14957]: audit 2024-09-10T18:28:51.825025+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi031.kibhei", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:28:52.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:52 smithi031 bash[14957]: audit 2024-09-10T18:28:51.826802+0000 mon.a (mon.0) 653 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:28:52.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:52 smithi031 bash[14957]: cephadm 2024-09-10T18:28:51.827989+0000 mgr.y (mgr.14138) 323 : cephadm [INF] Deploying daemon rgw.r.z.smithi031.kibhei on smithi031 2024-09-10T18:28:52.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:52 smithi031 bash[14957]: audit 2024-09-10T18:28:51.828664+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi031.kibhei", "key": "container_image"}]: dispatch 2024-09-10T18:28:52.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:52 smithi031 bash[19205]: audit 2024-09-10T18:28:51.817660+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:52.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:52 smithi031 bash[19205]: audit 2024-09-10T18:28:51.819603+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi031.kibhei", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:28:52.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:52 smithi031 bash[19205]: audit 2024-09-10T18:28:51.825025+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi031.kibhei", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:28:52.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:52 smithi031 bash[19205]: audit 2024-09-10T18:28:51.826802+0000 mon.a (mon.0) 653 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:28:52.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:52 smithi031 bash[19205]: cephadm 2024-09-10T18:28:51.827989+0000 mgr.y (mgr.14138) 323 : cephadm [INF] Deploying daemon rgw.r.z.smithi031.kibhei on smithi031 2024-09-10T18:28:52.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:52 smithi031 bash[19205]: audit 2024-09-10T18:28:51.828664+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi031.kibhei", "key": "container_image"}]: dispatch 2024-09-10T18:28:53.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:52 smithi063 bash[14646]: audit 2024-09-10T18:28:51.817660+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:53.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:52 smithi063 bash[14646]: audit 2024-09-10T18:28:51.819603+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi031.kibhei", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:28:53.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:52 smithi063 bash[14646]: audit 2024-09-10T18:28:51.825025+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi031.kibhei", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:28:53.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:52 smithi063 bash[14646]: audit 2024-09-10T18:28:51.826802+0000 mon.a (mon.0) 653 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:28:53.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:52 smithi063 bash[14646]: cephadm 2024-09-10T18:28:51.827989+0000 mgr.y (mgr.14138) 323 : cephadm [INF] Deploying daemon rgw.r.z.smithi031.kibhei on smithi031 2024-09-10T18:28:53.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:52 smithi063 bash[14646]: audit 2024-09-10T18:28:51.828664+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi031.kibhei", "key": "container_image"}]: dispatch 2024-09-10T18:28:54.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:53 smithi031 bash[14957]: cluster 2024-09-10T18:28:52.567361+0000 mgr.y (mgr.14138) 324 : cluster [DBG] pgmap v282: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 2.1 KiB/s rd, 4.1 KiB/s wr, 16 op/s 2024-09-10T18:28:54.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:53 smithi031 bash[19205]: cluster 2024-09-10T18:28:52.567361+0000 mgr.y (mgr.14138) 324 : cluster [DBG] pgmap v282: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 2.1 KiB/s rd, 4.1 KiB/s wr, 16 op/s 2024-09-10T18:28:54.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:53 smithi063 bash[14646]: cluster 2024-09-10T18:28:52.567361+0000 mgr.y (mgr.14138) 324 : cluster [DBG] pgmap v282: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 2.1 KiB/s rd, 4.1 KiB/s wr, 16 op/s 2024-09-10T18:28:55.865 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:55 smithi031 bash[14957]: cluster 2024-09-10T18:28:54.568299+0000 mgr.y (mgr.14138) 325 : cluster [DBG] pgmap v283: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 3.7 KiB/s wr, 15 op/s 2024-09-10T18:28:55.865 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:55 smithi031 bash[14957]: audit 2024-09-10T18:28:54.607797+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:55.865 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:55 smithi031 bash[14957]: audit 2024-09-10T18:28:54.609525+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:28:55.865 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:55 smithi031 bash[14957]: audit 2024-09-10T18:28:54.609868+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:28:55.866 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:55 smithi031 bash[19205]: cluster 2024-09-10T18:28:54.568299+0000 mgr.y (mgr.14138) 325 : cluster [DBG] pgmap v283: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 3.7 KiB/s wr, 15 op/s 2024-09-10T18:28:55.866 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:55 smithi031 bash[19205]: audit 2024-09-10T18:28:54.607797+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:55.866 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:55 smithi031 bash[19205]: audit 2024-09-10T18:28:54.609525+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:28:55.866 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:55 smithi031 bash[19205]: audit 2024-09-10T18:28:54.609868+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:28:55.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:55 smithi063 bash[14646]: cluster 2024-09-10T18:28:54.568299+0000 mgr.y (mgr.14138) 325 : cluster [DBG] pgmap v283: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 3.7 KiB/s wr, 15 op/s 2024-09-10T18:28:55.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:55 smithi063 bash[14646]: audit 2024-09-10T18:28:54.607797+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:55.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:55 smithi063 bash[14646]: audit 2024-09-10T18:28:54.609525+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:28:55.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:55 smithi063 bash[14646]: audit 2024-09-10T18:28:54.609868+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:28:57.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:57 smithi063 bash[14646]: audit 2024-09-10T18:28:56.028393+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:57.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:57 smithi063 bash[14646]: audit 2024-09-10T18:28:56.158488+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:57.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:57 smithi063 bash[14646]: audit 2024-09-10T18:28:56.163740+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:57.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:57 smithi063 bash[14646]: audit 2024-09-10T18:28:56.180764+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:57.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:57 smithi063 bash[14646]: cluster 2024-09-10T18:28:56.569422+0000 mgr.y (mgr.14138) 326 : cluster [DBG] pgmap v284: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 31 KiB/s rd, 3.2 KiB/s wr, 75 op/s 2024-09-10T18:28:57.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:57 smithi031 bash[19205]: audit 2024-09-10T18:28:56.028393+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:57.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:57 smithi031 bash[19205]: audit 2024-09-10T18:28:56.158488+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:57.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:57 smithi031 bash[19205]: audit 2024-09-10T18:28:56.163740+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:57.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:57 smithi031 bash[19205]: audit 2024-09-10T18:28:56.180764+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:57.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:57 smithi031 bash[19205]: cluster 2024-09-10T18:28:56.569422+0000 mgr.y (mgr.14138) 326 : cluster [DBG] pgmap v284: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 31 KiB/s rd, 3.2 KiB/s wr, 75 op/s 2024-09-10T18:28:57.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:57 smithi031 bash[14957]: audit 2024-09-10T18:28:56.028393+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:57.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:57 smithi031 bash[14957]: audit 2024-09-10T18:28:56.158488+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:57.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:57 smithi031 bash[14957]: audit 2024-09-10T18:28:56.163740+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:57.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:57 smithi031 bash[14957]: audit 2024-09-10T18:28:56.180764+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:28:57.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:57 smithi031 bash[14957]: cluster 2024-09-10T18:28:56.569422+0000 mgr.y (mgr.14138) 326 : cluster [DBG] pgmap v284: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 31 KiB/s rd, 3.2 KiB/s wr, 75 op/s 2024-09-10T18:28:59.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:28:59 smithi031 bash[14957]: cluster 2024-09-10T18:28:58.570524+0000 mgr.y (mgr.14138) 327 : cluster [DBG] pgmap v285: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 58 KiB/s rd, 1.3 KiB/s wr, 113 op/s 2024-09-10T18:28:59.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:28:59 smithi031 bash[19205]: cluster 2024-09-10T18:28:58.570524+0000 mgr.y (mgr.14138) 327 : cluster [DBG] pgmap v285: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 58 KiB/s rd, 1.3 KiB/s wr, 113 op/s 2024-09-10T18:29:00.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:28:59 smithi063 bash[14646]: cluster 2024-09-10T18:28:58.570524+0000 mgr.y (mgr.14138) 327 : cluster [DBG] pgmap v285: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 58 KiB/s rd, 1.3 KiB/s wr, 113 op/s 2024-09-10T18:29:01.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:01 smithi031 bash[14957]: cluster 2024-09-10T18:29:00.571570+0000 mgr.y (mgr.14138) 328 : cluster [DBG] pgmap v286: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 78 KiB/s rd, 170 B/s wr, 143 op/s 2024-09-10T18:29:01.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:01 smithi031 bash[19205]: cluster 2024-09-10T18:29:00.571570+0000 mgr.y (mgr.14138) 328 : cluster [DBG] pgmap v286: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 78 KiB/s rd, 170 B/s wr, 143 op/s 2024-09-10T18:29:02.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:01 smithi063 bash[14646]: cluster 2024-09-10T18:29:00.571570+0000 mgr.y (mgr.14138) 328 : cluster [DBG] pgmap v286: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 78 KiB/s rd, 170 B/s wr, 143 op/s 2024-09-10T18:29:04.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:03 smithi063 bash[14646]: cluster 2024-09-10T18:29:02.572823+0000 mgr.y (mgr.14138) 329 : cluster [DBG] pgmap v287: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 170 B/s wr, 167 op/s 2024-09-10T18:29:04.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:03 smithi031 bash[14957]: cluster 2024-09-10T18:29:02.572823+0000 mgr.y (mgr.14138) 329 : cluster [DBG] pgmap v287: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 170 B/s wr, 167 op/s 2024-09-10T18:29:04.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:03 smithi031 bash[19205]: cluster 2024-09-10T18:29:02.572823+0000 mgr.y (mgr.14138) 329 : cluster [DBG] pgmap v287: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 170 B/s wr, 167 op/s 2024-09-10T18:29:06.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:05 smithi063 bash[14646]: cluster 2024-09-10T18:29:04.573861+0000 mgr.y (mgr.14138) 330 : cluster [DBG] pgmap v288: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 170 B/s wr, 167 op/s 2024-09-10T18:29:06.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:05 smithi031 bash[14957]: cluster 2024-09-10T18:29:04.573861+0000 mgr.y (mgr.14138) 330 : cluster [DBG] pgmap v288: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 170 B/s wr, 167 op/s 2024-09-10T18:29:06.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:05 smithi031 bash[19205]: cluster 2024-09-10T18:29:04.573861+0000 mgr.y (mgr.14138) 330 : cluster [DBG] pgmap v288: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 170 B/s wr, 167 op/s 2024-09-10T18:29:08.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:07 smithi063 bash[14646]: cluster 2024-09-10T18:29:06.575131+0000 mgr.y (mgr.14138) 331 : cluster [DBG] pgmap v289: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 170 B/s wr, 167 op/s 2024-09-10T18:29:08.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:07 smithi031 bash[14957]: cluster 2024-09-10T18:29:06.575131+0000 mgr.y (mgr.14138) 331 : cluster [DBG] pgmap v289: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 170 B/s wr, 167 op/s 2024-09-10T18:29:08.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:07 smithi031 bash[19205]: cluster 2024-09-10T18:29:06.575131+0000 mgr.y (mgr.14138) 331 : cluster [DBG] pgmap v289: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 170 B/s wr, 167 op/s 2024-09-10T18:29:10.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:09 smithi063 bash[14646]: cluster 2024-09-10T18:29:08.576285+0000 mgr.y (mgr.14138) 332 : cluster [DBG] pgmap v290: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 65 KiB/s rd, 170 B/s wr, 105 op/s 2024-09-10T18:29:10.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:09 smithi031 bash[14957]: cluster 2024-09-10T18:29:08.576285+0000 mgr.y (mgr.14138) 332 : cluster [DBG] pgmap v290: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 65 KiB/s rd, 170 B/s wr, 105 op/s 2024-09-10T18:29:10.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:09 smithi031 bash[19205]: cluster 2024-09-10T18:29:08.576285+0000 mgr.y (mgr.14138) 332 : cluster [DBG] pgmap v290: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 65 KiB/s rd, 170 B/s wr, 105 op/s 2024-09-10T18:29:12.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:11 smithi063 bash[14646]: cluster 2024-09-10T18:29:10.577335+0000 mgr.y (mgr.14138) 333 : cluster [DBG] pgmap v291: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 58 op/s 2024-09-10T18:29:12.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:11 smithi031 bash[14957]: cluster 2024-09-10T18:29:10.577335+0000 mgr.y (mgr.14138) 333 : cluster [DBG] pgmap v291: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 58 op/s 2024-09-10T18:29:12.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:11 smithi031 bash[19205]: cluster 2024-09-10T18:29:10.577335+0000 mgr.y (mgr.14138) 333 : cluster [DBG] pgmap v291: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 58 op/s 2024-09-10T18:29:14.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:13 smithi063 bash[14646]: cluster 2024-09-10T18:29:12.578686+0000 mgr.y (mgr.14138) 334 : cluster [DBG] pgmap v292: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 25 op/s 2024-09-10T18:29:14.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:13 smithi031 bash[14957]: cluster 2024-09-10T18:29:12.578686+0000 mgr.y (mgr.14138) 334 : cluster [DBG] pgmap v292: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 25 op/s 2024-09-10T18:29:14.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:13 smithi031 bash[19205]: cluster 2024-09-10T18:29:12.578686+0000 mgr.y (mgr.14138) 334 : cluster [DBG] pgmap v292: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 25 op/s 2024-09-10T18:29:16.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:15 smithi063 bash[14646]: cluster 2024-09-10T18:29:14.579958+0000 mgr.y (mgr.14138) 335 : cluster [DBG] pgmap v293: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:16.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:15 smithi031 bash[14957]: cluster 2024-09-10T18:29:14.579958+0000 mgr.y (mgr.14138) 335 : cluster [DBG] pgmap v293: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:16.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:15 smithi031 bash[19205]: cluster 2024-09-10T18:29:14.579958+0000 mgr.y (mgr.14138) 335 : cluster [DBG] pgmap v293: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:18.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:17 smithi063 bash[14646]: cluster 2024-09-10T18:29:16.580891+0000 mgr.y (mgr.14138) 336 : cluster [DBG] pgmap v294: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:18.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:17 smithi031 bash[19205]: cluster 2024-09-10T18:29:16.580891+0000 mgr.y (mgr.14138) 336 : cluster [DBG] pgmap v294: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:18.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:17 smithi031 bash[14957]: cluster 2024-09-10T18:29:16.580891+0000 mgr.y (mgr.14138) 336 : cluster [DBG] pgmap v294: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:19.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:18 smithi063 bash[14646]: audit 2024-09-10T18:29:18.675063+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:29:19.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:18 smithi063 bash[14646]: audit 2024-09-10T18:29:18.676002+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:29:19.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:18 smithi031 bash[14957]: audit 2024-09-10T18:29:18.675063+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:29:19.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:18 smithi031 bash[14957]: audit 2024-09-10T18:29:18.676002+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:29:19.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:18 smithi031 bash[19205]: audit 2024-09-10T18:29:18.675063+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:29:19.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:18 smithi031 bash[19205]: audit 2024-09-10T18:29:18.676002+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:29:20.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:19 smithi063 bash[14646]: cluster 2024-09-10T18:29:18.582012+0000 mgr.y (mgr.14138) 337 : cluster [DBG] pgmap v295: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:20.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:19 smithi031 bash[14957]: cluster 2024-09-10T18:29:18.582012+0000 mgr.y (mgr.14138) 337 : cluster [DBG] pgmap v295: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:20.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:19 smithi031 bash[19205]: cluster 2024-09-10T18:29:18.582012+0000 mgr.y (mgr.14138) 337 : cluster [DBG] pgmap v295: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:22.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:21 smithi063 bash[14646]: cluster 2024-09-10T18:29:20.583051+0000 mgr.y (mgr.14138) 338 : cluster [DBG] pgmap v296: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:22.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:21 smithi031 bash[14957]: cluster 2024-09-10T18:29:20.583051+0000 mgr.y (mgr.14138) 338 : cluster [DBG] pgmap v296: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:22.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:21 smithi031 bash[19205]: cluster 2024-09-10T18:29:20.583051+0000 mgr.y (mgr.14138) 338 : cluster [DBG] pgmap v296: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:23.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:22 smithi063 bash[14646]: cluster 2024-09-10T18:29:22.584302+0000 mgr.y (mgr.14138) 339 : cluster [DBG] pgmap v297: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:23.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:22 smithi031 bash[19205]: cluster 2024-09-10T18:29:22.584302+0000 mgr.y (mgr.14138) 339 : cluster [DBG] pgmap v297: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:23.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:22 smithi031 bash[14957]: cluster 2024-09-10T18:29:22.584302+0000 mgr.y (mgr.14138) 339 : cluster [DBG] pgmap v297: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:26.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:25 smithi063 bash[14646]: cluster 2024-09-10T18:29:24.585377+0000 mgr.y (mgr.14138) 340 : cluster [DBG] pgmap v298: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:26.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:25 smithi031 bash[14957]: cluster 2024-09-10T18:29:24.585377+0000 mgr.y (mgr.14138) 340 : cluster [DBG] pgmap v298: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:26.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:25 smithi031 bash[19205]: cluster 2024-09-10T18:29:24.585377+0000 mgr.y (mgr.14138) 340 : cluster [DBG] pgmap v298: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:28.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:27 smithi063 bash[14646]: cluster 2024-09-10T18:29:26.586375+0000 mgr.y (mgr.14138) 341 : cluster [DBG] pgmap v299: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:28.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:27 smithi031 bash[14957]: cluster 2024-09-10T18:29:26.586375+0000 mgr.y (mgr.14138) 341 : cluster [DBG] pgmap v299: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:28.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:27 smithi031 bash[19205]: cluster 2024-09-10T18:29:26.586375+0000 mgr.y (mgr.14138) 341 : cluster [DBG] pgmap v299: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:30.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:29 smithi063 bash[14646]: cluster 2024-09-10T18:29:28.587485+0000 mgr.y (mgr.14138) 342 : cluster [DBG] pgmap v300: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:30.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:29 smithi031 bash[14957]: cluster 2024-09-10T18:29:28.587485+0000 mgr.y (mgr.14138) 342 : cluster [DBG] pgmap v300: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:30.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:29 smithi031 bash[19205]: cluster 2024-09-10T18:29:28.587485+0000 mgr.y (mgr.14138) 342 : cluster [DBG] pgmap v300: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:32.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:31 smithi063 bash[14646]: cluster 2024-09-10T18:29:30.588613+0000 mgr.y (mgr.14138) 343 : cluster [DBG] pgmap v301: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:32.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:31 smithi031 bash[14957]: cluster 2024-09-10T18:29:30.588613+0000 mgr.y (mgr.14138) 343 : cluster [DBG] pgmap v301: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:32.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:31 smithi031 bash[19205]: cluster 2024-09-10T18:29:30.588613+0000 mgr.y (mgr.14138) 343 : cluster [DBG] pgmap v301: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:34.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:33 smithi063 bash[14646]: cluster 2024-09-10T18:29:32.590008+0000 mgr.y (mgr.14138) 344 : cluster [DBG] pgmap v302: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:34.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:33 smithi031 bash[14957]: cluster 2024-09-10T18:29:32.590008+0000 mgr.y (mgr.14138) 344 : cluster [DBG] pgmap v302: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:34.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:33 smithi031 bash[19205]: cluster 2024-09-10T18:29:32.590008+0000 mgr.y (mgr.14138) 344 : cluster [DBG] pgmap v302: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:36.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:35 smithi063 bash[14646]: cluster 2024-09-10T18:29:34.591140+0000 mgr.y (mgr.14138) 345 : cluster [DBG] pgmap v303: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:36.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:35 smithi031 bash[14957]: cluster 2024-09-10T18:29:34.591140+0000 mgr.y (mgr.14138) 345 : cluster [DBG] pgmap v303: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:36.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:35 smithi031 bash[19205]: cluster 2024-09-10T18:29:34.591140+0000 mgr.y (mgr.14138) 345 : cluster [DBG] pgmap v303: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:38.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:37 smithi063 bash[14646]: cluster 2024-09-10T18:29:36.592237+0000 mgr.y (mgr.14138) 346 : cluster [DBG] pgmap v304: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:38.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:37 smithi031 bash[14957]: cluster 2024-09-10T18:29:36.592237+0000 mgr.y (mgr.14138) 346 : cluster [DBG] pgmap v304: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:38.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:37 smithi031 bash[19205]: cluster 2024-09-10T18:29:36.592237+0000 mgr.y (mgr.14138) 346 : cluster [DBG] pgmap v304: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:40.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:39 smithi063 bash[14646]: cluster 2024-09-10T18:29:38.593505+0000 mgr.y (mgr.14138) 347 : cluster [DBG] pgmap v305: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:40.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:39 smithi031 bash[14957]: cluster 2024-09-10T18:29:38.593505+0000 mgr.y (mgr.14138) 347 : cluster [DBG] pgmap v305: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:40.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:39 smithi031 bash[19205]: cluster 2024-09-10T18:29:38.593505+0000 mgr.y (mgr.14138) 347 : cluster [DBG] pgmap v305: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:42.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:41 smithi063 bash[14646]: cluster 2024-09-10T18:29:40.594671+0000 mgr.y (mgr.14138) 348 : cluster [DBG] pgmap v306: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:42.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:41 smithi031 bash[14957]: cluster 2024-09-10T18:29:40.594671+0000 mgr.y (mgr.14138) 348 : cluster [DBG] pgmap v306: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:42.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:41 smithi031 bash[19205]: cluster 2024-09-10T18:29:40.594671+0000 mgr.y (mgr.14138) 348 : cluster [DBG] pgmap v306: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:44.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:43 smithi063 bash[14646]: cluster 2024-09-10T18:29:42.596065+0000 mgr.y (mgr.14138) 349 : cluster [DBG] pgmap v307: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:44.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:43 smithi031 bash[14957]: cluster 2024-09-10T18:29:42.596065+0000 mgr.y (mgr.14138) 349 : cluster [DBG] pgmap v307: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:44.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:43 smithi031 bash[19205]: cluster 2024-09-10T18:29:42.596065+0000 mgr.y (mgr.14138) 349 : cluster [DBG] pgmap v307: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:46.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:45 smithi063 bash[14646]: cluster 2024-09-10T18:29:44.597219+0000 mgr.y (mgr.14138) 350 : cluster [DBG] pgmap v308: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:46.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:45 smithi031 bash[14957]: cluster 2024-09-10T18:29:44.597219+0000 mgr.y (mgr.14138) 350 : cluster [DBG] pgmap v308: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:46.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:45 smithi031 bash[19205]: cluster 2024-09-10T18:29:44.597219+0000 mgr.y (mgr.14138) 350 : cluster [DBG] pgmap v308: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:48.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:47 smithi063 bash[14646]: cluster 2024-09-10T18:29:46.598253+0000 mgr.y (mgr.14138) 351 : cluster [DBG] pgmap v309: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:48.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:47 smithi031 bash[14957]: cluster 2024-09-10T18:29:46.598253+0000 mgr.y (mgr.14138) 351 : cluster [DBG] pgmap v309: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:48.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:47 smithi031 bash[19205]: cluster 2024-09-10T18:29:46.598253+0000 mgr.y (mgr.14138) 351 : cluster [DBG] pgmap v309: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:49.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:48 smithi063 bash[14646]: cluster 2024-09-10T18:29:48.599253+0000 mgr.y (mgr.14138) 352 : cluster [DBG] pgmap v310: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:49.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:48 smithi031 bash[14957]: cluster 2024-09-10T18:29:48.599253+0000 mgr.y (mgr.14138) 352 : cluster [DBG] pgmap v310: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:49.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:48 smithi031 bash[19205]: cluster 2024-09-10T18:29:48.599253+0000 mgr.y (mgr.14138) 352 : cluster [DBG] pgmap v310: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:52.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:51 smithi063 bash[14646]: cluster 2024-09-10T18:29:50.600363+0000 mgr.y (mgr.14138) 353 : cluster [DBG] pgmap v311: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:52.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:51 smithi031 bash[14957]: cluster 2024-09-10T18:29:50.600363+0000 mgr.y (mgr.14138) 353 : cluster [DBG] pgmap v311: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:52.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:51 smithi031 bash[19205]: cluster 2024-09-10T18:29:50.600363+0000 mgr.y (mgr.14138) 353 : cluster [DBG] pgmap v311: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:54.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:53 smithi063 bash[14646]: cluster 2024-09-10T18:29:52.601594+0000 mgr.y (mgr.14138) 354 : cluster [DBG] pgmap v312: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:54.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:53 smithi031 bash[14957]: cluster 2024-09-10T18:29:52.601594+0000 mgr.y (mgr.14138) 354 : cluster [DBG] pgmap v312: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:54.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:53 smithi031 bash[19205]: cluster 2024-09-10T18:29:52.601594+0000 mgr.y (mgr.14138) 354 : cluster [DBG] pgmap v312: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:56.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:55 smithi063 bash[14646]: cluster 2024-09-10T18:29:54.602668+0000 mgr.y (mgr.14138) 355 : cluster [DBG] pgmap v313: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:56.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:55 smithi031 bash[14957]: cluster 2024-09-10T18:29:54.602668+0000 mgr.y (mgr.14138) 355 : cluster [DBG] pgmap v313: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:56.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:55 smithi031 bash[19205]: cluster 2024-09-10T18:29:54.602668+0000 mgr.y (mgr.14138) 355 : cluster [DBG] pgmap v313: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:29:58.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:57 smithi063 bash[14646]: cluster 2024-09-10T18:29:56.603742+0000 mgr.y (mgr.14138) 356 : cluster [DBG] pgmap v314: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:58.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:57 smithi031 bash[14957]: cluster 2024-09-10T18:29:56.603742+0000 mgr.y (mgr.14138) 356 : cluster [DBG] pgmap v314: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:29:58.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:57 smithi031 bash[19205]: cluster 2024-09-10T18:29:56.603742+0000 mgr.y (mgr.14138) 356 : cluster [DBG] pgmap v314: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:00.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:29:59 smithi063 bash[14646]: cluster 2024-09-10T18:29:58.604775+0000 mgr.y (mgr.14138) 357 : cluster [DBG] pgmap v315: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:00.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:29:59 smithi031 bash[14957]: cluster 2024-09-10T18:29:58.604775+0000 mgr.y (mgr.14138) 357 : cluster [DBG] pgmap v315: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:00.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:29:59 smithi031 bash[19205]: cluster 2024-09-10T18:29:58.604775+0000 mgr.y (mgr.14138) 357 : cluster [DBG] pgmap v315: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:01.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:00 smithi063 bash[14646]: cluster 2024-09-10T18:30:00.000116+0000 mon.a (mon.0) 664 : cluster [INF] overall HEALTH_OK 2024-09-10T18:30:01.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:00 smithi031 bash[14957]: cluster 2024-09-10T18:30:00.000116+0000 mon.a (mon.0) 664 : cluster [INF] overall HEALTH_OK 2024-09-10T18:30:01.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:00 smithi031 bash[19205]: cluster 2024-09-10T18:30:00.000116+0000 mon.a (mon.0) 664 : cluster [INF] overall HEALTH_OK 2024-09-10T18:30:02.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:01 smithi063 bash[14646]: cluster 2024-09-10T18:30:00.605807+0000 mgr.y (mgr.14138) 358 : cluster [DBG] pgmap v316: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:02.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:01 smithi031 bash[14957]: cluster 2024-09-10T18:30:00.605807+0000 mgr.y (mgr.14138) 358 : cluster [DBG] pgmap v316: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:02.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:01 smithi031 bash[19205]: cluster 2024-09-10T18:30:00.605807+0000 mgr.y (mgr.14138) 358 : cluster [DBG] pgmap v316: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:04.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:03 smithi063 bash[14646]: cluster 2024-09-10T18:30:02.607051+0000 mgr.y (mgr.14138) 359 : cluster [DBG] pgmap v317: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:04.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:03 smithi031 bash[14957]: cluster 2024-09-10T18:30:02.607051+0000 mgr.y (mgr.14138) 359 : cluster [DBG] pgmap v317: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:04.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:03 smithi031 bash[19205]: cluster 2024-09-10T18:30:02.607051+0000 mgr.y (mgr.14138) 359 : cluster [DBG] pgmap v317: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:06.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:05 smithi063 bash[14646]: cluster 2024-09-10T18:30:04.608279+0000 mgr.y (mgr.14138) 360 : cluster [DBG] pgmap v318: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:06.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:05 smithi031 bash[14957]: cluster 2024-09-10T18:30:04.608279+0000 mgr.y (mgr.14138) 360 : cluster [DBG] pgmap v318: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:06.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:05 smithi031 bash[19205]: cluster 2024-09-10T18:30:04.608279+0000 mgr.y (mgr.14138) 360 : cluster [DBG] pgmap v318: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:08.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:07 smithi063 bash[14646]: cluster 2024-09-10T18:30:06.609369+0000 mgr.y (mgr.14138) 361 : cluster [DBG] pgmap v319: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:08.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:07 smithi031 bash[14957]: cluster 2024-09-10T18:30:06.609369+0000 mgr.y (mgr.14138) 361 : cluster [DBG] pgmap v319: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:08.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:07 smithi031 bash[19205]: cluster 2024-09-10T18:30:06.609369+0000 mgr.y (mgr.14138) 361 : cluster [DBG] pgmap v319: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:09.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:09 smithi063 bash[14646]: cluster 2024-09-10T18:30:08.610370+0000 mgr.y (mgr.14138) 362 : cluster [DBG] pgmap v320: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:09.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:09 smithi031 bash[19205]: cluster 2024-09-10T18:30:08.610370+0000 mgr.y (mgr.14138) 362 : cluster [DBG] pgmap v320: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:09.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:09 smithi031 bash[14957]: cluster 2024-09-10T18:30:08.610370+0000 mgr.y (mgr.14138) 362 : cluster [DBG] pgmap v320: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:12.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:11 smithi063 bash[14646]: cluster 2024-09-10T18:30:10.611406+0000 mgr.y (mgr.14138) 363 : cluster [DBG] pgmap v321: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:12.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:11 smithi031 bash[14957]: cluster 2024-09-10T18:30:10.611406+0000 mgr.y (mgr.14138) 363 : cluster [DBG] pgmap v321: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:12.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:11 smithi031 bash[19205]: cluster 2024-09-10T18:30:10.611406+0000 mgr.y (mgr.14138) 363 : cluster [DBG] pgmap v321: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:14.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:13 smithi063 bash[14646]: cluster 2024-09-10T18:30:12.612648+0000 mgr.y (mgr.14138) 364 : cluster [DBG] pgmap v322: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:14.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:13 smithi031 bash[14957]: cluster 2024-09-10T18:30:12.612648+0000 mgr.y (mgr.14138) 364 : cluster [DBG] pgmap v322: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:13 smithi031 bash[19205]: cluster 2024-09-10T18:30:12.612648+0000 mgr.y (mgr.14138) 364 : cluster [DBG] pgmap v322: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:16.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:15 smithi063 bash[14646]: cluster 2024-09-10T18:30:14.613727+0000 mgr.y (mgr.14138) 365 : cluster [DBG] pgmap v323: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:16.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:15 smithi031 bash[14957]: cluster 2024-09-10T18:30:14.613727+0000 mgr.y (mgr.14138) 365 : cluster [DBG] pgmap v323: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:16.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:15 smithi031 bash[19205]: cluster 2024-09-10T18:30:14.613727+0000 mgr.y (mgr.14138) 365 : cluster [DBG] pgmap v323: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:18.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:17 smithi063 bash[14646]: cluster 2024-09-10T18:30:16.614910+0000 mgr.y (mgr.14138) 366 : cluster [DBG] pgmap v324: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:18.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:17 smithi031 bash[14957]: cluster 2024-09-10T18:30:16.614910+0000 mgr.y (mgr.14138) 366 : cluster [DBG] pgmap v324: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:18.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:17 smithi031 bash[19205]: cluster 2024-09-10T18:30:16.614910+0000 mgr.y (mgr.14138) 366 : cluster [DBG] pgmap v324: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:19.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:18 smithi063 bash[14646]: audit 2024-09-10T18:30:18.683409+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:30:19.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:18 smithi063 bash[14646]: audit 2024-09-10T18:30:18.686424+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:30:19.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:18 smithi031 bash[14957]: audit 2024-09-10T18:30:18.683409+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:30:19.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:18 smithi031 bash[14957]: audit 2024-09-10T18:30:18.686424+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:30:19.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:18 smithi031 bash[19205]: audit 2024-09-10T18:30:18.683409+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:30:19.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:18 smithi031 bash[19205]: audit 2024-09-10T18:30:18.686424+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:30:20.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:19 smithi063 bash[14646]: cluster 2024-09-10T18:30:18.616003+0000 mgr.y (mgr.14138) 367 : cluster [DBG] pgmap v325: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:20.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:19 smithi031 bash[14957]: cluster 2024-09-10T18:30:18.616003+0000 mgr.y (mgr.14138) 367 : cluster [DBG] pgmap v325: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:20.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:19 smithi031 bash[19205]: cluster 2024-09-10T18:30:18.616003+0000 mgr.y (mgr.14138) 367 : cluster [DBG] pgmap v325: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:21.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:21 smithi063 bash[14646]: cluster 2024-09-10T18:30:20.617021+0000 mgr.y (mgr.14138) 368 : cluster [DBG] pgmap v326: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:21.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:21 smithi031 bash[14957]: cluster 2024-09-10T18:30:20.617021+0000 mgr.y (mgr.14138) 368 : cluster [DBG] pgmap v326: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:21.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:21 smithi031 bash[19205]: cluster 2024-09-10T18:30:20.617021+0000 mgr.y (mgr.14138) 368 : cluster [DBG] pgmap v326: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:24.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:23 smithi063 bash[14646]: cluster 2024-09-10T18:30:22.618249+0000 mgr.y (mgr.14138) 369 : cluster [DBG] pgmap v327: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:24.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:23 smithi031 bash[14957]: cluster 2024-09-10T18:30:22.618249+0000 mgr.y (mgr.14138) 369 : cluster [DBG] pgmap v327: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:24.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:23 smithi031 bash[19205]: cluster 2024-09-10T18:30:22.618249+0000 mgr.y (mgr.14138) 369 : cluster [DBG] pgmap v327: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:26.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:25 smithi063 bash[14646]: cluster 2024-09-10T18:30:24.619360+0000 mgr.y (mgr.14138) 370 : cluster [DBG] pgmap v328: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:26.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:25 smithi031 bash[14957]: cluster 2024-09-10T18:30:24.619360+0000 mgr.y (mgr.14138) 370 : cluster [DBG] pgmap v328: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:26.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:25 smithi031 bash[19205]: cluster 2024-09-10T18:30:24.619360+0000 mgr.y (mgr.14138) 370 : cluster [DBG] pgmap v328: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:28.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:27 smithi063 bash[14646]: cluster 2024-09-10T18:30:26.620458+0000 mgr.y (mgr.14138) 371 : cluster [DBG] pgmap v329: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:28.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:27 smithi031 bash[14957]: cluster 2024-09-10T18:30:26.620458+0000 mgr.y (mgr.14138) 371 : cluster [DBG] pgmap v329: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:28.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:27 smithi031 bash[19205]: cluster 2024-09-10T18:30:26.620458+0000 mgr.y (mgr.14138) 371 : cluster [DBG] pgmap v329: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:30.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:29 smithi063 bash[14646]: cluster 2024-09-10T18:30:28.621486+0000 mgr.y (mgr.14138) 372 : cluster [DBG] pgmap v330: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:30.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:29 smithi031 bash[14957]: cluster 2024-09-10T18:30:28.621486+0000 mgr.y (mgr.14138) 372 : cluster [DBG] pgmap v330: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:30.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:29 smithi031 bash[19205]: cluster 2024-09-10T18:30:28.621486+0000 mgr.y (mgr.14138) 372 : cluster [DBG] pgmap v330: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:32.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:31 smithi063 bash[14646]: cluster 2024-09-10T18:30:30.622526+0000 mgr.y (mgr.14138) 373 : cluster [DBG] pgmap v331: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:32.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:31 smithi031 bash[14957]: cluster 2024-09-10T18:30:30.622526+0000 mgr.y (mgr.14138) 373 : cluster [DBG] pgmap v331: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:32.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:31 smithi031 bash[19205]: cluster 2024-09-10T18:30:30.622526+0000 mgr.y (mgr.14138) 373 : cluster [DBG] pgmap v331: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:34.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:33 smithi063 bash[14646]: cluster 2024-09-10T18:30:32.623773+0000 mgr.y (mgr.14138) 374 : cluster [DBG] pgmap v332: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:34.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:33 smithi031 bash[14957]: cluster 2024-09-10T18:30:32.623773+0000 mgr.y (mgr.14138) 374 : cluster [DBG] pgmap v332: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:34.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:33 smithi031 bash[19205]: cluster 2024-09-10T18:30:32.623773+0000 mgr.y (mgr.14138) 374 : cluster [DBG] pgmap v332: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:36.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:35 smithi063 bash[14646]: cluster 2024-09-10T18:30:34.624886+0000 mgr.y (mgr.14138) 375 : cluster [DBG] pgmap v333: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:36.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:35 smithi031 bash[14957]: cluster 2024-09-10T18:30:34.624886+0000 mgr.y (mgr.14138) 375 : cluster [DBG] pgmap v333: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:36.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:35 smithi031 bash[19205]: cluster 2024-09-10T18:30:34.624886+0000 mgr.y (mgr.14138) 375 : cluster [DBG] pgmap v333: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:38.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:37 smithi063 bash[14646]: cluster 2024-09-10T18:30:36.626025+0000 mgr.y (mgr.14138) 376 : cluster [DBG] pgmap v334: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:38.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:37 smithi031 bash[14957]: cluster 2024-09-10T18:30:36.626025+0000 mgr.y (mgr.14138) 376 : cluster [DBG] pgmap v334: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:38.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:37 smithi031 bash[19205]: cluster 2024-09-10T18:30:36.626025+0000 mgr.y (mgr.14138) 376 : cluster [DBG] pgmap v334: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:40.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:39 smithi063 bash[14646]: cluster 2024-09-10T18:30:38.627157+0000 mgr.y (mgr.14138) 377 : cluster [DBG] pgmap v335: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:40.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:39 smithi031 bash[19205]: cluster 2024-09-10T18:30:38.627157+0000 mgr.y (mgr.14138) 377 : cluster [DBG] pgmap v335: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:40.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:39 smithi031 bash[14957]: cluster 2024-09-10T18:30:38.627157+0000 mgr.y (mgr.14138) 377 : cluster [DBG] pgmap v335: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:42.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:41 smithi063 bash[14646]: cluster 2024-09-10T18:30:40.628369+0000 mgr.y (mgr.14138) 378 : cluster [DBG] pgmap v336: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:42.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:41 smithi031 bash[19205]: cluster 2024-09-10T18:30:40.628369+0000 mgr.y (mgr.14138) 378 : cluster [DBG] pgmap v336: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:42.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:41 smithi031 bash[14957]: cluster 2024-09-10T18:30:40.628369+0000 mgr.y (mgr.14138) 378 : cluster [DBG] pgmap v336: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:44.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:43 smithi063 bash[14646]: cluster 2024-09-10T18:30:42.629659+0000 mgr.y (mgr.14138) 379 : cluster [DBG] pgmap v337: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:44.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:43 smithi031 bash[19205]: cluster 2024-09-10T18:30:42.629659+0000 mgr.y (mgr.14138) 379 : cluster [DBG] pgmap v337: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:44.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:43 smithi031 bash[14957]: cluster 2024-09-10T18:30:42.629659+0000 mgr.y (mgr.14138) 379 : cluster [DBG] pgmap v337: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:46.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:45 smithi063 bash[14646]: cluster 2024-09-10T18:30:44.630750+0000 mgr.y (mgr.14138) 380 : cluster [DBG] pgmap v338: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:46.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:45 smithi031 bash[19205]: cluster 2024-09-10T18:30:44.630750+0000 mgr.y (mgr.14138) 380 : cluster [DBG] pgmap v338: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:46.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:45 smithi031 bash[14957]: cluster 2024-09-10T18:30:44.630750+0000 mgr.y (mgr.14138) 380 : cluster [DBG] pgmap v338: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:30:48.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:47 smithi063 bash[14646]: cluster 2024-09-10T18:30:46.631982+0000 mgr.y (mgr.14138) 381 : cluster [DBG] pgmap v339: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:48.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:47 smithi031 bash[19205]: cluster 2024-09-10T18:30:46.631982+0000 mgr.y (mgr.14138) 381 : cluster [DBG] pgmap v339: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:48.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:47 smithi031 bash[14957]: cluster 2024-09-10T18:30:46.631982+0000 mgr.y (mgr.14138) 381 : cluster [DBG] pgmap v339: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:50.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:49 smithi063 bash[14646]: cluster 2024-09-10T18:30:48.633029+0000 mgr.y (mgr.14138) 382 : cluster [DBG] pgmap v340: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-10T18:30:50.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:49 smithi031 bash[19205]: cluster 2024-09-10T18:30:48.633029+0000 mgr.y (mgr.14138) 382 : cluster [DBG] pgmap v340: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-10T18:30:50.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:49 smithi031 bash[14957]: cluster 2024-09-10T18:30:48.633029+0000 mgr.y (mgr.14138) 382 : cluster [DBG] pgmap v340: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-10T18:30:52.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:51 smithi063 bash[14646]: cluster 2024-09-10T18:30:50.634089+0000 mgr.y (mgr.14138) 383 : cluster [DBG] pgmap v341: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-10T18:30:52.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:51 smithi031 bash[19205]: cluster 2024-09-10T18:30:50.634089+0000 mgr.y (mgr.14138) 383 : cluster [DBG] pgmap v341: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-10T18:30:52.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:51 smithi031 bash[14957]: cluster 2024-09-10T18:30:50.634089+0000 mgr.y (mgr.14138) 383 : cluster [DBG] pgmap v341: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-10T18:30:53.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:52 smithi063 bash[14646]: cluster 2024-09-10T18:30:52.635329+0000 mgr.y (mgr.14138) 384 : cluster [DBG] pgmap v342: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:53.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:52 smithi031 bash[19205]: cluster 2024-09-10T18:30:52.635329+0000 mgr.y (mgr.14138) 384 : cluster [DBG] pgmap v342: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:53.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:52 smithi031 bash[14957]: cluster 2024-09-10T18:30:52.635329+0000 mgr.y (mgr.14138) 384 : cluster [DBG] pgmap v342: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:56.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:55 smithi063 bash[14646]: cluster 2024-09-10T18:30:54.636480+0000 mgr.y (mgr.14138) 385 : cluster [DBG] pgmap v343: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-10T18:30:56.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:55 smithi031 bash[19205]: cluster 2024-09-10T18:30:54.636480+0000 mgr.y (mgr.14138) 385 : cluster [DBG] pgmap v343: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-10T18:30:56.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:55 smithi031 bash[14957]: cluster 2024-09-10T18:30:54.636480+0000 mgr.y (mgr.14138) 385 : cluster [DBG] pgmap v343: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-10T18:30:58.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:57 smithi063 bash[14646]: cluster 2024-09-10T18:30:56.637537+0000 mgr.y (mgr.14138) 386 : cluster [DBG] pgmap v344: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:58.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:57 smithi031 bash[19205]: cluster 2024-09-10T18:30:56.637537+0000 mgr.y (mgr.14138) 386 : cluster [DBG] pgmap v344: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:30:58.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:57 smithi031 bash[14957]: cluster 2024-09-10T18:30:56.637537+0000 mgr.y (mgr.14138) 386 : cluster [DBG] pgmap v344: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:00.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:30:59 smithi063 bash[14646]: cluster 2024-09-10T18:30:58.638558+0000 mgr.y (mgr.14138) 387 : cluster [DBG] pgmap v345: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:00.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:30:59 smithi031 bash[19205]: cluster 2024-09-10T18:30:58.638558+0000 mgr.y (mgr.14138) 387 : cluster [DBG] pgmap v345: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:00.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:30:59 smithi031 bash[14957]: cluster 2024-09-10T18:30:58.638558+0000 mgr.y (mgr.14138) 387 : cluster [DBG] pgmap v345: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:02.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:01 smithi063 bash[14646]: cluster 2024-09-10T18:31:00.639641+0000 mgr.y (mgr.14138) 388 : cluster [DBG] pgmap v346: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:02.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:01 smithi031 bash[19205]: cluster 2024-09-10T18:31:00.639641+0000 mgr.y (mgr.14138) 388 : cluster [DBG] pgmap v346: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:02.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:01 smithi031 bash[14957]: cluster 2024-09-10T18:31:00.639641+0000 mgr.y (mgr.14138) 388 : cluster [DBG] pgmap v346: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:04.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:03 smithi063 bash[14646]: cluster 2024-09-10T18:31:02.640899+0000 mgr.y (mgr.14138) 389 : cluster [DBG] pgmap v347: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:04.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:03 smithi031 bash[19205]: cluster 2024-09-10T18:31:02.640899+0000 mgr.y (mgr.14138) 389 : cluster [DBG] pgmap v347: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:04.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:03 smithi031 bash[14957]: cluster 2024-09-10T18:31:02.640899+0000 mgr.y (mgr.14138) 389 : cluster [DBG] pgmap v347: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:06.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:05 smithi063 bash[14646]: cluster 2024-09-10T18:31:04.641974+0000 mgr.y (mgr.14138) 390 : cluster [DBG] pgmap v348: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:06.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:05 smithi031 bash[19205]: cluster 2024-09-10T18:31:04.641974+0000 mgr.y (mgr.14138) 390 : cluster [DBG] pgmap v348: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:06.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:05 smithi031 bash[14957]: cluster 2024-09-10T18:31:04.641974+0000 mgr.y (mgr.14138) 390 : cluster [DBG] pgmap v348: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:08.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:07 smithi063 bash[14646]: cluster 2024-09-10T18:31:06.643025+0000 mgr.y (mgr.14138) 391 : cluster [DBG] pgmap v349: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:08.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:07 smithi031 bash[14957]: cluster 2024-09-10T18:31:06.643025+0000 mgr.y (mgr.14138) 391 : cluster [DBG] pgmap v349: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:08.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:07 smithi031 bash[19205]: cluster 2024-09-10T18:31:06.643025+0000 mgr.y (mgr.14138) 391 : cluster [DBG] pgmap v349: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:10.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:09 smithi063 bash[14646]: cluster 2024-09-10T18:31:08.644040+0000 mgr.y (mgr.14138) 392 : cluster [DBG] pgmap v350: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:10.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:09 smithi031 bash[14957]: cluster 2024-09-10T18:31:08.644040+0000 mgr.y (mgr.14138) 392 : cluster [DBG] pgmap v350: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:10.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:09 smithi031 bash[19205]: cluster 2024-09-10T18:31:08.644040+0000 mgr.y (mgr.14138) 392 : cluster [DBG] pgmap v350: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:12.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:11 smithi063 bash[14646]: cluster 2024-09-10T18:31:10.645063+0000 mgr.y (mgr.14138) 393 : cluster [DBG] pgmap v351: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:12.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:11 smithi031 bash[14957]: cluster 2024-09-10T18:31:10.645063+0000 mgr.y (mgr.14138) 393 : cluster [DBG] pgmap v351: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:12.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:11 smithi031 bash[19205]: cluster 2024-09-10T18:31:10.645063+0000 mgr.y (mgr.14138) 393 : cluster [DBG] pgmap v351: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:13.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:12 smithi063 bash[14646]: cluster 2024-09-10T18:31:12.646296+0000 mgr.y (mgr.14138) 394 : cluster [DBG] pgmap v352: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:13.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:12 smithi031 bash[14957]: cluster 2024-09-10T18:31:12.646296+0000 mgr.y (mgr.14138) 394 : cluster [DBG] pgmap v352: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:13.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:12 smithi031 bash[19205]: cluster 2024-09-10T18:31:12.646296+0000 mgr.y (mgr.14138) 394 : cluster [DBG] pgmap v352: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:16.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:15 smithi063 bash[14646]: cluster 2024-09-10T18:31:14.647340+0000 mgr.y (mgr.14138) 395 : cluster [DBG] pgmap v353: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:16.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:15 smithi031 bash[19205]: cluster 2024-09-10T18:31:14.647340+0000 mgr.y (mgr.14138) 395 : cluster [DBG] pgmap v353: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:16.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:15 smithi031 bash[14957]: cluster 2024-09-10T18:31:14.647340+0000 mgr.y (mgr.14138) 395 : cluster [DBG] pgmap v353: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:18.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:17 smithi063 bash[14646]: cluster 2024-09-10T18:31:16.648438+0000 mgr.y (mgr.14138) 396 : cluster [DBG] pgmap v354: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:18.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:17 smithi031 bash[19205]: cluster 2024-09-10T18:31:16.648438+0000 mgr.y (mgr.14138) 396 : cluster [DBG] pgmap v354: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:18.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:17 smithi031 bash[14957]: cluster 2024-09-10T18:31:16.648438+0000 mgr.y (mgr.14138) 396 : cluster [DBG] pgmap v354: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:19.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:18 smithi063 bash[14646]: audit 2024-09-10T18:31:18.694037+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:31:19.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:18 smithi063 bash[14646]: audit 2024-09-10T18:31:18.694881+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:31:19.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:18 smithi031 bash[19205]: audit 2024-09-10T18:31:18.694037+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:31:19.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:18 smithi031 bash[19205]: audit 2024-09-10T18:31:18.694881+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:31:19.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:18 smithi031 bash[14957]: audit 2024-09-10T18:31:18.694037+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:31:19.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:18 smithi031 bash[14957]: audit 2024-09-10T18:31:18.694881+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:31:20.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:19 smithi063 bash[14646]: cluster 2024-09-10T18:31:18.649421+0000 mgr.y (mgr.14138) 397 : cluster [DBG] pgmap v355: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:20.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:19 smithi031 bash[14957]: cluster 2024-09-10T18:31:18.649421+0000 mgr.y (mgr.14138) 397 : cluster [DBG] pgmap v355: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:20.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:19 smithi031 bash[19205]: cluster 2024-09-10T18:31:18.649421+0000 mgr.y (mgr.14138) 397 : cluster [DBG] pgmap v355: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:22.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:21 smithi063 bash[14646]: cluster 2024-09-10T18:31:20.650450+0000 mgr.y (mgr.14138) 398 : cluster [DBG] pgmap v356: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:22.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:21 smithi031 bash[19205]: cluster 2024-09-10T18:31:20.650450+0000 mgr.y (mgr.14138) 398 : cluster [DBG] pgmap v356: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:22.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:21 smithi031 bash[14957]: cluster 2024-09-10T18:31:20.650450+0000 mgr.y (mgr.14138) 398 : cluster [DBG] pgmap v356: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:24.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:23 smithi063 bash[14646]: cluster 2024-09-10T18:31:22.651629+0000 mgr.y (mgr.14138) 399 : cluster [DBG] pgmap v357: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:24.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:23 smithi031 bash[14957]: cluster 2024-09-10T18:31:22.651629+0000 mgr.y (mgr.14138) 399 : cluster [DBG] pgmap v357: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:24.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:23 smithi031 bash[19205]: cluster 2024-09-10T18:31:22.651629+0000 mgr.y (mgr.14138) 399 : cluster [DBG] pgmap v357: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:26.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:25 smithi063 bash[14646]: cluster 2024-09-10T18:31:24.652778+0000 mgr.y (mgr.14138) 400 : cluster [DBG] pgmap v358: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:26.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:25 smithi031 bash[14957]: cluster 2024-09-10T18:31:24.652778+0000 mgr.y (mgr.14138) 400 : cluster [DBG] pgmap v358: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:26.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:25 smithi031 bash[19205]: cluster 2024-09-10T18:31:24.652778+0000 mgr.y (mgr.14138) 400 : cluster [DBG] pgmap v358: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:28.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:27 smithi063 bash[14646]: cluster 2024-09-10T18:31:26.653829+0000 mgr.y (mgr.14138) 401 : cluster [DBG] pgmap v359: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:28.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:27 smithi031 bash[14957]: cluster 2024-09-10T18:31:26.653829+0000 mgr.y (mgr.14138) 401 : cluster [DBG] pgmap v359: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:28.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:27 smithi031 bash[19205]: cluster 2024-09-10T18:31:26.653829+0000 mgr.y (mgr.14138) 401 : cluster [DBG] pgmap v359: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:29.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:29 smithi063 bash[14646]: cluster 2024-09-10T18:31:28.654832+0000 mgr.y (mgr.14138) 402 : cluster [DBG] pgmap v360: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:29.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:29 smithi031 bash[14957]: cluster 2024-09-10T18:31:28.654832+0000 mgr.y (mgr.14138) 402 : cluster [DBG] pgmap v360: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:29.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:29 smithi031 bash[19205]: cluster 2024-09-10T18:31:28.654832+0000 mgr.y (mgr.14138) 402 : cluster [DBG] pgmap v360: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:32.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:31 smithi063 bash[14646]: cluster 2024-09-10T18:31:30.655871+0000 mgr.y (mgr.14138) 403 : cluster [DBG] pgmap v361: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:31 smithi031 bash[14957]: cluster 2024-09-10T18:31:30.655871+0000 mgr.y (mgr.14138) 403 : cluster [DBG] pgmap v361: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:32.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:31 smithi031 bash[19205]: cluster 2024-09-10T18:31:30.655871+0000 mgr.y (mgr.14138) 403 : cluster [DBG] pgmap v361: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:34.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:33 smithi063 bash[14646]: cluster 2024-09-10T18:31:32.657075+0000 mgr.y (mgr.14138) 404 : cluster [DBG] pgmap v362: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:34.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:33 smithi031 bash[14957]: cluster 2024-09-10T18:31:32.657075+0000 mgr.y (mgr.14138) 404 : cluster [DBG] pgmap v362: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:34.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:33 smithi031 bash[19205]: cluster 2024-09-10T18:31:32.657075+0000 mgr.y (mgr.14138) 404 : cluster [DBG] pgmap v362: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:36.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:35 smithi063 bash[14646]: cluster 2024-09-10T18:31:34.658154+0000 mgr.y (mgr.14138) 405 : cluster [DBG] pgmap v363: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:36.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:35 smithi031 bash[14957]: cluster 2024-09-10T18:31:34.658154+0000 mgr.y (mgr.14138) 405 : cluster [DBG] pgmap v363: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:36.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:35 smithi031 bash[19205]: cluster 2024-09-10T18:31:34.658154+0000 mgr.y (mgr.14138) 405 : cluster [DBG] pgmap v363: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:38.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:37 smithi063 bash[14646]: cluster 2024-09-10T18:31:36.659253+0000 mgr.y (mgr.14138) 406 : cluster [DBG] pgmap v364: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:38.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:37 smithi031 bash[14957]: cluster 2024-09-10T18:31:36.659253+0000 mgr.y (mgr.14138) 406 : cluster [DBG] pgmap v364: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:38.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:37 smithi031 bash[19205]: cluster 2024-09-10T18:31:36.659253+0000 mgr.y (mgr.14138) 406 : cluster [DBG] pgmap v364: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:40.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:39 smithi063 bash[14646]: cluster 2024-09-10T18:31:38.660286+0000 mgr.y (mgr.14138) 407 : cluster [DBG] pgmap v365: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:40.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:39 smithi031 bash[14957]: cluster 2024-09-10T18:31:38.660286+0000 mgr.y (mgr.14138) 407 : cluster [DBG] pgmap v365: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:40.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:39 smithi031 bash[19205]: cluster 2024-09-10T18:31:38.660286+0000 mgr.y (mgr.14138) 407 : cluster [DBG] pgmap v365: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:42.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:41 smithi063 bash[14646]: cluster 2024-09-10T18:31:40.661277+0000 mgr.y (mgr.14138) 408 : cluster [DBG] pgmap v366: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:42.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:41 smithi031 bash[14957]: cluster 2024-09-10T18:31:40.661277+0000 mgr.y (mgr.14138) 408 : cluster [DBG] pgmap v366: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:42.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:41 smithi031 bash[19205]: cluster 2024-09-10T18:31:40.661277+0000 mgr.y (mgr.14138) 408 : cluster [DBG] pgmap v366: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:44.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:43 smithi063 bash[14646]: cluster 2024-09-10T18:31:42.662481+0000 mgr.y (mgr.14138) 409 : cluster [DBG] pgmap v367: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:44.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:43 smithi031 bash[14957]: cluster 2024-09-10T18:31:42.662481+0000 mgr.y (mgr.14138) 409 : cluster [DBG] pgmap v367: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:44.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:43 smithi031 bash[19205]: cluster 2024-09-10T18:31:42.662481+0000 mgr.y (mgr.14138) 409 : cluster [DBG] pgmap v367: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:46.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:45 smithi063 bash[14646]: cluster 2024-09-10T18:31:44.663554+0000 mgr.y (mgr.14138) 410 : cluster [DBG] pgmap v368: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:46.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:45 smithi031 bash[14957]: cluster 2024-09-10T18:31:44.663554+0000 mgr.y (mgr.14138) 410 : cluster [DBG] pgmap v368: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:46.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:45 smithi031 bash[19205]: cluster 2024-09-10T18:31:44.663554+0000 mgr.y (mgr.14138) 410 : cluster [DBG] pgmap v368: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:48.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:47 smithi063 bash[14646]: cluster 2024-09-10T18:31:46.664634+0000 mgr.y (mgr.14138) 411 : cluster [DBG] pgmap v369: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:48.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:47 smithi031 bash[14957]: cluster 2024-09-10T18:31:46.664634+0000 mgr.y (mgr.14138) 411 : cluster [DBG] pgmap v369: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:48.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:47 smithi031 bash[19205]: cluster 2024-09-10T18:31:46.664634+0000 mgr.y (mgr.14138) 411 : cluster [DBG] pgmap v369: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:50.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:49 smithi063 bash[14646]: cluster 2024-09-10T18:31:48.665636+0000 mgr.y (mgr.14138) 412 : cluster [DBG] pgmap v370: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:50.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:49 smithi031 bash[14957]: cluster 2024-09-10T18:31:48.665636+0000 mgr.y (mgr.14138) 412 : cluster [DBG] pgmap v370: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:50.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:49 smithi031 bash[19205]: cluster 2024-09-10T18:31:48.665636+0000 mgr.y (mgr.14138) 412 : cluster [DBG] pgmap v370: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:52.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:51 smithi063 bash[14646]: cluster 2024-09-10T18:31:50.666763+0000 mgr.y (mgr.14138) 413 : cluster [DBG] pgmap v371: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:52.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:51 smithi031 bash[14957]: cluster 2024-09-10T18:31:50.666763+0000 mgr.y (mgr.14138) 413 : cluster [DBG] pgmap v371: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:52.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:51 smithi031 bash[19205]: cluster 2024-09-10T18:31:50.666763+0000 mgr.y (mgr.14138) 413 : cluster [DBG] pgmap v371: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:53.481 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-09-10T18:31:54.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:53 smithi031 bash[14957]: cluster 2024-09-10T18:31:52.668118+0000 mgr.y (mgr.14138) 414 : cluster [DBG] pgmap v372: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:54.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:53 smithi031 bash[19205]: cluster 2024-09-10T18:31:52.668118+0000 mgr.y (mgr.14138) 414 : cluster [DBG] pgmap v372: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:54.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:53 smithi063 bash[14646]: cluster 2024-09-10T18:31:52.668118+0000 mgr.y (mgr.14138) 414 : cluster [DBG] pgmap v372: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:56.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:55 smithi031 bash[14957]: cluster 2024-09-10T18:31:54.669281+0000 mgr.y (mgr.14138) 415 : cluster [DBG] pgmap v373: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:56.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:55 smithi031 bash[19205]: cluster 2024-09-10T18:31:54.669281+0000 mgr.y (mgr.14138) 415 : cluster [DBG] pgmap v373: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:56.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:55 smithi063 bash[14646]: cluster 2024-09-10T18:31:54.669281+0000 mgr.y (mgr.14138) 415 : cluster [DBG] pgmap v373: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:31:57.686 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-09-10T18:31:58.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:57 smithi063 bash[14646]: cluster 2024-09-10T18:31:56.670165+0000 mgr.y (mgr.14138) 416 : cluster [DBG] pgmap v374: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:58.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:57 smithi063 bash[14646]: audit 2024-09-10T18:31:56.997517+0000 mon.a (mon.0) 669 : audit [INF] from='client.? 172.21.15.31:0/270129971' entity='client.admin' 2024-09-10T18:31:58.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:58 smithi031 bash[19205]: cluster 2024-09-10T18:31:56.670165+0000 mgr.y (mgr.14138) 416 : cluster [DBG] pgmap v374: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:58.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:58 smithi031 bash[19205]: audit 2024-09-10T18:31:56.997517+0000 mon.a (mon.0) 669 : audit [INF] from='client.? 172.21.15.31:0/270129971' entity='client.admin' 2024-09-10T18:31:58.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:57 smithi031 bash[14957]: cluster 2024-09-10T18:31:56.670165+0000 mgr.y (mgr.14138) 416 : cluster [DBG] pgmap v374: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:31:58.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:58 smithi031 bash[14957]: audit 2024-09-10T18:31:56.997517+0000 mon.a (mon.0) 669 : audit [INF] from='client.? 172.21.15.31:0/270129971' entity='client.admin' 2024-09-10T18:32:00.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:31:59 smithi031 bash[14957]: cluster 2024-09-10T18:31:58.671122+0000 mgr.y (mgr.14138) 417 : cluster [DBG] pgmap v375: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:00.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:31:59 smithi031 bash[19205]: cluster 2024-09-10T18:31:58.671122+0000 mgr.y (mgr.14138) 417 : cluster [DBG] pgmap v375: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:00.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:31:59 smithi063 bash[14646]: cluster 2024-09-10T18:31:58.671122+0000 mgr.y (mgr.14138) 417 : cluster [DBG] pgmap v375: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:01.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:00 smithi031 bash[14957]: cluster 2024-09-10T18:32:00.672171+0000 mgr.y (mgr.14138) 418 : cluster [DBG] pgmap v376: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:01.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:00 smithi031 bash[19205]: cluster 2024-09-10T18:32:00.672171+0000 mgr.y (mgr.14138) 418 : cluster [DBG] pgmap v376: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:01.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:00 smithi063 bash[14646]: cluster 2024-09-10T18:32:00.672171+0000 mgr.y (mgr.14138) 418 : cluster [DBG] pgmap v376: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:01.816 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph config set global log_to_journald false --force' 2024-09-10T18:32:02.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:02 smithi031 bash[14957]: audit 2024-09-10T18:32:01.132658+0000 mon.a (mon.0) 670 : audit [INF] from='client.? 172.21.15.31:0/1899914886' entity='client.admin' 2024-09-10T18:32:02.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:02 smithi031 bash[19205]: audit 2024-09-10T18:32:01.132658+0000 mon.a (mon.0) 670 : audit [INF] from='client.? 172.21.15.31:0/1899914886' entity='client.admin' 2024-09-10T18:32:02.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:02 smithi063 bash[14646]: audit 2024-09-10T18:32:01.132658+0000 mon.a (mon.0) 670 : audit [INF] from='client.? 172.21.15.31:0/1899914886' entity='client.admin' 2024-09-10T18:32:03.377 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:03 smithi031 bash[14957]: cluster 2024-09-10T18:32:02.673366+0000 mgr.y (mgr.14138) 419 : cluster [DBG] pgmap v377: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:03.377 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:03 smithi031 bash[19205]: cluster 2024-09-10T18:32:02.673366+0000 mgr.y (mgr.14138) 419 : cluster [DBG] pgmap v377: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:03.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:03 smithi063 bash[14646]: cluster 2024-09-10T18:32:02.673366+0000 mgr.y (mgr.14138) 419 : cluster [DBG] pgmap v377: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:05.788 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T18:32:06.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:05 smithi031 bash[14957]: cluster 2024-09-10T18:32:04.674461+0000 mgr.y (mgr.14138) 420 : cluster [DBG] pgmap v378: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:06.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:05 smithi031 bash[14957]: audit 2024-09-10T18:32:05.135872+0000 mon.a (mon.0) 671 : audit [INF] from='client.? 172.21.15.31:0/1614488063' entity='client.admin' 2024-09-10T18:32:06.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:05 smithi031 bash[14957]: audit 2024-09-10T18:32:05.489810+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:32:06.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:05 smithi031 bash[14957]: audit 2024-09-10T18:32:05.508008+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:32:06.034 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:05 smithi031 bash[19205]: cluster 2024-09-10T18:32:04.674461+0000 mgr.y (mgr.14138) 420 : cluster [DBG] pgmap v378: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:06.034 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:05 smithi031 bash[19205]: audit 2024-09-10T18:32:05.135872+0000 mon.a (mon.0) 671 : audit [INF] from='client.? 172.21.15.31:0/1614488063' entity='client.admin' 2024-09-10T18:32:06.034 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:05 smithi031 bash[19205]: audit 2024-09-10T18:32:05.489810+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:32:06.034 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:05 smithi031 bash[19205]: audit 2024-09-10T18:32:05.508008+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:32:06.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:05 smithi063 bash[14646]: cluster 2024-09-10T18:32:04.674461+0000 mgr.y (mgr.14138) 420 : cluster [DBG] pgmap v378: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:06.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:05 smithi063 bash[14646]: audit 2024-09-10T18:32:05.135872+0000 mon.a (mon.0) 671 : audit [INF] from='client.? 172.21.15.31:0/1614488063' entity='client.admin' 2024-09-10T18:32:06.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:05 smithi063 bash[14646]: audit 2024-09-10T18:32:05.489810+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:32:06.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:05 smithi063 bash[14646]: audit 2024-09-10T18:32:05.508008+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:32:07.129 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:06 smithi031 bash[14957]: cephadm 2024-09-10T18:32:05.491133+0000 mgr.y (mgr.14138) 421 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:32:07.129 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:06 smithi031 bash[14957]: cephadm 2024-09-10T18:32:05.509464+0000 mgr.y (mgr.14138) 422 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:32:07.129 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:06 smithi031 bash[14957]: audit 2024-09-10T18:32:05.865313+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:32:07.129 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:06 smithi031 bash[19205]: cephadm 2024-09-10T18:32:05.491133+0000 mgr.y (mgr.14138) 421 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:32:07.129 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:06 smithi031 bash[19205]: cephadm 2024-09-10T18:32:05.509464+0000 mgr.y (mgr.14138) 422 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:32:07.129 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:06 smithi031 bash[19205]: audit 2024-09-10T18:32:05.865313+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:32:07.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:06 smithi063 bash[14646]: cephadm 2024-09-10T18:32:05.491133+0000 mgr.y (mgr.14138) 421 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:32:07.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:06 smithi063 bash[14646]: cephadm 2024-09-10T18:32:05.509464+0000 mgr.y (mgr.14138) 422 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:32:07.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:06 smithi063 bash[14646]: audit 2024-09-10T18:32:05.865313+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:32:08.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:07 smithi031 bash[14957]: cluster 2024-09-10T18:32:06.675492+0000 mgr.y (mgr.14138) 423 : cluster [DBG] pgmap v379: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:08.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:07 smithi031 bash[19205]: cluster 2024-09-10T18:32:06.675492+0000 mgr.y (mgr.14138) 423 : cluster [DBG] pgmap v379: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:08.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:07 smithi063 bash[14646]: cluster 2024-09-10T18:32:06.675492+0000 mgr.y (mgr.14138) 423 : cluster [DBG] pgmap v379: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:09.171 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-10T18:32:09.171 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (4m) 3m ago 4m 0.20.0 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f 41b8db25c52c 2024-09-10T18:32:09.171 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (4m) 3m ago 4m 6.6.2 docker.io/ceph/ceph-grafana:6.6.2 a0dce381714a 87075f7b106b 2024-09-10T18:32:09.171 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 running (5m) 3m ago 5m 3.4 docker.io/ceph/ceph:v15.2.9 dfc483079636 5df40cfb9f74 2024-09-10T18:32:09.171 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 running (9m) 3m ago 9m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 96d4e093ea98 2024-09-10T18:32:09.171 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 running (11m) 3m ago 11m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 58af66fb1dd7 2024-09-10T18:32:09.171 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (11m) 3m ago 11m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 110985a9aaad 2024-09-10T18:32:09.172 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (10m) 3m ago 10m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 97c3ecf5bc14 2024-09-10T18:32:09.172 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (10m) 3m ago 10m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 b3f47a149224 2024-09-10T18:32:09.172 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (5m) 3m ago 5m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf 1c56f8797d7e 2024-09-10T18:32:09.172 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (5m) 3m ago 5m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf 5ec08759a54e 2024-09-10T18:32:09.172 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (9m) 3m ago 9m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:32:09.172 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (8m) 3m ago 8m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:32:09.172 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (8m) 3m ago 8m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:32:09.172 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (7m) 3m ago 8m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:32:09.172 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (7m) 3m ago 7m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:32:09.172 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (7m) 3m ago 7m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:32:09.172 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (6m) 3m ago 6m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:32:09.173 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (6m) 3m ago 6m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:32:09.173 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (4m) 3m ago 5m 2.18.1 docker.io/prom/prometheus:v2.18.1 de242295e225 b02f2987a821 2024-09-10T18:32:09.173 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (3m) 3m ago 3m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:32:09.173 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (3m) 3m ago 3m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:32:09.839 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T18:32:10.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:09 smithi031 bash[14957]: cluster 2024-09-10T18:32:08.676584+0000 mgr.y (mgr.14138) 424 : cluster [DBG] pgmap v380: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:10.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:09 smithi031 bash[19205]: cluster 2024-09-10T18:32:08.676584+0000 mgr.y (mgr.14138) 424 : cluster [DBG] pgmap v380: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:10.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:09 smithi063 bash[14646]: cluster 2024-09-10T18:32:08.676584+0000 mgr.y (mgr.14138) 424 : cluster [DBG] pgmap v380: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:11.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:10 smithi063 bash[14646]: audit 2024-09-10T18:32:09.145127+0000 mgr.y (mgr.14138) 425 : audit [DBG] from='client.14799 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:32:11.384 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:10 smithi031 bash[14957]: audit 2024-09-10T18:32:09.145127+0000 mgr.y (mgr.14138) 425 : audit [DBG] from='client.14799 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:32:11.385 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:10 smithi031 bash[19205]: audit 2024-09-10T18:32:09.145127+0000 mgr.y (mgr.14138) 425 : audit [DBG] from='client.14799 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:32:12.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:11 smithi063 bash[14646]: cluster 2024-09-10T18:32:10.677596+0000 mgr.y (mgr.14138) 426 : cluster [DBG] pgmap v381: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:12.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:11 smithi031 bash[14957]: cluster 2024-09-10T18:32:10.677596+0000 mgr.y (mgr.14138) 426 : cluster [DBG] pgmap v381: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:12.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:11 smithi031 bash[19205]: cluster 2024-09-10T18:32:10.677596+0000 mgr.y (mgr.14138) 426 : cluster [DBG] pgmap v381: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:13.296 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:32:13.296 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:32:13.296 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-10T18:32:13.296 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:32:13.296 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:32:13.296 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:32:13.296 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:32:13.297 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:32:13.297 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-10T18:32:13.297 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:32:13.297 INFO:teuthology.orchestra.run.smithi031.stdout: "mds": {}, 2024-09-10T18:32:13.297 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:32:13.297 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:32:13.297 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:32:13.297 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:32:13.297 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 15 2024-09-10T18:32:13.297 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:32:13.297 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:32:13.988 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph -s' 2024-09-10T18:32:14.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:13 smithi063 bash[14646]: cluster 2024-09-10T18:32:12.678814+0000 mgr.y (mgr.14138) 427 : cluster [DBG] pgmap v382: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:14.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:13 smithi063 bash[14646]: audit 2024-09-10T18:32:13.291583+0000 mon.a (mon.0) 675 : audit [DBG] from='client.? 172.21.15.31:0/666782697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:32:14.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:13 smithi031 bash[14957]: cluster 2024-09-10T18:32:12.678814+0000 mgr.y (mgr.14138) 427 : cluster [DBG] pgmap v382: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:14.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:13 smithi031 bash[14957]: audit 2024-09-10T18:32:13.291583+0000 mon.a (mon.0) 675 : audit [DBG] from='client.? 172.21.15.31:0/666782697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:32:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:13 smithi031 bash[19205]: cluster 2024-09-10T18:32:12.678814+0000 mgr.y (mgr.14138) 427 : cluster [DBG] pgmap v382: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:13 smithi031 bash[19205]: audit 2024-09-10T18:32:13.291583+0000 mon.a (mon.0) 675 : audit [DBG] from='client.? 172.21.15.31:0/666782697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:32:16.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:15 smithi063 bash[14646]: cluster 2024-09-10T18:32:14.679908+0000 mgr.y (mgr.14138) 428 : cluster [DBG] pgmap v383: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:16.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:15 smithi031 bash[14957]: cluster 2024-09-10T18:32:14.679908+0000 mgr.y (mgr.14138) 428 : cluster [DBG] pgmap v383: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:16.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:15 smithi031 bash[19205]: cluster 2024-09-10T18:32:14.679908+0000 mgr.y (mgr.14138) 428 : cluster [DBG] pgmap v383: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:17.437 INFO:teuthology.orchestra.run.smithi031.stdout: cluster: 2024-09-10T18:32:17.437 INFO:teuthology.orchestra.run.smithi031.stdout: id: 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:32:17.437 INFO:teuthology.orchestra.run.smithi031.stdout: health: HEALTH_OK 2024-09-10T18:32:17.438 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:32:17.438 INFO:teuthology.orchestra.run.smithi031.stdout: services: 2024-09-10T18:32:17.438 INFO:teuthology.orchestra.run.smithi031.stdout: mon: 3 daemons, quorum a,c,b (age 10m) 2024-09-10T18:32:17.438 INFO:teuthology.orchestra.run.smithi031.stdout: mgr: y(active, since 10m), standbys: x 2024-09-10T18:32:17.438 INFO:teuthology.orchestra.run.smithi031.stdout: osd: 8 osds: 8 up (since 6m), 8 in (since 6m) 2024-09-10T18:32:17.438 INFO:teuthology.orchestra.run.smithi031.stdout: rgw: 2 daemons active (r.z.smithi031.kibhei, r.z.smithi063.jzpdua) 2024-09-10T18:32:17.438 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:32:17.438 INFO:teuthology.orchestra.run.smithi031.stdout: task status: 2024-09-10T18:32:17.438 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:32:17.438 INFO:teuthology.orchestra.run.smithi031.stdout: data: 2024-09-10T18:32:17.438 INFO:teuthology.orchestra.run.smithi031.stdout: pools: 6 pools, 132 pgs 2024-09-10T18:32:17.438 INFO:teuthology.orchestra.run.smithi031.stdout: objects: 203 objects, 7.4 KiB 2024-09-10T18:32:17.438 INFO:teuthology.orchestra.run.smithi031.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-10T18:32:17.438 INFO:teuthology.orchestra.run.smithi031.stdout: pgs: 132 active+clean 2024-09-10T18:32:17.438 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:32:17.439 INFO:teuthology.orchestra.run.smithi031.stdout: io: 2024-09-10T18:32:17.439 INFO:teuthology.orchestra.run.smithi031.stdout: client: 1.2 KiB/s rd, 1 op/s rd, 0 op/s wr 2024-09-10T18:32:17.439 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:32:18.130 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ls' 2024-09-10T18:32:18.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:17 smithi063 bash[14646]: cluster 2024-09-10T18:32:16.680907+0000 mgr.y (mgr.14138) 429 : cluster [DBG] pgmap v384: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:18.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:17 smithi063 bash[14646]: audit 2024-09-10T18:32:17.433372+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.31:0/2241539472' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:32:18.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:17 smithi031 bash[14957]: cluster 2024-09-10T18:32:16.680907+0000 mgr.y (mgr.14138) 429 : cluster [DBG] pgmap v384: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:18.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:17 smithi031 bash[14957]: audit 2024-09-10T18:32:17.433372+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.31:0/2241539472' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:32:18.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:17 smithi031 bash[19205]: cluster 2024-09-10T18:32:16.680907+0000 mgr.y (mgr.14138) 429 : cluster [DBG] pgmap v384: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:18.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:17 smithi031 bash[19205]: audit 2024-09-10T18:32:17.433372+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.31:0/2241539472' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:32:19.338 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:18 smithi031 bash[14957]: audit 2024-09-10T18:32:18.705095+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:32:19.338 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:18 smithi031 bash[14957]: audit 2024-09-10T18:32:18.705574+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:32:19.338 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:18 smithi031 bash[19205]: audit 2024-09-10T18:32:18.705095+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:32:19.338 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:18 smithi031 bash[19205]: audit 2024-09-10T18:32:18.705574+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:32:19.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:18 smithi063 bash[14646]: audit 2024-09-10T18:32:18.705095+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:32:19.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:18 smithi063 bash[14646]: audit 2024-09-10T18:32:18.705574+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:32:20.238 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:19 smithi031 bash[14957]: cluster 2024-09-10T18:32:18.681834+0000 mgr.y (mgr.14138) 430 : cluster [DBG] pgmap v385: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:20.238 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:19 smithi031 bash[19205]: cluster 2024-09-10T18:32:18.681834+0000 mgr.y (mgr.14138) 430 : cluster [DBG] pgmap v385: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:20.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:19 smithi063 bash[14646]: cluster 2024-09-10T18:32:18.681834+0000 mgr.y (mgr.14138) 430 : cluster [DBG] pgmap v385: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:21.550 INFO:teuthology.orchestra.run.smithi031.stdout:NAME RUNNING REFRESHED AGE PLACEMENT IMAGE NAME IMAGE ID 2024-09-10T18:32:21.550 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager 1/1 3m ago 5m smithi031=a;count:1 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f 2024-09-10T18:32:21.551 INFO:teuthology.orchestra.run.smithi031.stdout:grafana 1/1 3m ago 5m smithi063=a;count:1 docker.io/ceph/ceph-grafana:6.6.2 a0dce381714a 2024-09-10T18:32:21.551 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi 1/1 3m ago 5m smithi063=iscsi.a;count:1 docker.io/ceph/ceph:v15.2.9 dfc483079636 2024-09-10T18:32:21.551 INFO:teuthology.orchestra.run.smithi031.stdout:mgr 2/2 3m ago 9m smithi031=y;smithi063=x;count:2 docker.io/ceph/ceph:v15.2.9 dfc483079636 2024-09-10T18:32:21.551 INFO:teuthology.orchestra.run.smithi031.stdout:mon 3/0 3m ago - docker.io/ceph/ceph:v15.2.9 dfc483079636 2024-09-10T18:32:21.551 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter 2/2 3m ago 5m smithi031=a;smithi063=b;count:2 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf 2024-09-10T18:32:21.551 INFO:teuthology.orchestra.run.smithi031.stdout:osd.None 8/0 3m ago - docker.io/ceph/ceph:v15.2.9 dfc483079636 2024-09-10T18:32:21.551 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus 1/1 3m ago 5m smithi063=a;count:1 docker.io/prom/prometheus:v2.18.1 de242295e225 2024-09-10T18:32:21.551 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z 2/2 3m ago 3m count:2 docker.io/ceph/ceph:v15.2.9 dfc483079636 2024-09-10T18:32:22.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:21 smithi031 bash[14957]: cluster 2024-09-10T18:32:20.682853+0000 mgr.y (mgr.14138) 431 : cluster [DBG] pgmap v386: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:22.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:21 smithi031 bash[19205]: cluster 2024-09-10T18:32:20.682853+0000 mgr.y (mgr.14138) 431 : cluster [DBG] pgmap v386: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:22.183 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph config set mgr container_image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-10T18:32:22.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:21 smithi063 bash[14646]: cluster 2024-09-10T18:32:20.682853+0000 mgr.y (mgr.14138) 431 : cluster [DBG] pgmap v386: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:23.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:22 smithi063 bash[14646]: audit 2024-09-10T18:32:21.539586+0000 mgr.y (mgr.14138) 432 : audit [DBG] from='client.14817 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:32:23.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:22 smithi031 bash[14957]: audit 2024-09-10T18:32:21.539586+0000 mgr.y (mgr.14138) 432 : audit [DBG] from='client.14817 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:32:23.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:22 smithi031 bash[19205]: audit 2024-09-10T18:32:21.539586+0000 mgr.y (mgr.14138) 432 : audit [DBG] from='client.14817 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:32:24.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:23 smithi031 bash[14957]: cluster 2024-09-10T18:32:22.684184+0000 mgr.y (mgr.14138) 433 : cluster [DBG] pgmap v387: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:24.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:24 smithi031 bash[19205]: cluster 2024-09-10T18:32:22.684184+0000 mgr.y (mgr.14138) 433 : cluster [DBG] pgmap v387: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:24.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:23 smithi063 bash[14646]: cluster 2024-09-10T18:32:22.684184+0000 mgr.y (mgr.14138) 433 : cluster [DBG] pgmap v387: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:25.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:25 smithi063 bash[14646]: cluster 2024-09-10T18:32:24.685313+0000 mgr.y (mgr.14138) 434 : cluster [DBG] pgmap v388: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:25.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:25 smithi031 bash[14957]: cluster 2024-09-10T18:32:24.685313+0000 mgr.y (mgr.14138) 434 : cluster [DBG] pgmap v388: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:25.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:25 smithi031 bash[19205]: cluster 2024-09-10T18:32:24.685313+0000 mgr.y (mgr.14138) 434 : cluster [DBG] pgmap v388: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:26.492 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)"' 2024-09-10T18:32:27.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:26 smithi063 bash[14646]: audit 2024-09-10T18:32:25.824341+0000 mon.a (mon.0) 678 : audit [INF] from='client.? ' entity='client.admin' 2024-09-10T18:32:27.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:26 smithi063 bash[14646]: audit 2024-09-10T18:32:25.839224+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:32:27.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:26 smithi031 bash[14957]: audit 2024-09-10T18:32:25.824341+0000 mon.a (mon.0) 678 : audit [INF] from='client.? ' entity='client.admin' 2024-09-10T18:32:27.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:26 smithi031 bash[14957]: audit 2024-09-10T18:32:25.839224+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:32:27.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:26 smithi031 bash[19205]: audit 2024-09-10T18:32:25.824341+0000 mon.a (mon.0) 678 : audit [INF] from='client.? ' entity='client.admin' 2024-09-10T18:32:27.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:26 smithi031 bash[19205]: audit 2024-09-10T18:32:25.839224+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:32:28.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:27 smithi031 bash[14957]: cluster 2024-09-10T18:32:26.686343+0000 mgr.y (mgr.14138) 435 : cluster [DBG] pgmap v389: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:28.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:27 smithi031 bash[19205]: cluster 2024-09-10T18:32:26.686343+0000 mgr.y (mgr.14138) 435 : cluster [DBG] pgmap v389: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:28.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:27 smithi063 bash[14646]: cluster 2024-09-10T18:32:26.686343+0000 mgr.y (mgr.14138) 435 : cluster [DBG] pgmap v389: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:30.372 INFO:teuthology.orchestra.run.smithi031.stdout:Scheduled to redeploy mgr.x on host 'smithi063' 2024-09-10T18:32:30.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:29 smithi063 bash[14646]: cluster 2024-09-10T18:32:28.687294+0000 mgr.y (mgr.14138) 436 : cluster [DBG] pgmap v390: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:30.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:29 smithi031 bash[14957]: cluster 2024-09-10T18:32:28.687294+0000 mgr.y (mgr.14138) 436 : cluster [DBG] pgmap v390: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:30.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:29 smithi031 bash[19205]: cluster 2024-09-10T18:32:28.687294+0000 mgr.y (mgr.14138) 436 : cluster [DBG] pgmap v390: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:31.118 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps --refresh' 2024-09-10T18:32:31.355 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:30 smithi031 bash[14957]: audit 2024-09-10T18:32:30.027290+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.31:0/1867728143' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:32:31.355 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:30 smithi031 bash[14957]: audit 2024-09-10T18:32:30.374315+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:32:31.355 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:30 smithi031 bash[14957]: audit 2024-09-10T18:32:30.384746+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-10T18:32:31.356 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:30 smithi031 bash[14957]: audit 2024-09-10T18:32:30.386202+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:32:31.356 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:30 smithi031 bash[14957]: audit 2024-09-10T18:32:30.387705+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T18:32:31.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:30 smithi031 bash[19205]: audit 2024-09-10T18:32:30.027290+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.31:0/1867728143' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:32:31.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:30 smithi031 bash[19205]: audit 2024-09-10T18:32:30.374315+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:32:31.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:30 smithi031 bash[19205]: audit 2024-09-10T18:32:30.384746+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-10T18:32:31.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:30 smithi031 bash[19205]: audit 2024-09-10T18:32:30.386202+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:32:31.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:30 smithi031 bash[19205]: audit 2024-09-10T18:32:30.387705+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T18:32:31.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:30 smithi063 bash[14646]: audit 2024-09-10T18:32:30.027290+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.31:0/1867728143' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:32:31.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:30 smithi063 bash[14646]: audit 2024-09-10T18:32:30.374315+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:32:31.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:30 smithi063 bash[14646]: audit 2024-09-10T18:32:30.384746+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-10T18:32:31.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:30 smithi063 bash[14646]: audit 2024-09-10T18:32:30.386202+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:32:31.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:30 smithi063 bash[14646]: audit 2024-09-10T18:32:30.387705+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T18:32:32.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:31 smithi031 bash[14957]: audit 2024-09-10T18:32:30.367545+0000 mgr.y (mgr.14138) 437 : audit [DBG] from='client.14835 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:32:32.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:31 smithi031 bash[14957]: cephadm 2024-09-10T18:32:30.368223+0000 mgr.y (mgr.14138) 438 : cephadm [INF] Schedule redeploy daemon mgr.x 2024-09-10T18:32:32.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:31 smithi031 bash[14957]: cephadm 2024-09-10T18:32:30.387016+0000 mgr.y (mgr.14138) 439 : cephadm [INF] Deploying daemon mgr.x on smithi063 2024-09-10T18:32:32.353 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:31 smithi031 bash[14957]: cluster 2024-09-10T18:32:30.688408+0000 mgr.y (mgr.14138) 440 : cluster [DBG] pgmap v391: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:32.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:31 smithi031 bash[19205]: audit 2024-09-10T18:32:30.367545+0000 mgr.y (mgr.14138) 437 : audit [DBG] from='client.14835 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:32:32.353 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:31 smithi031 bash[19205]: cephadm 2024-09-10T18:32:30.368223+0000 mgr.y (mgr.14138) 438 : cephadm [INF] Schedule redeploy daemon mgr.x 2024-09-10T18:32:32.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:31 smithi031 bash[19205]: cephadm 2024-09-10T18:32:30.387016+0000 mgr.y (mgr.14138) 439 : cephadm [INF] Deploying daemon mgr.x on smithi063 2024-09-10T18:32:32.354 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:31 smithi031 bash[19205]: cluster 2024-09-10T18:32:30.688408+0000 mgr.y (mgr.14138) 440 : cluster [DBG] pgmap v391: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:32.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:31 smithi063 bash[14646]: audit 2024-09-10T18:32:30.367545+0000 mgr.y (mgr.14138) 437 : audit [DBG] from='client.14835 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:32:32.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:31 smithi063 bash[14646]: cephadm 2024-09-10T18:32:30.368223+0000 mgr.y (mgr.14138) 438 : cephadm [INF] Schedule redeploy daemon mgr.x 2024-09-10T18:32:32.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:31 smithi063 bash[14646]: cephadm 2024-09-10T18:32:30.387016+0000 mgr.y (mgr.14138) 439 : cephadm [INF] Deploying daemon mgr.x on smithi063 2024-09-10T18:32:32.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:31 smithi063 bash[14646]: cluster 2024-09-10T18:32:30.688408+0000 mgr.y (mgr.14138) 440 : cluster [DBG] pgmap v391: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:34.320 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:33 smithi031 bash[14957]: cluster 2024-09-10T18:32:32.689717+0000 mgr.y (mgr.14138) 441 : cluster [DBG] pgmap v392: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:34.321 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:33 smithi031 bash[19205]: cluster 2024-09-10T18:32:32.689717+0000 mgr.y (mgr.14138) 441 : cluster [DBG] pgmap v392: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:34.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:33 smithi063 bash[14646]: cluster 2024-09-10T18:32:32.689717+0000 mgr.y (mgr.14138) 441 : cluster [DBG] pgmap v392: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:34.725 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-10T18:32:34.726 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (4m) 3m ago 5m 0.20.0 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f 41b8db25c52c 2024-09-10T18:32:34.726 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (4m) 3m ago 4m 6.6.2 docker.io/ceph/ceph-grafana:6.6.2 a0dce381714a 87075f7b106b 2024-09-10T18:32:34.726 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 running (6m) 3m ago 6m 3.4 docker.io/ceph/ceph:v15.2.9 dfc483079636 5df40cfb9f74 2024-09-10T18:32:34.726 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 running (10m) 3m ago 10m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 96d4e093ea98 2024-09-10T18:32:34.726 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 running (11m) 3m ago 11m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 58af66fb1dd7 2024-09-10T18:32:34.727 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (11m) 3m ago 12m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 110985a9aaad 2024-09-10T18:32:34.727 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (10m) 3m ago 10m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 97c3ecf5bc14 2024-09-10T18:32:34.727 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (10m) 3m ago 10m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 b3f47a149224 2024-09-10T18:32:34.727 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (5m) 3m ago 5m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf 1c56f8797d7e 2024-09-10T18:32:34.727 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (5m) 3m ago 5m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf 5ec08759a54e 2024-09-10T18:32:34.728 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (9m) 3m ago 9m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:32:34.728 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (9m) 3m ago 9m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:32:34.728 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (8m) 3m ago 8m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:32:34.728 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (8m) 3m ago 8m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:32:34.728 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (8m) 3m ago 8m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:32:34.729 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (7m) 3m ago 7m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:32:34.729 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (7m) 3m ago 7m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:32:34.729 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (6m) 3m ago 6m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:32:34.729 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (4m) 3m ago 5m 2.18.1 docker.io/prom/prometheus:v2.18.1 de242295e225 b02f2987a821 2024-09-10T18:32:34.729 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (3m) 3m ago 3m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:32:34.729 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (3m) 3m ago 3m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:32:35.468 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 180' 2024-09-10T18:32:36.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:35 smithi063 bash[14646]: cluster 2024-09-10T18:32:34.690775+0000 mgr.y (mgr.14138) 442 : cluster [DBG] pgmap v393: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:36.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:35 smithi063 bash[14646]: audit 2024-09-10T18:32:34.699492+0000 mgr.y (mgr.14138) 443 : audit [DBG] from='client.14841 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:32:36.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:35 smithi063 bash[14646]: cephadm 2024-09-10T18:32:34.700748+0000 mgr.y (mgr.14138) 444 : cephadm [INF] Kicked serve() loop to refresh all daemons 2024-09-10T18:32:36.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:35 smithi031 bash[14957]: cluster 2024-09-10T18:32:34.690775+0000 mgr.y (mgr.14138) 442 : cluster [DBG] pgmap v393: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:36.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:35 smithi031 bash[14957]: audit 2024-09-10T18:32:34.699492+0000 mgr.y (mgr.14138) 443 : audit [DBG] from='client.14841 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:32:36.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:35 smithi031 bash[14957]: cephadm 2024-09-10T18:32:34.700748+0000 mgr.y (mgr.14138) 444 : cephadm [INF] Kicked serve() loop to refresh all daemons 2024-09-10T18:32:36.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:35 smithi031 bash[19205]: cluster 2024-09-10T18:32:34.690775+0000 mgr.y (mgr.14138) 442 : cluster [DBG] pgmap v393: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:36.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:35 smithi031 bash[19205]: audit 2024-09-10T18:32:34.699492+0000 mgr.y (mgr.14138) 443 : audit [DBG] from='client.14841 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:32:36.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:35 smithi031 bash[19205]: cephadm 2024-09-10T18:32:34.700748+0000 mgr.y (mgr.14138) 444 : cephadm [INF] Kicked serve() loop to refresh all daemons 2024-09-10T18:32:38.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:37 smithi063 bash[14646]: cluster 2024-09-10T18:32:36.691744+0000 mgr.y (mgr.14138) 445 : cluster [DBG] pgmap v394: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:38.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:37 smithi031 bash[14957]: cluster 2024-09-10T18:32:36.691744+0000 mgr.y (mgr.14138) 445 : cluster [DBG] pgmap v394: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:38.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:37 smithi031 bash[19205]: cluster 2024-09-10T18:32:36.691744+0000 mgr.y (mgr.14138) 445 : cluster [DBG] pgmap v394: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:40.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:39 smithi063 bash[14646]: cluster 2024-09-10T18:32:38.692750+0000 mgr.y (mgr.14138) 446 : cluster [DBG] pgmap v395: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:40.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:39 smithi031 bash[14957]: cluster 2024-09-10T18:32:38.692750+0000 mgr.y (mgr.14138) 446 : cluster [DBG] pgmap v395: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:40.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:39 smithi031 bash[19205]: cluster 2024-09-10T18:32:38.692750+0000 mgr.y (mgr.14138) 446 : cluster [DBG] pgmap v395: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:41.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:41 smithi063 bash[14646]: cluster 2024-09-10T18:32:40.693852+0000 mgr.y (mgr.14138) 447 : cluster [DBG] pgmap v396: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:41.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:41 smithi031 bash[14957]: cluster 2024-09-10T18:32:40.693852+0000 mgr.y (mgr.14138) 447 : cluster [DBG] pgmap v396: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:41.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:41 smithi031 bash[19205]: cluster 2024-09-10T18:32:40.693852+0000 mgr.y (mgr.14138) 447 : cluster [DBG] pgmap v396: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:44.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:43 smithi063 bash[14646]: cluster 2024-09-10T18:32:42.695113+0000 mgr.y (mgr.14138) 448 : cluster [DBG] pgmap v397: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:44.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:43 smithi031 bash[14957]: cluster 2024-09-10T18:32:42.695113+0000 mgr.y (mgr.14138) 448 : cluster [DBG] pgmap v397: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:44.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:43 smithi031 bash[19205]: cluster 2024-09-10T18:32:42.695113+0000 mgr.y (mgr.14138) 448 : cluster [DBG] pgmap v397: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:46.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:45 smithi063 bash[14646]: cluster 2024-09-10T18:32:44.696254+0000 mgr.y (mgr.14138) 449 : cluster [DBG] pgmap v398: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:46.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:45 smithi031 bash[14957]: cluster 2024-09-10T18:32:44.696254+0000 mgr.y (mgr.14138) 449 : cluster [DBG] pgmap v398: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:46.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:45 smithi031 bash[19205]: cluster 2024-09-10T18:32:44.696254+0000 mgr.y (mgr.14138) 449 : cluster [DBG] pgmap v398: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:48.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:47 smithi063 bash[14646]: cluster 2024-09-10T18:32:46.697352+0000 mgr.y (mgr.14138) 450 : cluster [DBG] pgmap v399: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:48.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:47 smithi031 bash[14957]: cluster 2024-09-10T18:32:46.697352+0000 mgr.y (mgr.14138) 450 : cluster [DBG] pgmap v399: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:48.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:47 smithi031 bash[19205]: cluster 2024-09-10T18:32:46.697352+0000 mgr.y (mgr.14138) 450 : cluster [DBG] pgmap v399: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:50.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:49 smithi063 bash[14646]: cluster 2024-09-10T18:32:48.698393+0000 mgr.y (mgr.14138) 451 : cluster [DBG] pgmap v400: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:50.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:49 smithi031 bash[14957]: cluster 2024-09-10T18:32:48.698393+0000 mgr.y (mgr.14138) 451 : cluster [DBG] pgmap v400: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:50.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:49 smithi031 bash[19205]: cluster 2024-09-10T18:32:48.698393+0000 mgr.y (mgr.14138) 451 : cluster [DBG] pgmap v400: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:52.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:51 smithi063 bash[14646]: cluster 2024-09-10T18:32:50.699466+0000 mgr.y (mgr.14138) 452 : cluster [DBG] pgmap v401: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:52.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:51 smithi031 bash[14957]: cluster 2024-09-10T18:32:50.699466+0000 mgr.y (mgr.14138) 452 : cluster [DBG] pgmap v401: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:52.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:51 smithi031 bash[19205]: cluster 2024-09-10T18:32:50.699466+0000 mgr.y (mgr.14138) 452 : cluster [DBG] pgmap v401: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:54.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:53 smithi063 bash[14646]: cluster 2024-09-10T18:32:52.700735+0000 mgr.y (mgr.14138) 453 : cluster [DBG] pgmap v402: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:54.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:53 smithi031 bash[14957]: cluster 2024-09-10T18:32:52.700735+0000 mgr.y (mgr.14138) 453 : cluster [DBG] pgmap v402: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:54.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:53 smithi031 bash[19205]: cluster 2024-09-10T18:32:52.700735+0000 mgr.y (mgr.14138) 453 : cluster [DBG] pgmap v402: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:55.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:54 smithi063 bash[14646]: cluster 2024-09-10T18:32:54.701834+0000 mgr.y (mgr.14138) 454 : cluster [DBG] pgmap v403: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:55.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:54 smithi031 bash[14957]: cluster 2024-09-10T18:32:54.701834+0000 mgr.y (mgr.14138) 454 : cluster [DBG] pgmap v403: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:54 smithi031 bash[19205]: cluster 2024-09-10T18:32:54.701834+0000 mgr.y (mgr.14138) 454 : cluster [DBG] pgmap v403: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:32:58.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:57 smithi063 bash[14646]: cluster 2024-09-10T18:32:56.702904+0000 mgr.y (mgr.14138) 455 : cluster [DBG] pgmap v404: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:58.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:57 smithi031 bash[14957]: cluster 2024-09-10T18:32:56.702904+0000 mgr.y (mgr.14138) 455 : cluster [DBG] pgmap v404: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:32:58.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:57 smithi031 bash[19205]: cluster 2024-09-10T18:32:56.702904+0000 mgr.y (mgr.14138) 455 : cluster [DBG] pgmap v404: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:00.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:32:59 smithi063 bash[14646]: cluster 2024-09-10T18:32:58.703892+0000 mgr.y (mgr.14138) 456 : cluster [DBG] pgmap v405: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:00.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:32:59 smithi031 bash[19205]: cluster 2024-09-10T18:32:58.703892+0000 mgr.y (mgr.14138) 456 : cluster [DBG] pgmap v405: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:00.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:32:59 smithi031 bash[14957]: cluster 2024-09-10T18:32:58.703892+0000 mgr.y (mgr.14138) 456 : cluster [DBG] pgmap v405: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:02.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:01 smithi063 bash[14646]: cluster 2024-09-10T18:33:00.704905+0000 mgr.y (mgr.14138) 457 : cluster [DBG] pgmap v406: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:02.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:01 smithi031 bash[19205]: cluster 2024-09-10T18:33:00.704905+0000 mgr.y (mgr.14138) 457 : cluster [DBG] pgmap v406: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:02.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:01 smithi031 bash[14957]: cluster 2024-09-10T18:33:00.704905+0000 mgr.y (mgr.14138) 457 : cluster [DBG] pgmap v406: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:04.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:03 smithi063 bash[14646]: cluster 2024-09-10T18:33:02.706147+0000 mgr.y (mgr.14138) 458 : cluster [DBG] pgmap v407: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:04.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:03 smithi031 bash[14957]: cluster 2024-09-10T18:33:02.706147+0000 mgr.y (mgr.14138) 458 : cluster [DBG] pgmap v407: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:04.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:03 smithi031 bash[19205]: cluster 2024-09-10T18:33:02.706147+0000 mgr.y (mgr.14138) 458 : cluster [DBG] pgmap v407: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:06.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:05 smithi063 bash[14646]: cluster 2024-09-10T18:33:04.707251+0000 mgr.y (mgr.14138) 459 : cluster [DBG] pgmap v408: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:06.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:05 smithi031 bash[14957]: cluster 2024-09-10T18:33:04.707251+0000 mgr.y (mgr.14138) 459 : cluster [DBG] pgmap v408: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:06.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:05 smithi031 bash[19205]: cluster 2024-09-10T18:33:04.707251+0000 mgr.y (mgr.14138) 459 : cluster [DBG] pgmap v408: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:08.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:07 smithi063 bash[14646]: cluster 2024-09-10T18:33:06.708328+0000 mgr.y (mgr.14138) 460 : cluster [DBG] pgmap v409: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:08.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:07 smithi031 bash[14957]: cluster 2024-09-10T18:33:06.708328+0000 mgr.y (mgr.14138) 460 : cluster [DBG] pgmap v409: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:08.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:07 smithi031 bash[19205]: cluster 2024-09-10T18:33:06.708328+0000 mgr.y (mgr.14138) 460 : cluster [DBG] pgmap v409: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:09.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:09 smithi063 bash[14646]: cluster 2024-09-10T18:33:08.709332+0000 mgr.y (mgr.14138) 461 : cluster [DBG] pgmap v410: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:09.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:09 smithi031 bash[19205]: cluster 2024-09-10T18:33:08.709332+0000 mgr.y (mgr.14138) 461 : cluster [DBG] pgmap v410: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:09.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:09 smithi031 bash[14957]: cluster 2024-09-10T18:33:08.709332+0000 mgr.y (mgr.14138) 461 : cluster [DBG] pgmap v410: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:12.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:11 smithi063 bash[14646]: cluster 2024-09-10T18:33:10.710590+0000 mgr.y (mgr.14138) 462 : cluster [DBG] pgmap v411: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:12.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:11 smithi031 bash[19205]: cluster 2024-09-10T18:33:10.710590+0000 mgr.y (mgr.14138) 462 : cluster [DBG] pgmap v411: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:12.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:11 smithi031 bash[14957]: cluster 2024-09-10T18:33:10.710590+0000 mgr.y (mgr.14138) 462 : cluster [DBG] pgmap v411: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:14.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:13 smithi063 bash[14646]: cluster 2024-09-10T18:33:12.711831+0000 mgr.y (mgr.14138) 463 : cluster [DBG] pgmap v412: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:14.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:13 smithi031 bash[14957]: cluster 2024-09-10T18:33:12.711831+0000 mgr.y (mgr.14138) 463 : cluster [DBG] pgmap v412: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:13 smithi031 bash[19205]: cluster 2024-09-10T18:33:12.711831+0000 mgr.y (mgr.14138) 463 : cluster [DBG] pgmap v412: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:16.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:15 smithi063 bash[14646]: cluster 2024-09-10T18:33:14.713062+0000 mgr.y (mgr.14138) 464 : cluster [DBG] pgmap v413: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:16.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:15 smithi031 bash[14957]: cluster 2024-09-10T18:33:14.713062+0000 mgr.y (mgr.14138) 464 : cluster [DBG] pgmap v413: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:16.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:15 smithi031 bash[19205]: cluster 2024-09-10T18:33:14.713062+0000 mgr.y (mgr.14138) 464 : cluster [DBG] pgmap v413: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:18.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:17 smithi063 bash[14646]: cluster 2024-09-10T18:33:16.714275+0000 mgr.y (mgr.14138) 465 : cluster [DBG] pgmap v414: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:18.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:17 smithi031 bash[14957]: cluster 2024-09-10T18:33:16.714275+0000 mgr.y (mgr.14138) 465 : cluster [DBG] pgmap v414: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:18.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:17 smithi031 bash[19205]: cluster 2024-09-10T18:33:16.714275+0000 mgr.y (mgr.14138) 465 : cluster [DBG] pgmap v414: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:19.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:18 smithi063 bash[14646]: audit 2024-09-10T18:33:18.717302+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:33:19.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:18 smithi063 bash[14646]: audit 2024-09-10T18:33:18.717968+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:33:19.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:18 smithi031 bash[14957]: audit 2024-09-10T18:33:18.717302+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:33:19.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:18 smithi031 bash[14957]: audit 2024-09-10T18:33:18.717968+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:33:19.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:18 smithi031 bash[19205]: audit 2024-09-10T18:33:18.717302+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:33:19.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:18 smithi031 bash[19205]: audit 2024-09-10T18:33:18.717968+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:33:20.354 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:19 smithi063 bash[14646]: cluster 2024-09-10T18:33:18.715429+0000 mgr.y (mgr.14138) 466 : cluster [DBG] pgmap v415: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:20.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:19 smithi031 bash[14957]: cluster 2024-09-10T18:33:18.715429+0000 mgr.y (mgr.14138) 466 : cluster [DBG] pgmap v415: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:20.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:19 smithi031 bash[19205]: cluster 2024-09-10T18:33:18.715429+0000 mgr.y (mgr.14138) 466 : cluster [DBG] pgmap v415: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:21.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:20 smithi063 bash[14646]: cluster 2024-09-10T18:33:20.716548+0000 mgr.y (mgr.14138) 467 : cluster [DBG] pgmap v416: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:21.382 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:21 smithi063 systemd[1]: Stopping Ceph mgr.x for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:33:21.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:20 smithi031 bash[14957]: cluster 2024-09-10T18:33:20.716548+0000 mgr.y (mgr.14138) 467 : cluster [DBG] pgmap v416: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:21.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:21 smithi031 bash[19205]: cluster 2024-09-10T18:33:20.716548+0000 mgr.y (mgr.14138) 467 : cluster [DBG] pgmap v416: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:24.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:23 smithi063 bash[14646]: cluster 2024-09-10T18:33:22.717779+0000 mgr.y (mgr.14138) 468 : cluster [DBG] pgmap v417: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:24.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:23 smithi031 bash[14957]: cluster 2024-09-10T18:33:22.717779+0000 mgr.y (mgr.14138) 468 : cluster [DBG] pgmap v417: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:24.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:23 smithi031 bash[19205]: cluster 2024-09-10T18:33:22.717779+0000 mgr.y (mgr.14138) 468 : cluster [DBG] pgmap v417: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:26.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:25 smithi063 bash[14646]: cluster 2024-09-10T18:33:24.718884+0000 mgr.y (mgr.14138) 469 : cluster [DBG] pgmap v418: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:26.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:25 smithi031 bash[19205]: cluster 2024-09-10T18:33:24.718884+0000 mgr.y (mgr.14138) 469 : cluster [DBG] pgmap v418: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:26.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:25 smithi031 bash[14957]: cluster 2024-09-10T18:33:24.718884+0000 mgr.y (mgr.14138) 469 : cluster [DBG] pgmap v418: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:28.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:27 smithi063 bash[14646]: cluster 2024-09-10T18:33:26.719975+0000 mgr.y (mgr.14138) 470 : cluster [DBG] pgmap v419: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:28.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:27 smithi031 bash[14957]: cluster 2024-09-10T18:33:26.719975+0000 mgr.y (mgr.14138) 470 : cluster [DBG] pgmap v419: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:28.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:27 smithi031 bash[19205]: cluster 2024-09-10T18:33:26.719975+0000 mgr.y (mgr.14138) 470 : cluster [DBG] pgmap v419: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:30.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:29 smithi063 bash[14646]: cluster 2024-09-10T18:33:28.720969+0000 mgr.y (mgr.14138) 471 : cluster [DBG] pgmap v420: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:30.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:29 smithi031 bash[14957]: cluster 2024-09-10T18:33:28.720969+0000 mgr.y (mgr.14138) 471 : cluster [DBG] pgmap v420: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:30.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:29 smithi031 bash[19205]: cluster 2024-09-10T18:33:28.720969+0000 mgr.y (mgr.14138) 471 : cluster [DBG] pgmap v420: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:32.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:31 smithi063 bash[14646]: cluster 2024-09-10T18:33:30.721994+0000 mgr.y (mgr.14138) 472 : cluster [DBG] pgmap v421: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:32.382 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:31 smithi063 docker[27332]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-mgr.x 2024-09-10T18:33:32.382 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:32 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-09-10T18:33:32.382 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:32 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-10T18:33:32.382 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:32 smithi063 systemd[1]: Stopped Ceph mgr.x for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:33:32.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:31 smithi031 bash[14957]: cluster 2024-09-10T18:33:30.721994+0000 mgr.y (mgr.14138) 472 : cluster [DBG] pgmap v421: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:32.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:31 smithi031 bash[19205]: cluster 2024-09-10T18:33:30.721994+0000 mgr.y (mgr.14138) 472 : cluster [DBG] pgmap v421: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:32.882 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:32 smithi063 systemd[1]: Started Ceph mgr.x for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:33:33.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:33 smithi063 bash[14646]: audit 2024-09-10T18:33:32.448067+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:33:33.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:33 smithi063 bash[14646]: audit 2024-09-10T18:33:32.452612+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:33:33.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:33 smithi063 bash[14646]: audit 2024-09-10T18:33:32.453182+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:33:33.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:33 smithi063 bash[14646]: cluster 2024-09-10T18:33:32.722822+0000 mgr.y (mgr.14138) 473 : cluster [DBG] pgmap v422: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:33.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:33 smithi031 bash[19205]: audit 2024-09-10T18:33:32.448067+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:33:33.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:33 smithi031 bash[19205]: audit 2024-09-10T18:33:32.452612+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:33:33.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:33 smithi031 bash[19205]: audit 2024-09-10T18:33:32.453182+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:33:33.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:33 smithi031 bash[19205]: cluster 2024-09-10T18:33:32.722822+0000 mgr.y (mgr.14138) 473 : cluster [DBG] pgmap v422: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:33.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:33 smithi031 bash[14957]: audit 2024-09-10T18:33:32.448067+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:33:33.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:33 smithi031 bash[14957]: audit 2024-09-10T18:33:32.452612+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:33:33.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:33 smithi031 bash[14957]: audit 2024-09-10T18:33:32.453182+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:33:33.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:33 smithi031 bash[14957]: cluster 2024-09-10T18:33:32.722822+0000 mgr.y (mgr.14138) 473 : cluster [DBG] pgmap v422: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:34.011 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:33 smithi063 bash[27437]: debug 2024-09-10T18:33:33.864+0000 7f111ab50640 1 -- 172.21.15.63:0/856445322 <== mon.2 v2:172.21.15.63:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a3d524e340 con 0x55a3d525ac00 2024-09-10T18:33:34.382 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:34 smithi063 bash[27437]: debug 2024-09-10T18:33:34.000+0000 7f111d3b8ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T18:33:34.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:34 smithi063 bash[14646]: audit 2024-09-10T18:33:33.563174+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:33:34.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:34 smithi063 bash[14646]: cephadm 2024-09-10T18:33:33.564283+0000 mgr.y (mgr.14138) 474 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:33:34.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:34 smithi063 bash[14646]: audit 2024-09-10T18:33:34.048484+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:33:34.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:34 smithi063 bash[14646]: audit 2024-09-10T18:33:34.412149+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:33:34.881 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:34 smithi063 bash[27437]: debug 2024-09-10T18:33:34.800+0000 7f111d3b8ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T18:33:34.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:34 smithi031 bash[19205]: audit 2024-09-10T18:33:33.563174+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:33:34.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:34 smithi031 bash[19205]: cephadm 2024-09-10T18:33:33.564283+0000 mgr.y (mgr.14138) 474 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:33:34.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:34 smithi031 bash[19205]: audit 2024-09-10T18:33:34.048484+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:33:34.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:34 smithi031 bash[19205]: audit 2024-09-10T18:33:34.412149+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:33:34.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:34 smithi031 bash[14957]: audit 2024-09-10T18:33:33.563174+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:33:34.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:34 smithi031 bash[14957]: cephadm 2024-09-10T18:33:33.564283+0000 mgr.y (mgr.14138) 474 : cephadm [INF] refreshing smithi031 facts 2024-09-10T18:33:34.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:34 smithi031 bash[14957]: audit 2024-09-10T18:33:34.048484+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:33:34.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:34 smithi031 bash[14957]: audit 2024-09-10T18:33:34.412149+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' 2024-09-10T18:33:35.132 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:34 smithi063 bash[27437]: debug 2024-09-10T18:33:34.872+0000 7f111d3b8ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T18:33:35.132 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:34 smithi063 bash[27437]: debug 2024-09-10T18:33:34.940+0000 7f111d3b8ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T18:33:35.132 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:35 smithi063 bash[27437]: debug 2024-09-10T18:33:35.100+0000 7f111d3b8ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:33:35.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:35 smithi063 bash[14646]: cephadm 2024-09-10T18:33:34.050117+0000 mgr.y (mgr.14138) 475 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:33:35.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:35 smithi063 bash[14646]: cluster 2024-09-10T18:33:34.723919+0000 mgr.y (mgr.14138) 476 : cluster [DBG] pgmap v423: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:35.632 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:35 smithi063 bash[27437]: debug 2024-09-10T18:33:35.360+0000 7f111d3b8ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T18:33:35.633 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:35 smithi063 bash[27437]: debug 2024-09-10T18:33:35.424+0000 7f111d3b8ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T18:33:35.633 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:35 smithi063 bash[27437]: debug 2024-09-10T18:33:35.564+0000 7f111d3b8ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T18:33:35.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:35 smithi031 bash[14957]: cephadm 2024-09-10T18:33:34.050117+0000 mgr.y (mgr.14138) 475 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:33:35.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:35 smithi031 bash[14957]: cluster 2024-09-10T18:33:34.723919+0000 mgr.y (mgr.14138) 476 : cluster [DBG] pgmap v423: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:35.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:35 smithi031 bash[19205]: cephadm 2024-09-10T18:33:34.050117+0000 mgr.y (mgr.14138) 475 : cephadm [INF] refreshing smithi063 facts 2024-09-10T18:33:35.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:35 smithi031 bash[19205]: cluster 2024-09-10T18:33:34.723919+0000 mgr.y (mgr.14138) 476 : cluster [DBG] pgmap v423: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:36.632 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:36 smithi063 bash[27437]: debug 2024-09-10T18:33:36.236+0000 7f111d3b8ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T18:33:36.632 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:36 smithi063 bash[27437]: debug 2024-09-10T18:33:36.312+0000 7f111d3b8ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T18:33:36.632 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:36 smithi063 bash[27437]: debug 2024-09-10T18:33:36.392+0000 7f111d3b8ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T18:33:37.132 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:36 smithi063 bash[27437]: debug 2024-09-10T18:33:36.688+0000 7f111d3b8ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T18:33:37.132 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:36 smithi063 bash[27437]: debug 2024-09-10T18:33:36.836+0000 7f111d3b8ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T18:33:37.632 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:37 smithi063 bash[27437]: debug 2024-09-10T18:33:37.168+0000 7f111d3b8ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T18:33:37.632 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:37 smithi063 bash[27437]: debug 2024-09-10T18:33:37.396+0000 7f111d3b8ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:33:38.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:37 smithi063 bash[14646]: cluster 2024-09-10T18:33:36.724916+0000 mgr.y (mgr.14138) 477 : cluster [DBG] pgmap v424: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:38.132 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:37 smithi063 bash[27437]: debug 2024-09-10T18:33:37.836+0000 7f111d3b8ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T18:33:38.132 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:37 smithi063 bash[27437]: debug 2024-09-10T18:33:37.904+0000 7f111d3b8ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T18:33:38.132 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:37 smithi063 bash[27437]: debug 2024-09-10T18:33:37.972+0000 7f111d3b8ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T18:33:38.133 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:38 smithi063 bash[27437]: debug 2024-09-10T18:33:38.072+0000 7f111d3b8ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T18:33:38.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:37 smithi031 bash[14957]: cluster 2024-09-10T18:33:36.724916+0000 mgr.y (mgr.14138) 477 : cluster [DBG] pgmap v424: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:38.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:37 smithi031 bash[19205]: cluster 2024-09-10T18:33:36.724916+0000 mgr.y (mgr.14138) 477 : cluster [DBG] pgmap v424: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:38.464 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:38 smithi063 bash[27437]: debug 2024-09-10T18:33:38.140+0000 7f111d3b8ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T18:33:38.464 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:38 smithi063 bash[27437]: debug 2024-09-10T18:33:38.220+0000 7f111d3b8ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T18:33:38.464 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:38 smithi063 bash[27437]: debug 2024-09-10T18:33:38.372+0000 7f111d3b8ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T18:33:38.882 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:38 smithi063 bash[27437]: debug 2024-09-10T18:33:38.456+0000 7f111d3b8ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T18:33:39.882 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:33:39 smithi063 bash[27437]: debug 2024-09-10T18:33:39.440+0000 7f111d3b8ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T18:33:40.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:39 smithi063 bash[14646]: cluster 2024-09-10T18:33:38.725927+0000 mgr.y (mgr.14138) 478 : cluster [DBG] pgmap v425: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:40.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:39 smithi063 bash[14646]: audit 2024-09-10T18:33:39.467281+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T18:33:40.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:39 smithi063 bash[14646]: audit 2024-09-10T18:33:39.468220+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:33:40.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:39 smithi063 bash[14646]: cluster 2024-09-10T18:33:39.468395+0000 mon.a (mon.0) 692 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T18:33:40.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:39 smithi063 bash[14646]: cluster 2024-09-10T18:33:39.468609+0000 mon.a (mon.0) 693 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:33:40.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:39 smithi063 bash[14646]: audit 2024-09-10T18:33:39.469989+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T18:33:40.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:39 smithi063 bash[14646]: audit 2024-09-10T18:33:39.470541+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:33:40.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:39 smithi031 bash[14957]: cluster 2024-09-10T18:33:38.725927+0000 mgr.y (mgr.14138) 478 : cluster [DBG] pgmap v425: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:40.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:39 smithi031 bash[14957]: audit 2024-09-10T18:33:39.467281+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T18:33:40.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:39 smithi031 bash[14957]: audit 2024-09-10T18:33:39.468220+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:33:40.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:39 smithi031 bash[14957]: cluster 2024-09-10T18:33:39.468395+0000 mon.a (mon.0) 692 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T18:33:40.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:39 smithi031 bash[14957]: cluster 2024-09-10T18:33:39.468609+0000 mon.a (mon.0) 693 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:33:40.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:39 smithi031 bash[14957]: audit 2024-09-10T18:33:39.469989+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T18:33:40.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:39 smithi031 bash[14957]: audit 2024-09-10T18:33:39.470541+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:33:40.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:39 smithi031 bash[19205]: cluster 2024-09-10T18:33:38.725927+0000 mgr.y (mgr.14138) 478 : cluster [DBG] pgmap v425: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:40.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:39 smithi031 bash[19205]: audit 2024-09-10T18:33:39.467281+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T18:33:40.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:39 smithi031 bash[19205]: audit 2024-09-10T18:33:39.468220+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:33:40.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:39 smithi031 bash[19205]: cluster 2024-09-10T18:33:39.468395+0000 mon.a (mon.0) 692 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T18:33:40.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:39 smithi031 bash[19205]: cluster 2024-09-10T18:33:39.468609+0000 mon.a (mon.0) 693 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:33:40.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:39 smithi031 bash[19205]: audit 2024-09-10T18:33:39.469989+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T18:33:40.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:39 smithi031 bash[19205]: audit 2024-09-10T18:33:39.470541+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:33:41.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:40 smithi063 bash[14646]: cluster 2024-09-10T18:33:39.994950+0000 mon.a (mon.0) 694 : cluster [DBG] mgrmap e16: y(active, since 12m), standbys: x 2024-09-10T18:33:41.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:40 smithi031 bash[14957]: cluster 2024-09-10T18:33:39.994950+0000 mon.a (mon.0) 694 : cluster [DBG] mgrmap e16: y(active, since 12m), standbys: x 2024-09-10T18:33:41.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:41 smithi031 bash[19205]: cluster 2024-09-10T18:33:39.994950+0000 mon.a (mon.0) 694 : cluster [DBG] mgrmap e16: y(active, since 12m), standbys: x 2024-09-10T18:33:42.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:41 smithi063 bash[14646]: cluster 2024-09-10T18:33:40.726982+0000 mgr.y (mgr.14138) 479 : cluster [DBG] pgmap v426: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:42.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:42 smithi031 bash[14957]: cluster 2024-09-10T18:33:40.726982+0000 mgr.y (mgr.14138) 479 : cluster [DBG] pgmap v426: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:42.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:42 smithi031 bash[19205]: cluster 2024-09-10T18:33:40.726982+0000 mgr.y (mgr.14138) 479 : cluster [DBG] pgmap v426: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:43.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:43 smithi063 bash[14646]: cluster 2024-09-10T18:33:42.728225+0000 mgr.y (mgr.14138) 480 : cluster [DBG] pgmap v427: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:43.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:43 smithi031 bash[14957]: cluster 2024-09-10T18:33:42.728225+0000 mgr.y (mgr.14138) 480 : cluster [DBG] pgmap v427: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:43.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:43 smithi031 bash[19205]: cluster 2024-09-10T18:33:42.728225+0000 mgr.y (mgr.14138) 480 : cluster [DBG] pgmap v427: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:46.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:45 smithi063 bash[14646]: cluster 2024-09-10T18:33:44.729324+0000 mgr.y (mgr.14138) 481 : cluster [DBG] pgmap v428: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:46.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:45 smithi031 bash[19205]: cluster 2024-09-10T18:33:44.729324+0000 mgr.y (mgr.14138) 481 : cluster [DBG] pgmap v428: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:46.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:45 smithi031 bash[14957]: cluster 2024-09-10T18:33:44.729324+0000 mgr.y (mgr.14138) 481 : cluster [DBG] pgmap v428: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:48.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:47 smithi063 bash[14646]: cluster 2024-09-10T18:33:46.730433+0000 mgr.y (mgr.14138) 482 : cluster [DBG] pgmap v429: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:48.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:47 smithi031 bash[19205]: cluster 2024-09-10T18:33:46.730433+0000 mgr.y (mgr.14138) 482 : cluster [DBG] pgmap v429: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:48.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:47 smithi031 bash[14957]: cluster 2024-09-10T18:33:46.730433+0000 mgr.y (mgr.14138) 482 : cluster [DBG] pgmap v429: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:50.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:49 smithi063 bash[14646]: cluster 2024-09-10T18:33:48.731440+0000 mgr.y (mgr.14138) 483 : cluster [DBG] pgmap v430: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:50.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:49 smithi031 bash[14957]: cluster 2024-09-10T18:33:48.731440+0000 mgr.y (mgr.14138) 483 : cluster [DBG] pgmap v430: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:50.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:49 smithi031 bash[19205]: cluster 2024-09-10T18:33:48.731440+0000 mgr.y (mgr.14138) 483 : cluster [DBG] pgmap v430: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:52.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:51 smithi063 bash[14646]: cluster 2024-09-10T18:33:50.732517+0000 mgr.y (mgr.14138) 484 : cluster [DBG] pgmap v431: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:52.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:51 smithi031 bash[14957]: cluster 2024-09-10T18:33:50.732517+0000 mgr.y (mgr.14138) 484 : cluster [DBG] pgmap v431: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:52.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:51 smithi031 bash[19205]: cluster 2024-09-10T18:33:50.732517+0000 mgr.y (mgr.14138) 484 : cluster [DBG] pgmap v431: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:54.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:53 smithi063 bash[14646]: cluster 2024-09-10T18:33:52.733751+0000 mgr.y (mgr.14138) 485 : cluster [DBG] pgmap v432: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:54.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:53 smithi031 bash[14957]: cluster 2024-09-10T18:33:52.733751+0000 mgr.y (mgr.14138) 485 : cluster [DBG] pgmap v432: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:54.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:53 smithi031 bash[19205]: cluster 2024-09-10T18:33:52.733751+0000 mgr.y (mgr.14138) 485 : cluster [DBG] pgmap v432: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:56.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:55 smithi063 bash[14646]: cluster 2024-09-10T18:33:54.734893+0000 mgr.y (mgr.14138) 486 : cluster [DBG] pgmap v433: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:56.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:55 smithi031 bash[14957]: cluster 2024-09-10T18:33:54.734893+0000 mgr.y (mgr.14138) 486 : cluster [DBG] pgmap v433: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:56.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:55 smithi031 bash[19205]: cluster 2024-09-10T18:33:54.734893+0000 mgr.y (mgr.14138) 486 : cluster [DBG] pgmap v433: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:33:58.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:57 smithi063 bash[14646]: cluster 2024-09-10T18:33:56.736016+0000 mgr.y (mgr.14138) 487 : cluster [DBG] pgmap v434: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:58.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:57 smithi031 bash[14957]: cluster 2024-09-10T18:33:56.736016+0000 mgr.y (mgr.14138) 487 : cluster [DBG] pgmap v434: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:33:58.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:57 smithi031 bash[19205]: cluster 2024-09-10T18:33:56.736016+0000 mgr.y (mgr.14138) 487 : cluster [DBG] pgmap v434: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:00.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:33:59 smithi063 bash[14646]: cluster 2024-09-10T18:33:58.737001+0000 mgr.y (mgr.14138) 488 : cluster [DBG] pgmap v435: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:00.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:33:59 smithi031 bash[14957]: cluster 2024-09-10T18:33:58.737001+0000 mgr.y (mgr.14138) 488 : cluster [DBG] pgmap v435: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:00.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:33:59 smithi031 bash[19205]: cluster 2024-09-10T18:33:58.737001+0000 mgr.y (mgr.14138) 488 : cluster [DBG] pgmap v435: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:02.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:01 smithi063 bash[14646]: cluster 2024-09-10T18:34:00.738037+0000 mgr.y (mgr.14138) 489 : cluster [DBG] pgmap v436: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:02.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:01 smithi031 bash[14957]: cluster 2024-09-10T18:34:00.738037+0000 mgr.y (mgr.14138) 489 : cluster [DBG] pgmap v436: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:02.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:01 smithi031 bash[19205]: cluster 2024-09-10T18:34:00.738037+0000 mgr.y (mgr.14138) 489 : cluster [DBG] pgmap v436: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:04.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:03 smithi063 bash[14646]: cluster 2024-09-10T18:34:02.739256+0000 mgr.y (mgr.14138) 490 : cluster [DBG] pgmap v437: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:04.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:03 smithi031 bash[14957]: cluster 2024-09-10T18:34:02.739256+0000 mgr.y (mgr.14138) 490 : cluster [DBG] pgmap v437: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:04.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:03 smithi031 bash[19205]: cluster 2024-09-10T18:34:02.739256+0000 mgr.y (mgr.14138) 490 : cluster [DBG] pgmap v437: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:06.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:05 smithi063 bash[14646]: cluster 2024-09-10T18:34:04.740425+0000 mgr.y (mgr.14138) 491 : cluster [DBG] pgmap v438: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:06.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:05 smithi031 bash[14957]: cluster 2024-09-10T18:34:04.740425+0000 mgr.y (mgr.14138) 491 : cluster [DBG] pgmap v438: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:06.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:05 smithi031 bash[19205]: cluster 2024-09-10T18:34:04.740425+0000 mgr.y (mgr.14138) 491 : cluster [DBG] pgmap v438: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:08.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:07 smithi063 bash[14646]: cluster 2024-09-10T18:34:06.741549+0000 mgr.y (mgr.14138) 492 : cluster [DBG] pgmap v439: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:08.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:07 smithi031 bash[14957]: cluster 2024-09-10T18:34:06.741549+0000 mgr.y (mgr.14138) 492 : cluster [DBG] pgmap v439: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:08.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:07 smithi031 bash[19205]: cluster 2024-09-10T18:34:06.741549+0000 mgr.y (mgr.14138) 492 : cluster [DBG] pgmap v439: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:10.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:09 smithi063 bash[14646]: cluster 2024-09-10T18:34:08.742700+0000 mgr.y (mgr.14138) 493 : cluster [DBG] pgmap v440: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:10.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:09 smithi031 bash[14957]: cluster 2024-09-10T18:34:08.742700+0000 mgr.y (mgr.14138) 493 : cluster [DBG] pgmap v440: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:10.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:09 smithi031 bash[19205]: cluster 2024-09-10T18:34:08.742700+0000 mgr.y (mgr.14138) 493 : cluster [DBG] pgmap v440: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:12.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:11 smithi063 bash[14646]: cluster 2024-09-10T18:34:10.743915+0000 mgr.y (mgr.14138) 494 : cluster [DBG] pgmap v441: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:12.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:11 smithi031 bash[14957]: cluster 2024-09-10T18:34:10.743915+0000 mgr.y (mgr.14138) 494 : cluster [DBG] pgmap v441: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:12.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:11 smithi031 bash[19205]: cluster 2024-09-10T18:34:10.743915+0000 mgr.y (mgr.14138) 494 : cluster [DBG] pgmap v441: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:14.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:13 smithi063 bash[14646]: cluster 2024-09-10T18:34:12.745203+0000 mgr.y (mgr.14138) 495 : cluster [DBG] pgmap v442: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:14.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:13 smithi031 bash[14957]: cluster 2024-09-10T18:34:12.745203+0000 mgr.y (mgr.14138) 495 : cluster [DBG] pgmap v442: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:13 smithi031 bash[19205]: cluster 2024-09-10T18:34:12.745203+0000 mgr.y (mgr.14138) 495 : cluster [DBG] pgmap v442: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:15.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:15 smithi063 bash[14646]: cluster 2024-09-10T18:34:14.746291+0000 mgr.y (mgr.14138) 496 : cluster [DBG] pgmap v443: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:15.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:15 smithi031 bash[19205]: cluster 2024-09-10T18:34:14.746291+0000 mgr.y (mgr.14138) 496 : cluster [DBG] pgmap v443: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:15.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:15 smithi031 bash[14957]: cluster 2024-09-10T18:34:14.746291+0000 mgr.y (mgr.14138) 496 : cluster [DBG] pgmap v443: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:18.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:17 smithi063 bash[14646]: cluster 2024-09-10T18:34:16.747351+0000 mgr.y (mgr.14138) 497 : cluster [DBG] pgmap v444: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:18.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:17 smithi031 bash[14957]: cluster 2024-09-10T18:34:16.747351+0000 mgr.y (mgr.14138) 497 : cluster [DBG] pgmap v444: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:18.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:17 smithi031 bash[19205]: cluster 2024-09-10T18:34:16.747351+0000 mgr.y (mgr.14138) 497 : cluster [DBG] pgmap v444: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:19.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:18 smithi063 bash[14646]: audit 2024-09-10T18:34:18.729337+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:34:19.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:18 smithi063 bash[14646]: audit 2024-09-10T18:34:18.729912+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:34:19.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:18 smithi031 bash[14957]: audit 2024-09-10T18:34:18.729337+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:34:19.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:18 smithi031 bash[14957]: audit 2024-09-10T18:34:18.729912+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:34:19.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:18 smithi031 bash[19205]: audit 2024-09-10T18:34:18.729337+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:34:19.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:18 smithi031 bash[19205]: audit 2024-09-10T18:34:18.729912+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:34:20.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:19 smithi063 bash[14646]: cluster 2024-09-10T18:34:18.748075+0000 mgr.y (mgr.14138) 498 : cluster [DBG] pgmap v445: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:20.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:19 smithi031 bash[14957]: cluster 2024-09-10T18:34:18.748075+0000 mgr.y (mgr.14138) 498 : cluster [DBG] pgmap v445: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:20.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:19 smithi031 bash[19205]: cluster 2024-09-10T18:34:18.748075+0000 mgr.y (mgr.14138) 498 : cluster [DBG] pgmap v445: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:22.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:22 smithi063 bash[14646]: cluster 2024-09-10T18:34:20.749072+0000 mgr.y (mgr.14138) 499 : cluster [DBG] pgmap v446: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:22.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:22 smithi031 bash[19205]: cluster 2024-09-10T18:34:20.749072+0000 mgr.y (mgr.14138) 499 : cluster [DBG] pgmap v446: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:22.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:22 smithi031 bash[14957]: cluster 2024-09-10T18:34:20.749072+0000 mgr.y (mgr.14138) 499 : cluster [DBG] pgmap v446: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:23.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:23 smithi063 bash[14646]: cluster 2024-09-10T18:34:22.750708+0000 mgr.y (mgr.14138) 500 : cluster [DBG] pgmap v447: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:23.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:23 smithi031 bash[14957]: cluster 2024-09-10T18:34:22.750708+0000 mgr.y (mgr.14138) 500 : cluster [DBG] pgmap v447: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:23.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:23 smithi031 bash[19205]: cluster 2024-09-10T18:34:22.750708+0000 mgr.y (mgr.14138) 500 : cluster [DBG] pgmap v447: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:26.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:25 smithi063 bash[14646]: cluster 2024-09-10T18:34:24.752039+0000 mgr.y (mgr.14138) 501 : cluster [DBG] pgmap v448: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:26.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:25 smithi031 bash[14957]: cluster 2024-09-10T18:34:24.752039+0000 mgr.y (mgr.14138) 501 : cluster [DBG] pgmap v448: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:26.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:25 smithi031 bash[19205]: cluster 2024-09-10T18:34:24.752039+0000 mgr.y (mgr.14138) 501 : cluster [DBG] pgmap v448: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:28.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:27 smithi063 bash[14646]: cluster 2024-09-10T18:34:26.753244+0000 mgr.y (mgr.14138) 502 : cluster [DBG] pgmap v449: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:28.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:27 smithi031 bash[19205]: cluster 2024-09-10T18:34:26.753244+0000 mgr.y (mgr.14138) 502 : cluster [DBG] pgmap v449: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:28.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:27 smithi031 bash[14957]: cluster 2024-09-10T18:34:26.753244+0000 mgr.y (mgr.14138) 502 : cluster [DBG] pgmap v449: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:30.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:29 smithi063 bash[14646]: cluster 2024-09-10T18:34:28.754298+0000 mgr.y (mgr.14138) 503 : cluster [DBG] pgmap v450: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:30.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:29 smithi031 bash[19205]: cluster 2024-09-10T18:34:28.754298+0000 mgr.y (mgr.14138) 503 : cluster [DBG] pgmap v450: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:30.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:29 smithi031 bash[14957]: cluster 2024-09-10T18:34:28.754298+0000 mgr.y (mgr.14138) 503 : cluster [DBG] pgmap v450: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:32.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:31 smithi063 bash[14646]: cluster 2024-09-10T18:34:30.755357+0000 mgr.y (mgr.14138) 504 : cluster [DBG] pgmap v451: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:32.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:31 smithi031 bash[14957]: cluster 2024-09-10T18:34:30.755357+0000 mgr.y (mgr.14138) 504 : cluster [DBG] pgmap v451: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:32.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:32 smithi031 bash[19205]: cluster 2024-09-10T18:34:30.755357+0000 mgr.y (mgr.14138) 504 : cluster [DBG] pgmap v451: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:34.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:34 smithi063 bash[14646]: cluster 2024-09-10T18:34:32.756688+0000 mgr.y (mgr.14138) 505 : cluster [DBG] pgmap v452: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:34.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:34 smithi031 bash[19205]: cluster 2024-09-10T18:34:32.756688+0000 mgr.y (mgr.14138) 505 : cluster [DBG] pgmap v452: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:34.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:34 smithi031 bash[14957]: cluster 2024-09-10T18:34:32.756688+0000 mgr.y (mgr.14138) 505 : cluster [DBG] pgmap v452: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:35.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:35 smithi063 bash[14646]: cluster 2024-09-10T18:34:34.757869+0000 mgr.y (mgr.14138) 506 : cluster [DBG] pgmap v453: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:35.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:35 smithi031 bash[14957]: cluster 2024-09-10T18:34:34.757869+0000 mgr.y (mgr.14138) 506 : cluster [DBG] pgmap v453: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:35.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:35 smithi031 bash[19205]: cluster 2024-09-10T18:34:34.757869+0000 mgr.y (mgr.14138) 506 : cluster [DBG] pgmap v453: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:38.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:37 smithi063 bash[14646]: cluster 2024-09-10T18:34:36.758947+0000 mgr.y (mgr.14138) 507 : cluster [DBG] pgmap v454: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:38.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:37 smithi031 bash[19205]: cluster 2024-09-10T18:34:36.758947+0000 mgr.y (mgr.14138) 507 : cluster [DBG] pgmap v454: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:38.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:37 smithi031 bash[14957]: cluster 2024-09-10T18:34:36.758947+0000 mgr.y (mgr.14138) 507 : cluster [DBG] pgmap v454: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:40.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:39 smithi063 bash[14646]: cluster 2024-09-10T18:34:38.759970+0000 mgr.y (mgr.14138) 508 : cluster [DBG] pgmap v455: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:40.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:39 smithi031 bash[19205]: cluster 2024-09-10T18:34:38.759970+0000 mgr.y (mgr.14138) 508 : cluster [DBG] pgmap v455: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:40.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:39 smithi031 bash[14957]: cluster 2024-09-10T18:34:38.759970+0000 mgr.y (mgr.14138) 508 : cluster [DBG] pgmap v455: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:42.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:42 smithi063 bash[14646]: cluster 2024-09-10T18:34:40.760994+0000 mgr.y (mgr.14138) 509 : cluster [DBG] pgmap v456: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:42.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:42 smithi031 bash[19205]: cluster 2024-09-10T18:34:40.760994+0000 mgr.y (mgr.14138) 509 : cluster [DBG] pgmap v456: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:42.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:42 smithi031 bash[14957]: cluster 2024-09-10T18:34:40.760994+0000 mgr.y (mgr.14138) 509 : cluster [DBG] pgmap v456: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:43.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:43 smithi063 bash[14646]: cluster 2024-09-10T18:34:42.762223+0000 mgr.y (mgr.14138) 510 : cluster [DBG] pgmap v457: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:43.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:43 smithi031 bash[19205]: cluster 2024-09-10T18:34:42.762223+0000 mgr.y (mgr.14138) 510 : cluster [DBG] pgmap v457: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:43.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:43 smithi031 bash[14957]: cluster 2024-09-10T18:34:42.762223+0000 mgr.y (mgr.14138) 510 : cluster [DBG] pgmap v457: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:46.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:45 smithi063 bash[14646]: cluster 2024-09-10T18:34:44.763332+0000 mgr.y (mgr.14138) 511 : cluster [DBG] pgmap v458: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:46.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:45 smithi031 bash[19205]: cluster 2024-09-10T18:34:44.763332+0000 mgr.y (mgr.14138) 511 : cluster [DBG] pgmap v458: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:46.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:45 smithi031 bash[14957]: cluster 2024-09-10T18:34:44.763332+0000 mgr.y (mgr.14138) 511 : cluster [DBG] pgmap v458: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:48.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:47 smithi063 bash[14646]: cluster 2024-09-10T18:34:46.764409+0000 mgr.y (mgr.14138) 512 : cluster [DBG] pgmap v459: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:48.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:47 smithi031 bash[19205]: cluster 2024-09-10T18:34:46.764409+0000 mgr.y (mgr.14138) 512 : cluster [DBG] pgmap v459: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:48.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:47 smithi031 bash[14957]: cluster 2024-09-10T18:34:46.764409+0000 mgr.y (mgr.14138) 512 : cluster [DBG] pgmap v459: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:50.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:49 smithi063 bash[14646]: cluster 2024-09-10T18:34:48.765106+0000 mgr.y (mgr.14138) 513 : cluster [DBG] pgmap v460: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:50.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:50 smithi031 bash[19205]: cluster 2024-09-10T18:34:48.765106+0000 mgr.y (mgr.14138) 513 : cluster [DBG] pgmap v460: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:50.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:50 smithi031 bash[14957]: cluster 2024-09-10T18:34:48.765106+0000 mgr.y (mgr.14138) 513 : cluster [DBG] pgmap v460: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:52.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:52 smithi063 bash[14646]: cluster 2024-09-10T18:34:50.766123+0000 mgr.y (mgr.14138) 514 : cluster [DBG] pgmap v461: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:52.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:52 smithi031 bash[19205]: cluster 2024-09-10T18:34:50.766123+0000 mgr.y (mgr.14138) 514 : cluster [DBG] pgmap v461: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:52.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:52 smithi031 bash[14957]: cluster 2024-09-10T18:34:50.766123+0000 mgr.y (mgr.14138) 514 : cluster [DBG] pgmap v461: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:53.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:53 smithi063 bash[14646]: cluster 2024-09-10T18:34:52.767345+0000 mgr.y (mgr.14138) 515 : cluster [DBG] pgmap v462: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:53.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:53 smithi031 bash[14957]: cluster 2024-09-10T18:34:52.767345+0000 mgr.y (mgr.14138) 515 : cluster [DBG] pgmap v462: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:53.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:53 smithi031 bash[19205]: cluster 2024-09-10T18:34:52.767345+0000 mgr.y (mgr.14138) 515 : cluster [DBG] pgmap v462: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:56.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:55 smithi063 bash[14646]: cluster 2024-09-10T18:34:54.768474+0000 mgr.y (mgr.14138) 516 : cluster [DBG] pgmap v463: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:56.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:55 smithi031 bash[14957]: cluster 2024-09-10T18:34:54.768474+0000 mgr.y (mgr.14138) 516 : cluster [DBG] pgmap v463: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:56.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:55 smithi031 bash[19205]: cluster 2024-09-10T18:34:54.768474+0000 mgr.y (mgr.14138) 516 : cluster [DBG] pgmap v463: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:34:58.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:34:57 smithi063 bash[14646]: cluster 2024-09-10T18:34:56.769459+0000 mgr.y (mgr.14138) 517 : cluster [DBG] pgmap v464: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:58.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:34:57 smithi031 bash[14957]: cluster 2024-09-10T18:34:56.769459+0000 mgr.y (mgr.14138) 517 : cluster [DBG] pgmap v464: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:34:58.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:34:57 smithi031 bash[19205]: cluster 2024-09-10T18:34:56.769459+0000 mgr.y (mgr.14138) 517 : cluster [DBG] pgmap v464: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:00.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:00 smithi063 bash[14646]: cluster 2024-09-10T18:34:58.770565+0000 mgr.y (mgr.14138) 518 : cluster [DBG] pgmap v465: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:00.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:00 smithi031 bash[14957]: cluster 2024-09-10T18:34:58.770565+0000 mgr.y (mgr.14138) 518 : cluster [DBG] pgmap v465: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:00.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:00 smithi031 bash[19205]: cluster 2024-09-10T18:34:58.770565+0000 mgr.y (mgr.14138) 518 : cluster [DBG] pgmap v465: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:02.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:02 smithi063 bash[14646]: cluster 2024-09-10T18:35:00.771658+0000 mgr.y (mgr.14138) 519 : cluster [DBG] pgmap v466: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:02.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:02 smithi031 bash[14957]: cluster 2024-09-10T18:35:00.771658+0000 mgr.y (mgr.14138) 519 : cluster [DBG] pgmap v466: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:02.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:02 smithi031 bash[19205]: cluster 2024-09-10T18:35:00.771658+0000 mgr.y (mgr.14138) 519 : cluster [DBG] pgmap v466: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:03.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:03 smithi063 bash[14646]: cluster 2024-09-10T18:35:02.772907+0000 mgr.y (mgr.14138) 520 : cluster [DBG] pgmap v467: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:03.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:03 smithi031 bash[14957]: cluster 2024-09-10T18:35:02.772907+0000 mgr.y (mgr.14138) 520 : cluster [DBG] pgmap v467: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:03.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:03 smithi031 bash[19205]: cluster 2024-09-10T18:35:02.772907+0000 mgr.y (mgr.14138) 520 : cluster [DBG] pgmap v467: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:06.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:05 smithi063 bash[14646]: cluster 2024-09-10T18:35:04.773945+0000 mgr.y (mgr.14138) 521 : cluster [DBG] pgmap v468: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:06.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:05 smithi031 bash[14957]: cluster 2024-09-10T18:35:04.773945+0000 mgr.y (mgr.14138) 521 : cluster [DBG] pgmap v468: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:06.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:05 smithi031 bash[19205]: cluster 2024-09-10T18:35:04.773945+0000 mgr.y (mgr.14138) 521 : cluster [DBG] pgmap v468: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:08.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:07 smithi063 bash[14646]: cluster 2024-09-10T18:35:06.775010+0000 mgr.y (mgr.14138) 522 : cluster [DBG] pgmap v469: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:08.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:08 smithi031 bash[14957]: cluster 2024-09-10T18:35:06.775010+0000 mgr.y (mgr.14138) 522 : cluster [DBG] pgmap v469: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:08.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:08 smithi031 bash[19205]: cluster 2024-09-10T18:35:06.775010+0000 mgr.y (mgr.14138) 522 : cluster [DBG] pgmap v469: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:10.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:10 smithi063 bash[14646]: cluster 2024-09-10T18:35:08.776040+0000 mgr.y (mgr.14138) 523 : cluster [DBG] pgmap v470: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:10.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:10 smithi031 bash[14957]: cluster 2024-09-10T18:35:08.776040+0000 mgr.y (mgr.14138) 523 : cluster [DBG] pgmap v470: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:10.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:10 smithi031 bash[19205]: cluster 2024-09-10T18:35:08.776040+0000 mgr.y (mgr.14138) 523 : cluster [DBG] pgmap v470: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:11.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:11 smithi063 bash[14646]: cluster 2024-09-10T18:35:10.777110+0000 mgr.y (mgr.14138) 524 : cluster [DBG] pgmap v471: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:11.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:11 smithi031 bash[14957]: cluster 2024-09-10T18:35:10.777110+0000 mgr.y (mgr.14138) 524 : cluster [DBG] pgmap v471: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:11.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:11 smithi031 bash[19205]: cluster 2024-09-10T18:35:10.777110+0000 mgr.y (mgr.14138) 524 : cluster [DBG] pgmap v471: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:14.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:14 smithi063 bash[14646]: cluster 2024-09-10T18:35:12.778214+0000 mgr.y (mgr.14138) 525 : cluster [DBG] pgmap v472: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:14.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:14 smithi031 bash[14957]: cluster 2024-09-10T18:35:12.778214+0000 mgr.y (mgr.14138) 525 : cluster [DBG] pgmap v472: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:14 smithi031 bash[19205]: cluster 2024-09-10T18:35:12.778214+0000 mgr.y (mgr.14138) 525 : cluster [DBG] pgmap v472: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:16.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:16 smithi063 bash[14646]: cluster 2024-09-10T18:35:14.779322+0000 mgr.y (mgr.14138) 526 : cluster [DBG] pgmap v473: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:16.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:16 smithi031 bash[14957]: cluster 2024-09-10T18:35:14.779322+0000 mgr.y (mgr.14138) 526 : cluster [DBG] pgmap v473: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:16.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:16 smithi031 bash[19205]: cluster 2024-09-10T18:35:14.779322+0000 mgr.y (mgr.14138) 526 : cluster [DBG] pgmap v473: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:18.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:18 smithi063 bash[14646]: cluster 2024-09-10T18:35:16.780512+0000 mgr.y (mgr.14138) 527 : cluster [DBG] pgmap v474: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:18.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:18 smithi031 bash[14957]: cluster 2024-09-10T18:35:16.780512+0000 mgr.y (mgr.14138) 527 : cluster [DBG] pgmap v474: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:18.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:18 smithi031 bash[19205]: cluster 2024-09-10T18:35:16.780512+0000 mgr.y (mgr.14138) 527 : cluster [DBG] pgmap v474: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:19.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:19 smithi063 bash[14646]: audit 2024-09-10T18:35:18.739683+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:35:19.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:19 smithi063 bash[14646]: audit 2024-09-10T18:35:18.740771+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:35:19.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:19 smithi031 bash[14957]: audit 2024-09-10T18:35:18.739683+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:35:19.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:19 smithi031 bash[14957]: audit 2024-09-10T18:35:18.740771+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:35:19.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:19 smithi031 bash[19205]: audit 2024-09-10T18:35:18.739683+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:35:19.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:19 smithi031 bash[19205]: audit 2024-09-10T18:35:18.740771+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14138 172.21.15.31:0/1299186314' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:35:20.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:20 smithi063 bash[14646]: cluster 2024-09-10T18:35:18.781557+0000 mgr.y (mgr.14138) 528 : cluster [DBG] pgmap v475: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:20.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:20 smithi031 bash[14957]: cluster 2024-09-10T18:35:18.781557+0000 mgr.y (mgr.14138) 528 : cluster [DBG] pgmap v475: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:20.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:20 smithi031 bash[19205]: cluster 2024-09-10T18:35:18.781557+0000 mgr.y (mgr.14138) 528 : cluster [DBG] pgmap v475: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:21.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:21 smithi063 bash[14646]: cluster 2024-09-10T18:35:20.782543+0000 mgr.y (mgr.14138) 529 : cluster [DBG] pgmap v476: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:21.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:21 smithi031 bash[14957]: cluster 2024-09-10T18:35:20.782543+0000 mgr.y (mgr.14138) 529 : cluster [DBG] pgmap v476: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:21.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:21 smithi031 bash[19205]: cluster 2024-09-10T18:35:20.782543+0000 mgr.y (mgr.14138) 529 : cluster [DBG] pgmap v476: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:24.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:24 smithi063 bash[14646]: cluster 2024-09-10T18:35:22.783873+0000 mgr.y (mgr.14138) 530 : cluster [DBG] pgmap v477: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:24.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:24 smithi031 bash[14957]: cluster 2024-09-10T18:35:22.783873+0000 mgr.y (mgr.14138) 530 : cluster [DBG] pgmap v477: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:24.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:24 smithi031 bash[19205]: cluster 2024-09-10T18:35:22.783873+0000 mgr.y (mgr.14138) 530 : cluster [DBG] pgmap v477: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:26.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:26 smithi063 bash[14646]: cluster 2024-09-10T18:35:24.785095+0000 mgr.y (mgr.14138) 531 : cluster [DBG] pgmap v478: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:26.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:26 smithi031 bash[14957]: cluster 2024-09-10T18:35:24.785095+0000 mgr.y (mgr.14138) 531 : cluster [DBG] pgmap v478: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:26.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:26 smithi031 bash[19205]: cluster 2024-09-10T18:35:24.785095+0000 mgr.y (mgr.14138) 531 : cluster [DBG] pgmap v478: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:28.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:28 smithi063 bash[14646]: cluster 2024-09-10T18:35:26.786199+0000 mgr.y (mgr.14138) 532 : cluster [DBG] pgmap v479: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:28.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:28 smithi031 bash[14957]: cluster 2024-09-10T18:35:26.786199+0000 mgr.y (mgr.14138) 532 : cluster [DBG] pgmap v479: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:28.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:28 smithi031 bash[19205]: cluster 2024-09-10T18:35:26.786199+0000 mgr.y (mgr.14138) 532 : cluster [DBG] pgmap v479: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:30.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:30 smithi063 bash[14646]: cluster 2024-09-10T18:35:28.787191+0000 mgr.y (mgr.14138) 533 : cluster [DBG] pgmap v480: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:30.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:30 smithi031 bash[14957]: cluster 2024-09-10T18:35:28.787191+0000 mgr.y (mgr.14138) 533 : cluster [DBG] pgmap v480: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:30.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:30 smithi031 bash[19205]: cluster 2024-09-10T18:35:28.787191+0000 mgr.y (mgr.14138) 533 : cluster [DBG] pgmap v480: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:31.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:31 smithi063 bash[14646]: cluster 2024-09-10T18:35:30.788282+0000 mgr.y (mgr.14138) 534 : cluster [DBG] pgmap v481: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:31.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:31 smithi031 bash[14957]: cluster 2024-09-10T18:35:30.788282+0000 mgr.y (mgr.14138) 534 : cluster [DBG] pgmap v481: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:31.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:31 smithi031 bash[19205]: cluster 2024-09-10T18:35:30.788282+0000 mgr.y (mgr.14138) 534 : cluster [DBG] pgmap v481: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:34.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:34 smithi063 bash[14646]: cluster 2024-09-10T18:35:32.789503+0000 mgr.y (mgr.14138) 535 : cluster [DBG] pgmap v482: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:34.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:34 smithi031 bash[14957]: cluster 2024-09-10T18:35:32.789503+0000 mgr.y (mgr.14138) 535 : cluster [DBG] pgmap v482: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:34.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:34 smithi031 bash[19205]: cluster 2024-09-10T18:35:32.789503+0000 mgr.y (mgr.14138) 535 : cluster [DBG] pgmap v482: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:35.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:35 smithi063 bash[14646]: cluster 2024-09-10T18:35:34.790573+0000 mgr.y (mgr.14138) 536 : cluster [DBG] pgmap v483: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:35.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:35 smithi031 bash[14957]: cluster 2024-09-10T18:35:34.790573+0000 mgr.y (mgr.14138) 536 : cluster [DBG] pgmap v483: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:35.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:35 smithi031 bash[19205]: cluster 2024-09-10T18:35:34.790573+0000 mgr.y (mgr.14138) 536 : cluster [DBG] pgmap v483: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:38.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:38 smithi063 bash[14646]: cluster 2024-09-10T18:35:36.791609+0000 mgr.y (mgr.14138) 537 : cluster [DBG] pgmap v484: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:38.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:38 smithi031 bash[19205]: cluster 2024-09-10T18:35:36.791609+0000 mgr.y (mgr.14138) 537 : cluster [DBG] pgmap v484: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:38.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:38 smithi031 bash[14957]: cluster 2024-09-10T18:35:36.791609+0000 mgr.y (mgr.14138) 537 : cluster [DBG] pgmap v484: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:39.609 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T18:35:40.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:40 smithi031 bash[14957]: cluster 2024-09-10T18:35:38.792659+0000 mgr.y (mgr.14138) 538 : cluster [DBG] pgmap v485: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:40.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:40 smithi031 bash[19205]: cluster 2024-09-10T18:35:38.792659+0000 mgr.y (mgr.14138) 538 : cluster [DBG] pgmap v485: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:40.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:40 smithi063 bash[14646]: cluster 2024-09-10T18:35:38.792659+0000 mgr.y (mgr.14138) 538 : cluster [DBG] pgmap v485: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:41.191 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:41 smithi031 bash[14957]: cluster 2024-09-10T18:35:40.793714+0000 mgr.y (mgr.14138) 539 : cluster [DBG] pgmap v486: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:41.191 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:41 smithi031 bash[19205]: cluster 2024-09-10T18:35:40.793714+0000 mgr.y (mgr.14138) 539 : cluster [DBG] pgmap v486: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:41.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:41 smithi063 bash[14646]: cluster 2024-09-10T18:35:40.793714+0000 mgr.y (mgr.14138) 539 : cluster [DBG] pgmap v486: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:43.076 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-10T18:35:43.076 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (7m) 2m ago 8m 0.20.0 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f 41b8db25c52c 2024-09-10T18:35:43.076 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (8m) 2m ago 8m 6.6.2 docker.io/ceph/ceph-grafana:6.6.2 a0dce381714a 87075f7b106b 2024-09-10T18:35:43.076 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 running (9m) 2m ago 9m 3.4 docker.io/ceph/ceph:v15.2.9 dfc483079636 5df40cfb9f74 2024-09-10T18:35:43.076 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 running 2m ago 13m quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:35:43.076 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 running (15m) 2m ago 15m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 58af66fb1dd7 2024-09-10T18:35:43.076 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (15m) 2m ago 15m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 110985a9aaad 2024-09-10T18:35:43.076 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (13m) 2m ago 13m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 97c3ecf5bc14 2024-09-10T18:35:43.077 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (13m) 2m ago 13m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 b3f47a149224 2024-09-10T18:35:43.077 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (8m) 2m ago 8m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf 1c56f8797d7e 2024-09-10T18:35:43.077 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (8m) 2m ago 8m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf 5ec08759a54e 2024-09-10T18:35:43.077 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (12m) 2m ago 12m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:35:43.077 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (12m) 2m ago 12m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:35:43.077 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (11m) 2m ago 12m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:35:43.077 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (11m) 2m ago 11m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:35:43.077 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (11m) 2m ago 11m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:35:43.077 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (10m) 2m ago 10m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:35:43.077 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (10m) 2m ago 10m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:35:43.077 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (9m) 2m ago 9m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:35:43.077 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (7m) 2m ago 8m 2.18.1 docker.io/prom/prometheus:v2.18.1 de242295e225 b02f2987a821 2024-09-10T18:35:43.077 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (6m) 2m ago 6m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:35:43.078 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (6m) 2m ago 6m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:35:43.805 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T18:35:44.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:44 smithi031 bash[14957]: cluster 2024-09-10T18:35:42.794596+0000 mgr.y (mgr.14138) 540 : cluster [DBG] pgmap v487: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:44.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:44 smithi031 bash[19205]: cluster 2024-09-10T18:35:42.794596+0000 mgr.y (mgr.14138) 540 : cluster [DBG] pgmap v487: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:44.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:44 smithi063 bash[14646]: cluster 2024-09-10T18:35:42.794596+0000 mgr.y (mgr.14138) 540 : cluster [DBG] pgmap v487: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:45.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:45 smithi063 bash[14646]: audit 2024-09-10T18:35:43.052278+0000 mgr.y (mgr.14138) 541 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:35:45.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:45 smithi031 bash[14957]: audit 2024-09-10T18:35:43.052278+0000 mgr.y (mgr.14138) 541 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:35:45.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:45 smithi031 bash[19205]: audit 2024-09-10T18:35:43.052278+0000 mgr.y (mgr.14138) 541 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:35:46.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:46 smithi063 bash[14646]: cluster 2024-09-10T18:35:44.795677+0000 mgr.y (mgr.14138) 542 : cluster [DBG] pgmap v488: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:46.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:46 smithi031 bash[14957]: cluster 2024-09-10T18:35:44.795677+0000 mgr.y (mgr.14138) 542 : cluster [DBG] pgmap v488: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:46.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:46 smithi031 bash[19205]: cluster 2024-09-10T18:35:44.795677+0000 mgr.y (mgr.14138) 542 : cluster [DBG] pgmap v488: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:47.260 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:35:47.260 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:35:47.261 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-10T18:35:47.261 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:35:47.261 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:35:47.261 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 1, 2024-09-10T18:35:47.261 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:35:47.261 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:35:47.261 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:35:47.261 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-10T18:35:47.261 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:35:47.261 INFO:teuthology.orchestra.run.smithi031.stdout: "mds": {}, 2024-09-10T18:35:47.261 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:35:47.261 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:35:47.261 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:35:47.261 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:35:47.261 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 14, 2024-09-10T18:35:47.262 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:35:47.262 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:35:47.262 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:35:47.891 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph -s' 2024-09-10T18:35:48.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:48 smithi063 bash[14646]: cluster 2024-09-10T18:35:46.796854+0000 mgr.y (mgr.14138) 543 : cluster [DBG] pgmap v489: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:48.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:48 smithi063 bash[14646]: audit 2024-09-10T18:35:47.253613+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.31:0/2403532588' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:35:48.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:48 smithi031 bash[14957]: cluster 2024-09-10T18:35:46.796854+0000 mgr.y (mgr.14138) 543 : cluster [DBG] pgmap v489: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:48.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:48 smithi031 bash[14957]: audit 2024-09-10T18:35:47.253613+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.31:0/2403532588' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:35:48.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:48 smithi031 bash[19205]: cluster 2024-09-10T18:35:46.796854+0000 mgr.y (mgr.14138) 543 : cluster [DBG] pgmap v489: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:48.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:48 smithi031 bash[19205]: audit 2024-09-10T18:35:47.253613+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.31:0/2403532588' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:35:50.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:50 smithi063 bash[14646]: cluster 2024-09-10T18:35:48.797966+0000 mgr.y (mgr.14138) 544 : cluster [DBG] pgmap v490: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:50.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:50 smithi031 bash[14957]: cluster 2024-09-10T18:35:48.797966+0000 mgr.y (mgr.14138) 544 : cluster [DBG] pgmap v490: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:50.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:50 smithi031 bash[19205]: cluster 2024-09-10T18:35:48.797966+0000 mgr.y (mgr.14138) 544 : cluster [DBG] pgmap v490: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:51.366 INFO:teuthology.orchestra.run.smithi031.stdout: cluster: 2024-09-10T18:35:51.366 INFO:teuthology.orchestra.run.smithi031.stdout: id: 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:35:51.366 INFO:teuthology.orchestra.run.smithi031.stdout: health: HEALTH_OK 2024-09-10T18:35:51.366 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:35:51.366 INFO:teuthology.orchestra.run.smithi031.stdout: services: 2024-09-10T18:35:51.366 INFO:teuthology.orchestra.run.smithi031.stdout: mon: 3 daemons, quorum a,c,b (age 13m) 2024-09-10T18:35:51.366 INFO:teuthology.orchestra.run.smithi031.stdout: mgr: y(active, since 14m), standbys: x 2024-09-10T18:35:51.366 INFO:teuthology.orchestra.run.smithi031.stdout: osd: 8 osds: 8 up (since 9m), 8 in (since 9m) 2024-09-10T18:35:51.366 INFO:teuthology.orchestra.run.smithi031.stdout: rgw: 2 daemons active (r.z.smithi031.kibhei, r.z.smithi063.jzpdua) 2024-09-10T18:35:51.366 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:35:51.366 INFO:teuthology.orchestra.run.smithi031.stdout: task status: 2024-09-10T18:35:51.367 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:35:51.367 INFO:teuthology.orchestra.run.smithi031.stdout: data: 2024-09-10T18:35:51.367 INFO:teuthology.orchestra.run.smithi031.stdout: pools: 6 pools, 132 pgs 2024-09-10T18:35:51.367 INFO:teuthology.orchestra.run.smithi031.stdout: objects: 203 objects, 7.4 KiB 2024-09-10T18:35:51.367 INFO:teuthology.orchestra.run.smithi031.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-10T18:35:51.367 INFO:teuthology.orchestra.run.smithi031.stdout: pgs: 132 active+clean 2024-09-10T18:35:51.367 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:35:51.367 INFO:teuthology.orchestra.run.smithi031.stdout: io: 2024-09-10T18:35:51.367 INFO:teuthology.orchestra.run.smithi031.stdout: client: 852 B/s rd, 0 op/s rd, 0 op/s wr 2024-09-10T18:35:51.367 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:35:51.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:51 smithi063 bash[14646]: cluster 2024-09-10T18:35:50.799085+0000 mgr.y (mgr.14138) 545 : cluster [DBG] pgmap v491: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:51.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:51 smithi031 bash[14957]: cluster 2024-09-10T18:35:50.799085+0000 mgr.y (mgr.14138) 545 : cluster [DBG] pgmap v491: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:51.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:51 smithi031 bash[19205]: cluster 2024-09-10T18:35:50.799085+0000 mgr.y (mgr.14138) 545 : cluster [DBG] pgmap v491: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:52.093 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 2'"'"'' 2024-09-10T18:35:52.331 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:52 smithi031 bash[19205]: audit 2024-09-10T18:35:51.361639+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.31:0/2650532531' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:35:52.331 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:52 smithi031 bash[14957]: audit 2024-09-10T18:35:51.361639+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.31:0/2650532531' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:35:52.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:52 smithi063 bash[14646]: audit 2024-09-10T18:35:51.361639+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.31:0/2650532531' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:35:53.338 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:53 smithi031 bash[14957]: cluster 2024-09-10T18:35:52.800368+0000 mgr.y (mgr.14138) 546 : cluster [DBG] pgmap v492: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:53.338 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:53 smithi031 bash[19205]: cluster 2024-09-10T18:35:52.800368+0000 mgr.y (mgr.14138) 546 : cluster [DBG] pgmap v492: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:53.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:53 smithi063 bash[14646]: cluster 2024-09-10T18:35:52.800368+0000 mgr.y (mgr.14138) 546 : cluster [DBG] pgmap v492: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:55.599 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:35:55.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:55 smithi031 bash[14957]: cluster 2024-09-10T18:35:54.801354+0000 mgr.y (mgr.14138) 547 : cluster [DBG] pgmap v493: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:55.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:55 smithi031 bash[14957]: audit 2024-09-10T18:35:55.582173+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.31:0/1300735786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:35:55.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:55 smithi031 bash[19205]: cluster 2024-09-10T18:35:54.801354+0000 mgr.y (mgr.14138) 547 : cluster [DBG] pgmap v493: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:55.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:55 smithi031 bash[19205]: audit 2024-09-10T18:35:55.582173+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.31:0/1300735786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:35:56.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:55 smithi063 bash[14646]: cluster 2024-09-10T18:35:54.801354+0000 mgr.y (mgr.14138) 547 : cluster [DBG] pgmap v493: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:56.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:55 smithi063 bash[14646]: audit 2024-09-10T18:35:55.582173+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.31:0/1300735786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:35:56.251 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph mgr fail' 2024-09-10T18:35:58.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:58 smithi063 bash[14646]: cluster 2024-09-10T18:35:56.802428+0000 mgr.y (mgr.14138) 548 : cluster [DBG] pgmap v494: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:58.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:58 smithi031 bash[14957]: cluster 2024-09-10T18:35:56.802428+0000 mgr.y (mgr.14138) 548 : cluster [DBG] pgmap v494: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:58.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:58 smithi031 bash[19205]: cluster 2024-09-10T18:35:56.802428+0000 mgr.y (mgr.14138) 548 : cluster [DBG] pgmap v494: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:35:59.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:35:59 smithi063 bash[14646]: cluster 2024-09-10T18:35:58.803409+0000 mgr.y (mgr.14138) 549 : cluster [DBG] pgmap v495: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:59.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:35:59 smithi031 bash[19205]: cluster 2024-09-10T18:35:58.803409+0000 mgr.y (mgr.14138) 549 : cluster [DBG] pgmap v495: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:35:59.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:35:59 smithi031 bash[14957]: cluster 2024-09-10T18:35:58.803409+0000 mgr.y (mgr.14138) 549 : cluster [DBG] pgmap v495: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:00.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:00 smithi063 bash[14646]: audit 2024-09-10T18:35:59.835940+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.31:0/3907795' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:36:00.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:00 smithi063 bash[14646]: audit 2024-09-10T18:35:59.836582+0000 mon.a (mon.0) 699 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:36:00.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:00 smithi063 bash[14646]: cluster 2024-09-10T18:35:59.842189+0000 mon.a (mon.0) 700 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-10T18:36:00.388 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:36:00 smithi031 bash[15218]: ignoring --setuser ceph since I am not root 2024-09-10T18:36:00.388 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:36:00 smithi031 bash[15218]: ignoring --setgroup ceph since I am not root 2024-09-10T18:36:00.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:00 smithi031 bash[14957]: audit 2024-09-10T18:35:59.835940+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.31:0/3907795' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:36:00.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:00 smithi031 bash[14957]: audit 2024-09-10T18:35:59.836582+0000 mon.a (mon.0) 699 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:36:00.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:00 smithi031 bash[14957]: cluster 2024-09-10T18:35:59.842189+0000 mon.a (mon.0) 700 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-10T18:36:00.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:00 smithi031 bash[19205]: audit 2024-09-10T18:35:59.835940+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.31:0/3907795' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:36:00.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:00 smithi031 bash[19205]: audit 2024-09-10T18:35:59.836582+0000 mon.a (mon.0) 699 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:36:00.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:00 smithi031 bash[19205]: cluster 2024-09-10T18:35:59.842189+0000 mon.a (mon.0) 700 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-10T18:36:00.866 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 180' 2024-09-10T18:36:01.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:01 smithi031 bash[14957]: audit 2024-09-10T18:36:00.088122+0000 mon.a (mon.0) 701 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T18:36:01.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:01 smithi031 bash[14957]: cluster 2024-09-10T18:36:00.088240+0000 mon.a (mon.0) 702 : cluster [DBG] mgrmap e17: x(active, starting, since 0.250828s) 2024-09-10T18:36:01.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:01 smithi031 bash[19205]: audit 2024-09-10T18:36:00.088122+0000 mon.a (mon.0) 701 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T18:36:01.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:01 smithi031 bash[19205]: cluster 2024-09-10T18:36:00.088240+0000 mon.a (mon.0) 702 : cluster [DBG] mgrmap e17: x(active, starting, since 0.250828s) 2024-09-10T18:36:01.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:01 smithi063 bash[14646]: audit 2024-09-10T18:36:00.088122+0000 mon.a (mon.0) 701 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T18:36:01.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:01 smithi063 bash[14646]: cluster 2024-09-10T18:36:00.088240+0000 mon.a (mon.0) 702 : cluster [DBG] mgrmap e17: x(active, starting, since 0.250828s) 2024-09-10T18:36:02.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:02 smithi063 bash[14646]: cluster 2024-09-10T18:36:01.094324+0000 mon.a (mon.0) 703 : cluster [DBG] mgrmap e18: x(active, starting, since 1.25692s) 2024-09-10T18:36:02.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:02 smithi063 bash[14646]: audit 2024-09-10T18:36:01.096968+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:36:02.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:02 smithi031 bash[14957]: cluster 2024-09-10T18:36:01.094324+0000 mon.a (mon.0) 703 : cluster [DBG] mgrmap e18: x(active, starting, since 1.25692s) 2024-09-10T18:36:02.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:02 smithi031 bash[14957]: audit 2024-09-10T18:36:01.096968+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:36:02.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:02 smithi031 bash[19205]: cluster 2024-09-10T18:36:01.094324+0000 mon.a (mon.0) 703 : cluster [DBG] mgrmap e18: x(active, starting, since 1.25692s) 2024-09-10T18:36:02.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:02 smithi031 bash[19205]: audit 2024-09-10T18:36:01.096968+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:36:05.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:04 smithi063 bash[14646]: cluster 2024-09-10T18:36:04.622284+0000 mon.a (mon.0) 704 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:36:05.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:04 smithi063 bash[14646]: audit 2024-09-10T18:36:04.622409+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.? 172.21.15.31:0/242324571' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:36:05.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:04 smithi063 bash[14646]: audit 2024-09-10T18:36:04.624331+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.? 172.21.15.31:0/242324571' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:36:05.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:04 smithi031 bash[14957]: cluster 2024-09-10T18:36:04.622284+0000 mon.a (mon.0) 704 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:36:05.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:04 smithi031 bash[14957]: audit 2024-09-10T18:36:04.622409+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.? 172.21.15.31:0/242324571' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:36:05.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:04 smithi031 bash[14957]: audit 2024-09-10T18:36:04.624331+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.? 172.21.15.31:0/242324571' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:36:05.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:04 smithi031 bash[19205]: cluster 2024-09-10T18:36:04.622284+0000 mon.a (mon.0) 704 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:36:05.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:04 smithi031 bash[19205]: audit 2024-09-10T18:36:04.622409+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.? 172.21.15.31:0/242324571' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:36:05.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:04 smithi031 bash[19205]: audit 2024-09-10T18:36:04.624331+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.? 172.21.15.31:0/242324571' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:36:06.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:05 smithi063 bash[14646]: cluster 2024-09-10T18:36:04.682420+0000 mon.a (mon.0) 705 : cluster [DBG] mgrmap e19: x(active, starting, since 4s), standbys: y 2024-09-10T18:36:06.155 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:05 smithi063 bash[14646]: audit 2024-09-10T18:36:04.687006+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:36:06.156 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:05 smithi031 bash[14957]: cluster 2024-09-10T18:36:04.682420+0000 mon.a (mon.0) 705 : cluster [DBG] mgrmap e19: x(active, starting, since 4s), standbys: y 2024-09-10T18:36:06.156 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:05 smithi031 bash[14957]: audit 2024-09-10T18:36:04.687006+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:36:06.156 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:05 smithi031 bash[19205]: cluster 2024-09-10T18:36:04.682420+0000 mon.a (mon.0) 705 : cluster [DBG] mgrmap e19: x(active, starting, since 4s), standbys: y 2024-09-10T18:36:06.157 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:05 smithi031 bash[19205]: audit 2024-09-10T18:36:04.687006+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:36:07.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.088643+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:36:07.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.089293+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:36:07.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.089938+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:36:07.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.093491+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:36:07.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.094418+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:36:07.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.095089+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:36:07.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.095599+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:36:07.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.096063+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:36:07.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.096567+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:36:07.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.096970+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:36:07.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.097328+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:36:07.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.098041+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:36:07.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.098537+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:36:07.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.099250+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:36:07.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.100693+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:36:07.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.101952+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:36:07.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.102554+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:36:07.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.103146+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031"}]: dispatch 2024-09-10T18:36:07.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.103747+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063"}]: dispatch 2024-09-10T18:36:07.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.104316+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:36:07.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.104875+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:36:07.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.105469+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:36:07.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.106022+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:36:07.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.106655+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-10T18:36:07.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.107278+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:36:07.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.107886+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:36:07.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.108490+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:36:07.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.109093+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T18:36:07.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.109690+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:36:07.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.110298+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:36:07.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.110870+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:36:07.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.111399+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-10T18:36:07.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.111971+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:36:07.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.112492+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:36:07.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.113049+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:36:07.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.113579+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:36:07.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.114162+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:36:07.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.114684+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:36:07.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.115294+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:36:07.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: cluster 2024-09-10T18:36:06.381075+0000 mon.a (mon.0) 706 : cluster [INF] Manager daemon x is now available 2024-09-10T18:36:07.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.409543+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:07.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.430875+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:07.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.439089+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:07.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.492681+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:36:07.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.496760+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:36:07.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.504396+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:07.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.519153+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:36:07.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:06 smithi063 bash[14646]: audit 2024-09-10T18:36:06.523191+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:36:07.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.088643+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:36:07.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.089293+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:36:07.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.089938+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:36:07.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.093491+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:36:07.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.094418+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:36:07.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.095089+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:36:07.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.095599+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:36:07.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.096063+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:36:07.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.096567+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:36:07.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.096970+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:36:07.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.097328+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:36:07.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.098041+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:36:07.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.098537+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:36:07.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.099250+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:36:07.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.100693+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:36:07.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.101952+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:36:07.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.102554+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:36:07.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.103146+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031"}]: dispatch 2024-09-10T18:36:07.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.088643+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:36:07.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.089293+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:36:07.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.089938+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:36:07.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.093491+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:36:07.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.094418+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:36:07.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.095089+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:36:07.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.095599+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:36:07.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.096063+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:36:07.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.096567+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:36:07.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.096970+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:36:07.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.097328+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:36:07.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.098041+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:36:07.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.098537+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:36:07.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.099250+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:36:07.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.100693+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:36:07.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.101952+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:36:07.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.102554+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:36:07.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.103146+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031"}]: dispatch 2024-09-10T18:36:07.141 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.103747+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063"}]: dispatch 2024-09-10T18:36:07.142 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.104316+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:36:07.142 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.104875+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:36:07.142 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.105469+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:36:07.142 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.106022+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:36:07.142 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.106655+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-10T18:36:07.142 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.107278+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:36:07.142 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.107886+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:36:07.142 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.108490+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:36:07.142 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.109093+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T18:36:07.142 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.109690+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:36:07.142 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.110298+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:36:07.142 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.110870+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:36:07.142 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.111399+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-10T18:36:07.142 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.111971+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:36:07.142 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.112492+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:36:07.143 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.113049+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:36:07.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.103747+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063"}]: dispatch 2024-09-10T18:36:07.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.104316+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:36:07.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.104875+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:36:07.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.105469+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:36:07.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.106022+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:36:07.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.106655+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-10T18:36:07.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.107278+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:36:07.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.107886+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:36:07.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.108490+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:36:07.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.109093+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T18:36:07.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.109690+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:36:07.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.110298+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:36:07.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.110870+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:36:07.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.111399+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-10T18:36:07.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.111971+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:36:07.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.112492+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:36:07.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.113049+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:36:07.144 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.113579+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:36:07.144 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.114162+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:36:07.145 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.114684+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:36:07.145 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.115294+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:36:07.145 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: cluster 2024-09-10T18:36:06.381075+0000 mon.a (mon.0) 706 : cluster [INF] Manager daemon x is now available 2024-09-10T18:36:07.145 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.409543+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:07.145 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.430875+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:07.145 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.439089+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:07.145 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.492681+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:36:07.145 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.496760+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:36:07.145 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.504396+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:07.145 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.519153+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:36:07.145 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[14957]: audit 2024-09-10T18:36:06.523191+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:36:07.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.113579+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:36:07.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.114162+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:36:07.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.114684+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:36:07.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.115294+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:36:07.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: cluster 2024-09-10T18:36:06.381075+0000 mon.a (mon.0) 706 : cluster [INF] Manager daemon x is now available 2024-09-10T18:36:07.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.409543+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:07.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.430875+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:07.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.439089+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:07.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.492681+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:36:07.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.496760+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:36:07.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.504396+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:07.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.519153+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:36:07.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:06 smithi031 bash[19205]: audit 2024-09-10T18:36:06.523191+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:36:08.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:07 smithi063 bash[14646]: cephadm 2024-09-10T18:36:06.398509+0000 mgr.x (mgr.34745) 1 : cephadm [INF] inventory: adjusted host smithi031 addr 'smithi031' -> '172.21.15.31' 2024-09-10T18:36:08.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:07 smithi063 bash[14646]: cephadm 2024-09-10T18:36:06.428543+0000 mgr.x (mgr.34745) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-10T18:36:08.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:07 smithi063 bash[14646]: cluster 2024-09-10T18:36:06.721304+0000 mon.a (mon.0) 713 : cluster [DBG] mgrmap e20: x(active, since 6s), standbys: y 2024-09-10T18:36:08.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:07 smithi063 bash[14646]: cluster 2024-09-10T18:36:06.753888+0000 mgr.x (mgr.34745) 3 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:36:08.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:07 smithi063 bash[14646]: audit 2024-09-10T18:36:06.812762+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:36:08.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:07 smithi063 bash[14646]: audit 2024-09-10T18:36:06.822590+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:36:08.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:07 smithi031 bash[14957]: cephadm 2024-09-10T18:36:06.398509+0000 mgr.x (mgr.34745) 1 : cephadm [INF] inventory: adjusted host smithi031 addr 'smithi031' -> '172.21.15.31' 2024-09-10T18:36:08.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:07 smithi031 bash[14957]: cephadm 2024-09-10T18:36:06.428543+0000 mgr.x (mgr.34745) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-10T18:36:08.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:07 smithi031 bash[14957]: cluster 2024-09-10T18:36:06.721304+0000 mon.a (mon.0) 713 : cluster [DBG] mgrmap e20: x(active, since 6s), standbys: y 2024-09-10T18:36:08.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:07 smithi031 bash[14957]: cluster 2024-09-10T18:36:06.753888+0000 mgr.x (mgr.34745) 3 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:36:08.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:07 smithi031 bash[14957]: audit 2024-09-10T18:36:06.812762+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:36:08.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:07 smithi031 bash[14957]: audit 2024-09-10T18:36:06.822590+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:36:08.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:07 smithi031 bash[19205]: cephadm 2024-09-10T18:36:06.398509+0000 mgr.x (mgr.34745) 1 : cephadm [INF] inventory: adjusted host smithi031 addr 'smithi031' -> '172.21.15.31' 2024-09-10T18:36:08.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:07 smithi031 bash[19205]: cephadm 2024-09-10T18:36:06.428543+0000 mgr.x (mgr.34745) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-10T18:36:08.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:07 smithi031 bash[19205]: cluster 2024-09-10T18:36:06.721304+0000 mon.a (mon.0) 713 : cluster [DBG] mgrmap e20: x(active, since 6s), standbys: y 2024-09-10T18:36:08.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:07 smithi031 bash[19205]: cluster 2024-09-10T18:36:06.753888+0000 mgr.x (mgr.34745) 3 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:36:08.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:07 smithi031 bash[19205]: audit 2024-09-10T18:36:06.812762+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:36:08.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:07 smithi031 bash[19205]: audit 2024-09-10T18:36:06.822590+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:36:08.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[14646]: cephadm 2024-09-10T18:36:06.996585+0000 mgr.x (mgr.34745) 4 : cephadm [INF] Deploying cephadm binary to smithi063 2024-09-10T18:36:08.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[14646]: cephadm 2024-09-10T18:36:07.022123+0000 mgr.x (mgr.34745) 5 : cephadm [INF] Deploying cephadm binary to smithi031 2024-09-10T18:36:08.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[14646]: cluster 2024-09-10T18:36:07.732678+0000 mon.a (mon.0) 714 : cluster [DBG] mgrmap e21: x(active, since 7s), standbys: y 2024-09-10T18:36:08.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[14646]: audit 2024-09-10T18:36:08.469102+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:36:08.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[14646]: audit 2024-09-10T18:36:08.473351+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:36:08.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[14646]: audit 2024-09-10T18:36:08.573927+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:08.884 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[27437]: debug 2024-09-10T18:36:08.558+0000 7f10c7f2f640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:18:36:08] ENGINE Error in HTTPServer.serve 2024-09-10T18:36:08.884 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[27437]: Traceback (most recent call last): 2024-09-10T18:36:08.884 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[27437]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:36:08.884 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[27437]: self._connections.run(self.expiration_interval) 2024-09-10T18:36:08.884 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[27437]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:36:08.885 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[27437]: self._run(expiration_interval) 2024-09-10T18:36:08.885 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[27437]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:36:08.885 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[27437]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:36:08.885 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[27437]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:36:08.885 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[27437]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:36:08.885 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[27437]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:36:08.885 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[27437]: s = self.context.wrap_socket( 2024-09-10T18:36:08.885 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[27437]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:36:08.885 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[27437]: return self.sslsocket_class._create( 2024-09-10T18:36:08.885 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[27437]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:36:08.885 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[27437]: self.do_handshake() 2024-09-10T18:36:08.885 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[27437]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:36:08.885 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[27437]: self._sslobj.do_handshake() 2024-09-10T18:36:08.886 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:08 smithi063 bash[27437]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:36:09.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:08 smithi031 bash[14957]: cephadm 2024-09-10T18:36:06.996585+0000 mgr.x (mgr.34745) 4 : cephadm [INF] Deploying cephadm binary to smithi063 2024-09-10T18:36:09.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:08 smithi031 bash[14957]: cephadm 2024-09-10T18:36:07.022123+0000 mgr.x (mgr.34745) 5 : cephadm [INF] Deploying cephadm binary to smithi031 2024-09-10T18:36:09.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:08 smithi031 bash[14957]: cluster 2024-09-10T18:36:07.732678+0000 mon.a (mon.0) 714 : cluster [DBG] mgrmap e21: x(active, since 7s), standbys: y 2024-09-10T18:36:09.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:08 smithi031 bash[14957]: audit 2024-09-10T18:36:08.469102+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:36:09.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:08 smithi031 bash[14957]: audit 2024-09-10T18:36:08.473351+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:36:09.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:08 smithi031 bash[14957]: audit 2024-09-10T18:36:08.573927+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:09.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:08 smithi031 bash[19205]: cephadm 2024-09-10T18:36:06.996585+0000 mgr.x (mgr.34745) 4 : cephadm [INF] Deploying cephadm binary to smithi063 2024-09-10T18:36:09.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:08 smithi031 bash[19205]: cephadm 2024-09-10T18:36:07.022123+0000 mgr.x (mgr.34745) 5 : cephadm [INF] Deploying cephadm binary to smithi031 2024-09-10T18:36:09.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:08 smithi031 bash[19205]: cluster 2024-09-10T18:36:07.732678+0000 mon.a (mon.0) 714 : cluster [DBG] mgrmap e21: x(active, since 7s), standbys: y 2024-09-10T18:36:09.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:08 smithi031 bash[19205]: audit 2024-09-10T18:36:08.469102+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:36:09.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:08 smithi031 bash[19205]: audit 2024-09-10T18:36:08.473351+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:36:09.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:08 smithi031 bash[19205]: audit 2024-09-10T18:36:08.573927+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:10.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: cluster 2024-09-10T18:36:08.098235+0000 mgr.x (mgr.34745) 6 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:36:10.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: cephadm 2024-09-10T18:36:08.430624+0000 mgr.x (mgr.34745) 7 : cephadm [INF] [10/Sep/2024:18:36:08] ENGINE Bus STARTING 2024-09-10T18:36:10.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: cephadm 2024-09-10T18:36:08.560224+0000 mgr.x (mgr.34745) 8 : cephadm [INF] [10/Sep/2024:18:36:08] ENGINE Serving on https://172.21.15.63:7150 2024-09-10T18:36:10.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: cephadm 2024-09-10T18:36:08.560498+0000 mgr.x (mgr.34745) 9 : cephadm [INF] [10/Sep/2024:18:36:08] ENGINE Bus STARTED 2024-09-10T18:36:10.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: cephadm 2024-09-10T18:36:08.563879+0000 mgr.x (mgr.34745) 10 : cephadm [ERR] [10/Sep/2024:18:36:08] ENGINE Error in HTTPServer.serve 2024-09-10T18:36:10.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: Traceback (most recent call last): 2024-09-10T18:36:10.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:36:10.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: self._connections.run(self.expiration_interval) 2024-09-10T18:36:10.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:36:10.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: self._run(expiration_interval) 2024-09-10T18:36:10.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:36:10.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:36:10.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:36:10.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:36:10.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:36:10.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: s = self.context.wrap_socket( 2024-09-10T18:36:10.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:36:10.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: return self.sslsocket_class._create( 2024-09-10T18:36:10.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:36:10.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: self.do_handshake() 2024-09-10T18:36:10.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:36:10.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: self._sslobj.do_handshake() 2024-09-10T18:36:10.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:36:10.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: audit 2024-09-10T18:36:08.741767+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-10T18:36:10.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: cluster 2024-09-10T18:36:08.741888+0000 mon.a (mon.0) 718 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-10T18:36:10.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: audit 2024-09-10T18:36:08.744162+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:36:10.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:09 smithi063 bash[14646]: audit 2024-09-10T18:36:08.748271+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:36:10.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: cluster 2024-09-10T18:36:08.098235+0000 mgr.x (mgr.34745) 6 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:36:10.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: cephadm 2024-09-10T18:36:08.430624+0000 mgr.x (mgr.34745) 7 : cephadm [INF] [10/Sep/2024:18:36:08] ENGINE Bus STARTING 2024-09-10T18:36:10.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: cephadm 2024-09-10T18:36:08.560224+0000 mgr.x (mgr.34745) 8 : cephadm [INF] [10/Sep/2024:18:36:08] ENGINE Serving on https://172.21.15.63:7150 2024-09-10T18:36:10.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: cephadm 2024-09-10T18:36:08.560498+0000 mgr.x (mgr.34745) 9 : cephadm [INF] [10/Sep/2024:18:36:08] ENGINE Bus STARTED 2024-09-10T18:36:10.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: cephadm 2024-09-10T18:36:08.563879+0000 mgr.x (mgr.34745) 10 : cephadm [ERR] [10/Sep/2024:18:36:08] ENGINE Error in HTTPServer.serve 2024-09-10T18:36:10.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: Traceback (most recent call last): 2024-09-10T18:36:10.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:36:10.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: self._connections.run(self.expiration_interval) 2024-09-10T18:36:10.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:36:10.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: self._run(expiration_interval) 2024-09-10T18:36:10.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:36:10.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:36:10.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:36:10.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:36:10.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:36:10.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: s = self.context.wrap_socket( 2024-09-10T18:36:10.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:36:10.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: return self.sslsocket_class._create( 2024-09-10T18:36:10.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:36:10.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: self.do_handshake() 2024-09-10T18:36:10.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:36:10.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: self._sslobj.do_handshake() 2024-09-10T18:36:10.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:36:10.141 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: audit 2024-09-10T18:36:08.741767+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-10T18:36:10.141 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: cluster 2024-09-10T18:36:08.741888+0000 mon.a (mon.0) 718 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-10T18:36:10.141 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: audit 2024-09-10T18:36:08.744162+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:36:10.141 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[14957]: audit 2024-09-10T18:36:08.748271+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:36:10.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: cluster 2024-09-10T18:36:08.098235+0000 mgr.x (mgr.34745) 6 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:36:10.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: cephadm 2024-09-10T18:36:08.430624+0000 mgr.x (mgr.34745) 7 : cephadm [INF] [10/Sep/2024:18:36:08] ENGINE Bus STARTING 2024-09-10T18:36:10.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: cephadm 2024-09-10T18:36:08.560224+0000 mgr.x (mgr.34745) 8 : cephadm [INF] [10/Sep/2024:18:36:08] ENGINE Serving on https://172.21.15.63:7150 2024-09-10T18:36:10.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: cephadm 2024-09-10T18:36:08.560498+0000 mgr.x (mgr.34745) 9 : cephadm [INF] [10/Sep/2024:18:36:08] ENGINE Bus STARTED 2024-09-10T18:36:10.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: cephadm 2024-09-10T18:36:08.563879+0000 mgr.x (mgr.34745) 10 : cephadm [ERR] [10/Sep/2024:18:36:08] ENGINE Error in HTTPServer.serve 2024-09-10T18:36:10.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: Traceback (most recent call last): 2024-09-10T18:36:10.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:36:10.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: self._connections.run(self.expiration_interval) 2024-09-10T18:36:10.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:36:10.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: self._run(expiration_interval) 2024-09-10T18:36:10.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:36:10.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:36:10.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:36:10.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:36:10.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:36:10.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: s = self.context.wrap_socket( 2024-09-10T18:36:10.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:36:10.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: return self.sslsocket_class._create( 2024-09-10T18:36:10.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:36:10.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: self.do_handshake() 2024-09-10T18:36:10.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:36:10.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: self._sslobj.do_handshake() 2024-09-10T18:36:10.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:36:10.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: audit 2024-09-10T18:36:08.741767+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-10T18:36:10.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: cluster 2024-09-10T18:36:08.741888+0000 mon.a (mon.0) 718 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-10T18:36:10.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: audit 2024-09-10T18:36:08.744162+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:36:10.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:09 smithi031 bash[19205]: audit 2024-09-10T18:36:08.748271+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:36:11.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:10 smithi063 bash[14646]: audit 2024-09-10T18:36:09.744442+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T18:36:11.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:10 smithi063 bash[14646]: cluster 2024-09-10T18:36:09.744690+0000 mon.a (mon.0) 721 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-10T18:36:11.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:10 smithi031 bash[14957]: audit 2024-09-10T18:36:09.744442+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T18:36:11.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:10 smithi031 bash[14957]: cluster 2024-09-10T18:36:09.744690+0000 mon.a (mon.0) 721 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-10T18:36:11.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:10 smithi031 bash[19205]: audit 2024-09-10T18:36:09.744442+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T18:36:11.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:10 smithi031 bash[19205]: cluster 2024-09-10T18:36:09.744690+0000 mon.a (mon.0) 721 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-10T18:36:12.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:11 smithi063 bash[14646]: cluster 2024-09-10T18:36:10.099029+0000 mgr.x (mgr.34745) 11 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:36:12.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:11 smithi063 bash[14646]: audit 2024-09-10T18:36:10.793708+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:12.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:11 smithi063 bash[14646]: cluster 2024-09-10T18:36:11.769585+0000 mon.a (mon.0) 723 : cluster [DBG] mgrmap e22: x(active, since 11s), standbys: y 2024-09-10T18:36:12.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:11 smithi031 bash[14957]: cluster 2024-09-10T18:36:10.099029+0000 mgr.x (mgr.34745) 11 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:36:12.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:11 smithi031 bash[14957]: audit 2024-09-10T18:36:10.793708+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:12.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:11 smithi031 bash[14957]: cluster 2024-09-10T18:36:11.769585+0000 mon.a (mon.0) 723 : cluster [DBG] mgrmap e22: x(active, since 11s), standbys: y 2024-09-10T18:36:12.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:11 smithi031 bash[19205]: cluster 2024-09-10T18:36:10.099029+0000 mgr.x (mgr.34745) 11 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:36:12.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:11 smithi031 bash[19205]: audit 2024-09-10T18:36:10.793708+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:12.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:11 smithi031 bash[19205]: cluster 2024-09-10T18:36:11.769585+0000 mon.a (mon.0) 723 : cluster [DBG] mgrmap e22: x(active, since 11s), standbys: y 2024-09-10T18:36:13.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:13 smithi063 bash[14646]: cluster 2024-09-10T18:36:12.100572+0000 mgr.x (mgr.34745) 12 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 7.9 KiB/s rd, 158 KiB/s wr, 21 op/s 2024-09-10T18:36:13.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:13 smithi031 bash[14957]: cluster 2024-09-10T18:36:12.100572+0000 mgr.x (mgr.34745) 12 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 7.9 KiB/s rd, 158 KiB/s wr, 21 op/s 2024-09-10T18:36:13.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:13 smithi031 bash[19205]: cluster 2024-09-10T18:36:12.100572+0000 mgr.x (mgr.34745) 12 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 7.9 KiB/s rd, 158 KiB/s wr, 21 op/s 2024-09-10T18:36:14.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:14 smithi063 bash[14646]: audit 2024-09-10T18:36:13.750275+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:14.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:14 smithi063 bash[14646]: audit 2024-09-10T18:36:13.759053+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:14.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:14 smithi063 bash[14646]: audit 2024-09-10T18:36:13.768552+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:14.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:14 smithi031 bash[14957]: audit 2024-09-10T18:36:13.750275+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:14.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:14 smithi031 bash[14957]: audit 2024-09-10T18:36:13.759053+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:14.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:14 smithi031 bash[14957]: audit 2024-09-10T18:36:13.768552+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:14 smithi031 bash[19205]: audit 2024-09-10T18:36:13.750275+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:14 smithi031 bash[19205]: audit 2024-09-10T18:36:13.759053+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:14 smithi031 bash[19205]: audit 2024-09-10T18:36:13.768552+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:15.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:15 smithi063 bash[14646]: cluster 2024-09-10T18:36:14.101126+0000 mgr.x (mgr.34745) 13 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 115 KiB/s wr, 15 op/s 2024-09-10T18:36:15.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:15 smithi063 bash[14646]: audit 2024-09-10T18:36:14.153798+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:36:15.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:15 smithi063 bash[14646]: audit 2024-09-10T18:36:14.374301+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:15.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:15 smithi063 bash[14646]: audit 2024-09-10T18:36:14.385992+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:15.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:15 smithi063 bash[14646]: audit 2024-09-10T18:36:14.394300+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:15.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:15 smithi063 bash[14646]: audit 2024-09-10T18:36:14.395816+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:36:15.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:15 smithi063 bash[14646]: audit 2024-09-10T18:36:14.522606+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:15.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:15 smithi063 bash[14646]: audit 2024-09-10T18:36:14.714117+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:15.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:15 smithi063 bash[14646]: audit 2024-09-10T18:36:14.725308+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:15.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:15 smithi063 bash[14646]: audit 2024-09-10T18:36:14.737713+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:15.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[14957]: cluster 2024-09-10T18:36:14.101126+0000 mgr.x (mgr.34745) 13 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 115 KiB/s wr, 15 op/s 2024-09-10T18:36:15.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[14957]: audit 2024-09-10T18:36:14.153798+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:36:15.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[14957]: audit 2024-09-10T18:36:14.374301+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:15.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[14957]: audit 2024-09-10T18:36:14.385992+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:15.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[14957]: audit 2024-09-10T18:36:14.394300+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:15.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[14957]: audit 2024-09-10T18:36:14.395816+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:36:15.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[14957]: audit 2024-09-10T18:36:14.522606+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:15.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[14957]: audit 2024-09-10T18:36:14.714117+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:15.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[14957]: audit 2024-09-10T18:36:14.725308+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:15.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[14957]: audit 2024-09-10T18:36:14.737713+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:15.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[19205]: cluster 2024-09-10T18:36:14.101126+0000 mgr.x (mgr.34745) 13 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 115 KiB/s wr, 15 op/s 2024-09-10T18:36:15.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[19205]: audit 2024-09-10T18:36:14.153798+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:36:15.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[19205]: audit 2024-09-10T18:36:14.374301+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:15.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[19205]: audit 2024-09-10T18:36:14.385992+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:15.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[19205]: audit 2024-09-10T18:36:14.394300+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:15.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[19205]: audit 2024-09-10T18:36:14.395816+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:36:15.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[19205]: audit 2024-09-10T18:36:14.522606+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:15.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[19205]: audit 2024-09-10T18:36:14.714117+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:15.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[19205]: audit 2024-09-10T18:36:14.725308+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:15.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:15 smithi031 bash[19205]: audit 2024-09-10T18:36:14.737713+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:16.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:16 smithi063 bash[14646]: audit 2024-09-10T18:36:15.114874+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:36:16.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:16 smithi063 bash[14646]: audit 2024-09-10T18:36:15.330302+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:16.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:16 smithi063 bash[14646]: audit 2024-09-10T18:36:15.342017+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:16.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:16 smithi063 bash[14646]: audit 2024-09-10T18:36:15.352164+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:36:16.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:16 smithi063 bash[14646]: audit 2024-09-10T18:36:15.352218+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:16.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:16 smithi031 bash[14957]: audit 2024-09-10T18:36:15.114874+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:36:16.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:16 smithi031 bash[14957]: audit 2024-09-10T18:36:15.330302+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:16.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:16 smithi031 bash[14957]: audit 2024-09-10T18:36:15.342017+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:16.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:16 smithi031 bash[14957]: audit 2024-09-10T18:36:15.352164+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:36:16.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:16 smithi031 bash[14957]: audit 2024-09-10T18:36:15.352218+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:16.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:16 smithi031 bash[19205]: audit 2024-09-10T18:36:15.114874+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:36:16.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:16 smithi031 bash[19205]: audit 2024-09-10T18:36:15.330302+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:16.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:16 smithi031 bash[19205]: audit 2024-09-10T18:36:15.342017+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:16.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:16 smithi031 bash[19205]: audit 2024-09-10T18:36:15.352164+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:36:16.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:16 smithi031 bash[19205]: audit 2024-09-10T18:36:15.352218+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:17.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:17 smithi063 bash[14646]: cluster 2024-09-10T18:36:16.101666+0000 mgr.x (mgr.34745) 14 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 5.2 KiB/s rd, 105 KiB/s wr, 14 op/s 2024-09-10T18:36:17.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:17 smithi031 bash[14957]: cluster 2024-09-10T18:36:16.101666+0000 mgr.x (mgr.34745) 14 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 5.2 KiB/s rd, 105 KiB/s wr, 14 op/s 2024-09-10T18:36:17.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:17 smithi031 bash[19205]: cluster 2024-09-10T18:36:16.101666+0000 mgr.x (mgr.34745) 14 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 5.2 KiB/s rd, 105 KiB/s wr, 14 op/s 2024-09-10T18:36:19.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:19 smithi063 bash[14646]: audit 2024-09-10T18:36:17.301918+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:36:19.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:19 smithi063 bash[14646]: audit 2024-09-10T18:36:17.302177+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:36:19.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:19 smithi063 bash[14646]: audit 2024-09-10T18:36:17.302345+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:36:19.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:19 smithi063 bash[14646]: audit 2024-09-10T18:36:17.305003+0000 mon.a (mon.0) 733 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:36:19.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:19 smithi063 bash[14646]: audit 2024-09-10T18:36:18.220373+0000 mon.a (mon.0) 734 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:36:19.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:19 smithi063 bash[14646]: audit 2024-09-10T18:36:18.221267+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:36:19.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:19 smithi063 bash[14646]: audit 2024-09-10T18:36:18.221839+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:36:19.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:19 smithi063 bash[14646]: audit 2024-09-10T18:36:18.222300+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:36:19.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:19 smithi031 bash[14957]: audit 2024-09-10T18:36:17.301918+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:36:19.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:19 smithi031 bash[14957]: audit 2024-09-10T18:36:17.302177+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:36:19.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:19 smithi031 bash[14957]: audit 2024-09-10T18:36:17.302345+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:36:19.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:19 smithi031 bash[14957]: audit 2024-09-10T18:36:17.305003+0000 mon.a (mon.0) 733 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:36:19.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:19 smithi031 bash[14957]: audit 2024-09-10T18:36:18.220373+0000 mon.a (mon.0) 734 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:36:19.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:19 smithi031 bash[14957]: audit 2024-09-10T18:36:18.221267+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:36:19.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:19 smithi031 bash[14957]: audit 2024-09-10T18:36:18.221839+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:36:19.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:19 smithi031 bash[14957]: audit 2024-09-10T18:36:18.222300+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:36:19.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:19 smithi031 bash[19205]: audit 2024-09-10T18:36:17.301918+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:36:19.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:19 smithi031 bash[19205]: audit 2024-09-10T18:36:17.302177+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:36:19.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:19 smithi031 bash[19205]: audit 2024-09-10T18:36:17.302345+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:36:19.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:19 smithi031 bash[19205]: audit 2024-09-10T18:36:17.305003+0000 mon.a (mon.0) 733 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:36:19.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:19 smithi031 bash[19205]: audit 2024-09-10T18:36:18.220373+0000 mon.a (mon.0) 734 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:36:19.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:19 smithi031 bash[19205]: audit 2024-09-10T18:36:18.221267+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:36:19.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:19 smithi031 bash[19205]: audit 2024-09-10T18:36:18.221839+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:36:19.393 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:19 smithi031 bash[19205]: audit 2024-09-10T18:36:18.222300+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:36:20.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:20 smithi031 bash[14957]: cluster 2024-09-10T18:36:18.103159+0000 mgr.x (mgr.34745) 15 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 9.1 MiB used, 707 GiB / 715 GiB avail; 6.0 KiB/s rd, 146 KiB/s wr, 16 op/s 2024-09-10T18:36:20.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:20 smithi031 bash[14957]: audit 2024-09-10T18:36:18.224002+0000 mon.c (mon.1) 32 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:36:20.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:20 smithi031 bash[14957]: audit 2024-09-10T18:36:19.125830+0000 mon.c (mon.1) 33 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:36:20.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:20 smithi031 bash[14957]: audit 2024-09-10T18:36:19.139130+0000 mon.b (mon.2) 88 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:36:20.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:20 smithi031 bash[14957]: audit 2024-09-10T18:36:20.059205+0000 mon.b (mon.2) 89 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:36:20.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:20 smithi031 bash[14957]: audit 2024-09-10T18:36:20.060527+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:36:20.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:20 smithi031 bash[14957]: audit 2024-09-10T18:36:20.061072+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:36:20.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:20 smithi031 bash[14957]: audit 2024-09-10T18:36:20.061586+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:36:20.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:20 smithi031 bash[19205]: cluster 2024-09-10T18:36:18.103159+0000 mgr.x (mgr.34745) 15 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 9.1 MiB used, 707 GiB / 715 GiB avail; 6.0 KiB/s rd, 146 KiB/s wr, 16 op/s 2024-09-10T18:36:20.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:20 smithi031 bash[19205]: audit 2024-09-10T18:36:18.224002+0000 mon.c (mon.1) 32 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:36:20.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:20 smithi031 bash[19205]: audit 2024-09-10T18:36:19.125830+0000 mon.c (mon.1) 33 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:36:20.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:20 smithi031 bash[19205]: audit 2024-09-10T18:36:19.139130+0000 mon.b (mon.2) 88 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:36:20.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:20 smithi031 bash[19205]: audit 2024-09-10T18:36:20.059205+0000 mon.b (mon.2) 89 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:36:20.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:20 smithi031 bash[19205]: audit 2024-09-10T18:36:20.060527+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:36:20.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:20 smithi031 bash[19205]: audit 2024-09-10T18:36:20.061072+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:36:20.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:20 smithi031 bash[19205]: audit 2024-09-10T18:36:20.061586+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:36:20.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:20 smithi063 bash[14646]: cluster 2024-09-10T18:36:18.103159+0000 mgr.x (mgr.34745) 15 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 9.1 MiB used, 707 GiB / 715 GiB avail; 6.0 KiB/s rd, 146 KiB/s wr, 16 op/s 2024-09-10T18:36:20.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:20 smithi063 bash[14646]: audit 2024-09-10T18:36:18.224002+0000 mon.c (mon.1) 32 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:36:20.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:20 smithi063 bash[14646]: audit 2024-09-10T18:36:19.125830+0000 mon.c (mon.1) 33 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:36:20.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:20 smithi063 bash[14646]: audit 2024-09-10T18:36:19.139130+0000 mon.b (mon.2) 88 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:36:20.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:20 smithi063 bash[14646]: audit 2024-09-10T18:36:20.059205+0000 mon.b (mon.2) 89 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:36:20.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:20 smithi063 bash[14646]: audit 2024-09-10T18:36:20.060527+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:36:20.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:20 smithi063 bash[14646]: audit 2024-09-10T18:36:20.061072+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:36:20.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:20 smithi063 bash[14646]: audit 2024-09-10T18:36:20.061586+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:36:21.439 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:21 smithi031 bash[14957]: cluster 2024-09-10T18:36:20.103840+0000 mgr.x (mgr.34745) 16 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 9.1 MiB used, 707 GiB / 715 GiB avail; 5.4 KiB/s rd, 132 KiB/s wr, 14 op/s 2024-09-10T18:36:21.440 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:21 smithi031 bash[19205]: cluster 2024-09-10T18:36:20.103840+0000 mgr.x (mgr.34745) 16 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 9.1 MiB used, 707 GiB / 715 GiB avail; 5.4 KiB/s rd, 132 KiB/s wr, 14 op/s 2024-09-10T18:36:21.444 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:21 smithi063 bash[14646]: cluster 2024-09-10T18:36:20.103840+0000 mgr.x (mgr.34745) 16 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 9.1 MiB used, 707 GiB / 715 GiB avail; 5.4 KiB/s rd, 132 KiB/s wr, 14 op/s 2024-09-10T18:36:23.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:23 smithi063 bash[14646]: cluster 2024-09-10T18:36:22.105369+0000 mgr.x (mgr.34745) 17 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 5.8 KiB/s rd, 136 KiB/s wr, 15 op/s 2024-09-10T18:36:23.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:23 smithi031 bash[14957]: cluster 2024-09-10T18:36:22.105369+0000 mgr.x (mgr.34745) 17 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 5.8 KiB/s rd, 136 KiB/s wr, 15 op/s 2024-09-10T18:36:23.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:23 smithi031 bash[19205]: cluster 2024-09-10T18:36:22.105369+0000 mgr.x (mgr.34745) 17 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 5.8 KiB/s rd, 136 KiB/s wr, 15 op/s 2024-09-10T18:36:25.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:25 smithi063 bash[14646]: cluster 2024-09-10T18:36:24.106142+0000 mgr.x (mgr.34745) 18 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 2.3 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-10T18:36:25.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:25 smithi063 bash[14646]: audit 2024-09-10T18:36:24.417112+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:25.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:25 smithi063 bash[14646]: audit 2024-09-10T18:36:24.429121+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:25.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:25 smithi063 bash[14646]: audit 2024-09-10T18:36:24.440104+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:25.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:25 smithi063 bash[14646]: audit 2024-09-10T18:36:24.440538+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:25.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:25 smithi063 bash[14646]: audit 2024-09-10T18:36:24.441141+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:25.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:25 smithi063 bash[14646]: audit 2024-09-10T18:36:24.442257+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:25.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:25 smithi063 bash[14646]: audit 2024-09-10T18:36:24.443248+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:25.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:25 smithi063 bash[14646]: audit 2024-09-10T18:36:24.444215+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:25.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:25 smithi063 bash[14646]: audit 2024-09-10T18:36:24.445155+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:25.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:25 smithi063 bash[14646]: audit 2024-09-10T18:36:24.446079+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:25.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:25 smithi063 bash[14646]: audit 2024-09-10T18:36:24.447060+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:25.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:25 smithi063 bash[14646]: audit 2024-09-10T18:36:24.448068+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:25.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[14957]: cluster 2024-09-10T18:36:24.106142+0000 mgr.x (mgr.34745) 18 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 2.3 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-10T18:36:25.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[14957]: audit 2024-09-10T18:36:24.417112+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:25.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[14957]: audit 2024-09-10T18:36:24.429121+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:25.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[14957]: audit 2024-09-10T18:36:24.440104+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:25.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[14957]: audit 2024-09-10T18:36:24.440538+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:25.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[14957]: audit 2024-09-10T18:36:24.441141+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:25.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[14957]: audit 2024-09-10T18:36:24.442257+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:25.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[14957]: audit 2024-09-10T18:36:24.443248+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:25.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[14957]: audit 2024-09-10T18:36:24.444215+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:25.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[14957]: audit 2024-09-10T18:36:24.445155+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:25.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[14957]: audit 2024-09-10T18:36:24.446079+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:25.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[14957]: audit 2024-09-10T18:36:24.447060+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:25.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[14957]: audit 2024-09-10T18:36:24.448068+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:25.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[19205]: cluster 2024-09-10T18:36:24.106142+0000 mgr.x (mgr.34745) 18 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 2.3 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-10T18:36:25.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[19205]: audit 2024-09-10T18:36:24.417112+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:25.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[19205]: audit 2024-09-10T18:36:24.429121+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:25.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[19205]: audit 2024-09-10T18:36:24.440104+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:25.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[19205]: audit 2024-09-10T18:36:24.440538+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:25.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[19205]: audit 2024-09-10T18:36:24.441141+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:25.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[19205]: audit 2024-09-10T18:36:24.442257+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:25.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[19205]: audit 2024-09-10T18:36:24.443248+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:25.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[19205]: audit 2024-09-10T18:36:24.444215+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:25.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[19205]: audit 2024-09-10T18:36:24.445155+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:25.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[19205]: audit 2024-09-10T18:36:24.446079+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:25.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[19205]: audit 2024-09-10T18:36:24.447060+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:25.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:25 smithi031 bash[19205]: audit 2024-09-10T18:36:24.448068+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:26.383 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[27437]: debug 2024-09-10T18:36:26.054+0000 7f10f2784640 -1 log_channel(cephadm) log [ERR] : Unable to fetch keyring for client.iscsi.iscsi.a: exported keyring for client.iscsi.iscsi.a 2024-09-10T18:36:26.383 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[27437]: Traceback (most recent call last): 2024-09-10T18:36:26.383 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[27437]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:36:26.383 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[27437]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:36:26.384 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[27437]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2202, in _daemon_action 2024-09-10T18:36:26.384 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[27437]: daemon_spec = self.cephadm_services[daemon_type_to_service( 2024-09-10T18:36:26.384 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[27437]: File "/usr/share/ceph/mgr/cephadm/services/iscsi.py", line 42, in prepare_create 2024-09-10T18:36:26.384 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[27437]: keyring = self.get_keyring_with_caps(self.get_auth_entity(igw_id), 2024-09-10T18:36:26.384 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[27437]: File "/usr/share/ceph/mgr/cephadm/services/cephadmservice.py", line 283, in get_keyring_with_caps 2024-09-10T18:36:26.384 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[27437]: raise OrchestratorError(f"Unable to fetch keyring for {entity}: {err}") 2024-09-10T18:36:26.384 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[27437]: orchestrator._interface.OrchestratorError: Unable to fetch keyring for client.iscsi.iscsi.a: exported keyring for client.iscsi.iscsi.a 2024-09-10T18:36:26.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:25.844650+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:26.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:25.856398+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:25.867268+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:26.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:25.867447+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:25.868275+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:26.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:25.869179+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:26.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:25.870104+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:26.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:25.871082+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:26.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:25.872061+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:26.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:25.873016+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:26.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:25.873955+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:26.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:25.874947+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:26.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:25.890092+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:25.902157+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:25.916431+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:25.928467+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:25.945414+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:25.960692+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:26.040980+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' 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-10T18:36:26.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:26.044170+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' 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-10T18:36:26.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:26.045116+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34745 ' 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-10T18:36:26.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:26.048218+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34745 ' 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-10T18:36:26.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:26.055807+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.iscsi.iscsi.a"}]: dispatch 2024-09-10T18:36:26.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:26 smithi063 bash[14646]: audit 2024-09-10T18:36:26.056831+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34745 ' 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-10T18:36:26.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:25.844650+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:26.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:25.856398+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:25.867268+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:26.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:25.867447+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:25.868275+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:26.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:25.869179+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:26.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:25.870104+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:26.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:25.871082+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:26.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:25.872061+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:26.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:25.873016+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:26.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:25.873955+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:26.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:25.874947+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:26.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:25.890092+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:25.902157+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:25.916431+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:25.928467+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:25.945414+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:25.960692+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:25.844650+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:26.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:25.856398+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:25.867268+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:26.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:25.867447+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:25.868275+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:26.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:25.869179+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:26.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:25.870104+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:26.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:25.871082+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:26.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:25.872061+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:26.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:25.873016+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:26.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:25.873955+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:36:26.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:25.874947+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:36:26.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:25.890092+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:25.902157+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:25.916431+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:25.928467+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:25.945414+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:25.960692+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:26.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:26.040980+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' 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-10T18:36:26.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:26.044170+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' 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-10T18:36:26.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:26.045116+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34745 ' 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-10T18:36:26.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:26.048218+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34745 ' 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-10T18:36:26.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:26.055807+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.iscsi.iscsi.a"}]: dispatch 2024-09-10T18:36:26.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[14957]: audit 2024-09-10T18:36:26.056831+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34745 ' 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-10T18:36:26.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:26.040980+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' 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-10T18:36:26.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:26.044170+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' 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-10T18:36:26.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:26.045116+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34745 ' 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-10T18:36:26.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:26.048218+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34745 ' 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-10T18:36:26.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:26.055807+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.iscsi.iscsi.a"}]: dispatch 2024-09-10T18:36:26.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:26 smithi031 bash[19205]: audit 2024-09-10T18:36:26.056831+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34745 ' 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-10T18:36:27.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:27 smithi063 bash[14646]: cephadm 2024-09-10T18:36:25.946632+0000 mgr.x (mgr.34745) 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-10T18:36:27.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:27 smithi063 bash[14646]: cephadm 2024-09-10T18:36:26.040197+0000 mgr.x (mgr.34745) 20 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-10T18:36:27.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:27 smithi063 bash[14646]: cephadm 2024-09-10T18:36:26.055415+0000 mgr.x (mgr.34745) 21 : cephadm [WRN] Unable to update caps for client.iscsi.iscsi.a 2024-09-10T18:36:27.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:27 smithi063 bash[14646]: cephadm 2024-09-10T18:36:26.058885+0000 mgr.x (mgr.34745) 22 : cephadm [ERR] Unable to fetch keyring for client.iscsi.iscsi.a: exported keyring for client.iscsi.iscsi.a 2024-09-10T18:36:27.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:27 smithi063 bash[14646]: Traceback (most recent call last): 2024-09-10T18:36:27.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:27 smithi063 bash[14646]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:36:27.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:27 smithi063 bash[14646]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:36:27.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:27 smithi063 bash[14646]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2202, in _daemon_action 2024-09-10T18:36:27.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:27 smithi063 bash[14646]: daemon_spec = self.cephadm_services[daemon_type_to_service( 2024-09-10T18:36:27.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:27 smithi063 bash[14646]: File "/usr/share/ceph/mgr/cephadm/services/iscsi.py", line 42, in prepare_create 2024-09-10T18:36:27.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:27 smithi063 bash[14646]: keyring = self.get_keyring_with_caps(self.get_auth_entity(igw_id), 2024-09-10T18:36:27.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:27 smithi063 bash[14646]: File "/usr/share/ceph/mgr/cephadm/services/cephadmservice.py", line 283, in get_keyring_with_caps 2024-09-10T18:36:27.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:27 smithi063 bash[14646]: raise OrchestratorError(f"Unable to fetch keyring for {entity}: {err}") 2024-09-10T18:36:27.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:27 smithi063 bash[14646]: orchestrator._interface.OrchestratorError: Unable to fetch keyring for client.iscsi.iscsi.a: exported keyring for client.iscsi.iscsi.a 2024-09-10T18:36:27.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:27 smithi063 bash[14646]: cephadm 2024-09-10T18:36:26.059561+0000 mgr.x (mgr.34745) 23 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T18:36:27.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:27 smithi063 bash[14646]: cephadm 2024-09-10T18:36:26.075886+0000 mgr.x (mgr.34745) 24 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi063 2024-09-10T18:36:27.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:27 smithi063 bash[14646]: cluster 2024-09-10T18:36:26.106721+0000 mgr.x (mgr.34745) 25 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 2.3 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-10T18:36:27.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[14957]: cephadm 2024-09-10T18:36:25.946632+0000 mgr.x (mgr.34745) 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-10T18:36:27.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[14957]: cephadm 2024-09-10T18:36:26.040197+0000 mgr.x (mgr.34745) 20 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-10T18:36:27.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[14957]: cephadm 2024-09-10T18:36:26.055415+0000 mgr.x (mgr.34745) 21 : cephadm [WRN] Unable to update caps for client.iscsi.iscsi.a 2024-09-10T18:36:27.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[14957]: cephadm 2024-09-10T18:36:26.058885+0000 mgr.x (mgr.34745) 22 : cephadm [ERR] Unable to fetch keyring for client.iscsi.iscsi.a: exported keyring for client.iscsi.iscsi.a 2024-09-10T18:36:27.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[14957]: Traceback (most recent call last): 2024-09-10T18:36:27.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[14957]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:36:27.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[14957]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:36:27.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[14957]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2202, in _daemon_action 2024-09-10T18:36:27.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[14957]: daemon_spec = self.cephadm_services[daemon_type_to_service( 2024-09-10T18:36:27.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[14957]: File "/usr/share/ceph/mgr/cephadm/services/iscsi.py", line 42, in prepare_create 2024-09-10T18:36:27.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[14957]: keyring = self.get_keyring_with_caps(self.get_auth_entity(igw_id), 2024-09-10T18:36:27.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[14957]: File "/usr/share/ceph/mgr/cephadm/services/cephadmservice.py", line 283, in get_keyring_with_caps 2024-09-10T18:36:27.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[14957]: raise OrchestratorError(f"Unable to fetch keyring for {entity}: {err}") 2024-09-10T18:36:27.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[14957]: orchestrator._interface.OrchestratorError: Unable to fetch keyring for client.iscsi.iscsi.a: exported keyring for client.iscsi.iscsi.a 2024-09-10T18:36:27.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[14957]: cephadm 2024-09-10T18:36:26.059561+0000 mgr.x (mgr.34745) 23 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T18:36:27.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[14957]: cephadm 2024-09-10T18:36:26.075886+0000 mgr.x (mgr.34745) 24 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi063 2024-09-10T18:36:27.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[14957]: cluster 2024-09-10T18:36:26.106721+0000 mgr.x (mgr.34745) 25 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 2.3 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-10T18:36:27.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[19205]: cephadm 2024-09-10T18:36:25.946632+0000 mgr.x (mgr.34745) 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-10T18:36:27.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[19205]: cephadm 2024-09-10T18:36:26.040197+0000 mgr.x (mgr.34745) 20 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-10T18:36:27.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[19205]: cephadm 2024-09-10T18:36:26.055415+0000 mgr.x (mgr.34745) 21 : cephadm [WRN] Unable to update caps for client.iscsi.iscsi.a 2024-09-10T18:36:27.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[19205]: cephadm 2024-09-10T18:36:26.058885+0000 mgr.x (mgr.34745) 22 : cephadm [ERR] Unable to fetch keyring for client.iscsi.iscsi.a: exported keyring for client.iscsi.iscsi.a 2024-09-10T18:36:27.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[19205]: Traceback (most recent call last): 2024-09-10T18:36:27.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[19205]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:36:27.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[19205]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:36:27.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[19205]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2202, in _daemon_action 2024-09-10T18:36:27.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[19205]: daemon_spec = self.cephadm_services[daemon_type_to_service( 2024-09-10T18:36:27.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[19205]: File "/usr/share/ceph/mgr/cephadm/services/iscsi.py", line 42, in prepare_create 2024-09-10T18:36:27.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[19205]: keyring = self.get_keyring_with_caps(self.get_auth_entity(igw_id), 2024-09-10T18:36:27.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[19205]: File "/usr/share/ceph/mgr/cephadm/services/cephadmservice.py", line 283, in get_keyring_with_caps 2024-09-10T18:36:27.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[19205]: raise OrchestratorError(f"Unable to fetch keyring for {entity}: {err}") 2024-09-10T18:36:27.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[19205]: orchestrator._interface.OrchestratorError: Unable to fetch keyring for client.iscsi.iscsi.a: exported keyring for client.iscsi.iscsi.a 2024-09-10T18:36:27.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[19205]: cephadm 2024-09-10T18:36:26.059561+0000 mgr.x (mgr.34745) 23 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T18:36:27.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[19205]: cephadm 2024-09-10T18:36:26.075886+0000 mgr.x (mgr.34745) 24 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi063 2024-09-10T18:36:27.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:27 smithi031 bash[19205]: cluster 2024-09-10T18:36:26.106721+0000 mgr.x (mgr.34745) 25 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 2.3 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-10T18:36:29.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:29 smithi063 bash[14646]: cluster 2024-09-10T18:36:28.108362+0000 mgr.x (mgr.34745) 26 : cluster [DBG] pgmap v16: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 2.7 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-10T18:36:29.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:29 smithi031 bash[14957]: cluster 2024-09-10T18:36:28.108362+0000 mgr.x (mgr.34745) 26 : cluster [DBG] pgmap v16: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 2.7 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-10T18:36:29.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:29 smithi031 bash[19205]: cluster 2024-09-10T18:36:28.108362+0000 mgr.x (mgr.34745) 26 : cluster [DBG] pgmap v16: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 2.7 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-10T18:36:31.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:31 smithi063 bash[14646]: cluster 2024-09-10T18:36:30.109050+0000 mgr.x (mgr.34745) 27 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.6 KiB/s rd, 22 KiB/s wr, 2 op/s 2024-09-10T18:36:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:31 smithi031 bash[14957]: cluster 2024-09-10T18:36:30.109050+0000 mgr.x (mgr.34745) 27 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.6 KiB/s rd, 22 KiB/s wr, 2 op/s 2024-09-10T18:36:31.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:31 smithi031 bash[19205]: cluster 2024-09-10T18:36:30.109050+0000 mgr.x (mgr.34745) 27 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.6 KiB/s rd, 22 KiB/s wr, 2 op/s 2024-09-10T18:36:33.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:33 smithi063 bash[14646]: cluster 2024-09-10T18:36:32.110530+0000 mgr.x (mgr.34745) 28 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 22 KiB/s wr, 3 op/s 2024-09-10T18:36:33.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:33 smithi031 bash[14957]: cluster 2024-09-10T18:36:32.110530+0000 mgr.x (mgr.34745) 28 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 22 KiB/s wr, 3 op/s 2024-09-10T18:36:33.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:33 smithi031 bash[19205]: cluster 2024-09-10T18:36:32.110530+0000 mgr.x (mgr.34745) 28 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 22 KiB/s wr, 3 op/s 2024-09-10T18:36:35.441 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:35 smithi063 bash[14646]: cluster 2024-09-10T18:36:34.111566+0000 mgr.x (mgr.34745) 29 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:35.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:35 smithi031 bash[14957]: cluster 2024-09-10T18:36:34.111566+0000 mgr.x (mgr.34745) 29 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:35.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:35 smithi031 bash[19205]: cluster 2024-09-10T18:36:34.111566+0000 mgr.x (mgr.34745) 29 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:37.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:37 smithi063 bash[14646]: cluster 2024-09-10T18:36:36.112333+0000 mgr.x (mgr.34745) 30 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:37.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:37 smithi031 bash[14957]: cluster 2024-09-10T18:36:36.112333+0000 mgr.x (mgr.34745) 30 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:37.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:37 smithi031 bash[19205]: cluster 2024-09-10T18:36:36.112333+0000 mgr.x (mgr.34745) 30 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:39.463 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:39 smithi063 bash[14646]: cluster 2024-09-10T18:36:38.113880+0000 mgr.x (mgr.34745) 31 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:36:39.463 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:39 smithi063 systemd[1]: Stopping Ceph prometheus.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:36:39.463 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:39 smithi063 bash[25453]: level=warn ts=2024-09-10T18:36:39.258Z caller=main.go:524 msg="Received SIGTERM, exiting gracefully..." 2024-09-10T18:36:39.463 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:39 smithi063 bash[25453]: level=info ts=2024-09-10T18:36:39.258Z caller=main.go:547 msg="Stopping scrape discovery manager..." 2024-09-10T18:36:39.463 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:39 smithi063 bash[25453]: level=info ts=2024-09-10T18:36:39.258Z caller=main.go:561 msg="Stopping notify discovery manager..." 2024-09-10T18:36:39.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:39 smithi063 bash[25453]: level=info ts=2024-09-10T18:36:39.258Z caller=main.go:583 msg="Stopping scrape manager..." 2024-09-10T18:36:39.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:39 smithi063 bash[25453]: level=info ts=2024-09-10T18:36:39.258Z caller=main.go:543 msg="Scrape discovery manager stopped" 2024-09-10T18:36:39.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:39 smithi063 bash[25453]: level=info ts=2024-09-10T18:36:39.258Z caller=main.go:557 msg="Notify discovery manager stopped" 2024-09-10T18:36:39.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:39 smithi063 bash[25453]: level=info ts=2024-09-10T18:36:39.259Z caller=manager.go:882 component="rule manager" msg="Stopping rule manager..." 2024-09-10T18:36:39.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:39 smithi063 bash[25453]: level=info ts=2024-09-10T18:36:39.259Z caller=main.go:577 msg="Scrape manager stopped" 2024-09-10T18:36:39.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:39 smithi063 bash[25453]: level=info ts=2024-09-10T18:36:39.259Z caller=manager.go:892 component="rule manager" msg="Rule manager stopped" 2024-09-10T18:36:39.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:39 smithi063 bash[25453]: level=info ts=2024-09-10T18:36:39.259Z caller=notifier.go:601 component=notifier msg="Stopping notification manager..." 2024-09-10T18:36:39.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:39 smithi063 bash[25453]: level=info ts=2024-09-10T18:36:39.259Z caller=main.go:749 msg="Notifier manager stopped" 2024-09-10T18:36:39.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:39 smithi063 bash[25453]: level=info ts=2024-09-10T18:36:39.260Z caller=main.go:761 msg="See you next time!" 2024-09-10T18:36:39.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:39 smithi031 bash[14957]: cluster 2024-09-10T18:36:38.113880+0000 mgr.x (mgr.34745) 31 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:36:39.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:39 smithi031 bash[19205]: cluster 2024-09-10T18:36:38.113880+0000 mgr.x (mgr.34745) 31 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:36:40.133 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:39 smithi063 docker[29209]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-prometheus.a 2024-09-10T18:36:40.133 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:40 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@prometheus.a.service: Succeeded. 2024-09-10T18:36:40.133 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:40 smithi063 systemd[1]: Stopped Ceph prometheus.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:36:40.134 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:40 smithi063 systemd[1]: Started Ceph prometheus.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:36:40.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:40 smithi063 bash[14646]: audit 2024-09-10T18:36:40.076015+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:40.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:40 smithi063 bash[14646]: audit 2024-09-10T18:36:40.087308+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:40.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:40 smithi063 bash[14646]: audit 2024-09-10T18:36:40.099584+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:40.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:40 smithi063 bash[14646]: audit 2024-09-10T18:36:40.105301+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:36:40.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:40 smithi063 bash[14646]: audit 2024-09-10T18:36:40.108257+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:36:40.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:40 smithi063 bash[14646]: audit 2024-09-10T18:36:40.121625+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:40.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:40 smithi063 bash[14646]: audit 2024-09-10T18:36:40.127325+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:36:40.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:40 smithi031 bash[14957]: audit 2024-09-10T18:36:40.076015+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:40.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:40 smithi031 bash[14957]: audit 2024-09-10T18:36:40.087308+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:40.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:40 smithi031 bash[14957]: audit 2024-09-10T18:36:40.099584+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:40.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:40 smithi031 bash[14957]: audit 2024-09-10T18:36:40.105301+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:36:40.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:40 smithi031 bash[14957]: audit 2024-09-10T18:36:40.108257+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:36:40.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:40 smithi031 bash[14957]: audit 2024-09-10T18:36:40.121625+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:40.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:40 smithi031 bash[14957]: audit 2024-09-10T18:36:40.127325+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:36:40.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:40 smithi031 bash[19205]: audit 2024-09-10T18:36:40.076015+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:40.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:40 smithi031 bash[19205]: audit 2024-09-10T18:36:40.087308+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:40.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:40 smithi031 bash[19205]: audit 2024-09-10T18:36:40.099584+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:40.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:40 smithi031 bash[19205]: audit 2024-09-10T18:36:40.105301+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:36:40.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:40 smithi031 bash[19205]: audit 2024-09-10T18:36:40.108257+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:36:40.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:40 smithi031 bash[19205]: audit 2024-09-10T18:36:40.121625+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:40.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:40 smithi031 bash[19205]: audit 2024-09-10T18:36:40.127325+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:36:41.462 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[14646]: audit 2024-09-10T18:36:40.106324+0000 mgr.x (mgr.34745) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:36:41.463 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[14646]: audit 2024-09-10T18:36:40.108922+0000 mgr.x (mgr.34745) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:36:41.463 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[14646]: cluster 2024-09-10T18:36:40.114346+0000 mgr.x (mgr.34745) 34 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:41.463 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[29255]: level=info ts=2024-09-10T18:36:41.404Z caller=main.go:302 msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-10T18:36:41.463 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[29255]: level=info ts=2024-09-10T18:36:41.404Z caller=main.go:337 msg="Starting Prometheus" version="(version=2.18.1, branch=HEAD, revision=ecee9c8abfd118f139014cb1b174b08db3f342cf)" 2024-09-10T18:36:41.463 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[29255]: level=info ts=2024-09-10T18:36:41.404Z caller=main.go:338 build_context="(go=go1.14.2, user=root@2117a9e64a7e, date=20200507-16:51:47)" 2024-09-10T18:36:41.463 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[29255]: level=info ts=2024-09-10T18:36:41.404Z 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 smithi063 (none))" 2024-09-10T18:36:41.463 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[29255]: level=info ts=2024-09-10T18:36:41.404Z caller=main.go:340 fd_limits="(soft=1048576, hard=1048576)" 2024-09-10T18:36:41.463 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[29255]: level=info ts=2024-09-10T18:36:41.404Z caller=main.go:341 vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-10T18:36:41.463 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[29255]: level=info ts=2024-09-10T18:36:41.407Z caller=main.go:678 msg="Starting TSDB ..." 2024-09-10T18:36:41.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[29255]: level=info ts=2024-09-10T18:36:41.407Z caller=web.go:523 component=web msg="Start listening for connections" address=:9095 2024-09-10T18:36:41.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[29255]: level=info ts=2024-09-10T18:36:41.410Z caller=head.go:575 component=tsdb msg="Replaying WAL, this may take awhile" 2024-09-10T18:36:41.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[29255]: level=info ts=2024-09-10T18:36:41.411Z caller=head.go:624 component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-09-10T18:36:41.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[29255]: level=info ts=2024-09-10T18:36:41.428Z caller=head.go:624 component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-09-10T18:36:41.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[29255]: level=info ts=2024-09-10T18:36:41.428Z caller=head.go:624 component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-09-10T18:36:41.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[29255]: level=info ts=2024-09-10T18:36:41.428Z caller=head.go:627 component=tsdb msg="WAL replay completed" duration=17.944169ms 2024-09-10T18:36:41.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[29255]: level=info ts=2024-09-10T18:36:41.431Z caller=main.go:694 fs_type=XFS_SUPER_MAGIC 2024-09-10T18:36:41.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[29255]: level=info ts=2024-09-10T18:36:41.431Z caller=main.go:695 msg="TSDB started" 2024-09-10T18:36:41.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[29255]: level=info ts=2024-09-10T18:36:41.431Z caller=main.go:799 msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-10T18:36:41.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[29255]: level=info ts=2024-09-10T18:36:41.455Z caller=main.go:827 msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-10T18:36:41.464 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:36:41 smithi063 bash[29255]: level=info ts=2024-09-10T18:36:41.455Z caller=main.go:646 msg="Server is ready to receive web requests." 2024-09-10T18:36:41.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:41 smithi031 bash[14957]: audit 2024-09-10T18:36:40.106324+0000 mgr.x (mgr.34745) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:36:41.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:41 smithi031 bash[14957]: audit 2024-09-10T18:36:40.108922+0000 mgr.x (mgr.34745) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:36:41.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:41 smithi031 bash[14957]: cluster 2024-09-10T18:36:40.114346+0000 mgr.x (mgr.34745) 34 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:41.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:41 smithi031 bash[19205]: audit 2024-09-10T18:36:40.106324+0000 mgr.x (mgr.34745) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:36:41.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:41 smithi031 bash[19205]: audit 2024-09-10T18:36:40.108922+0000 mgr.x (mgr.34745) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:36:41.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:41 smithi031 bash[19205]: cluster 2024-09-10T18:36:40.114346+0000 mgr.x (mgr.34745) 34 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:43.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:43 smithi063 bash[14646]: cluster 2024-09-10T18:36:42.115965+0000 mgr.x (mgr.34745) 35 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:36:43.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:43 smithi031 bash[14957]: cluster 2024-09-10T18:36:42.115965+0000 mgr.x (mgr.34745) 35 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:36:43.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:43 smithi031 bash[19205]: cluster 2024-09-10T18:36:42.115965+0000 mgr.x (mgr.34745) 35 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:36:45.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:45 smithi063 bash[14646]: cluster 2024-09-10T18:36:44.116722+0000 mgr.x (mgr.34745) 36 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:45.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:45 smithi031 bash[14957]: cluster 2024-09-10T18:36:44.116722+0000 mgr.x (mgr.34745) 36 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:45.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:45 smithi031 bash[19205]: cluster 2024-09-10T18:36:44.116722+0000 mgr.x (mgr.34745) 36 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:47.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:47 smithi063 bash[14646]: cluster 2024-09-10T18:36:46.117604+0000 mgr.x (mgr.34745) 37 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:47.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:47 smithi031 bash[14957]: cluster 2024-09-10T18:36:46.117604+0000 mgr.x (mgr.34745) 37 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:47.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:47 smithi031 bash[19205]: cluster 2024-09-10T18:36:46.117604+0000 mgr.x (mgr.34745) 37 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:48.468 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:48 smithi063 bash[14646]: audit 2024-09-10T18:36:48.032949+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:48.469 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:48 smithi063 bash[14646]: audit 2024-09-10T18:36:48.043021+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:48.469 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:48 smithi063 bash[14646]: audit 2024-09-10T18:36:48.054464+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:36:48.469 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:48 smithi063 bash[14646]: audit 2024-09-10T18:36:48.054671+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:48.469 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:48 smithi063 bash[14646]: audit 2024-09-10T18:36:48.056005+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:36:48.469 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:48 smithi063 bash[14646]: audit 2024-09-10T18:36:48.067865+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:48.469 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:48 smithi063 bash[14646]: audit 2024-09-10T18:36:48.124599+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' 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-10T18:36:48.469 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:48 smithi063 bash[14646]: audit 2024-09-10T18:36:48.128514+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34745 ' 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-10T18:36:48.469 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:48 smithi063 bash[14646]: audit 2024-09-10T18:36:48.133737+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:36:48.469 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:48 smithi063 bash[14646]: audit 2024-09-10T18:36:48.136425+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-10T18:36:48.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[14957]: audit 2024-09-10T18:36:48.032949+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:48.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[14957]: audit 2024-09-10T18:36:48.043021+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:48.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[14957]: audit 2024-09-10T18:36:48.054464+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:36:48.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[14957]: audit 2024-09-10T18:36:48.054671+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:48.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[14957]: audit 2024-09-10T18:36:48.056005+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:36:48.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[14957]: audit 2024-09-10T18:36:48.067865+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:48.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[14957]: audit 2024-09-10T18:36:48.124599+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' 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-10T18:36:48.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[14957]: audit 2024-09-10T18:36:48.128514+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34745 ' 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-10T18:36:48.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[14957]: audit 2024-09-10T18:36:48.133737+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:36:48.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[14957]: audit 2024-09-10T18:36:48.136425+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-10T18:36:48.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[19205]: audit 2024-09-10T18:36:48.032949+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:48.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[19205]: audit 2024-09-10T18:36:48.043021+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:48.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[19205]: audit 2024-09-10T18:36:48.054464+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:36:48.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[19205]: audit 2024-09-10T18:36:48.054671+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:48.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[19205]: audit 2024-09-10T18:36:48.056005+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:36:48.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[19205]: audit 2024-09-10T18:36:48.067865+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:48.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[19205]: audit 2024-09-10T18:36:48.124599+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' 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-10T18:36:48.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[19205]: audit 2024-09-10T18:36:48.128514+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34745 ' 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-10T18:36:48.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[19205]: audit 2024-09-10T18:36:48.133737+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:36:48.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:48 smithi031 bash[19205]: audit 2024-09-10T18:36:48.136425+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-10T18:36:49.548 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:49 smithi063 bash[14646]: cephadm 2024-09-10T18:36:48.057580+0000 mgr.x (mgr.34745) 38 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:36:49.548 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:49 smithi063 bash[14646]: cluster 2024-09-10T18:36:48.119213+0000 mgr.x (mgr.34745) 39 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:36:49.548 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:49 smithi063 bash[14646]: cephadm 2024-09-10T18:36:48.123861+0000 mgr.x (mgr.34745) 40 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-10T18:36:49.548 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:49 smithi063 bash[14646]: cephadm 2024-09-10T18:36:48.135518+0000 mgr.x (mgr.34745) 41 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi063 2024-09-10T18:36:49.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:49 smithi031 bash[19205]: cephadm 2024-09-10T18:36:48.057580+0000 mgr.x (mgr.34745) 38 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:36:49.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:49 smithi031 bash[19205]: cluster 2024-09-10T18:36:48.119213+0000 mgr.x (mgr.34745) 39 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:36:49.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:49 smithi031 bash[19205]: cephadm 2024-09-10T18:36:48.123861+0000 mgr.x (mgr.34745) 40 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-10T18:36:49.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:49 smithi031 bash[19205]: cephadm 2024-09-10T18:36:48.135518+0000 mgr.x (mgr.34745) 41 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi063 2024-09-10T18:36:49.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:49 smithi031 bash[14957]: cephadm 2024-09-10T18:36:48.057580+0000 mgr.x (mgr.34745) 38 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:36:49.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:49 smithi031 bash[14957]: cluster 2024-09-10T18:36:48.119213+0000 mgr.x (mgr.34745) 39 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:36:49.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:49 smithi031 bash[14957]: cephadm 2024-09-10T18:36:48.123861+0000 mgr.x (mgr.34745) 40 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-10T18:36:49.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:49 smithi031 bash[14957]: cephadm 2024-09-10T18:36:48.135518+0000 mgr.x (mgr.34745) 41 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi063 2024-09-10T18:36:50.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 systemd[1]: Stopping Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:36:50.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: --- Logging error --- 2024-09-10T18:36:50.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:36:50.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.send(msg) 2024-09-10T18:36:50.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:36:50.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: During handling of the above exception, another exception occurred: 2024-09-10T18:36:50.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:36:50.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.connect(address) 2024-09-10T18:36:50.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:36:50.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: During handling of the above exception, another exception occurred: 2024-09-10T18:36:50.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:36:50.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self._connect_unixsocket(self.address) 2024-09-10T18:36:50.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:36:50.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.connect(address) 2024-09-10T18:36:50.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:36:50.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Call stack: 2024-09-10T18:36:50.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:36:50.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self._bootstrap_inner() 2024-09-10T18:36:50.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:36:50.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.run() 2024-09-10T18:36:50.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:36:50.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: logger.info("Started the configuration object watcher") 2024-09-10T18:36:50.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Message: 'Started the configuration object watcher' 2024-09-10T18:36:50.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Arguments: () 2024-09-10T18:36:50.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: --- Logging error --- 2024-09-10T18:36:50.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:36:50.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.send(msg) 2024-09-10T18:36:50.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:36:50.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: During handling of the above exception, another exception occurred: 2024-09-10T18:36:50.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:36:50.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.connect(address) 2024-09-10T18:36:50.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:36:50.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: During handling of the above exception, another exception occurred: 2024-09-10T18:36:50.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:36:50.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self._connect_unixsocket(self.address) 2024-09-10T18:36:50.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:36:50.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.connect(address) 2024-09-10T18:36:50.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:36:50.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Call stack: 2024-09-10T18:36:50.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:36:50.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: main() 2024-09-10T18:36:50.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:36:50.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:36:50.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:36:50.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:36:50.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:36:50.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Arguments: () 2024-09-10T18:36:50.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: --- Logging error --- 2024-09-10T18:36:50.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:36:50.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.send(msg) 2024-09-10T18:36:50.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:36:50.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: During handling of the above exception, another exception occurred: 2024-09-10T18:36:50.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:36:50.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.connect(address) 2024-09-10T18:36:50.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:36:50.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: During handling of the above exception, another exception occurred: 2024-09-10T18:36:50.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:36:50.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self._connect_unixsocket(self.address) 2024-09-10T18:36:50.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:36:50.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.connect(address) 2024-09-10T18:36:50.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:36:50.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Call stack: 2024-09-10T18:36:50.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:36:50.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self._bootstrap_inner() 2024-09-10T18:36:50.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:36:50.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.run() 2024-09-10T18:36:50.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:36:50.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.interval)) 2024-09-10T18:36:50.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:36:50.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Arguments: () 2024-09-10T18:36:50.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: --- Logging error --- 2024-09-10T18:36:50.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:36:50.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.send(msg) 2024-09-10T18:36:50.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:36:50.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: During handling of the above exception, another exception occurred: 2024-09-10T18:36:50.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:36:50.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.connect(address) 2024-09-10T18:36:50.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:36:50.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: During handling of the above exception, another exception occurred: 2024-09-10T18:36:50.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:36:50.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self._connect_unixsocket(self.address) 2024-09-10T18:36:50.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:36:50.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.connect(address) 2024-09-10T18:36:50.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:36:50.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Call stack: 2024-09-10T18:36:50.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:36:50.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: main() 2024-09-10T18:36:50.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/bin/rbd-target-api", line 2866, in main 2024-09-10T18:36:50.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: ceph_gw.define() 2024-09-10T18:36:50.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 225, in define 2024-09-10T18:36:50.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.logger.info("Reading the configuration object to update local LIO " 2024-09-10T18:36:50.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Message: 'Reading the configuration object to update local LIO configuration' 2024-09-10T18:36:50.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Arguments: () 2024-09-10T18:36:50.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: --- Logging error --- 2024-09-10T18:36:50.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:36:50.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.send(msg) 2024-09-10T18:36:50.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:36:50.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: During handling of the above exception, another exception occurred: 2024-09-10T18:36:50.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:36:50.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.connect(address) 2024-09-10T18:36:50.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:36:50.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: During handling of the above exception, another exception occurred: 2024-09-10T18:36:50.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:36:50.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self._connect_unixsocket(self.address) 2024-09-10T18:36:50.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:36:50.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.connect(address) 2024-09-10T18:36:50.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:36:50.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Call stack: 2024-09-10T18:36:50.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:36:50.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: main() 2024-09-10T18:36:50.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/bin/rbd-target-api", line 2866, in main 2024-09-10T18:36:50.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: ceph_gw.define() 2024-09-10T18:36:50.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 236, in define 2024-09-10T18:36:50.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: "nothing to define to LIO".format(self.hostname)) 2024-09-10T18:36:50.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Message: 'Configuration does not have an entry for this host(smithi063.front.sepia.ceph.com) - nothing to define to LIO' 2024-09-10T18:36:50.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Arguments: () 2024-09-10T18:36:50.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: --- Logging error --- 2024-09-10T18:36:50.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:36:50.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.send(msg) 2024-09-10T18:36:50.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:36:50.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: During handling of the above exception, another exception occurred: 2024-09-10T18:36:50.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:36:50.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.connect(address) 2024-09-10T18:36:50.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:36:50.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: During handling of the above exception, another exception occurred: 2024-09-10T18:36:50.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:36:50.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self._connect_unixsocket(self.address) 2024-09-10T18:36:50.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:36:50.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.connect(address) 2024-09-10T18:36:50.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:36:50.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Call stack: 2024-09-10T18:36:50.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:36:50.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: main() 2024-09-10T18:36:50.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/bin/rbd-target-api", line 2894, in main 2024-09-10T18:36:50.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: ssl_context=context) 2024-09-10T18:36:50.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib/python3.6/site-packages/flask/app.py", line 841, in run 2024-09-10T18:36:50.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: run_simple(host, port, self, **options) 2024-09-10T18:36:50.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 739, in run_simple 2024-09-10T18:36:50.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: inner() 2024-09-10T18:36:50.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 701, in inner 2024-09-10T18:36:50.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: log_startup(srv.socket) 2024-09-10T18:36:50.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 689, in log_startup 2024-09-10T18:36:50.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: display_hostname, port, quit_msg) 2024-09-10T18:36:50.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib/python3.6/site-packages/werkzeug/_internal.py", line 87, in _log 2024-09-10T18:36:50.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: getattr(_logger, type)(message.rstrip(), *args, **kwargs) 2024-09-10T18:36:50.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Message: ' * Running on %s://%s:%d/ %s' 2024-09-10T18:36:50.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Arguments: ('http', '[::]', 5000, '(Press CTRL+C to quit)') 2024-09-10T18:36:50.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: --- Logging error --- 2024-09-10T18:36:50.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:36:50.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.send(msg) 2024-09-10T18:36:50.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:36:50.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: During handling of the above exception, another exception occurred: 2024-09-10T18:36:50.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:36:50.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.connect(address) 2024-09-10T18:36:50.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:36:50.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: During handling of the above exception, another exception occurred: 2024-09-10T18:36:50.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:36:50.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self._connect_unixsocket(self.address) 2024-09-10T18:36:50.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:36:50.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.connect(address) 2024-09-10T18:36:50.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:36:50.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Call stack: 2024-09-10T18:36:50.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:36:50.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: main() 2024-09-10T18:36:50.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/bin/rbd-target-api", line 2894, in main 2024-09-10T18:36:50.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: ssl_context=context) 2024-09-10T18:36:50.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib/python3.6/site-packages/flask/app.py", line 841, in run 2024-09-10T18:36:50.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: run_simple(host, port, self, **options) 2024-09-10T18:36:50.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 739, in run_simple 2024-09-10T18:36:50.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: inner() 2024-09-10T18:36:50.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 702, in inner 2024-09-10T18:36:50.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: srv.serve_forever() 2024-09-10T18:36:50.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 539, in serve_forever 2024-09-10T18:36:50.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: HTTPServer.serve_forever(self) 2024-09-10T18:36:50.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/socketserver.py", line 236, in serve_forever 2024-09-10T18:36:50.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: ready = selector.select(poll_interval) 2024-09-10T18:36:50.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/selectors.py", line 376, in select 2024-09-10T18:36:50.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: fd_event_list = self._poll.poll(timeout) 2024-09-10T18:36:50.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/bin/rbd-target-api", line 2898, in signal_stop 2024-09-10T18:36:50.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: logger.info("Shutdown received") 2024-09-10T18:36:50.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Message: 'Shutdown received' 2024-09-10T18:36:50.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Arguments: () 2024-09-10T18:36:50.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: --- Logging error --- 2024-09-10T18:36:50.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:36:50.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.send(msg) 2024-09-10T18:36:50.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:36:50.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: During handling of the above exception, another exception occurred: 2024-09-10T18:36:50.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:36:50.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.connect(address) 2024-09-10T18:36:50.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:36:50.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: During handling of the above exception, another exception occurred: 2024-09-10T18:36:50.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Traceback (most recent call last): 2024-09-10T18:36:50.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:36:50.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self._connect_unixsocket(self.address) 2024-09-10T18:36:50.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:36:50.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: self.socket.connect(address) 2024-09-10T18:36:50.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:36:50.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Call stack: 2024-09-10T18:36:50.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:36:50.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: main() 2024-09-10T18:36:50.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/bin/rbd-target-api", line 2894, in main 2024-09-10T18:36:50.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: ssl_context=context) 2024-09-10T18:36:50.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib/python3.6/site-packages/flask/app.py", line 841, in run 2024-09-10T18:36:50.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: run_simple(host, port, self, **options) 2024-09-10T18:36:50.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 739, in run_simple 2024-09-10T18:36:50.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: inner() 2024-09-10T18:36:50.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 702, in inner 2024-09-10T18:36:50.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: srv.serve_forever() 2024-09-10T18:36:50.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 539, in serve_forever 2024-09-10T18:36:50.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: HTTPServer.serve_forever(self) 2024-09-10T18:36:50.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/socketserver.py", line 236, in serve_forever 2024-09-10T18:36:50.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: ready = selector.select(poll_interval) 2024-09-10T18:36:50.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib64/python3.6/selectors.py", line 376, in select 2024-09-10T18:36:50.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: fd_event_list = self._poll.poll(timeout) 2024-09-10T18:36:50.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/bin/rbd-target-api", line 2901, in signal_stop 2024-09-10T18:36:50.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: sys.exit(ceph_gw.delete()) 2024-09-10T18:36:50.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 311, in delete 2024-09-10T18:36:50.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: "host ({})".format(self.hostname)) 2024-09-10T18:36:50.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Message: 'No gateway configuration to remove on this host (smithi063.front.sepia.ceph.com)' 2024-09-10T18:36:50.904 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:50 smithi063 bash[22866]: Arguments: () 2024-09-10T18:36:51.457 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:51 smithi063 bash[14646]: cluster 2024-09-10T18:36:50.119727+0000 mgr.x (mgr.34745) 42 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:51.457 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:51 smithi063 docker[30052]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a 2024-09-10T18:36:51.457 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:51 smithi063 bash[22850]: (process:1): GLib-GObject-CRITICAL **: 18:36:51.422: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:36:51.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:51 smithi031 bash[14957]: cluster 2024-09-10T18:36:50.119727+0000 mgr.x (mgr.34745) 42 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:51.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:51 smithi031 bash[19205]: cluster 2024-09-10T18:36:50.119727+0000 mgr.x (mgr.34745) 42 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:52.343 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:51 smithi063 bash[30090]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:36:52.343 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:52 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Succeeded. 2024-09-10T18:36:52.343 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:52 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:36:52.343 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:52 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Found left-over process 22850 (docker) in control group while starting unit. Ignoring. 2024-09-10T18:36:52.343 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:52 smithi063 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-09-10T18:36:52.343 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:52 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:36:53.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:53 smithi063 bash[14646]: cluster 2024-09-10T18:36:52.120781+0000 mgr.x (mgr.34745) 43 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:36:53.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:53 smithi063 bash[14646]: audit 2024-09-10T18:36:52.127702+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:53.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:53 smithi063 bash[14646]: audit 2024-09-10T18:36:52.140591+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:53.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:53 smithi063 bash[14646]: audit 2024-09-10T18:36:52.152650+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:53.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:53 smithi063 bash[14646]: audit 2024-09-10T18:36:52.157060+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:36:53.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:53 smithi063 bash[14646]: audit 2024-09-10T18:36:52.158109+0000 mgr.x (mgr.34745) 44 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:36:53.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:53 smithi063 bash[14646]: audit 2024-09-10T18:36:52.166530+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:36:53.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:53 smithi063 bash[14646]: audit 2024-09-10T18:36:52.167646+0000 mgr.x (mgr.34745) 45 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:36:53.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:53 smithi063 bash[14646]: audit 2024-09-10T18:36:52.172698+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:36:53.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:53 smithi031 bash[14957]: cluster 2024-09-10T18:36:52.120781+0000 mgr.x (mgr.34745) 43 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:36:53.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:53 smithi031 bash[14957]: audit 2024-09-10T18:36:52.127702+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:53.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:53 smithi031 bash[14957]: audit 2024-09-10T18:36:52.140591+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:53.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:53 smithi031 bash[14957]: audit 2024-09-10T18:36:52.152650+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:53.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:53 smithi031 bash[14957]: audit 2024-09-10T18:36:52.157060+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:36:53.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:53 smithi031 bash[14957]: audit 2024-09-10T18:36:52.158109+0000 mgr.x (mgr.34745) 44 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:36:53.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:53 smithi031 bash[14957]: audit 2024-09-10T18:36:52.166530+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:36:53.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:53 smithi031 bash[14957]: audit 2024-09-10T18:36:52.167646+0000 mgr.x (mgr.34745) 45 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:36:53.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:53 smithi031 bash[14957]: audit 2024-09-10T18:36:52.172698+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:36:53.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:53 smithi031 bash[19205]: cluster 2024-09-10T18:36:52.120781+0000 mgr.x (mgr.34745) 43 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:36:53.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:53 smithi031 bash[19205]: audit 2024-09-10T18:36:52.127702+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:36:53.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:53 smithi031 bash[19205]: audit 2024-09-10T18:36:52.140591+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:53.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:53 smithi031 bash[19205]: audit 2024-09-10T18:36:52.152650+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:36:53.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:53 smithi031 bash[19205]: audit 2024-09-10T18:36:52.157060+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:36:53.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:53 smithi031 bash[19205]: audit 2024-09-10T18:36:52.158109+0000 mgr.x (mgr.34745) 44 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:36:53.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:53 smithi031 bash[19205]: audit 2024-09-10T18:36:52.166530+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:36:53.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:53 smithi031 bash[19205]: audit 2024-09-10T18:36:52.167646+0000 mgr.x (mgr.34745) 45 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:36:53.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:53 smithi031 bash[19205]: audit 2024-09-10T18:36:52.172698+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:36:54.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:36:53 smithi063 bash[30152]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:36:55.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:55 smithi063 bash[14646]: cluster 2024-09-10T18:36:54.121464+0000 mgr.x (mgr.34745) 46 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:55.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:55 smithi063 bash[14646]: audit 2024-09-10T18:36:54.551390+0000 mon.b (mon.2) 130 : audit [DBG] from='client.? 172.21.15.63:0/966079248' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:36:55.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:55 smithi031 bash[19205]: cluster 2024-09-10T18:36:54.121464+0000 mgr.x (mgr.34745) 46 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:55.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:55 smithi031 bash[19205]: audit 2024-09-10T18:36:54.551390+0000 mon.b (mon.2) 130 : audit [DBG] from='client.? 172.21.15.63:0/966079248' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:36:55.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:55 smithi031 bash[14957]: cluster 2024-09-10T18:36:54.121464+0000 mgr.x (mgr.34745) 46 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:55.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:55 smithi031 bash[14957]: audit 2024-09-10T18:36:54.551390+0000 mon.b (mon.2) 130 : audit [DBG] from='client.? 172.21.15.63:0/966079248' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:36:57.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:57 smithi063 bash[14646]: cluster 2024-09-10T18:36:56.122229+0000 mgr.x (mgr.34745) 47 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:57.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:57 smithi031 bash[14957]: cluster 2024-09-10T18:36:56.122229+0000 mgr.x (mgr.34745) 47 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:57.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:57 smithi031 bash[19205]: cluster 2024-09-10T18:36:56.122229+0000 mgr.x (mgr.34745) 47 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:36:59.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:36:59 smithi063 bash[14646]: cluster 2024-09-10T18:36:58.123342+0000 mgr.x (mgr.34745) 48 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-10T18:36:59.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:36:59 smithi031 bash[14957]: cluster 2024-09-10T18:36:58.123342+0000 mgr.x (mgr.34745) 48 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-10T18:36:59.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:36:59 smithi031 bash[19205]: cluster 2024-09-10T18:36:58.123342+0000 mgr.x (mgr.34745) 48 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-10T18:37:00.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:00 smithi063 bash[14646]: audit 2024-09-10T18:37:00.043671+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:37:00.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:00 smithi063 bash[14646]: audit 2024-09-10T18:37:00.055528+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:37:00.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:00 smithi063 bash[14646]: audit 2024-09-10T18:37:00.066036+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:37:00.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:00 smithi063 bash[14646]: audit 2024-09-10T18:37:00.066871+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:37:00.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:00 smithi063 bash[14646]: audit 2024-09-10T18:37:00.068482+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:37:00.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:00 smithi063 bash[14646]: audit 2024-09-10T18:37:00.080822+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:37:00.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:00 smithi031 bash[14957]: audit 2024-09-10T18:37:00.043671+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:37:00.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:00 smithi031 bash[14957]: audit 2024-09-10T18:37:00.055528+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:37:00.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:00 smithi031 bash[14957]: audit 2024-09-10T18:37:00.066036+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:37:00.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:00 smithi031 bash[14957]: audit 2024-09-10T18:37:00.066871+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:37:00.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:00 smithi031 bash[14957]: audit 2024-09-10T18:37:00.068482+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:37:00.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:00 smithi031 bash[14957]: audit 2024-09-10T18:37:00.080822+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:37:00.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:00 smithi031 bash[19205]: audit 2024-09-10T18:37:00.043671+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:37:00.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:00 smithi031 bash[19205]: audit 2024-09-10T18:37:00.055528+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:37:00.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:00 smithi031 bash[19205]: audit 2024-09-10T18:37:00.066036+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:37:00.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:00 smithi031 bash[19205]: audit 2024-09-10T18:37:00.066871+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:37:00.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:00 smithi031 bash[19205]: audit 2024-09-10T18:37:00.068482+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:37:00.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:00 smithi031 bash[19205]: audit 2024-09-10T18:37:00.080822+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:37:01.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:01 smithi063 bash[14646]: cephadm 2024-09-10T18:37:00.070051+0000 mgr.x (mgr.34745) 49 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:37:01.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:01 smithi063 bash[14646]: cluster 2024-09-10T18:37:00.123819+0000 mgr.x (mgr.34745) 50 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-10T18:37:01.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:01 smithi031 bash[14957]: cephadm 2024-09-10T18:37:00.070051+0000 mgr.x (mgr.34745) 49 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:37:01.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:01 smithi031 bash[14957]: cluster 2024-09-10T18:37:00.123819+0000 mgr.x (mgr.34745) 50 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-10T18:37:01.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:01 smithi031 bash[19205]: cephadm 2024-09-10T18:37:00.070051+0000 mgr.x (mgr.34745) 49 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:37:01.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:01 smithi031 bash[19205]: cluster 2024-09-10T18:37:00.123819+0000 mgr.x (mgr.34745) 50 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-10T18:37:03.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:03 smithi063 bash[14646]: cluster 2024-09-10T18:37:02.125264+0000 mgr.x (mgr.34745) 51 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-10T18:37:03.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:03 smithi031 bash[14957]: cluster 2024-09-10T18:37:02.125264+0000 mgr.x (mgr.34745) 51 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-10T18:37:03.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:03 smithi031 bash[19205]: cluster 2024-09-10T18:37:02.125264+0000 mgr.x (mgr.34745) 51 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-10T18:37:05.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:05 smithi063 bash[14646]: cluster 2024-09-10T18:37:04.126038+0000 mgr.x (mgr.34745) 52 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-10T18:37:05.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:05 smithi031 bash[14957]: cluster 2024-09-10T18:37:04.126038+0000 mgr.x (mgr.34745) 52 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-10T18:37:05.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:05 smithi031 bash[19205]: cluster 2024-09-10T18:37:04.126038+0000 mgr.x (mgr.34745) 52 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-10T18:37:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:07 smithi063 bash[14646]: cluster 2024-09-10T18:37:06.126696+0000 mgr.x (mgr.34745) 53 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-10T18:37:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:07 smithi063 bash[14646]: audit 2024-09-10T18:37:06.389726+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T18:37:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:07 smithi063 bash[14646]: audit 2024-09-10T18:37:06.390361+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T18:37:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:07 smithi063 bash[14646]: audit 2024-09-10T18:37:06.390903+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:37:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:07 smithi063 bash[14646]: audit 2024-09-10T18:37:06.393536+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T18:37:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:07 smithi063 bash[14646]: audit 2024-09-10T18:37:06.394843+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T18:37:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:07 smithi063 bash[14646]: audit 2024-09-10T18:37:06.395520+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:37:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:07 smithi031 bash[14957]: cluster 2024-09-10T18:37:06.126696+0000 mgr.x (mgr.34745) 53 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-10T18:37:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:07 smithi031 bash[14957]: audit 2024-09-10T18:37:06.389726+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T18:37:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:07 smithi031 bash[14957]: audit 2024-09-10T18:37:06.390361+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T18:37:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:07 smithi031 bash[14957]: audit 2024-09-10T18:37:06.390903+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:37:07.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:07 smithi031 bash[14957]: audit 2024-09-10T18:37:06.393536+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T18:37:07.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:07 smithi031 bash[14957]: audit 2024-09-10T18:37:06.394843+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T18:37:07.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:07 smithi031 bash[14957]: audit 2024-09-10T18:37:06.395520+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:37:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:07 smithi031 bash[19205]: cluster 2024-09-10T18:37:06.126696+0000 mgr.x (mgr.34745) 53 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-10T18:37:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:07 smithi031 bash[19205]: audit 2024-09-10T18:37:06.389726+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T18:37:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:07 smithi031 bash[19205]: audit 2024-09-10T18:37:06.390361+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T18:37:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:07 smithi031 bash[19205]: audit 2024-09-10T18:37:06.390903+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:37:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:07 smithi031 bash[19205]: audit 2024-09-10T18:37:06.393536+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T18:37:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:07 smithi031 bash[19205]: audit 2024-09-10T18:37:06.394843+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T18:37:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:07 smithi031 bash[19205]: audit 2024-09-10T18:37:06.395520+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:37:09.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:09 smithi063 bash[14646]: cluster 2024-09-10T18:37:08.128264+0000 mgr.x (mgr.34745) 54 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-10T18:37:09.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:09 smithi031 bash[14957]: cluster 2024-09-10T18:37:08.128264+0000 mgr.x (mgr.34745) 54 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-10T18:37:09.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:09 smithi031 bash[19205]: cluster 2024-09-10T18:37:08.128264+0000 mgr.x (mgr.34745) 54 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-10T18:37:11.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:11 smithi063 bash[14646]: cluster 2024-09-10T18:37:10.128974+0000 mgr.x (mgr.34745) 55 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:11.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:11 smithi031 bash[14957]: cluster 2024-09-10T18:37:10.128974+0000 mgr.x (mgr.34745) 55 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:11.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:11 smithi031 bash[19205]: cluster 2024-09-10T18:37:10.128974+0000 mgr.x (mgr.34745) 55 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:13.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:13 smithi063 bash[14646]: cluster 2024-09-10T18:37:12.130423+0000 mgr.x (mgr.34745) 56 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:13.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:13 smithi031 bash[14957]: cluster 2024-09-10T18:37:12.130423+0000 mgr.x (mgr.34745) 56 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:13.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:13 smithi031 bash[19205]: cluster 2024-09-10T18:37:12.130423+0000 mgr.x (mgr.34745) 56 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:15.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:15 smithi063 bash[14646]: cluster 2024-09-10T18:37:14.131132+0000 mgr.x (mgr.34745) 57 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:15.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:15 smithi031 bash[14957]: cluster 2024-09-10T18:37:14.131132+0000 mgr.x (mgr.34745) 57 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:15.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:15 smithi031 bash[19205]: cluster 2024-09-10T18:37:14.131132+0000 mgr.x (mgr.34745) 57 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:17.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:17 smithi063 bash[14646]: cluster 2024-09-10T18:37:16.131844+0000 mgr.x (mgr.34745) 58 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:17.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:17 smithi031 bash[14957]: cluster 2024-09-10T18:37:16.131844+0000 mgr.x (mgr.34745) 58 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:17.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:17 smithi031 bash[19205]: cluster 2024-09-10T18:37:16.131844+0000 mgr.x (mgr.34745) 58 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:19.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:19 smithi063 bash[14646]: cluster 2024-09-10T18:37:18.133322+0000 mgr.x (mgr.34745) 59 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:19.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:19 smithi031 bash[14957]: cluster 2024-09-10T18:37:18.133322+0000 mgr.x (mgr.34745) 59 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:19.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:19 smithi031 bash[19205]: cluster 2024-09-10T18:37:18.133322+0000 mgr.x (mgr.34745) 59 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:21.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:21 smithi063 bash[14646]: cluster 2024-09-10T18:37:20.134074+0000 mgr.x (mgr.34745) 60 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:21.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:21 smithi031 bash[14957]: cluster 2024-09-10T18:37:20.134074+0000 mgr.x (mgr.34745) 60 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:21.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:21 smithi031 bash[19205]: cluster 2024-09-10T18:37:20.134074+0000 mgr.x (mgr.34745) 60 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:23.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:23 smithi063 bash[14646]: cluster 2024-09-10T18:37:22.135523+0000 mgr.x (mgr.34745) 61 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:23.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:23 smithi031 bash[14957]: cluster 2024-09-10T18:37:22.135523+0000 mgr.x (mgr.34745) 61 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:23.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:23 smithi031 bash[19205]: cluster 2024-09-10T18:37:22.135523+0000 mgr.x (mgr.34745) 61 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:25.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:25 smithi063 bash[14646]: cluster 2024-09-10T18:37:24.136214+0000 mgr.x (mgr.34745) 62 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:25.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:25 smithi031 bash[14957]: cluster 2024-09-10T18:37:24.136214+0000 mgr.x (mgr.34745) 62 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:25.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:25 smithi031 bash[19205]: cluster 2024-09-10T18:37:24.136214+0000 mgr.x (mgr.34745) 62 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:27.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:27 smithi063 bash[14646]: cluster 2024-09-10T18:37:26.136890+0000 mgr.x (mgr.34745) 63 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:27.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:27 smithi031 bash[14957]: cluster 2024-09-10T18:37:26.136890+0000 mgr.x (mgr.34745) 63 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:27.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:27 smithi031 bash[19205]: cluster 2024-09-10T18:37:26.136890+0000 mgr.x (mgr.34745) 63 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:29.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:29 smithi063 bash[14646]: cluster 2024-09-10T18:37:28.138707+0000 mgr.x (mgr.34745) 64 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:29.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:29 smithi031 bash[14957]: cluster 2024-09-10T18:37:28.138707+0000 mgr.x (mgr.34745) 64 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:29.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:29 smithi031 bash[19205]: cluster 2024-09-10T18:37:28.138707+0000 mgr.x (mgr.34745) 64 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:31.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:31 smithi063 bash[14646]: cluster 2024-09-10T18:37:30.139524+0000 mgr.x (mgr.34745) 65 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:31 smithi031 bash[14957]: cluster 2024-09-10T18:37:30.139524+0000 mgr.x (mgr.34745) 65 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:31.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:31 smithi031 bash[19205]: cluster 2024-09-10T18:37:30.139524+0000 mgr.x (mgr.34745) 65 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:33.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:33 smithi063 bash[14646]: cluster 2024-09-10T18:37:32.141021+0000 mgr.x (mgr.34745) 66 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:33.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:33 smithi031 bash[14957]: cluster 2024-09-10T18:37:32.141021+0000 mgr.x (mgr.34745) 66 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:33.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:33 smithi031 bash[19205]: cluster 2024-09-10T18:37:32.141021+0000 mgr.x (mgr.34745) 66 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:35.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:35 smithi063 bash[14646]: cluster 2024-09-10T18:37:34.141733+0000 mgr.x (mgr.34745) 67 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:35.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:35 smithi031 bash[14957]: cluster 2024-09-10T18:37:34.141733+0000 mgr.x (mgr.34745) 67 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:35.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:35 smithi031 bash[19205]: cluster 2024-09-10T18:37:34.141733+0000 mgr.x (mgr.34745) 67 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:37.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:37 smithi063 bash[14646]: cluster 2024-09-10T18:37:36.142459+0000 mgr.x (mgr.34745) 68 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:37.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:37 smithi031 bash[14957]: cluster 2024-09-10T18:37:36.142459+0000 mgr.x (mgr.34745) 68 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:37.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:37 smithi031 bash[19205]: cluster 2024-09-10T18:37:36.142459+0000 mgr.x (mgr.34745) 68 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:39.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:39 smithi063 bash[14646]: cluster 2024-09-10T18:37:38.143910+0000 mgr.x (mgr.34745) 69 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:39.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:39 smithi031 bash[14957]: cluster 2024-09-10T18:37:38.143910+0000 mgr.x (mgr.34745) 69 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:39.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:39 smithi031 bash[19205]: cluster 2024-09-10T18:37:38.143910+0000 mgr.x (mgr.34745) 69 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:41.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:41 smithi063 bash[14646]: cluster 2024-09-10T18:37:40.144593+0000 mgr.x (mgr.34745) 70 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:41.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:41 smithi031 bash[14957]: cluster 2024-09-10T18:37:40.144593+0000 mgr.x (mgr.34745) 70 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:41.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:41 smithi031 bash[19205]: cluster 2024-09-10T18:37:40.144593+0000 mgr.x (mgr.34745) 70 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:43.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:43 smithi063 bash[14646]: cluster 2024-09-10T18:37:42.146089+0000 mgr.x (mgr.34745) 71 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:43.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:43 smithi031 bash[14957]: cluster 2024-09-10T18:37:42.146089+0000 mgr.x (mgr.34745) 71 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:43.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:43 smithi031 bash[19205]: cluster 2024-09-10T18:37:42.146089+0000 mgr.x (mgr.34745) 71 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:45.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:45 smithi063 bash[14646]: cluster 2024-09-10T18:37:44.146764+0000 mgr.x (mgr.34745) 72 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:45.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:45 smithi031 bash[14957]: cluster 2024-09-10T18:37:44.146764+0000 mgr.x (mgr.34745) 72 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:45.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:45 smithi031 bash[19205]: cluster 2024-09-10T18:37:44.146764+0000 mgr.x (mgr.34745) 72 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:47.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:47 smithi063 bash[14646]: cluster 2024-09-10T18:37:46.147461+0000 mgr.x (mgr.34745) 73 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:47.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:47 smithi031 bash[14957]: cluster 2024-09-10T18:37:46.147461+0000 mgr.x (mgr.34745) 73 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:47.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:47 smithi031 bash[19205]: cluster 2024-09-10T18:37:46.147461+0000 mgr.x (mgr.34745) 73 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:49.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:49 smithi063 bash[14646]: cluster 2024-09-10T18:37:48.148935+0000 mgr.x (mgr.34745) 74 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:49.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:49 smithi031 bash[14957]: cluster 2024-09-10T18:37:48.148935+0000 mgr.x (mgr.34745) 74 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:49.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:49 smithi031 bash[19205]: cluster 2024-09-10T18:37:48.148935+0000 mgr.x (mgr.34745) 74 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:51.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:51 smithi063 bash[14646]: cluster 2024-09-10T18:37:50.149607+0000 mgr.x (mgr.34745) 75 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:51.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:51 smithi031 bash[19205]: cluster 2024-09-10T18:37:50.149607+0000 mgr.x (mgr.34745) 75 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:51.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:51 smithi031 bash[14957]: cluster 2024-09-10T18:37:50.149607+0000 mgr.x (mgr.34745) 75 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:53.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:53 smithi063 bash[14646]: cluster 2024-09-10T18:37:52.151089+0000 mgr.x (mgr.34745) 76 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:53.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:53 smithi031 bash[19205]: cluster 2024-09-10T18:37:52.151089+0000 mgr.x (mgr.34745) 76 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:53.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:53 smithi031 bash[14957]: cluster 2024-09-10T18:37:52.151089+0000 mgr.x (mgr.34745) 76 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:55 smithi063 bash[14646]: cluster 2024-09-10T18:37:54.151849+0000 mgr.x (mgr.34745) 77 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:55.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:55 smithi031 bash[14957]: cluster 2024-09-10T18:37:54.151849+0000 mgr.x (mgr.34745) 77 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:55.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:55 smithi031 bash[19205]: cluster 2024-09-10T18:37:54.151849+0000 mgr.x (mgr.34745) 77 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:57.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:57 smithi063 bash[14646]: cluster 2024-09-10T18:37:56.152577+0000 mgr.x (mgr.34745) 78 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:57.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:57 smithi031 bash[14957]: cluster 2024-09-10T18:37:56.152577+0000 mgr.x (mgr.34745) 78 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:57.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:57 smithi031 bash[19205]: cluster 2024-09-10T18:37:56.152577+0000 mgr.x (mgr.34745) 78 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:37:59.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:37:59 smithi063 bash[14646]: cluster 2024-09-10T18:37:58.154139+0000 mgr.x (mgr.34745) 79 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:59.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:37:59 smithi031 bash[14957]: cluster 2024-09-10T18:37:58.154139+0000 mgr.x (mgr.34745) 79 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:37:59.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:37:59 smithi031 bash[19205]: cluster 2024-09-10T18:37:58.154139+0000 mgr.x (mgr.34745) 79 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:01.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:01 smithi063 bash[14646]: cluster 2024-09-10T18:38:00.154863+0000 mgr.x (mgr.34745) 80 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:01.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:01 smithi063 bash[14646]: audit 2024-09-10T18:38:00.597404+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:38:01.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:01 smithi063 bash[14646]: audit 2024-09-10T18:38:00.598756+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:38:01.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:01 smithi063 bash[14646]: cephadm 2024-09-10T18:38:00.599957+0000 mgr.x (mgr.34745) 81 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:38:01.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:01 smithi063 bash[14646]: audit 2024-09-10T18:38:00.611251+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:38:01.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:01 smithi031 bash[14957]: cluster 2024-09-10T18:38:00.154863+0000 mgr.x (mgr.34745) 80 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:01.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:01 smithi031 bash[14957]: audit 2024-09-10T18:38:00.597404+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:38:01.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:01 smithi031 bash[14957]: audit 2024-09-10T18:38:00.598756+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:38:01.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:01 smithi031 bash[14957]: cephadm 2024-09-10T18:38:00.599957+0000 mgr.x (mgr.34745) 81 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:38:01.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:01 smithi031 bash[14957]: audit 2024-09-10T18:38:00.611251+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:38:01.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:01 smithi031 bash[19205]: cluster 2024-09-10T18:38:00.154863+0000 mgr.x (mgr.34745) 80 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:01.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:01 smithi031 bash[19205]: audit 2024-09-10T18:38:00.597404+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:38:01.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:01 smithi031 bash[19205]: audit 2024-09-10T18:38:00.598756+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:38:01.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:01 smithi031 bash[19205]: cephadm 2024-09-10T18:38:00.599957+0000 mgr.x (mgr.34745) 81 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:38:01.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:01 smithi031 bash[19205]: audit 2024-09-10T18:38:00.611251+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:38:03.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:03 smithi063 bash[14646]: cluster 2024-09-10T18:38:02.156368+0000 mgr.x (mgr.34745) 82 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:03.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:03 smithi031 bash[14957]: cluster 2024-09-10T18:38:02.156368+0000 mgr.x (mgr.34745) 82 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:03.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:03 smithi031 bash[19205]: cluster 2024-09-10T18:38:02.156368+0000 mgr.x (mgr.34745) 82 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:03.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:03.516Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:38:03.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:03.516Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:38:03.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:03.517Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:38:05.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:05 smithi063 bash[14646]: cluster 2024-09-10T18:38:04.157073+0000 mgr.x (mgr.34745) 83 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:05.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:05 smithi031 bash[14957]: cluster 2024-09-10T18:38:04.157073+0000 mgr.x (mgr.34745) 83 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:05.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:05 smithi031 bash[19205]: cluster 2024-09-10T18:38:04.157073+0000 mgr.x (mgr.34745) 83 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:07 smithi063 bash[14646]: cluster 2024-09-10T18:38:06.157760+0000 mgr.x (mgr.34745) 84 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:07 smithi063 bash[14646]: audit 2024-09-10T18:38:06.398497+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T18:38:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:07 smithi063 bash[14646]: audit 2024-09-10T18:38:06.399084+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T18:38:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:07 smithi063 bash[14646]: audit 2024-09-10T18:38:06.399640+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T18:38:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:07 smithi063 bash[14646]: audit 2024-09-10T18:38:06.402271+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T18:38:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:07 smithi063 bash[14646]: audit 2024-09-10T18:38:06.403332+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T18:38:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:07 smithi063 bash[14646]: audit 2024-09-10T18:38:06.403964+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T18:38:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:07 smithi031 bash[14957]: cluster 2024-09-10T18:38:06.157760+0000 mgr.x (mgr.34745) 84 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:07 smithi031 bash[14957]: audit 2024-09-10T18:38:06.398497+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T18:38:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:07 smithi031 bash[14957]: audit 2024-09-10T18:38:06.399084+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T18:38:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:07 smithi031 bash[14957]: audit 2024-09-10T18:38:06.399640+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T18:38:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:07 smithi031 bash[14957]: audit 2024-09-10T18:38:06.402271+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T18:38:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:07 smithi031 bash[14957]: audit 2024-09-10T18:38:06.403332+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T18:38:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:07 smithi031 bash[14957]: audit 2024-09-10T18:38:06.403964+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T18:38:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:07 smithi031 bash[19205]: cluster 2024-09-10T18:38:06.157760+0000 mgr.x (mgr.34745) 84 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:07 smithi031 bash[19205]: audit 2024-09-10T18:38:06.398497+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T18:38:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:07 smithi031 bash[19205]: audit 2024-09-10T18:38:06.399084+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T18:38:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:07 smithi031 bash[19205]: audit 2024-09-10T18:38:06.399640+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T18:38:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:07 smithi031 bash[19205]: audit 2024-09-10T18:38:06.402271+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T18:38:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:07 smithi031 bash[19205]: audit 2024-09-10T18:38:06.403332+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T18:38:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:07 smithi031 bash[19205]: audit 2024-09-10T18:38:06.403964+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T18:38:09.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:09 smithi063 bash[14646]: cluster 2024-09-10T18:38:08.159258+0000 mgr.x (mgr.34745) 85 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:09.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:09 smithi031 bash[14957]: cluster 2024-09-10T18:38:08.159258+0000 mgr.x (mgr.34745) 85 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:09.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:09 smithi031 bash[19205]: cluster 2024-09-10T18:38:08.159258+0000 mgr.x (mgr.34745) 85 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:11.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:11 smithi063 bash[14646]: cluster 2024-09-10T18:38:10.159975+0000 mgr.x (mgr.34745) 86 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:11.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:11 smithi031 bash[14957]: cluster 2024-09-10T18:38:10.159975+0000 mgr.x (mgr.34745) 86 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:11.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:11 smithi031 bash[19205]: cluster 2024-09-10T18:38:10.159975+0000 mgr.x (mgr.34745) 86 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:13.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:13 smithi063 bash[14646]: cluster 2024-09-10T18:38:12.161416+0000 mgr.x (mgr.34745) 87 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:13.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:13 smithi031 bash[14957]: cluster 2024-09-10T18:38:12.161416+0000 mgr.x (mgr.34745) 87 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:13.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:13 smithi031 bash[19205]: cluster 2024-09-10T18:38:12.161416+0000 mgr.x (mgr.34745) 87 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:13.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:13.517Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:38:13.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:13.517Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:38:13.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:13.517Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:38:15.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:15 smithi063 bash[14646]: cluster 2024-09-10T18:38:14.162131+0000 mgr.x (mgr.34745) 88 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:15.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:15 smithi031 bash[14957]: cluster 2024-09-10T18:38:14.162131+0000 mgr.x (mgr.34745) 88 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:15.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:15 smithi031 bash[19205]: cluster 2024-09-10T18:38:14.162131+0000 mgr.x (mgr.34745) 88 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:17.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:17 smithi063 bash[14646]: cluster 2024-09-10T18:38:16.162780+0000 mgr.x (mgr.34745) 89 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:17.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:17 smithi031 bash[19205]: cluster 2024-09-10T18:38:16.162780+0000 mgr.x (mgr.34745) 89 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:17.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:17 smithi031 bash[14957]: cluster 2024-09-10T18:38:16.162780+0000 mgr.x (mgr.34745) 89 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:19.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:19 smithi063 bash[14646]: cluster 2024-09-10T18:38:18.164276+0000 mgr.x (mgr.34745) 90 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:19.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:19 smithi031 bash[19205]: cluster 2024-09-10T18:38:18.164276+0000 mgr.x (mgr.34745) 90 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:19.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:19 smithi031 bash[14957]: cluster 2024-09-10T18:38:18.164276+0000 mgr.x (mgr.34745) 90 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:21.631 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:21 smithi031 bash[14957]: cluster 2024-09-10T18:38:20.164980+0000 mgr.x (mgr.34745) 91 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:21.632 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:21 smithi031 bash[19205]: cluster 2024-09-10T18:38:20.164980+0000 mgr.x (mgr.34745) 91 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:21.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:21 smithi063 bash[14646]: cluster 2024-09-10T18:38:20.164980+0000 mgr.x (mgr.34745) 91 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:21.633 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:21.627Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:38:21.633 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:21.627Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:38:21.633 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:21.627Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:38:23.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:23 smithi063 bash[14646]: cluster 2024-09-10T18:38:22.166584+0000 mgr.x (mgr.34745) 92 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:23.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:23 smithi031 bash[14957]: cluster 2024-09-10T18:38:22.166584+0000 mgr.x (mgr.34745) 92 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:23.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:23 smithi031 bash[19205]: cluster 2024-09-10T18:38:22.166584+0000 mgr.x (mgr.34745) 92 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:23.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:23.517Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:38:23.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:23.517Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:38:23.889 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:23.517Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:38:25.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:25 smithi063 bash[14646]: cluster 2024-09-10T18:38:24.167297+0000 mgr.x (mgr.34745) 93 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:25.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:25 smithi031 bash[14957]: cluster 2024-09-10T18:38:24.167297+0000 mgr.x (mgr.34745) 93 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:25.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:25 smithi031 bash[19205]: cluster 2024-09-10T18:38:24.167297+0000 mgr.x (mgr.34745) 93 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:27.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:27 smithi063 bash[14646]: cluster 2024-09-10T18:38:26.167991+0000 mgr.x (mgr.34745) 94 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:27.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:27 smithi031 bash[14957]: cluster 2024-09-10T18:38:26.167991+0000 mgr.x (mgr.34745) 94 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:27.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:27 smithi031 bash[19205]: cluster 2024-09-10T18:38:26.167991+0000 mgr.x (mgr.34745) 94 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:29.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:29 smithi063 bash[14646]: cluster 2024-09-10T18:38:28.169466+0000 mgr.x (mgr.34745) 95 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:29.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:29 smithi031 bash[19205]: cluster 2024-09-10T18:38:28.169466+0000 mgr.x (mgr.34745) 95 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:29.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:29 smithi031 bash[14957]: cluster 2024-09-10T18:38:28.169466+0000 mgr.x (mgr.34745) 95 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:31.632 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:31 smithi031 bash[14957]: cluster 2024-09-10T18:38:30.170204+0000 mgr.x (mgr.34745) 96 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:31.632 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:31 smithi031 bash[19205]: cluster 2024-09-10T18:38:30.170204+0000 mgr.x (mgr.34745) 96 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:31.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:31 smithi063 bash[14646]: cluster 2024-09-10T18:38:30.170204+0000 mgr.x (mgr.34745) 96 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:31.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:31.627Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:38:31.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:31.627Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:38:31.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:31.627Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:38:33.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:33 smithi063 bash[14646]: cluster 2024-09-10T18:38:32.171678+0000 mgr.x (mgr.34745) 97 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:33.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:33 smithi031 bash[19205]: cluster 2024-09-10T18:38:32.171678+0000 mgr.x (mgr.34745) 97 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:33.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:33 smithi031 bash[14957]: cluster 2024-09-10T18:38:32.171678+0000 mgr.x (mgr.34745) 97 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:33.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:33.518Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:38:33.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:33.518Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:38:33.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:33.518Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:38:35.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:35 smithi063 bash[14646]: cluster 2024-09-10T18:38:34.172377+0000 mgr.x (mgr.34745) 98 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:35.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:35 smithi031 bash[19205]: cluster 2024-09-10T18:38:34.172377+0000 mgr.x (mgr.34745) 98 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:35.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:35 smithi031 bash[14957]: cluster 2024-09-10T18:38:34.172377+0000 mgr.x (mgr.34745) 98 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:37.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:37 smithi063 bash[14646]: cluster 2024-09-10T18:38:36.173061+0000 mgr.x (mgr.34745) 99 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:37.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:37 smithi031 bash[19205]: cluster 2024-09-10T18:38:36.173061+0000 mgr.x (mgr.34745) 99 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:37.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:37 smithi031 bash[14957]: cluster 2024-09-10T18:38:36.173061+0000 mgr.x (mgr.34745) 99 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:39.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:39 smithi063 bash[14646]: cluster 2024-09-10T18:38:38.174581+0000 mgr.x (mgr.34745) 100 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:39.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:39 smithi031 bash[19205]: cluster 2024-09-10T18:38:38.174581+0000 mgr.x (mgr.34745) 100 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:39.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:39 smithi031 bash[14957]: cluster 2024-09-10T18:38:38.174581+0000 mgr.x (mgr.34745) 100 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:41.632 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:41 smithi031 bash[19205]: cluster 2024-09-10T18:38:40.175333+0000 mgr.x (mgr.34745) 101 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:41.632 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:41 smithi031 bash[14957]: cluster 2024-09-10T18:38:40.175333+0000 mgr.x (mgr.34745) 101 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:41.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:41 smithi063 bash[14646]: cluster 2024-09-10T18:38:40.175333+0000 mgr.x (mgr.34745) 101 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:41.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:41.628Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:38:41.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:41.628Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:38:41.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:41.628Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:38:43.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:43 smithi063 bash[14646]: cluster 2024-09-10T18:38:42.176831+0000 mgr.x (mgr.34745) 102 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:43.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:43 smithi031 bash[19205]: cluster 2024-09-10T18:38:42.176831+0000 mgr.x (mgr.34745) 102 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:43.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:43 smithi031 bash[14957]: cluster 2024-09-10T18:38:42.176831+0000 mgr.x (mgr.34745) 102 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:43.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:43.518Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:38:43.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:43.518Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:38:43.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:43.518Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:38:45.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:45 smithi063 bash[14646]: cluster 2024-09-10T18:38:44.177545+0000 mgr.x (mgr.34745) 103 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:45.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:45 smithi031 bash[19205]: cluster 2024-09-10T18:38:44.177545+0000 mgr.x (mgr.34745) 103 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:45.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:45 smithi031 bash[14957]: cluster 2024-09-10T18:38:44.177545+0000 mgr.x (mgr.34745) 103 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:47.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:47 smithi063 bash[14646]: cluster 2024-09-10T18:38:46.178255+0000 mgr.x (mgr.34745) 104 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:47 smithi031 bash[14957]: cluster 2024-09-10T18:38:46.178255+0000 mgr.x (mgr.34745) 104 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:47.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:47 smithi031 bash[19205]: cluster 2024-09-10T18:38:46.178255+0000 mgr.x (mgr.34745) 104 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:49.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:49 smithi063 bash[14646]: cluster 2024-09-10T18:38:48.179738+0000 mgr.x (mgr.34745) 105 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:49.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:49 smithi031 bash[19205]: cluster 2024-09-10T18:38:48.179738+0000 mgr.x (mgr.34745) 105 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:49.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:49 smithi031 bash[14957]: cluster 2024-09-10T18:38:48.179738+0000 mgr.x (mgr.34745) 105 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:51.632 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:51 smithi031 bash[19205]: cluster 2024-09-10T18:38:50.180424+0000 mgr.x (mgr.34745) 106 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:51.633 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:51 smithi031 bash[14957]: cluster 2024-09-10T18:38:50.180424+0000 mgr.x (mgr.34745) 106 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:51.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:51 smithi063 bash[14646]: cluster 2024-09-10T18:38:50.180424+0000 mgr.x (mgr.34745) 106 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:51.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:51.628Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:38:51.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:51.628Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:38:51.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:51.628Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:38:53.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:53 smithi063 bash[14646]: cluster 2024-09-10T18:38:52.181965+0000 mgr.x (mgr.34745) 107 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:53.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:53 smithi031 bash[14957]: cluster 2024-09-10T18:38:52.181965+0000 mgr.x (mgr.34745) 107 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:53.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:53 smithi031 bash[19205]: cluster 2024-09-10T18:38:52.181965+0000 mgr.x (mgr.34745) 107 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:38:53.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:53.518Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:38:53.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:53.518Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:38:53.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:38:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:38:53.518Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:38:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:55 smithi063 bash[14646]: cluster 2024-09-10T18:38:54.182629+0000 mgr.x (mgr.34745) 108 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:55.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:55 smithi031 bash[14957]: cluster 2024-09-10T18:38:54.182629+0000 mgr.x (mgr.34745) 108 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:55.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:55 smithi031 bash[19205]: cluster 2024-09-10T18:38:54.182629+0000 mgr.x (mgr.34745) 108 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:57.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:57 smithi063 bash[14646]: cluster 2024-09-10T18:38:56.183299+0000 mgr.x (mgr.34745) 109 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:57.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:57 smithi031 bash[14957]: cluster 2024-09-10T18:38:56.183299+0000 mgr.x (mgr.34745) 109 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:57.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:57 smithi031 bash[19205]: cluster 2024-09-10T18:38:56.183299+0000 mgr.x (mgr.34745) 109 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:38:59.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:38:59 smithi063 bash[14646]: cluster 2024-09-10T18:38:58.184779+0000 mgr.x (mgr.34745) 110 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-09-10T18:38:59.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:38:59 smithi031 bash[14957]: cluster 2024-09-10T18:38:58.184779+0000 mgr.x (mgr.34745) 110 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-09-10T18:38:59.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:38:59 smithi031 bash[19205]: cluster 2024-09-10T18:38:58.184779+0000 mgr.x (mgr.34745) 110 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-09-10T18:39:01.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:01 smithi063 bash[14646]: cluster 2024-09-10T18:39:00.185482+0000 mgr.x (mgr.34745) 111 : cluster [DBG] pgmap v92: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-09-10T18:39:01.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:01 smithi063 bash[14646]: audit 2024-09-10T18:39:01.135530+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:39:01.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:01 smithi063 bash[14646]: audit 2024-09-10T18:39:01.137188+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:39:01.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:01 smithi063 bash[14646]: audit 2024-09-10T18:39:01.150715+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:39:01.633 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:01 smithi031 bash[14957]: cluster 2024-09-10T18:39:00.185482+0000 mgr.x (mgr.34745) 111 : cluster [DBG] pgmap v92: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-09-10T18:39:01.633 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:01 smithi031 bash[14957]: audit 2024-09-10T18:39:01.135530+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:39:01.633 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:01 smithi031 bash[14957]: audit 2024-09-10T18:39:01.137188+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:39:01.633 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:01 smithi031 bash[14957]: audit 2024-09-10T18:39:01.150715+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:39:01.634 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:01 smithi031 bash[19205]: cluster 2024-09-10T18:39:00.185482+0000 mgr.x (mgr.34745) 111 : cluster [DBG] pgmap v92: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-09-10T18:39:01.634 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:01 smithi031 bash[19205]: audit 2024-09-10T18:39:01.135530+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:39:01.634 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:01 smithi031 bash[19205]: audit 2024-09-10T18:39:01.137188+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:39:01.634 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:01 smithi031 bash[19205]: audit 2024-09-10T18:39:01.150715+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:39:01.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:01.628Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:39:01.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:01.628Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:39:01.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:01.629Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:39:02.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:02 smithi063 bash[14646]: cephadm 2024-09-10T18:39:01.138703+0000 mgr.x (mgr.34745) 112 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:39:02.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:02 smithi031 bash[14957]: cephadm 2024-09-10T18:39:01.138703+0000 mgr.x (mgr.34745) 112 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:39:02.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:02 smithi031 bash[19205]: cephadm 2024-09-10T18:39:01.138703+0000 mgr.x (mgr.34745) 112 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:39:03.523 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:03 smithi031 bash[14957]: cluster 2024-09-10T18:39:02.186982+0000 mgr.x (mgr.34745) 113 : cluster [DBG] pgmap v93: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-10T18:39:03.523 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:03 smithi031 bash[19205]: cluster 2024-09-10T18:39:02.186982+0000 mgr.x (mgr.34745) 113 : cluster [DBG] pgmap v93: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-10T18:39:03.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:03 smithi063 bash[14646]: cluster 2024-09-10T18:39:02.186982+0000 mgr.x (mgr.34745) 113 : cluster [DBG] pgmap v93: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-10T18:39:03.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:03.519Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:39:03.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:03.519Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:39:03.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:03.519Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:39:04.848 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- 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-10T18:39:05.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:05 smithi031 bash[14957]: cluster 2024-09-10T18:39:04.187655+0000 mgr.x (mgr.34745) 114 : cluster [DBG] pgmap v94: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:39:05.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:05 smithi031 bash[19205]: cluster 2024-09-10T18:39:04.187655+0000 mgr.x (mgr.34745) 114 : cluster [DBG] pgmap v94: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:39:05.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:05 smithi063 bash[14646]: cluster 2024-09-10T18:39:04.187655+0000 mgr.x (mgr.34745) 114 : cluster [DBG] pgmap v94: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:39:07.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:07 smithi063 bash[14646]: cluster 2024-09-10T18:39:06.188346+0000 mgr.x (mgr.34745) 115 : cluster [DBG] pgmap v95: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:39:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:07 smithi063 bash[14646]: audit 2024-09-10T18:39:06.406623+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:39:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:07 smithi063 bash[14646]: audit 2024-09-10T18:39:06.407211+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:39:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:07 smithi063 bash[14646]: audit 2024-09-10T18:39:06.407768+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:39:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:07 smithi063 bash[14646]: audit 2024-09-10T18:39:06.410760+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:39:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:07 smithi063 bash[14646]: audit 2024-09-10T18:39:06.412113+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:39:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:07 smithi063 bash[14646]: audit 2024-09-10T18:39:06.412842+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:39:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:07 smithi031 bash[14957]: cluster 2024-09-10T18:39:06.188346+0000 mgr.x (mgr.34745) 115 : cluster [DBG] pgmap v95: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:39:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:07 smithi031 bash[14957]: audit 2024-09-10T18:39:06.406623+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:39:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:07 smithi031 bash[14957]: audit 2024-09-10T18:39:06.407211+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:39:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:07 smithi031 bash[14957]: audit 2024-09-10T18:39:06.407768+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:39:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:07 smithi031 bash[14957]: audit 2024-09-10T18:39:06.410760+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:39:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:07 smithi031 bash[14957]: audit 2024-09-10T18:39:06.412113+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:39:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:07 smithi031 bash[14957]: audit 2024-09-10T18:39:06.412842+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:39:07.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:07 smithi031 bash[19205]: cluster 2024-09-10T18:39:06.188346+0000 mgr.x (mgr.34745) 115 : cluster [DBG] pgmap v95: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:39:07.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:07 smithi031 bash[19205]: audit 2024-09-10T18:39:06.406623+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:39:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:07 smithi031 bash[19205]: audit 2024-09-10T18:39:06.407211+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:39:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:07 smithi031 bash[19205]: audit 2024-09-10T18:39:06.407768+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:39:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:07 smithi031 bash[19205]: audit 2024-09-10T18:39:06.410760+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:39:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:07 smithi031 bash[19205]: audit 2024-09-10T18:39:06.412113+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:39:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:07 smithi031 bash[19205]: audit 2024-09-10T18:39:06.412842+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:39:08.920 INFO:teuthology.orchestra.run.smithi031.stdout:Scheduled to redeploy mgr.y on host 'smithi031' 2024-09-10T18:39:09.420 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[14957]: cluster 2024-09-10T18:39:08.189854+0000 mgr.x (mgr.34745) 116 : cluster [DBG] pgmap v96: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-10T18:39:09.420 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[14957]: audit 2024-09-10T18:39:08.489930+0000 mon.a (mon.0) 771 : audit [DBG] from='client.? 172.21.15.31:0/1065688791' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:39:09.420 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[14957]: audit 2024-09-10T18:39:08.879199+0000 mgr.x (mgr.34745) 117 : audit [DBG] from='client.14937 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:39:09.420 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[14957]: cephadm 2024-09-10T18:39:08.891967+0000 mgr.x (mgr.34745) 118 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-10T18:39:09.420 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[14957]: audit 2024-09-10T18:39:08.892128+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:39:09.420 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[14957]: audit 2024-09-10T18:39:08.893545+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:39:09.420 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[14957]: audit 2024-09-10T18:39:08.904320+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:39:09.420 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[14957]: audit 2024-09-10T18:39:08.914402+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:39:09.420 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[14957]: audit 2024-09-10T18:39:08.915777+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:39:09.420 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[14957]: audit 2024-09-10T18:39:08.917574+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:39:09.421 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[14957]: cephadm 2024-09-10T18:39:08.919100+0000 mgr.x (mgr.34745) 119 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:39:09.421 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[14957]: audit 2024-09-10T18:39:08.930678+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:39:09.421 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[14957]: audit 2024-09-10T18:39:08.980113+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:39:09.421 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[14957]: audit 2024-09-10T18:39:08.983453+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:39:09.421 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[14957]: audit 2024-09-10T18:39:08.984115+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:39:09.421 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[14957]: audit 2024-09-10T18:39:08.985291+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:39:09.421 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[14957]: audit 2024-09-10T18:39:08.987717+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-10T18:39:09.421 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[19205]: cluster 2024-09-10T18:39:08.189854+0000 mgr.x (mgr.34745) 116 : cluster [DBG] pgmap v96: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-10T18:39:09.421 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[19205]: audit 2024-09-10T18:39:08.489930+0000 mon.a (mon.0) 771 : audit [DBG] from='client.? 172.21.15.31:0/1065688791' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:39:09.421 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[19205]: audit 2024-09-10T18:39:08.879199+0000 mgr.x (mgr.34745) 117 : audit [DBG] from='client.14937 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:39:09.422 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[19205]: cephadm 2024-09-10T18:39:08.891967+0000 mgr.x (mgr.34745) 118 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-10T18:39:09.422 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[19205]: audit 2024-09-10T18:39:08.892128+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:39:09.422 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[19205]: audit 2024-09-10T18:39:08.893545+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:39:09.422 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[19205]: audit 2024-09-10T18:39:08.904320+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:39:09.422 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[19205]: audit 2024-09-10T18:39:08.914402+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:39:09.422 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[19205]: audit 2024-09-10T18:39:08.915777+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:39:09.422 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[19205]: audit 2024-09-10T18:39:08.917574+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:39:09.422 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[19205]: cephadm 2024-09-10T18:39:08.919100+0000 mgr.x (mgr.34745) 119 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:39:09.422 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[19205]: audit 2024-09-10T18:39:08.930678+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:39:09.422 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[19205]: audit 2024-09-10T18:39:08.980113+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:39:09.422 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[19205]: audit 2024-09-10T18:39:08.983453+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:39:09.422 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[19205]: audit 2024-09-10T18:39:08.984115+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:39:09.422 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[19205]: audit 2024-09-10T18:39:08.985291+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:39:09.423 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:09 smithi031 bash[19205]: audit 2024-09-10T18:39:08.987717+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-10T18:39:09.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:09 smithi063 bash[14646]: cluster 2024-09-10T18:39:08.189854+0000 mgr.x (mgr.34745) 116 : cluster [DBG] pgmap v96: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-10T18:39:09.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:09 smithi063 bash[14646]: audit 2024-09-10T18:39:08.489930+0000 mon.a (mon.0) 771 : audit [DBG] from='client.? 172.21.15.31:0/1065688791' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:39:09.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:09 smithi063 bash[14646]: audit 2024-09-10T18:39:08.879199+0000 mgr.x (mgr.34745) 117 : audit [DBG] from='client.14937 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:39:09.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:09 smithi063 bash[14646]: cephadm 2024-09-10T18:39:08.891967+0000 mgr.x (mgr.34745) 118 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-10T18:39:09.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:09 smithi063 bash[14646]: audit 2024-09-10T18:39:08.892128+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:39:09.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:09 smithi063 bash[14646]: audit 2024-09-10T18:39:08.893545+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:39:09.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:09 smithi063 bash[14646]: audit 2024-09-10T18:39:08.904320+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:39:09.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:09 smithi063 bash[14646]: audit 2024-09-10T18:39:08.914402+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:39:09.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:09 smithi063 bash[14646]: audit 2024-09-10T18:39:08.915777+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:39:09.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:09 smithi063 bash[14646]: audit 2024-09-10T18:39:08.917574+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:39:09.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:09 smithi063 bash[14646]: cephadm 2024-09-10T18:39:08.919100+0000 mgr.x (mgr.34745) 119 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:39:09.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:09 smithi063 bash[14646]: audit 2024-09-10T18:39:08.930678+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:39:09.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:09 smithi063 bash[14646]: audit 2024-09-10T18:39:08.980113+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:39:09.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:09 smithi063 bash[14646]: audit 2024-09-10T18:39:08.983453+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:39:09.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:09 smithi063 bash[14646]: audit 2024-09-10T18:39:08.984115+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:39:09.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:09 smithi063 bash[14646]: audit 2024-09-10T18:39:08.985291+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:39:09.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:09 smithi063 bash[14646]: audit 2024-09-10T18:39:08.987717+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-10T18:39:09.706 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps --refresh' 2024-09-10T18:39:10.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:10 smithi063 bash[14646]: cephadm 2024-09-10T18:39:08.986975+0000 mgr.x (mgr.34745) 120 : cephadm [INF] Deploying daemon mgr.y on smithi031 2024-09-10T18:39:10.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:10 smithi031 bash[14957]: cephadm 2024-09-10T18:39:08.986975+0000 mgr.x (mgr.34745) 120 : cephadm [INF] Deploying daemon mgr.y on smithi031 2024-09-10T18:39:10.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:10 smithi031 bash[19205]: cephadm 2024-09-10T18:39:08.986975+0000 mgr.x (mgr.34745) 120 : cephadm [INF] Deploying daemon mgr.y on smithi031 2024-09-10T18:39:11.569 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:11 smithi031 bash[14957]: cluster 2024-09-10T18:39:10.190577+0000 mgr.x (mgr.34745) 121 : cluster [DBG] pgmap v97: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 53 op/s 2024-09-10T18:39:11.569 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:11 smithi031 bash[19205]: cluster 2024-09-10T18:39:10.190577+0000 mgr.x (mgr.34745) 121 : cluster [DBG] pgmap v97: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 53 op/s 2024-09-10T18:39:11.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:11 smithi063 bash[14646]: cluster 2024-09-10T18:39:10.190577+0000 mgr.x (mgr.34745) 121 : cluster [DBG] pgmap v97: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 53 op/s 2024-09-10T18:39:11.889 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:11.629Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:39:11.889 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:11.629Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:39:11.889 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:11.629Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:39:13.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:13 smithi063 bash[14646]: cluster 2024-09-10T18:39:12.192139+0000 mgr.x (mgr.34745) 122 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 54 op/s 2024-09-10T18:39:13.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:13 smithi031 bash[14957]: cluster 2024-09-10T18:39:12.192139+0000 mgr.x (mgr.34745) 122 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 54 op/s 2024-09-10T18:39:13.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:13 smithi031 bash[19205]: cluster 2024-09-10T18:39:12.192139+0000 mgr.x (mgr.34745) 122 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 54 op/s 2024-09-10T18:39:13.853 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:13.519Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:39:13.853 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:13.519Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:39:13.853 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:13.519Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:39:14.364 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:39:14.364 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (11m) 3m ago 12m 9.91M - 0.20.0 0881eb8f169f 41b8db25c52c 2024-09-10T18:39:14.364 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (11m) 2m ago 11m 25.9M - 6.6.2 a0dce381714a 87075f7b106b 2024-09-10T18:39:14.364 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 running (2m) 2m ago 12m 41.0M - 3.4 dfc483079636 b074fe361ecc 2024-09-10T18:39:14.364 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 running (5m) 2m ago 16m 431M - 17.2.7-1606-g5be57395 4c55dd409611 40181f21c8d8 2024-09-10T18:39:14.364 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 running (18m) 3m ago 18m 301M - 15.2.9 dfc483079636 58af66fb1dd7 2024-09-10T18:39:14.364 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (18m) 3m ago 18m 60.7M 2048M 15.2.9 dfc483079636 110985a9aaad 2024-09-10T18:39:14.364 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (17m) 2m ago 17m 58.9M 2048M 15.2.9 dfc483079636 97c3ecf5bc14 2024-09-10T18:39:14.364 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (17m) 3m ago 17m 50.3M 2048M 15.2.9 dfc483079636 b3f47a149224 2024-09-10T18:39:14.365 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (12m) 3m ago 12m 11.1M - 0.18.1 e5a616e4b9cf 1c56f8797d7e 2024-09-10T18:39:14.365 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (12m) 2m ago 12m 11.6M - 0.18.1 e5a616e4b9cf 5ec08759a54e 2024-09-10T18:39:14.365 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (16m) 3m ago 16m 48.0M 4096M 15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:39:14.365 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (15m) 3m ago 16m 45.5M 4096M 15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:39:14.365 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (15m) 3m ago 15m 42.6M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:39:14.365 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (15m) 3m ago 15m 46.3M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:39:14.365 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (14m) 2m ago 14m 47.3M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:39:14.365 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (14m) 2m ago 14m 45.7M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:39:14.365 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (13m) 2m ago 13m 45.1M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:39:14.365 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (13m) 2m ago 13m 46.7M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:39:14.365 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (2m) 2m ago 12m 30.4M - 2.18.1 de242295e225 bca87f47ec68 2024-09-10T18:39:14.365 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (10m) 3m ago 10m 50.4M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:39:14.366 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (10m) 2m ago 10m 49.6M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:39:15.333 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 180' 2024-09-10T18:39:15.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[14957]: cluster 2024-09-10T18:39:14.192816+0000 mgr.x (mgr.34745) 123 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:15.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[14957]: audit 2024-09-10T18:39:14.328029+0000 mgr.x (mgr.34745) 124 : audit [DBG] from='client.14943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:39:15.604 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[14957]: audit 2024-09-10T18:39:14.334721+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:39:15.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[14957]: audit 2024-09-10T18:39:14.335792+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:39:15.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[14957]: audit 2024-09-10T18:39:14.336858+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[14957]: audit 2024-09-10T18:39:14.337923+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[14957]: audit 2024-09-10T18:39:14.338933+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[14957]: audit 2024-09-10T18:39:14.339926+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[14957]: audit 2024-09-10T18:39:14.344150+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:39:15.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[14957]: audit 2024-09-10T18:39:14.344762+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[14957]: audit 2024-09-10T18:39:14.345372+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[14957]: audit 2024-09-10T18:39:14.345994+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[14957]: audit 2024-09-10T18:39:14.346601+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.605 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[19205]: cluster 2024-09-10T18:39:14.192816+0000 mgr.x (mgr.34745) 123 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:15.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[19205]: audit 2024-09-10T18:39:14.328029+0000 mgr.x (mgr.34745) 124 : audit [DBG] from='client.14943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:39:15.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[19205]: audit 2024-09-10T18:39:14.334721+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:39:15.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[19205]: audit 2024-09-10T18:39:14.335792+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:39:15.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[19205]: audit 2024-09-10T18:39:14.336858+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[19205]: audit 2024-09-10T18:39:14.337923+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[19205]: audit 2024-09-10T18:39:14.338933+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[19205]: audit 2024-09-10T18:39:14.339926+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[19205]: audit 2024-09-10T18:39:14.344150+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:39:15.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[19205]: audit 2024-09-10T18:39:14.344762+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[19205]: audit 2024-09-10T18:39:14.345372+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[19205]: audit 2024-09-10T18:39:14.345994+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.607 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:15 smithi031 bash[19205]: audit 2024-09-10T18:39:14.346601+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:15 smithi063 bash[14646]: cluster 2024-09-10T18:39:14.192816+0000 mgr.x (mgr.34745) 123 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:15.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:15 smithi063 bash[14646]: audit 2024-09-10T18:39:14.328029+0000 mgr.x (mgr.34745) 124 : audit [DBG] from='client.14943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:39:15.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:15 smithi063 bash[14646]: audit 2024-09-10T18:39:14.334721+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:39:15.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:15 smithi063 bash[14646]: audit 2024-09-10T18:39:14.335792+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:39:15.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:15 smithi063 bash[14646]: audit 2024-09-10T18:39:14.336858+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:15 smithi063 bash[14646]: audit 2024-09-10T18:39:14.337923+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:15 smithi063 bash[14646]: audit 2024-09-10T18:39:14.338933+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:15 smithi063 bash[14646]: audit 2024-09-10T18:39:14.339926+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:15 smithi063 bash[14646]: audit 2024-09-10T18:39:14.344150+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:39:15.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:15 smithi063 bash[14646]: audit 2024-09-10T18:39:14.344762+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:15 smithi063 bash[14646]: audit 2024-09-10T18:39:14.345372+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:15 smithi063 bash[14646]: audit 2024-09-10T18:39:14.345994+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:15.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:15 smithi063 bash[14646]: audit 2024-09-10T18:39:14.346601+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:39:17.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:17 smithi063 bash[14646]: cluster 2024-09-10T18:39:16.193519+0000 mgr.x (mgr.34745) 125 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:17.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:17 smithi031 bash[14957]: cluster 2024-09-10T18:39:16.193519+0000 mgr.x (mgr.34745) 125 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:17.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:17 smithi031 bash[19205]: cluster 2024-09-10T18:39:16.193519+0000 mgr.x (mgr.34745) 125 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:19.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:19 smithi063 bash[14646]: cluster 2024-09-10T18:39:18.195101+0000 mgr.x (mgr.34745) 126 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:19.696 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:19 smithi031 bash[14957]: cluster 2024-09-10T18:39:18.195101+0000 mgr.x (mgr.34745) 126 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:19.696 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:19 smithi031 bash[19205]: cluster 2024-09-10T18:39:18.195101+0000 mgr.x (mgr.34745) 126 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:21.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:21 smithi063 bash[14646]: cluster 2024-09-10T18:39:20.195905+0000 mgr.x (mgr.34745) 127 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:21.633 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:21 smithi031 bash[14957]: cluster 2024-09-10T18:39:20.195905+0000 mgr.x (mgr.34745) 127 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:21.633 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:21 smithi031 bash[19205]: cluster 2024-09-10T18:39:20.195905+0000 mgr.x (mgr.34745) 127 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:21.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:21.629Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:39:21.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:21.629Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:39:21.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:21.629Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:39:23.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:23 smithi063 bash[14646]: cluster 2024-09-10T18:39:22.197517+0000 mgr.x (mgr.34745) 128 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:23.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:23 smithi031 bash[19205]: cluster 2024-09-10T18:39:22.197517+0000 mgr.x (mgr.34745) 128 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:23.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:23 smithi031 bash[14957]: cluster 2024-09-10T18:39:22.197517+0000 mgr.x (mgr.34745) 128 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:23.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:23.519Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:39:23.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:23.519Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:39:23.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:23.519Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:39:25.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:25 smithi063 bash[14646]: cluster 2024-09-10T18:39:24.198360+0000 mgr.x (mgr.34745) 129 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:25.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:25 smithi031 bash[19205]: cluster 2024-09-10T18:39:24.198360+0000 mgr.x (mgr.34745) 129 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:25.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:25 smithi031 bash[14957]: cluster 2024-09-10T18:39:24.198360+0000 mgr.x (mgr.34745) 129 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:27.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:27 smithi063 bash[14646]: cluster 2024-09-10T18:39:26.199191+0000 mgr.x (mgr.34745) 130 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:27.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:27 smithi031 bash[14957]: cluster 2024-09-10T18:39:26.199191+0000 mgr.x (mgr.34745) 130 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:27.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:27 smithi031 bash[19205]: cluster 2024-09-10T18:39:26.199191+0000 mgr.x (mgr.34745) 130 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:29.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:29 smithi063 bash[14646]: cluster 2024-09-10T18:39:28.200743+0000 mgr.x (mgr.34745) 131 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:29.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:29 smithi031 bash[14957]: cluster 2024-09-10T18:39:28.200743+0000 mgr.x (mgr.34745) 131 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:29.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:29 smithi031 bash[19205]: cluster 2024-09-10T18:39:28.200743+0000 mgr.x (mgr.34745) 131 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:31.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:31 smithi063 bash[14646]: cluster 2024-09-10T18:39:30.201470+0000 mgr.x (mgr.34745) 132 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:31.633 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:31 smithi031 bash[14957]: cluster 2024-09-10T18:39:30.201470+0000 mgr.x (mgr.34745) 132 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:31.633 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:31 smithi031 bash[19205]: cluster 2024-09-10T18:39:30.201470+0000 mgr.x (mgr.34745) 132 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:31.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:31.629Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:39:31.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:31.629Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:39:31.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:31.630Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:39:33.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:33 smithi063 bash[14646]: cluster 2024-09-10T18:39:32.202972+0000 mgr.x (mgr.34745) 133 : cluster [DBG] pgmap v108: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:33.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:33 smithi031 bash[14957]: cluster 2024-09-10T18:39:32.202972+0000 mgr.x (mgr.34745) 133 : cluster [DBG] pgmap v108: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:33.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:33 smithi031 bash[19205]: cluster 2024-09-10T18:39:32.202972+0000 mgr.x (mgr.34745) 133 : cluster [DBG] pgmap v108: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:33.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:33.520Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:39:33.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:33.520Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:39:33.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:33.520Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:39:35.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:35 smithi063 bash[14646]: cluster 2024-09-10T18:39:34.203676+0000 mgr.x (mgr.34745) 134 : cluster [DBG] pgmap v109: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:35.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:35 smithi031 bash[14957]: cluster 2024-09-10T18:39:34.203676+0000 mgr.x (mgr.34745) 134 : cluster [DBG] pgmap v109: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:35.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:35 smithi031 bash[19205]: cluster 2024-09-10T18:39:34.203676+0000 mgr.x (mgr.34745) 134 : cluster [DBG] pgmap v109: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:37.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:37 smithi063 bash[14646]: cluster 2024-09-10T18:39:36.204375+0000 mgr.x (mgr.34745) 135 : cluster [DBG] pgmap v110: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:37.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:37 smithi031 bash[14957]: cluster 2024-09-10T18:39:36.204375+0000 mgr.x (mgr.34745) 135 : cluster [DBG] pgmap v110: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:37 smithi031 bash[19205]: cluster 2024-09-10T18:39:36.204375+0000 mgr.x (mgr.34745) 135 : cluster [DBG] pgmap v110: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:39.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:39 smithi063 bash[14646]: cluster 2024-09-10T18:39:38.205929+0000 mgr.x (mgr.34745) 136 : cluster [DBG] pgmap v111: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:39.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:39 smithi031 bash[14957]: cluster 2024-09-10T18:39:38.205929+0000 mgr.x (mgr.34745) 136 : cluster [DBG] pgmap v111: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:39.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:39 smithi031 bash[19205]: cluster 2024-09-10T18:39:38.205929+0000 mgr.x (mgr.34745) 136 : cluster [DBG] pgmap v111: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:41.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:41 smithi063 bash[14646]: cluster 2024-09-10T18:39:40.206590+0000 mgr.x (mgr.34745) 137 : cluster [DBG] pgmap v112: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:41.633 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:41 smithi031 bash[14957]: cluster 2024-09-10T18:39:40.206590+0000 mgr.x (mgr.34745) 137 : cluster [DBG] pgmap v112: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:41.634 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:41 smithi031 bash[19205]: cluster 2024-09-10T18:39:40.206590+0000 mgr.x (mgr.34745) 137 : cluster [DBG] pgmap v112: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:41.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:41.630Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:39:41.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:41.630Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:39:41.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:41.630Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:39:43.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:43 smithi063 bash[14646]: cluster 2024-09-10T18:39:42.208069+0000 mgr.x (mgr.34745) 138 : cluster [DBG] pgmap v113: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:43.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:43 smithi031 bash[19205]: cluster 2024-09-10T18:39:42.208069+0000 mgr.x (mgr.34745) 138 : cluster [DBG] pgmap v113: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:43.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:43 smithi031 bash[14957]: cluster 2024-09-10T18:39:42.208069+0000 mgr.x (mgr.34745) 138 : cluster [DBG] pgmap v113: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:43.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:43.520Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:39:43.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:43.520Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:39:43.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:43.520Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:39:45.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:45 smithi063 bash[14646]: cluster 2024-09-10T18:39:44.208759+0000 mgr.x (mgr.34745) 139 : cluster [DBG] pgmap v114: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:45.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:45 smithi031 bash[14957]: cluster 2024-09-10T18:39:44.208759+0000 mgr.x (mgr.34745) 139 : cluster [DBG] pgmap v114: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:45.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:45 smithi031 bash[19205]: cluster 2024-09-10T18:39:44.208759+0000 mgr.x (mgr.34745) 139 : cluster [DBG] pgmap v114: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:47.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:47 smithi063 bash[14646]: cluster 2024-09-10T18:39:46.209485+0000 mgr.x (mgr.34745) 140 : cluster [DBG] pgmap v115: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:47 smithi031 bash[14957]: cluster 2024-09-10T18:39:46.209485+0000 mgr.x (mgr.34745) 140 : cluster [DBG] pgmap v115: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:47.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:47 smithi031 bash[19205]: cluster 2024-09-10T18:39:46.209485+0000 mgr.x (mgr.34745) 140 : cluster [DBG] pgmap v115: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:49.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:49 smithi063 bash[14646]: cluster 2024-09-10T18:39:48.211008+0000 mgr.x (mgr.34745) 141 : cluster [DBG] pgmap v116: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:49.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:49 smithi031 bash[14957]: cluster 2024-09-10T18:39:48.211008+0000 mgr.x (mgr.34745) 141 : cluster [DBG] pgmap v116: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:49.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:49 smithi031 bash[19205]: cluster 2024-09-10T18:39:48.211008+0000 mgr.x (mgr.34745) 141 : cluster [DBG] pgmap v116: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:51.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:51 smithi063 bash[14646]: cluster 2024-09-10T18:39:50.211694+0000 mgr.x (mgr.34745) 142 : cluster [DBG] pgmap v117: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:51.634 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:51 smithi031 bash[14957]: cluster 2024-09-10T18:39:50.211694+0000 mgr.x (mgr.34745) 142 : cluster [DBG] pgmap v117: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:51.634 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:51 smithi031 bash[19205]: cluster 2024-09-10T18:39:50.211694+0000 mgr.x (mgr.34745) 142 : cluster [DBG] pgmap v117: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:51.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:51.630Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:39:51.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:51.630Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:39:51.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:51.630Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:39:53.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:53 smithi063 bash[14646]: cluster 2024-09-10T18:39:52.213186+0000 mgr.x (mgr.34745) 143 : cluster [DBG] pgmap v118: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:53.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:53 smithi031 bash[14957]: cluster 2024-09-10T18:39:52.213186+0000 mgr.x (mgr.34745) 143 : cluster [DBG] pgmap v118: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:53.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:53 smithi031 bash[19205]: cluster 2024-09-10T18:39:52.213186+0000 mgr.x (mgr.34745) 143 : cluster [DBG] pgmap v118: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:53.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:53.520Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:39:53.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:53.520Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:39:53.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:39:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:39:53.520Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:39:55.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:55 smithi063 bash[14646]: cluster 2024-09-10T18:39:54.213920+0000 mgr.x (mgr.34745) 144 : cluster [DBG] pgmap v119: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:55 smithi031 bash[14957]: cluster 2024-09-10T18:39:54.213920+0000 mgr.x (mgr.34745) 144 : cluster [DBG] pgmap v119: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:55.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:55 smithi031 bash[19205]: cluster 2024-09-10T18:39:54.213920+0000 mgr.x (mgr.34745) 144 : cluster [DBG] pgmap v119: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:56.137 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:39:55 smithi031 systemd[1]: Stopping Ceph mgr.y for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:39:57.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:57 smithi063 bash[14646]: cluster 2024-09-10T18:39:56.214620+0000 mgr.x (mgr.34745) 145 : cluster [DBG] pgmap v120: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:57.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:57 smithi031 bash[14957]: cluster 2024-09-10T18:39:56.214620+0000 mgr.x (mgr.34745) 145 : cluster [DBG] pgmap v120: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:57.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:57 smithi031 bash[19205]: cluster 2024-09-10T18:39:56.214620+0000 mgr.x (mgr.34745) 145 : cluster [DBG] pgmap v120: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:39:59.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:39:59 smithi063 bash[14646]: cluster 2024-09-10T18:39:58.216140+0000 mgr.x (mgr.34745) 146 : cluster [DBG] pgmap v121: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:59.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:39:59 smithi031 bash[14957]: cluster 2024-09-10T18:39:58.216140+0000 mgr.x (mgr.34745) 146 : cluster [DBG] pgmap v121: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:39:59.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:39:59 smithi031 bash[19205]: cluster 2024-09-10T18:39:58.216140+0000 mgr.x (mgr.34745) 146 : cluster [DBG] pgmap v121: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:00.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:00 smithi063 bash[14646]: cluster 2024-09-10T18:40:00.000133+0000 mon.a (mon.0) 777 : cluster [INF] overall HEALTH_OK 2024-09-10T18:40:00.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:00 smithi031 bash[14957]: cluster 2024-09-10T18:40:00.000133+0000 mon.a (mon.0) 777 : cluster [INF] overall HEALTH_OK 2024-09-10T18:40:00.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:00 smithi031 bash[19205]: cluster 2024-09-10T18:40:00.000133+0000 mon.a (mon.0) 777 : cluster [INF] overall HEALTH_OK 2024-09-10T18:40:01.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:01 smithi063 bash[14646]: cluster 2024-09-10T18:40:00.216893+0000 mgr.x (mgr.34745) 147 : cluster [DBG] pgmap v122: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:01.634 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:01 smithi031 bash[14957]: cluster 2024-09-10T18:40:00.216893+0000 mgr.x (mgr.34745) 147 : cluster [DBG] pgmap v122: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:01.634 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:01 smithi031 bash[19205]: cluster 2024-09-10T18:40:00.216893+0000 mgr.x (mgr.34745) 147 : cluster [DBG] pgmap v122: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:01.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:01.631Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:40:01.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:01.630Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:40:01.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:01.631Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:40:03.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:03 smithi063 bash[14646]: cluster 2024-09-10T18:40:02.218528+0000 mgr.x (mgr.34745) 148 : cluster [DBG] pgmap v123: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:03.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:03 smithi031 bash[14957]: cluster 2024-09-10T18:40:02.218528+0000 mgr.x (mgr.34745) 148 : cluster [DBG] pgmap v123: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:03.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:03 smithi031 bash[19205]: cluster 2024-09-10T18:40:02.218528+0000 mgr.x (mgr.34745) 148 : cluster [DBG] pgmap v123: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:03.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:03.521Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:40:03.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:03.521Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:40:03.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:03.521Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:40:05.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:05 smithi063 bash[14646]: cluster 2024-09-10T18:40:04.219281+0000 mgr.x (mgr.34745) 149 : cluster [DBG] pgmap v124: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:05.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:05 smithi031 bash[19205]: cluster 2024-09-10T18:40:04.219281+0000 mgr.x (mgr.34745) 149 : cluster [DBG] pgmap v124: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:05.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:05 smithi031 bash[14957]: cluster 2024-09-10T18:40:04.219281+0000 mgr.x (mgr.34745) 149 : cluster [DBG] pgmap v124: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:06.961 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:06 smithi031 bash[40654]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-mgr.y 2024-09-10T18:40:06.961 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:06 smithi031 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.y.service: Main process exited, code=exited, status=137/n/a 2024-09-10T18:40:06.961 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:06 smithi031 bash[40735]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-mgr.y 2024-09-10T18:40:07.290 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:06 smithi031 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.y.service: Failed with result 'exit-code'. 2024-09-10T18:40:07.290 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:06 smithi031 systemd[1]: Stopped Ceph mgr.y for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:40:07.290 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:07 smithi031 systemd[1]: Started Ceph mgr.y for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:40:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:07 smithi063 bash[14646]: cluster 2024-09-10T18:40:06.219960+0000 mgr.x (mgr.34745) 150 : cluster [DBG] pgmap v125: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:07 smithi063 bash[14646]: audit 2024-09-10T18:40:06.416018+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-10T18:40:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:07 smithi063 bash[14646]: audit 2024-09-10T18:40:06.416625+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:40:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:07 smithi063 bash[14646]: audit 2024-09-10T18:40:06.417131+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T18:40:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:07 smithi063 bash[14646]: audit 2024-09-10T18:40:06.420596+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-10T18:40:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:07 smithi063 bash[14646]: audit 2024-09-10T18:40:06.421791+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:40:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:07 smithi063 bash[14646]: audit 2024-09-10T18:40:06.422497+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T18:40:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:07 smithi063 bash[14646]: audit 2024-09-10T18:40:07.218298+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:40:07.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:07 smithi063 bash[14646]: audit 2024-09-10T18:40:07.230340+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:07.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:07 smithi063 bash[14646]: audit 2024-09-10T18:40:07.239104+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:40:07.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:07 smithi063 bash[14646]: audit 2024-09-10T18:40:07.239226+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:07.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:07 smithi063 bash[14646]: audit 2024-09-10T18:40:07.248981+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:07.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:07 smithi063 bash[14646]: audit 2024-09-10T18:40:07.256566+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:07.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:07 smithi063 bash[14646]: audit 2024-09-10T18:40:07.264884+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:40:07.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:07 smithi063 bash[14646]: audit 2024-09-10T18:40:07.268312+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:40:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[14957]: cluster 2024-09-10T18:40:06.219960+0000 mgr.x (mgr.34745) 150 : cluster [DBG] pgmap v125: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[14957]: audit 2024-09-10T18:40:06.416018+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-10T18:40:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[14957]: audit 2024-09-10T18:40:06.416625+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:40:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[14957]: audit 2024-09-10T18:40:06.417131+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T18:40:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[14957]: audit 2024-09-10T18:40:06.420596+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-10T18:40:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[14957]: audit 2024-09-10T18:40:06.421791+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:40:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[14957]: audit 2024-09-10T18:40:06.422497+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T18:40:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[14957]: audit 2024-09-10T18:40:07.218298+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:40:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[14957]: audit 2024-09-10T18:40:07.230340+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[14957]: audit 2024-09-10T18:40:07.239104+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:40:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[14957]: audit 2024-09-10T18:40:07.239226+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[14957]: audit 2024-09-10T18:40:07.248981+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[14957]: audit 2024-09-10T18:40:07.256566+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[14957]: audit 2024-09-10T18:40:07.264884+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:40:07.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[14957]: audit 2024-09-10T18:40:07.268312+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:40:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[19205]: cluster 2024-09-10T18:40:06.219960+0000 mgr.x (mgr.34745) 150 : cluster [DBG] pgmap v125: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[19205]: audit 2024-09-10T18:40:06.416018+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-10T18:40:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[19205]: audit 2024-09-10T18:40:06.416625+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:40:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[19205]: audit 2024-09-10T18:40:06.417131+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T18:40:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[19205]: audit 2024-09-10T18:40:06.420596+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-10T18:40:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[19205]: audit 2024-09-10T18:40:06.421791+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:40:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[19205]: audit 2024-09-10T18:40:06.422497+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T18:40:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[19205]: audit 2024-09-10T18:40:07.218298+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:40:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[19205]: audit 2024-09-10T18:40:07.230340+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[19205]: audit 2024-09-10T18:40:07.239104+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:40:07.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[19205]: audit 2024-09-10T18:40:07.239226+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:07.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[19205]: audit 2024-09-10T18:40:07.248981+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:07.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[19205]: audit 2024-09-10T18:40:07.256566+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:07.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[19205]: audit 2024-09-10T18:40:07.264884+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:40:07.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:07 smithi031 bash[19205]: audit 2024-09-10T18:40:07.268312+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:40:08.744 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:08 smithi031 bash[40844]: debug 2024-09-10T18:40:08.603+0000 7fcaf7679640 1 -- 172.21.15.31:0/1865223062 <== mon.1 v2:172.21.15.31:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ee4abee340 con 0x55ee4abfb000 2024-09-10T18:40:09.137 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:08 smithi031 bash[40844]: debug 2024-09-10T18:40:08.735+0000 7fcaf9ee1ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T18:40:09.593 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:09 smithi031 bash[14957]: cluster 2024-09-10T18:40:08.221505+0000 mgr.x (mgr.34745) 151 : cluster [DBG] pgmap v126: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:09.594 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:09 smithi031 bash[40844]: debug 2024-09-10T18:40:09.511+0000 7fcaf9ee1ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T18:40:09.594 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:09 smithi031 bash[19205]: cluster 2024-09-10T18:40:08.221505+0000 mgr.x (mgr.34745) 151 : cluster [DBG] pgmap v126: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:09.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:09 smithi063 bash[14646]: cluster 2024-09-10T18:40:08.221505+0000 mgr.x (mgr.34745) 151 : cluster [DBG] pgmap v126: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:09.887 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:09 smithi031 bash[40844]: debug 2024-09-10T18:40:09.583+0000 7fcaf9ee1ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T18:40:09.887 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:09 smithi031 bash[40844]: debug 2024-09-10T18:40:09.651+0000 7fcaf9ee1ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T18:40:09.887 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:09 smithi031 bash[40844]: debug 2024-09-10T18:40:09.811+0000 7fcaf9ee1ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:40:10.387 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:10 smithi031 bash[40844]: debug 2024-09-10T18:40:10.071+0000 7fcaf9ee1ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T18:40:10.387 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:10 smithi031 bash[40844]: debug 2024-09-10T18:40:10.139+0000 7fcaf9ee1ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T18:40:10.387 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:10 smithi031 bash[40844]: debug 2024-09-10T18:40:10.275+0000 7fcaf9ee1ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T18:40:11.299 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:10 smithi031 bash[40844]: debug 2024-09-10T18:40:10.935+0000 7fcaf9ee1ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T18:40:11.299 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:11 smithi031 bash[40844]: debug 2024-09-10T18:40:11.011+0000 7fcaf9ee1ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T18:40:11.300 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:11 smithi031 bash[40844]: debug 2024-09-10T18:40:11.091+0000 7fcaf9ee1ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T18:40:11.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:11 smithi063 bash[14646]: cluster 2024-09-10T18:40:10.222335+0000 mgr.x (mgr.34745) 152 : cluster [DBG] pgmap v127: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:11.634 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:11 smithi031 bash[40844]: debug 2024-09-10T18:40:11.383+0000 7fcaf9ee1ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T18:40:11.634 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:11 smithi031 bash[40844]: debug 2024-09-10T18:40:11.523+0000 7fcaf9ee1ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T18:40:11.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:11 smithi031 bash[14957]: cluster 2024-09-10T18:40:10.222335+0000 mgr.x (mgr.34745) 152 : cluster [DBG] pgmap v127: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:11.635 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:11 smithi031 bash[19205]: cluster 2024-09-10T18:40:10.222335+0000 mgr.x (mgr.34745) 152 : cluster [DBG] pgmap v127: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:11.887 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:11 smithi031 bash[40844]: debug 2024-09-10T18:40:11.855+0000 7fcaf9ee1ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T18:40:11.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:11.631Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:40:11.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:11.631Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: dial tcp 172.21.15.31:8443: connect: connection refused" context_err="context deadline exceeded" 2024-09-10T18:40:11.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:11.631Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: dial tcp 172.21.15.31:8443: connect: connection refused; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:40:12.387 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:12 smithi031 bash[40844]: debug 2024-09-10T18:40:12.079+0000 7fcaf9ee1ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:40:12.819 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:12 smithi031 bash[40844]: debug 2024-09-10T18:40:12.507+0000 7fcaf9ee1ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T18:40:12.819 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:12 smithi031 bash[40844]: debug 2024-09-10T18:40:12.575+0000 7fcaf9ee1ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T18:40:12.819 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:12 smithi031 bash[40844]: debug 2024-09-10T18:40:12.643+0000 7fcaf9ee1ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T18:40:12.819 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:12 smithi031 bash[40844]: debug 2024-09-10T18:40:12.739+0000 7fcaf9ee1ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T18:40:13.108 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:12 smithi031 bash[40844]: debug 2024-09-10T18:40:12.807+0000 7fcaf9ee1ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T18:40:13.108 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:12 smithi031 bash[40844]: debug 2024-09-10T18:40:12.887+0000 7fcaf9ee1ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T18:40:13.108 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:13 smithi031 bash[40844]: debug 2024-09-10T18:40:13.039+0000 7fcaf9ee1ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T18:40:13.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:13 smithi063 bash[14646]: cluster 2024-09-10T18:40:12.223783+0000 mgr.x (mgr.34745) 153 : cluster [DBG] pgmap v128: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:13.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:13 smithi031 bash[14957]: cluster 2024-09-10T18:40:12.223783+0000 mgr.x (mgr.34745) 153 : cluster [DBG] pgmap v128: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:13.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:13 smithi031 bash[19205]: cluster 2024-09-10T18:40:12.223783+0000 mgr.x (mgr.34745) 153 : cluster [DBG] pgmap v128: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:13.388 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:13 smithi031 bash[40844]: debug 2024-09-10T18:40:13.123+0000 7fcaf9ee1ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T18:40:13.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:13.521Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:40:13.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:13.521Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: dial tcp 172.21.15.31:8443: connect: connection refused" context_err="context deadline exceeded" 2024-09-10T18:40:13.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:13.521Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: dial tcp 172.21.15.31:8443: connect: connection refused" 2024-09-10T18:40:14.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:14 smithi063 bash[14646]: audit 2024-09-10T18:40:14.098784+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:40:14.387 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:40:14 smithi031 bash[40844]: debug 2024-09-10T18:40:14.171+0000 7fcaf9ee1ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T18:40:14.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:14 smithi031 bash[19205]: audit 2024-09-10T18:40:14.098784+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:40:14.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:14 smithi031 bash[14957]: audit 2024-09-10T18:40:14.098784+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:40:15.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:15 smithi063 bash[14646]: audit 2024-09-10T18:40:14.114484+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:15.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:15 smithi063 bash[14646]: audit 2024-09-10T18:40:14.125336+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:15.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:15 smithi063 bash[14646]: cluster 2024-09-10T18:40:14.180728+0000 mon.a (mon.0) 787 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T18:40:15.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:15 smithi063 bash[14646]: cluster 2024-09-10T18:40:14.181026+0000 mon.a (mon.0) 788 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:40:15.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:15 smithi063 bash[14646]: audit 2024-09-10T18:40:14.197235+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T18:40:15.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:15 smithi063 bash[14646]: audit 2024-09-10T18:40:14.198093+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:40:15.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:15 smithi063 bash[14646]: audit 2024-09-10T18:40:14.199342+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T18:40:15.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:15 smithi063 bash[14646]: audit 2024-09-10T18:40:14.199916+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.? 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:40:15.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:15 smithi063 bash[14646]: cluster 2024-09-10T18:40:14.224472+0000 mgr.x (mgr.34745) 154 : cluster [DBG] pgmap v129: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:15.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:15 smithi063 bash[14646]: audit 2024-09-10T18:40:14.351293+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:40:15.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:15 smithi063 bash[14646]: audit 2024-09-10T18:40:14.363131+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:15.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:15 smithi063 bash[14646]: audit 2024-09-10T18:40:14.370866+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:15.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:15 smithi063 bash[14646]: audit 2024-09-10T18:40:14.743110+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:40:15.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:15 smithi063 bash[14646]: audit 2024-09-10T18:40:14.744887+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:40:15.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:15 smithi063 bash[14646]: cephadm 2024-09-10T18:40:14.746383+0000 mgr.x (mgr.34745) 155 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:40:15.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:15 smithi063 bash[14646]: audit 2024-09-10T18:40:14.759467+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:15.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[14957]: audit 2024-09-10T18:40:14.114484+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:15.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[14957]: audit 2024-09-10T18:40:14.125336+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:15.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[14957]: cluster 2024-09-10T18:40:14.180728+0000 mon.a (mon.0) 787 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T18:40:15.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[14957]: cluster 2024-09-10T18:40:14.181026+0000 mon.a (mon.0) 788 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:40:15.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[14957]: audit 2024-09-10T18:40:14.197235+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T18:40:15.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[14957]: audit 2024-09-10T18:40:14.198093+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:40:15.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[14957]: audit 2024-09-10T18:40:14.199342+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T18:40:15.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[14957]: audit 2024-09-10T18:40:14.199916+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.? 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:40:15.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[14957]: cluster 2024-09-10T18:40:14.224472+0000 mgr.x (mgr.34745) 154 : cluster [DBG] pgmap v129: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:15.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[14957]: audit 2024-09-10T18:40:14.351293+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:40:15.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[14957]: audit 2024-09-10T18:40:14.363131+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:15.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[14957]: audit 2024-09-10T18:40:14.370866+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:15.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[14957]: audit 2024-09-10T18:40:14.743110+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:40:15.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[14957]: audit 2024-09-10T18:40:14.744887+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:40:15.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[14957]: cephadm 2024-09-10T18:40:14.746383+0000 mgr.x (mgr.34745) 155 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:40:15.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[14957]: audit 2024-09-10T18:40:14.759467+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:15.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[19205]: audit 2024-09-10T18:40:14.114484+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:15.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[19205]: audit 2024-09-10T18:40:14.125336+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:15.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[19205]: cluster 2024-09-10T18:40:14.180728+0000 mon.a (mon.0) 787 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T18:40:15.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[19205]: cluster 2024-09-10T18:40:14.181026+0000 mon.a (mon.0) 788 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:40:15.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[19205]: audit 2024-09-10T18:40:14.197235+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T18:40:15.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[19205]: audit 2024-09-10T18:40:14.198093+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:40:15.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[19205]: audit 2024-09-10T18:40:14.199342+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T18:40:15.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[19205]: audit 2024-09-10T18:40:14.199916+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.? 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:40:15.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[19205]: cluster 2024-09-10T18:40:14.224472+0000 mgr.x (mgr.34745) 154 : cluster [DBG] pgmap v129: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:15.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[19205]: audit 2024-09-10T18:40:14.351293+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:40:15.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[19205]: audit 2024-09-10T18:40:14.363131+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:15.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[19205]: audit 2024-09-10T18:40:14.370866+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:15.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[19205]: audit 2024-09-10T18:40:14.743110+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:40:15.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[19205]: audit 2024-09-10T18:40:14.744887+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:40:15.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[19205]: cephadm 2024-09-10T18:40:14.746383+0000 mgr.x (mgr.34745) 155 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:40:15.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:15 smithi031 bash[19205]: audit 2024-09-10T18:40:14.759467+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:40:16.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:16 smithi063 bash[14646]: cluster 2024-09-10T18:40:15.139813+0000 mon.a (mon.0) 792 : cluster [DBG] mgrmap e23: x(active, since 4m), standbys: y 2024-09-10T18:40:16.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:16 smithi031 bash[19205]: cluster 2024-09-10T18:40:15.139813+0000 mon.a (mon.0) 792 : cluster [DBG] mgrmap e23: x(active, since 4m), standbys: y 2024-09-10T18:40:16.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:16 smithi031 bash[14957]: cluster 2024-09-10T18:40:15.139813+0000 mon.a (mon.0) 792 : cluster [DBG] mgrmap e23: x(active, since 4m), standbys: y 2024-09-10T18:40:17.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:17 smithi063 bash[14646]: cluster 2024-09-10T18:40:16.225156+0000 mgr.x (mgr.34745) 156 : cluster [DBG] pgmap v130: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:17.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:17 smithi031 bash[19205]: cluster 2024-09-10T18:40:16.225156+0000 mgr.x (mgr.34745) 156 : cluster [DBG] pgmap v130: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:17.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:17 smithi031 bash[14957]: cluster 2024-09-10T18:40:16.225156+0000 mgr.x (mgr.34745) 156 : cluster [DBG] pgmap v130: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:19.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:19 smithi063 bash[14646]: cluster 2024-09-10T18:40:18.226702+0000 mgr.x (mgr.34745) 157 : cluster [DBG] pgmap v131: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:19.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:19 smithi031 bash[19205]: cluster 2024-09-10T18:40:18.226702+0000 mgr.x (mgr.34745) 157 : cluster [DBG] pgmap v131: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:19.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:19 smithi031 bash[14957]: cluster 2024-09-10T18:40:18.226702+0000 mgr.x (mgr.34745) 157 : cluster [DBG] pgmap v131: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:21.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:21 smithi063 bash[14646]: cluster 2024-09-10T18:40:20.227391+0000 mgr.x (mgr.34745) 158 : cluster [DBG] pgmap v132: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:21.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:21 smithi031 bash[14957]: cluster 2024-09-10T18:40:20.227391+0000 mgr.x (mgr.34745) 158 : cluster [DBG] pgmap v132: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:21.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:21 smithi031 bash[19205]: cluster 2024-09-10T18:40:20.227391+0000 mgr.x (mgr.34745) 158 : cluster [DBG] pgmap v132: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:21.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:21.631Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:40:21.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:21.631Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:40:21.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:21.631Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:40:23.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:23 smithi063 bash[14646]: cluster 2024-09-10T18:40:22.228882+0000 mgr.x (mgr.34745) 159 : cluster [DBG] pgmap v133: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:23.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:23 smithi031 bash[14957]: cluster 2024-09-10T18:40:22.228882+0000 mgr.x (mgr.34745) 159 : cluster [DBG] pgmap v133: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:23.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:23 smithi031 bash[19205]: cluster 2024-09-10T18:40:22.228882+0000 mgr.x (mgr.34745) 159 : cluster [DBG] pgmap v133: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:23.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:23.521Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:40:23.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:23.521Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:40:23.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:23.521Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:40:25.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:25 smithi063 bash[14646]: cluster 2024-09-10T18:40:24.229587+0000 mgr.x (mgr.34745) 160 : cluster [DBG] pgmap v134: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:25.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:25 smithi031 bash[14957]: cluster 2024-09-10T18:40:24.229587+0000 mgr.x (mgr.34745) 160 : cluster [DBG] pgmap v134: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:25.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:25 smithi031 bash[19205]: cluster 2024-09-10T18:40:24.229587+0000 mgr.x (mgr.34745) 160 : cluster [DBG] pgmap v134: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:27.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:27 smithi063 bash[14646]: cluster 2024-09-10T18:40:26.230277+0000 mgr.x (mgr.34745) 161 : cluster [DBG] pgmap v135: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:27.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:27 smithi031 bash[14957]: cluster 2024-09-10T18:40:26.230277+0000 mgr.x (mgr.34745) 161 : cluster [DBG] pgmap v135: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:27.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:27 smithi031 bash[19205]: cluster 2024-09-10T18:40:26.230277+0000 mgr.x (mgr.34745) 161 : cluster [DBG] pgmap v135: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:29.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:29 smithi063 bash[14646]: cluster 2024-09-10T18:40:28.231772+0000 mgr.x (mgr.34745) 162 : cluster [DBG] pgmap v136: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:29.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:29 smithi031 bash[14957]: cluster 2024-09-10T18:40:28.231772+0000 mgr.x (mgr.34745) 162 : cluster [DBG] pgmap v136: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:29.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:29 smithi031 bash[19205]: cluster 2024-09-10T18:40:28.231772+0000 mgr.x (mgr.34745) 162 : cluster [DBG] pgmap v136: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:31.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:31 smithi063 bash[14646]: cluster 2024-09-10T18:40:30.232573+0000 mgr.x (mgr.34745) 163 : cluster [DBG] pgmap v137: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:31.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:31 smithi031 bash[14957]: cluster 2024-09-10T18:40:30.232573+0000 mgr.x (mgr.34745) 163 : cluster [DBG] pgmap v137: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:31 smithi031 bash[19205]: cluster 2024-09-10T18:40:30.232573+0000 mgr.x (mgr.34745) 163 : cluster [DBG] pgmap v137: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:31.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:31.632Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:40:31.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:31.632Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:40:31.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:31.632Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:40:33.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:33 smithi063 bash[14646]: cluster 2024-09-10T18:40:32.234189+0000 mgr.x (mgr.34745) 164 : cluster [DBG] pgmap v138: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:33.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:33 smithi031 bash[14957]: cluster 2024-09-10T18:40:32.234189+0000 mgr.x (mgr.34745) 164 : cluster [DBG] pgmap v138: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:33.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:33 smithi031 bash[19205]: cluster 2024-09-10T18:40:32.234189+0000 mgr.x (mgr.34745) 164 : cluster [DBG] pgmap v138: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:33.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:33.522Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:40:33.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:33.522Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:40:33.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:33.522Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:40:35.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:35 smithi063 bash[14646]: cluster 2024-09-10T18:40:34.234864+0000 mgr.x (mgr.34745) 165 : cluster [DBG] pgmap v139: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:35.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:35 smithi031 bash[14957]: cluster 2024-09-10T18:40:34.234864+0000 mgr.x (mgr.34745) 165 : cluster [DBG] pgmap v139: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:35.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:35 smithi031 bash[19205]: cluster 2024-09-10T18:40:34.234864+0000 mgr.x (mgr.34745) 165 : cluster [DBG] pgmap v139: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:37.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:37 smithi063 bash[14646]: cluster 2024-09-10T18:40:36.235565+0000 mgr.x (mgr.34745) 166 : cluster [DBG] pgmap v140: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:37.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:37 smithi031 bash[14957]: cluster 2024-09-10T18:40:36.235565+0000 mgr.x (mgr.34745) 166 : cluster [DBG] pgmap v140: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:37 smithi031 bash[19205]: cluster 2024-09-10T18:40:36.235565+0000 mgr.x (mgr.34745) 166 : cluster [DBG] pgmap v140: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:39.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:39 smithi063 bash[14646]: cluster 2024-09-10T18:40:38.237052+0000 mgr.x (mgr.34745) 167 : cluster [DBG] pgmap v141: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:39.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:39 smithi031 bash[14957]: cluster 2024-09-10T18:40:38.237052+0000 mgr.x (mgr.34745) 167 : cluster [DBG] pgmap v141: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:39.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:39 smithi031 bash[19205]: cluster 2024-09-10T18:40:38.237052+0000 mgr.x (mgr.34745) 167 : cluster [DBG] pgmap v141: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:41.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:41 smithi063 bash[14646]: cluster 2024-09-10T18:40:40.237807+0000 mgr.x (mgr.34745) 168 : cluster [DBG] pgmap v142: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:41.635 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:41 smithi031 bash[14957]: cluster 2024-09-10T18:40:40.237807+0000 mgr.x (mgr.34745) 168 : cluster [DBG] pgmap v142: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:41.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:41 smithi031 bash[19205]: cluster 2024-09-10T18:40:40.237807+0000 mgr.x (mgr.34745) 168 : cluster [DBG] pgmap v142: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:41.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:41.632Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:40:41.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:41.632Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:40:41.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:41.632Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:40:43.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:43 smithi063 bash[14646]: cluster 2024-09-10T18:40:42.239272+0000 mgr.x (mgr.34745) 169 : cluster [DBG] pgmap v143: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:43.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:43 smithi031 bash[19205]: cluster 2024-09-10T18:40:42.239272+0000 mgr.x (mgr.34745) 169 : cluster [DBG] pgmap v143: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:43.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:43 smithi031 bash[14957]: cluster 2024-09-10T18:40:42.239272+0000 mgr.x (mgr.34745) 169 : cluster [DBG] pgmap v143: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:43.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:43.522Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:40:43.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:43.522Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:40:43.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:43.522Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:40:45.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:45 smithi063 bash[14646]: cluster 2024-09-10T18:40:44.239994+0000 mgr.x (mgr.34745) 170 : cluster [DBG] pgmap v144: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:45.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:45 smithi031 bash[14957]: cluster 2024-09-10T18:40:44.239994+0000 mgr.x (mgr.34745) 170 : cluster [DBG] pgmap v144: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:45.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:45 smithi031 bash[19205]: cluster 2024-09-10T18:40:44.239994+0000 mgr.x (mgr.34745) 170 : cluster [DBG] pgmap v144: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:47.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:47 smithi063 bash[14646]: cluster 2024-09-10T18:40:46.240778+0000 mgr.x (mgr.34745) 171 : cluster [DBG] pgmap v145: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:47 smithi031 bash[14957]: cluster 2024-09-10T18:40:46.240778+0000 mgr.x (mgr.34745) 171 : cluster [DBG] pgmap v145: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:47.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:47 smithi031 bash[19205]: cluster 2024-09-10T18:40:46.240778+0000 mgr.x (mgr.34745) 171 : cluster [DBG] pgmap v145: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:49.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:49 smithi063 bash[14646]: cluster 2024-09-10T18:40:48.242409+0000 mgr.x (mgr.34745) 172 : cluster [DBG] pgmap v146: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:49.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:49 smithi031 bash[19205]: cluster 2024-09-10T18:40:48.242409+0000 mgr.x (mgr.34745) 172 : cluster [DBG] pgmap v146: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:49.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:49 smithi031 bash[14957]: cluster 2024-09-10T18:40:48.242409+0000 mgr.x (mgr.34745) 172 : cluster [DBG] pgmap v146: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:51.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:51 smithi063 bash[14646]: cluster 2024-09-10T18:40:50.243241+0000 mgr.x (mgr.34745) 173 : cluster [DBG] pgmap v147: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:51.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:51 smithi031 bash[14957]: cluster 2024-09-10T18:40:50.243241+0000 mgr.x (mgr.34745) 173 : cluster [DBG] pgmap v147: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:51.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:51 smithi031 bash[19205]: cluster 2024-09-10T18:40:50.243241+0000 mgr.x (mgr.34745) 173 : cluster [DBG] pgmap v147: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:51.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:51.632Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:40:51.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:51.632Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:40:51.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:51.633Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:40:53.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:53 smithi063 bash[14646]: cluster 2024-09-10T18:40:52.244771+0000 mgr.x (mgr.34745) 174 : cluster [DBG] pgmap v148: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:53.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:53 smithi031 bash[19205]: cluster 2024-09-10T18:40:52.244771+0000 mgr.x (mgr.34745) 174 : cluster [DBG] pgmap v148: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:53.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:53 smithi031 bash[14957]: cluster 2024-09-10T18:40:52.244771+0000 mgr.x (mgr.34745) 174 : cluster [DBG] pgmap v148: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:53.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:53.522Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:40:53.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:53.523Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:40:53.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:40:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:40:53.523Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:40:55.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:55 smithi063 bash[14646]: cluster 2024-09-10T18:40:54.245445+0000 mgr.x (mgr.34745) 175 : cluster [DBG] pgmap v149: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:55 smithi031 bash[14957]: cluster 2024-09-10T18:40:54.245445+0000 mgr.x (mgr.34745) 175 : cluster [DBG] pgmap v149: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:55.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:55 smithi031 bash[19205]: cluster 2024-09-10T18:40:54.245445+0000 mgr.x (mgr.34745) 175 : cluster [DBG] pgmap v149: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:57.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:57 smithi063 bash[14646]: cluster 2024-09-10T18:40:56.246156+0000 mgr.x (mgr.34745) 176 : cluster [DBG] pgmap v150: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:57.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:57 smithi031 bash[14957]: cluster 2024-09-10T18:40:56.246156+0000 mgr.x (mgr.34745) 176 : cluster [DBG] pgmap v150: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:57.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:57 smithi031 bash[19205]: cluster 2024-09-10T18:40:56.246156+0000 mgr.x (mgr.34745) 176 : cluster [DBG] pgmap v150: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:40:59.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:40:59 smithi063 bash[14646]: cluster 2024-09-10T18:40:58.247604+0000 mgr.x (mgr.34745) 177 : cluster [DBG] pgmap v151: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:59.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:40:59 smithi031 bash[14957]: cluster 2024-09-10T18:40:58.247604+0000 mgr.x (mgr.34745) 177 : cluster [DBG] pgmap v151: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:40:59.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:40:59 smithi031 bash[19205]: cluster 2024-09-10T18:40:58.247604+0000 mgr.x (mgr.34745) 177 : cluster [DBG] pgmap v151: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:01.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:01 smithi063 bash[14646]: cluster 2024-09-10T18:41:00.248302+0000 mgr.x (mgr.34745) 178 : cluster [DBG] pgmap v152: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:01.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:01 smithi031 bash[14957]: cluster 2024-09-10T18:41:00.248302+0000 mgr.x (mgr.34745) 178 : cluster [DBG] pgmap v152: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:01.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:01 smithi031 bash[19205]: cluster 2024-09-10T18:41:00.248302+0000 mgr.x (mgr.34745) 178 : cluster [DBG] pgmap v152: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:01.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:01.633Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:41:01.638 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:01.633Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:41:01.638 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:01.633Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:41:03.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:03 smithi063 bash[14646]: cluster 2024-09-10T18:41:02.249871+0000 mgr.x (mgr.34745) 179 : cluster [DBG] pgmap v153: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:03.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:03 smithi031 bash[19205]: cluster 2024-09-10T18:41:02.249871+0000 mgr.x (mgr.34745) 179 : cluster [DBG] pgmap v153: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:03.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:03 smithi031 bash[14957]: cluster 2024-09-10T18:41:02.249871+0000 mgr.x (mgr.34745) 179 : cluster [DBG] pgmap v153: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:03.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:03.523Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:41:03.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:03.523Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:41:03.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:03.523Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:41:05.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:05 smithi063 bash[14646]: cluster 2024-09-10T18:41:04.250607+0000 mgr.x (mgr.34745) 180 : cluster [DBG] pgmap v154: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:05.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:05 smithi031 bash[19205]: cluster 2024-09-10T18:41:04.250607+0000 mgr.x (mgr.34745) 180 : cluster [DBG] pgmap v154: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:05.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:05 smithi031 bash[14957]: cluster 2024-09-10T18:41:04.250607+0000 mgr.x (mgr.34745) 180 : cluster [DBG] pgmap v154: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:07 smithi063 bash[14646]: cluster 2024-09-10T18:41:06.251300+0000 mgr.x (mgr.34745) 181 : cluster [DBG] pgmap v155: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:07 smithi063 bash[14646]: audit 2024-09-10T18:41:06.424674+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-09-10T18:41:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:07 smithi063 bash[14646]: audit 2024-09-10T18:41:06.425431+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:41:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:07 smithi063 bash[14646]: audit 2024-09-10T18:41:06.426089+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:41:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:07 smithi063 bash[14646]: audit 2024-09-10T18:41:06.429645+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-09-10T18:41:07.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:07 smithi063 bash[14646]: audit 2024-09-10T18:41:06.430596+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:41:07.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:07 smithi063 bash[14646]: audit 2024-09-10T18:41:06.431354+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:41:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:07 smithi031 bash[14957]: cluster 2024-09-10T18:41:06.251300+0000 mgr.x (mgr.34745) 181 : cluster [DBG] pgmap v155: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:07 smithi031 bash[14957]: audit 2024-09-10T18:41:06.424674+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-09-10T18:41:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:07 smithi031 bash[14957]: audit 2024-09-10T18:41:06.425431+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:41:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:07 smithi031 bash[14957]: audit 2024-09-10T18:41:06.426089+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:41:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:07 smithi031 bash[14957]: audit 2024-09-10T18:41:06.429645+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-09-10T18:41:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:07 smithi031 bash[14957]: audit 2024-09-10T18:41:06.430596+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:41:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:07 smithi031 bash[14957]: audit 2024-09-10T18:41:06.431354+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:41:07.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:07 smithi031 bash[19205]: cluster 2024-09-10T18:41:06.251300+0000 mgr.x (mgr.34745) 181 : cluster [DBG] pgmap v155: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:07.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:07 smithi031 bash[19205]: audit 2024-09-10T18:41:06.424674+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-09-10T18:41:07.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:07 smithi031 bash[19205]: audit 2024-09-10T18:41:06.425431+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:41:07.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:07 smithi031 bash[19205]: audit 2024-09-10T18:41:06.426089+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:41:07.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:07 smithi031 bash[19205]: audit 2024-09-10T18:41:06.429645+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-09-10T18:41:07.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:07 smithi031 bash[19205]: audit 2024-09-10T18:41:06.430596+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:41:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:07 smithi031 bash[19205]: audit 2024-09-10T18:41:06.431354+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:41:09.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:09 smithi063 bash[14646]: cluster 2024-09-10T18:41:08.252854+0000 mgr.x (mgr.34745) 182 : cluster [DBG] pgmap v156: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:09.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:09 smithi031 bash[14957]: cluster 2024-09-10T18:41:08.252854+0000 mgr.x (mgr.34745) 182 : cluster [DBG] pgmap v156: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:09.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:09 smithi031 bash[19205]: cluster 2024-09-10T18:41:08.252854+0000 mgr.x (mgr.34745) 182 : cluster [DBG] pgmap v156: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:11.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:11 smithi063 bash[14646]: cluster 2024-09-10T18:41:10.253704+0000 mgr.x (mgr.34745) 183 : cluster [DBG] pgmap v157: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-10T18:41:11.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:11 smithi031 bash[14957]: cluster 2024-09-10T18:41:10.253704+0000 mgr.x (mgr.34745) 183 : cluster [DBG] pgmap v157: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-10T18:41:11.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:11 smithi031 bash[19205]: cluster 2024-09-10T18:41:10.253704+0000 mgr.x (mgr.34745) 183 : cluster [DBG] pgmap v157: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-10T18:41:11.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:11.633Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:41:11.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:11.633Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:41:11.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:11.633Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:41:13.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:13 smithi063 bash[14646]: cluster 2024-09-10T18:41:12.255262+0000 mgr.x (mgr.34745) 184 : cluster [DBG] pgmap v158: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:13.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:13 smithi031 bash[14957]: cluster 2024-09-10T18:41:12.255262+0000 mgr.x (mgr.34745) 184 : cluster [DBG] pgmap v158: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:13.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:13 smithi031 bash[19205]: cluster 2024-09-10T18:41:12.255262+0000 mgr.x (mgr.34745) 184 : cluster [DBG] pgmap v158: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:13.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:13.523Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:41:13.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:13.523Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:41:13.888 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:13.523Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:41:15.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:15 smithi063 bash[14646]: cluster 2024-09-10T18:41:14.255985+0000 mgr.x (mgr.34745) 185 : cluster [DBG] pgmap v159: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-10T18:41:15.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:15 smithi063 bash[14646]: audit 2024-09-10T18:41:14.814686+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:41:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:15 smithi031 bash[14957]: cluster 2024-09-10T18:41:14.255985+0000 mgr.x (mgr.34745) 185 : cluster [DBG] pgmap v159: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-10T18:41:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:15 smithi031 bash[14957]: audit 2024-09-10T18:41:14.814686+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:41:15.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:15 smithi031 bash[19205]: cluster 2024-09-10T18:41:14.255985+0000 mgr.x (mgr.34745) 185 : cluster [DBG] pgmap v159: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-10T18:41:15.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:15 smithi031 bash[19205]: audit 2024-09-10T18:41:14.814686+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:41:17.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:17 smithi063 bash[14646]: cluster 2024-09-10T18:41:16.256697+0000 mgr.x (mgr.34745) 186 : cluster [DBG] pgmap v160: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-10T18:41:17.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:17 smithi031 bash[14957]: cluster 2024-09-10T18:41:16.256697+0000 mgr.x (mgr.34745) 186 : cluster [DBG] pgmap v160: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-10T18:41:17.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:17 smithi031 bash[19205]: cluster 2024-09-10T18:41:16.256697+0000 mgr.x (mgr.34745) 186 : cluster [DBG] pgmap v160: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-10T18:41:19.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:19 smithi063 bash[14646]: cluster 2024-09-10T18:41:18.258203+0000 mgr.x (mgr.34745) 187 : cluster [DBG] pgmap v161: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:19.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:19 smithi031 bash[14957]: cluster 2024-09-10T18:41:18.258203+0000 mgr.x (mgr.34745) 187 : cluster [DBG] pgmap v161: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:19.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:19 smithi031 bash[19205]: cluster 2024-09-10T18:41:18.258203+0000 mgr.x (mgr.34745) 187 : cluster [DBG] pgmap v161: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:21.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:21 smithi063 bash[14646]: cluster 2024-09-10T18:41:20.258929+0000 mgr.x (mgr.34745) 188 : cluster [DBG] pgmap v162: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:21.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:21 smithi063 bash[14646]: audit 2024-09-10T18:41:21.072476+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:41:21.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:21 smithi063 bash[14646]: audit 2024-09-10T18:41:21.084043+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:41:21.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:21 smithi063 bash[14646]: audit 2024-09-10T18:41:21.093933+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:41:21.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:21 smithi031 bash[14957]: cluster 2024-09-10T18:41:20.258929+0000 mgr.x (mgr.34745) 188 : cluster [DBG] pgmap v162: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:21.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:21 smithi031 bash[14957]: audit 2024-09-10T18:41:21.072476+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:41:21.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:21 smithi031 bash[14957]: audit 2024-09-10T18:41:21.084043+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:41:21.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:21 smithi031 bash[14957]: audit 2024-09-10T18:41:21.093933+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:41:21.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:21 smithi031 bash[19205]: cluster 2024-09-10T18:41:20.258929+0000 mgr.x (mgr.34745) 188 : cluster [DBG] pgmap v162: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:21.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:21 smithi031 bash[19205]: audit 2024-09-10T18:41:21.072476+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:41:21.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:21 smithi031 bash[19205]: audit 2024-09-10T18:41:21.084043+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:41:21.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:21 smithi031 bash[19205]: audit 2024-09-10T18:41:21.093933+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:41:22.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:21.633Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:41:22.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:21.634Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:41:22.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:21.634Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:41:22.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:22 smithi063 bash[14646]: audit 2024-09-10T18:41:21.479884+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:41:22.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:22 smithi063 bash[14646]: audit 2024-09-10T18:41:21.481395+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:41:22.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:22 smithi063 bash[14646]: cephadm 2024-09-10T18:41:21.482766+0000 mgr.x (mgr.34745) 189 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:41:22.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:22 smithi063 bash[14646]: audit 2024-09-10T18:41:21.495664+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:41:22.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:22 smithi031 bash[14957]: audit 2024-09-10T18:41:21.479884+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:41:22.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:22 smithi031 bash[14957]: audit 2024-09-10T18:41:21.481395+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:41:22.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:22 smithi031 bash[14957]: cephadm 2024-09-10T18:41:21.482766+0000 mgr.x (mgr.34745) 189 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:41:22.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:22 smithi031 bash[14957]: audit 2024-09-10T18:41:21.495664+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:41:22.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:22 smithi031 bash[19205]: audit 2024-09-10T18:41:21.479884+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:41:22.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:22 smithi031 bash[19205]: audit 2024-09-10T18:41:21.481395+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:41:22.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:22 smithi031 bash[19205]: cephadm 2024-09-10T18:41:21.482766+0000 mgr.x (mgr.34745) 189 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:41:22.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:22 smithi031 bash[19205]: audit 2024-09-10T18:41:21.495664+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:41:23.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:23 smithi063 bash[14646]: cluster 2024-09-10T18:41:22.260382+0000 mgr.x (mgr.34745) 190 : cluster [DBG] pgmap v163: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:23.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:23 smithi031 bash[14957]: cluster 2024-09-10T18:41:22.260382+0000 mgr.x (mgr.34745) 190 : cluster [DBG] pgmap v163: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:23.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:23 smithi031 bash[19205]: cluster 2024-09-10T18:41:22.260382+0000 mgr.x (mgr.34745) 190 : cluster [DBG] pgmap v163: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:23.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:23.524Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:41:23.638 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:23.524Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:41:23.638 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:23.524Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:41:25.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:25 smithi063 bash[14646]: cluster 2024-09-10T18:41:24.261072+0000 mgr.x (mgr.34745) 191 : cluster [DBG] pgmap v164: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:25.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:25 smithi031 bash[14957]: cluster 2024-09-10T18:41:24.261072+0000 mgr.x (mgr.34745) 191 : cluster [DBG] pgmap v164: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:25.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:25 smithi031 bash[19205]: cluster 2024-09-10T18:41:24.261072+0000 mgr.x (mgr.34745) 191 : cluster [DBG] pgmap v164: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:27.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:27 smithi063 bash[14646]: cluster 2024-09-10T18:41:26.261782+0000 mgr.x (mgr.34745) 192 : cluster [DBG] pgmap v165: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:27.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:27 smithi031 bash[14957]: cluster 2024-09-10T18:41:26.261782+0000 mgr.x (mgr.34745) 192 : cluster [DBG] pgmap v165: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:27.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:27 smithi031 bash[19205]: cluster 2024-09-10T18:41:26.261782+0000 mgr.x (mgr.34745) 192 : cluster [DBG] pgmap v165: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:29.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:29 smithi063 bash[14646]: cluster 2024-09-10T18:41:28.263248+0000 mgr.x (mgr.34745) 193 : cluster [DBG] pgmap v166: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:29.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:29 smithi031 bash[14957]: cluster 2024-09-10T18:41:28.263248+0000 mgr.x (mgr.34745) 193 : cluster [DBG] pgmap v166: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:29.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:29 smithi031 bash[19205]: cluster 2024-09-10T18:41:28.263248+0000 mgr.x (mgr.34745) 193 : cluster [DBG] pgmap v166: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:31.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:31 smithi063 bash[14646]: cluster 2024-09-10T18:41:30.263962+0000 mgr.x (mgr.34745) 194 : cluster [DBG] pgmap v167: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:31.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:31 smithi031 bash[14957]: cluster 2024-09-10T18:41:30.263962+0000 mgr.x (mgr.34745) 194 : cluster [DBG] pgmap v167: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:31 smithi031 bash[19205]: cluster 2024-09-10T18:41:30.263962+0000 mgr.x (mgr.34745) 194 : cluster [DBG] pgmap v167: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:32.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:31.634Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:41:32.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:31.634Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:41:32.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:31.634Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:41:33.527 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:33 smithi031 bash[14957]: cluster 2024-09-10T18:41:32.265476+0000 mgr.x (mgr.34745) 195 : cluster [DBG] pgmap v168: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:33.528 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:33 smithi031 bash[19205]: cluster 2024-09-10T18:41:32.265476+0000 mgr.x (mgr.34745) 195 : cluster [DBG] pgmap v168: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:33.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:33 smithi063 bash[14646]: cluster 2024-09-10T18:41:32.265476+0000 mgr.x (mgr.34745) 195 : cluster [DBG] pgmap v168: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:33.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:33.524Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:41:33.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:33.524Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:41:33.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:33.524Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:41:35.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:35 smithi063 bash[14646]: cluster 2024-09-10T18:41:34.266258+0000 mgr.x (mgr.34745) 196 : cluster [DBG] pgmap v169: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:35.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:35 smithi031 bash[14957]: cluster 2024-09-10T18:41:34.266258+0000 mgr.x (mgr.34745) 196 : cluster [DBG] pgmap v169: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:35.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:35 smithi031 bash[19205]: cluster 2024-09-10T18:41:34.266258+0000 mgr.x (mgr.34745) 196 : cluster [DBG] pgmap v169: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:37.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:37 smithi063 bash[14646]: cluster 2024-09-10T18:41:36.266981+0000 mgr.x (mgr.34745) 197 : cluster [DBG] pgmap v170: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:37.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:37 smithi031 bash[14957]: cluster 2024-09-10T18:41:36.266981+0000 mgr.x (mgr.34745) 197 : cluster [DBG] pgmap v170: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:37 smithi031 bash[19205]: cluster 2024-09-10T18:41:36.266981+0000 mgr.x (mgr.34745) 197 : cluster [DBG] pgmap v170: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:39.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:39 smithi063 bash[14646]: cluster 2024-09-10T18:41:38.268492+0000 mgr.x (mgr.34745) 198 : cluster [DBG] pgmap v171: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:39.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:39 smithi031 bash[14957]: cluster 2024-09-10T18:41:38.268492+0000 mgr.x (mgr.34745) 198 : cluster [DBG] pgmap v171: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:39.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:39 smithi031 bash[19205]: cluster 2024-09-10T18:41:38.268492+0000 mgr.x (mgr.34745) 198 : cluster [DBG] pgmap v171: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:41.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:41 smithi063 bash[14646]: cluster 2024-09-10T18:41:40.269225+0000 mgr.x (mgr.34745) 199 : cluster [DBG] pgmap v172: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:41.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:41 smithi031 bash[14957]: cluster 2024-09-10T18:41:40.269225+0000 mgr.x (mgr.34745) 199 : cluster [DBG] pgmap v172: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:41.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:41 smithi031 bash[19205]: cluster 2024-09-10T18:41:40.269225+0000 mgr.x (mgr.34745) 199 : cluster [DBG] pgmap v172: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:42.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:41.634Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:41:42.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:41.634Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:41:42.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:41.634Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:41:43.528 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:43 smithi031 bash[14957]: cluster 2024-09-10T18:41:42.270727+0000 mgr.x (mgr.34745) 200 : cluster [DBG] pgmap v173: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:43.528 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:43 smithi031 bash[19205]: cluster 2024-09-10T18:41:42.270727+0000 mgr.x (mgr.34745) 200 : cluster [DBG] pgmap v173: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:43.529 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:43.525Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:41:43.529 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:43.525Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:41:43.529 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:43.525Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:41:43.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:43 smithi063 bash[14646]: cluster 2024-09-10T18:41:42.270727+0000 mgr.x (mgr.34745) 200 : cluster [DBG] pgmap v173: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:45.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:45 smithi063 bash[14646]: cluster 2024-09-10T18:41:44.271430+0000 mgr.x (mgr.34745) 201 : cluster [DBG] pgmap v174: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:45.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:45 smithi031 bash[14957]: cluster 2024-09-10T18:41:44.271430+0000 mgr.x (mgr.34745) 201 : cluster [DBG] pgmap v174: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:45.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:45 smithi031 bash[19205]: cluster 2024-09-10T18:41:44.271430+0000 mgr.x (mgr.34745) 201 : cluster [DBG] pgmap v174: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:47.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:47 smithi063 bash[14646]: cluster 2024-09-10T18:41:46.272106+0000 mgr.x (mgr.34745) 202 : cluster [DBG] pgmap v175: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:47 smithi031 bash[14957]: cluster 2024-09-10T18:41:46.272106+0000 mgr.x (mgr.34745) 202 : cluster [DBG] pgmap v175: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:47.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:47 smithi031 bash[19205]: cluster 2024-09-10T18:41:46.272106+0000 mgr.x (mgr.34745) 202 : cluster [DBG] pgmap v175: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:49.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:49 smithi063 bash[14646]: cluster 2024-09-10T18:41:48.273582+0000 mgr.x (mgr.34745) 203 : cluster [DBG] pgmap v176: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:49.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:49 smithi031 bash[14957]: cluster 2024-09-10T18:41:48.273582+0000 mgr.x (mgr.34745) 203 : cluster [DBG] pgmap v176: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:49.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:49 smithi031 bash[19205]: cluster 2024-09-10T18:41:48.273582+0000 mgr.x (mgr.34745) 203 : cluster [DBG] pgmap v176: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:51.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:51 smithi063 bash[14646]: cluster 2024-09-10T18:41:50.274295+0000 mgr.x (mgr.34745) 204 : cluster [DBG] pgmap v177: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:51.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:51 smithi031 bash[14957]: cluster 2024-09-10T18:41:50.274295+0000 mgr.x (mgr.34745) 204 : cluster [DBG] pgmap v177: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:51.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:51 smithi031 bash[19205]: cluster 2024-09-10T18:41:50.274295+0000 mgr.x (mgr.34745) 204 : cluster [DBG] pgmap v177: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:52.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:51.635Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:41:52.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:51.635Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:41:52.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:51.635Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:41:53.528 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:53 smithi031 bash[14957]: cluster 2024-09-10T18:41:52.275815+0000 mgr.x (mgr.34745) 205 : cluster [DBG] pgmap v178: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:53.529 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:53 smithi031 bash[19205]: cluster 2024-09-10T18:41:52.275815+0000 mgr.x (mgr.34745) 205 : cluster [DBG] pgmap v178: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:53.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:53 smithi063 bash[14646]: cluster 2024-09-10T18:41:52.275815+0000 mgr.x (mgr.34745) 205 : cluster [DBG] pgmap v178: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:53.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:53.525Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:41:53.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:53.525Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:41:53.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:41:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:41:53.525Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:41:55.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:55 smithi063 bash[14646]: cluster 2024-09-10T18:41:54.276531+0000 mgr.x (mgr.34745) 206 : cluster [DBG] pgmap v179: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:55 smithi031 bash[14957]: cluster 2024-09-10T18:41:54.276531+0000 mgr.x (mgr.34745) 206 : cluster [DBG] pgmap v179: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:55.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:55 smithi031 bash[19205]: cluster 2024-09-10T18:41:54.276531+0000 mgr.x (mgr.34745) 206 : cluster [DBG] pgmap v179: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:57.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:57 smithi063 bash[14646]: cluster 2024-09-10T18:41:56.277203+0000 mgr.x (mgr.34745) 207 : cluster [DBG] pgmap v180: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:57.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:57 smithi031 bash[14957]: cluster 2024-09-10T18:41:56.277203+0000 mgr.x (mgr.34745) 207 : cluster [DBG] pgmap v180: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:57.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:57 smithi031 bash[19205]: cluster 2024-09-10T18:41:56.277203+0000 mgr.x (mgr.34745) 207 : cluster [DBG] pgmap v180: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:41:59.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:41:59 smithi063 bash[14646]: cluster 2024-09-10T18:41:58.278734+0000 mgr.x (mgr.34745) 208 : cluster [DBG] pgmap v181: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:59.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:41:59 smithi031 bash[14957]: cluster 2024-09-10T18:41:58.278734+0000 mgr.x (mgr.34745) 208 : cluster [DBG] pgmap v181: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:41:59.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:41:59 smithi031 bash[19205]: cluster 2024-09-10T18:41:58.278734+0000 mgr.x (mgr.34745) 208 : cluster [DBG] pgmap v181: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:01.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:01 smithi063 bash[14646]: cluster 2024-09-10T18:42:00.279449+0000 mgr.x (mgr.34745) 209 : cluster [DBG] pgmap v182: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:01.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:01 smithi031 bash[14957]: cluster 2024-09-10T18:42:00.279449+0000 mgr.x (mgr.34745) 209 : cluster [DBG] pgmap v182: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:01.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:01 smithi031 bash[19205]: cluster 2024-09-10T18:42:00.279449+0000 mgr.x (mgr.34745) 209 : cluster [DBG] pgmap v182: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:02.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:01.635Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:42:02.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:01.635Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:42:02.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:01.635Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:42:03.529 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:03 smithi031 bash[14957]: cluster 2024-09-10T18:42:02.280941+0000 mgr.x (mgr.34745) 210 : cluster [DBG] pgmap v183: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:03.529 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:03 smithi031 bash[19205]: cluster 2024-09-10T18:42:02.280941+0000 mgr.x (mgr.34745) 210 : cluster [DBG] pgmap v183: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:03.530 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:03.525Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:42:03.530 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:03.525Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:42:03.530 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:03.525Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:42:03.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:03 smithi063 bash[14646]: cluster 2024-09-10T18:42:02.280941+0000 mgr.x (mgr.34745) 210 : cluster [DBG] pgmap v183: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:05.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:05 smithi063 bash[14646]: cluster 2024-09-10T18:42:04.281652+0000 mgr.x (mgr.34745) 211 : cluster [DBG] pgmap v184: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:05.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:05 smithi031 bash[14957]: cluster 2024-09-10T18:42:04.281652+0000 mgr.x (mgr.34745) 211 : cluster [DBG] pgmap v184: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:05.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:05 smithi031 bash[19205]: cluster 2024-09-10T18:42:04.281652+0000 mgr.x (mgr.34745) 211 : cluster [DBG] pgmap v184: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:07 smithi063 bash[14646]: cluster 2024-09-10T18:42:06.282364+0000 mgr.x (mgr.34745) 212 : cluster [DBG] pgmap v185: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:07 smithi063 bash[14646]: audit 2024-09-10T18:42:06.433567+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:42:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:07 smithi063 bash[14646]: audit 2024-09-10T18:42:06.434255+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:42:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:07 smithi063 bash[14646]: audit 2024-09-10T18:42:06.434959+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T18:42:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:07 smithi063 bash[14646]: audit 2024-09-10T18:42:06.438626+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:42:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:07 smithi063 bash[14646]: audit 2024-09-10T18:42:06.440421+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:42:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:07 smithi063 bash[14646]: audit 2024-09-10T18:42:06.441428+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T18:42:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:07 smithi031 bash[14957]: cluster 2024-09-10T18:42:06.282364+0000 mgr.x (mgr.34745) 212 : cluster [DBG] pgmap v185: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:07 smithi031 bash[14957]: audit 2024-09-10T18:42:06.433567+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:42:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:07 smithi031 bash[14957]: audit 2024-09-10T18:42:06.434255+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:42:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:07 smithi031 bash[14957]: audit 2024-09-10T18:42:06.434959+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T18:42:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:07 smithi031 bash[14957]: audit 2024-09-10T18:42:06.438626+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:42:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:07 smithi031 bash[14957]: audit 2024-09-10T18:42:06.440421+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:42:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:07 smithi031 bash[14957]: audit 2024-09-10T18:42:06.441428+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T18:42:07.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:07 smithi031 bash[19205]: cluster 2024-09-10T18:42:06.282364+0000 mgr.x (mgr.34745) 212 : cluster [DBG] pgmap v185: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:07.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:07 smithi031 bash[19205]: audit 2024-09-10T18:42:06.433567+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:42:07.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:07 smithi031 bash[19205]: audit 2024-09-10T18:42:06.434255+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:42:07.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:07 smithi031 bash[19205]: audit 2024-09-10T18:42:06.434959+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T18:42:07.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:07 smithi031 bash[19205]: audit 2024-09-10T18:42:06.438626+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:42:07.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:07 smithi031 bash[19205]: audit 2024-09-10T18:42:06.440421+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:42:07.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:07 smithi031 bash[19205]: audit 2024-09-10T18:42:06.441428+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.34745 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T18:42:09.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:09 smithi063 bash[14646]: cluster 2024-09-10T18:42:08.283834+0000 mgr.x (mgr.34745) 213 : cluster [DBG] pgmap v186: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:09.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:09 smithi031 bash[14957]: cluster 2024-09-10T18:42:08.283834+0000 mgr.x (mgr.34745) 213 : cluster [DBG] pgmap v186: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:09.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:09 smithi031 bash[19205]: cluster 2024-09-10T18:42:08.283834+0000 mgr.x (mgr.34745) 213 : cluster [DBG] pgmap v186: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:11.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:11 smithi063 bash[14646]: cluster 2024-09-10T18:42:10.284573+0000 mgr.x (mgr.34745) 214 : cluster [DBG] pgmap v187: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:11.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:11 smithi031 bash[14957]: cluster 2024-09-10T18:42:10.284573+0000 mgr.x (mgr.34745) 214 : cluster [DBG] pgmap v187: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:11.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:11 smithi031 bash[19205]: cluster 2024-09-10T18:42:10.284573+0000 mgr.x (mgr.34745) 214 : cluster [DBG] pgmap v187: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:12.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:11.635Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:42:12.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:11.635Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:42:12.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:11.636Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:42:13.529 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:13 smithi031 bash[14957]: cluster 2024-09-10T18:42:12.286097+0000 mgr.x (mgr.34745) 215 : cluster [DBG] pgmap v188: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:13.530 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:13 smithi031 bash[19205]: cluster 2024-09-10T18:42:12.286097+0000 mgr.x (mgr.34745) 215 : cluster [DBG] pgmap v188: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:13.531 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:13.526Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:42:13.531 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:13.526Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:42:13.531 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:13.526Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:42:13.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:13 smithi063 bash[14646]: cluster 2024-09-10T18:42:12.286097+0000 mgr.x (mgr.34745) 215 : cluster [DBG] pgmap v188: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:15.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:15 smithi063 bash[14646]: cluster 2024-09-10T18:42:14.286736+0000 mgr.x (mgr.34745) 216 : cluster [DBG] pgmap v189: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:15.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:15 smithi031 bash[19205]: cluster 2024-09-10T18:42:14.286736+0000 mgr.x (mgr.34745) 216 : cluster [DBG] pgmap v189: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:15 smithi031 bash[14957]: cluster 2024-09-10T18:42:14.286736+0000 mgr.x (mgr.34745) 216 : cluster [DBG] pgmap v189: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:17.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:17 smithi063 bash[14646]: cluster 2024-09-10T18:42:16.287483+0000 mgr.x (mgr.34745) 217 : cluster [DBG] pgmap v190: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:17.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:17 smithi031 bash[14957]: cluster 2024-09-10T18:42:16.287483+0000 mgr.x (mgr.34745) 217 : cluster [DBG] pgmap v190: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:17.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:17 smithi031 bash[19205]: cluster 2024-09-10T18:42:16.287483+0000 mgr.x (mgr.34745) 217 : cluster [DBG] pgmap v190: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:19.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:19 smithi063 bash[14646]: cluster 2024-09-10T18:42:18.289071+0000 mgr.x (mgr.34745) 218 : cluster [DBG] pgmap v191: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:19.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:19 smithi031 bash[19205]: cluster 2024-09-10T18:42:18.289071+0000 mgr.x (mgr.34745) 218 : cluster [DBG] pgmap v191: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:19.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:19 smithi031 bash[14957]: cluster 2024-09-10T18:42:18.289071+0000 mgr.x (mgr.34745) 218 : cluster [DBG] pgmap v191: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:21.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:21 smithi063 bash[14646]: cluster 2024-09-10T18:42:20.289808+0000 mgr.x (mgr.34745) 219 : cluster [DBG] pgmap v192: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:21.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:21 smithi031 bash[19205]: cluster 2024-09-10T18:42:20.289808+0000 mgr.x (mgr.34745) 219 : cluster [DBG] pgmap v192: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:21.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:21 smithi031 bash[14957]: cluster 2024-09-10T18:42:20.289808+0000 mgr.x (mgr.34745) 219 : cluster [DBG] pgmap v192: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:22.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:21.636Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:42:22.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:21.636Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:42:22.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:21.636Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:42:22.219 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T18:42:22.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:22 smithi063 bash[14646]: audit 2024-09-10T18:42:21.852628+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:22.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:22 smithi063 bash[14646]: audit 2024-09-10T18:42:21.862601+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:22.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:22 smithi063 bash[14646]: audit 2024-09-10T18:42:21.865197+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:42:22.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:22 smithi063 bash[14646]: audit 2024-09-10T18:42:21.875489+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:42:22.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:22 smithi063 bash[14646]: audit 2024-09-10T18:42:21.879661+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:42:22.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:22 smithi063 bash[14646]: audit 2024-09-10T18:42:21.892242+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:42:22.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:22 smithi063 bash[14646]: audit 2024-09-10T18:42:22.325223+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:42:22.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:22 smithi063 bash[14646]: audit 2024-09-10T18:42:22.326870+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:42:22.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:22 smithi063 bash[14646]: audit 2024-09-10T18:42:22.339689+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:42:22.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:22 smithi031 bash[14957]: audit 2024-09-10T18:42:21.852628+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:22.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:22 smithi031 bash[14957]: audit 2024-09-10T18:42:21.862601+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:22.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:22 smithi031 bash[14957]: audit 2024-09-10T18:42:21.865197+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:42:22.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:22 smithi031 bash[14957]: audit 2024-09-10T18:42:21.875489+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:42:22.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:22 smithi031 bash[14957]: audit 2024-09-10T18:42:21.879661+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:42:22.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:22 smithi031 bash[14957]: audit 2024-09-10T18:42:21.892242+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:42:22.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:22 smithi031 bash[14957]: audit 2024-09-10T18:42:22.325223+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:42:22.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:22 smithi031 bash[14957]: audit 2024-09-10T18:42:22.326870+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:42:22.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:22 smithi031 bash[14957]: audit 2024-09-10T18:42:22.339689+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:42:22.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:22 smithi031 bash[19205]: audit 2024-09-10T18:42:21.852628+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:22.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:22 smithi031 bash[19205]: audit 2024-09-10T18:42:21.862601+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:22.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:22 smithi031 bash[19205]: audit 2024-09-10T18:42:21.865197+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:42:22.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:22 smithi031 bash[19205]: audit 2024-09-10T18:42:21.875489+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:42:22.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:22 smithi031 bash[19205]: audit 2024-09-10T18:42:21.879661+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:42:22.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:22 smithi031 bash[19205]: audit 2024-09-10T18:42:21.892242+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:42:22.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:22 smithi031 bash[19205]: audit 2024-09-10T18:42:22.325223+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:42:22.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:22 smithi031 bash[19205]: audit 2024-09-10T18:42:22.326870+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:42:22.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:22 smithi031 bash[19205]: audit 2024-09-10T18:42:22.339689+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.34745 ' entity='mgr.x' 2024-09-10T18:42:23.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:23 smithi063 bash[14646]: cluster 2024-09-10T18:42:22.290734+0000 mgr.x (mgr.34745) 220 : cluster [DBG] pgmap v193: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:23.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:23 smithi063 bash[14646]: cephadm 2024-09-10T18:42:22.327988+0000 mgr.x (mgr.34745) 221 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:42:23.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:23 smithi031 bash[19205]: cluster 2024-09-10T18:42:22.290734+0000 mgr.x (mgr.34745) 220 : cluster [DBG] pgmap v193: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:23.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:23 smithi031 bash[19205]: cephadm 2024-09-10T18:42:22.327988+0000 mgr.x (mgr.34745) 221 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:42:23.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:23 smithi031 bash[14957]: cluster 2024-09-10T18:42:22.290734+0000 mgr.x (mgr.34745) 220 : cluster [DBG] pgmap v193: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:23.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:23 smithi031 bash[14957]: cephadm 2024-09-10T18:42:22.327988+0000 mgr.x (mgr.34745) 221 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:42:23.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:23.526Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:42:23.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:23.526Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:42:23.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:23.526Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:42:25.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:25 smithi063 bash[14646]: cluster 2024-09-10T18:42:24.291395+0000 mgr.x (mgr.34745) 222 : cluster [DBG] pgmap v194: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:25.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:25 smithi031 bash[14957]: cluster 2024-09-10T18:42:24.291395+0000 mgr.x (mgr.34745) 222 : cluster [DBG] pgmap v194: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:25.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:25 smithi031 bash[19205]: cluster 2024-09-10T18:42:24.291395+0000 mgr.x (mgr.34745) 222 : cluster [DBG] pgmap v194: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:25.990 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:42:25.990 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (14m) 64s ago 15m 14.5M - 0.20.0 0881eb8f169f 41b8db25c52c 2024-09-10T18:42:25.990 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (14m) 2m ago 14m 26.6M - 6.6.2 a0dce381714a 87075f7b106b 2024-09-10T18:42:25.990 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 running (5m) 2m ago 15m 42.0M - 3.4 dfc483079636 b074fe361ecc 2024-09-10T18:42:25.990 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 running (8m) 2m ago 19m 434M - 17.2.7-1606-g5be57395 4c55dd409611 40181f21c8d8 2024-09-10T18:42:25.990 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (2m) 64s ago 21m 389M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:42:25.991 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (21m) 64s ago 21m 69.0M 2048M 15.2.9 dfc483079636 110985a9aaad 2024-09-10T18:42:25.991 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (20m) 2m ago 20m 52.3M 2048M 15.2.9 dfc483079636 97c3ecf5bc14 2024-09-10T18:42:25.991 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (20m) 64s ago 20m 53.1M 2048M 15.2.9 dfc483079636 b3f47a149224 2024-09-10T18:42:25.991 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (15m) 64s ago 15m 11.7M - 0.18.1 e5a616e4b9cf 1c56f8797d7e 2024-09-10T18:42:25.991 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (15m) 2m ago 15m 11.8M - 0.18.1 e5a616e4b9cf 5ec08759a54e 2024-09-10T18:42:25.991 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (19m) 64s ago 19m 48.8M 4096M 15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:42:25.991 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (19m) 64s ago 19m 49.5M 4096M 15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:42:25.991 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (18m) 64s ago 18m 45.6M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:42:25.991 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (18m) 64s ago 18m 50.3M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:42:25.991 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (17m) 2m ago 17m 48.2M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:42:25.991 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (17m) 2m ago 17m 46.8M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:42:25.991 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (16m) 2m ago 17m 46.6M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:42:25.991 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (16m) 2m ago 16m 48.2M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:42:25.992 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (5m) 2m ago 15m 40.6M - 2.18.1 de242295e225 bca87f47ec68 2024-09-10T18:42:25.992 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (13m) 64s ago 13m 52.1M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:42:25.992 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (13m) 2m ago 13m 50.4M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:42:26.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[14957]: audit 2024-09-10T18:42:25.946278+0000 mgr.x (mgr.34745) 223 : audit [DBG] from='client.24877 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:42:26.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[14957]: audit 2024-09-10T18:42:25.952089+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:42:26.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[14957]: audit 2024-09-10T18:42:25.953134+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:42:26.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[14957]: audit 2024-09-10T18:42:25.954140+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[14957]: audit 2024-09-10T18:42:25.955133+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[14957]: audit 2024-09-10T18:42:25.956122+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[14957]: audit 2024-09-10T18:42:25.957099+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[14957]: audit 2024-09-10T18:42:25.962936+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:42:26.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[14957]: audit 2024-09-10T18:42:25.963837+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[14957]: audit 2024-09-10T18:42:25.964795+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[14957]: audit 2024-09-10T18:42:25.965614+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[14957]: audit 2024-09-10T18:42:25.966433+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[19205]: audit 2024-09-10T18:42:25.946278+0000 mgr.x (mgr.34745) 223 : audit [DBG] from='client.24877 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:42:26.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[19205]: audit 2024-09-10T18:42:25.952089+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:42:26.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[19205]: audit 2024-09-10T18:42:25.953134+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:42:26.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[19205]: audit 2024-09-10T18:42:25.954140+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[19205]: audit 2024-09-10T18:42:25.955133+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[19205]: audit 2024-09-10T18:42:25.956122+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[19205]: audit 2024-09-10T18:42:25.957099+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[19205]: audit 2024-09-10T18:42:25.962936+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:42:26.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[19205]: audit 2024-09-10T18:42:25.963837+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[19205]: audit 2024-09-10T18:42:25.964795+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[19205]: audit 2024-09-10T18:42:25.965614+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:26 smithi031 bash[19205]: audit 2024-09-10T18:42:25.966433+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.703 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T18:42:26.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:26 smithi063 bash[14646]: audit 2024-09-10T18:42:25.946278+0000 mgr.x (mgr.34745) 223 : audit [DBG] from='client.24877 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:42:26.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:26 smithi063 bash[14646]: audit 2024-09-10T18:42:25.952089+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:42:26.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:26 smithi063 bash[14646]: audit 2024-09-10T18:42:25.953134+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:42:26.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:26 smithi063 bash[14646]: audit 2024-09-10T18:42:25.954140+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:26 smithi063 bash[14646]: audit 2024-09-10T18:42:25.955133+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:26 smithi063 bash[14646]: audit 2024-09-10T18:42:25.956122+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:26 smithi063 bash[14646]: audit 2024-09-10T18:42:25.957099+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:26 smithi063 bash[14646]: audit 2024-09-10T18:42:25.962936+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:42:26.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:26 smithi063 bash[14646]: audit 2024-09-10T18:42:25.963837+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:26 smithi063 bash[14646]: audit 2024-09-10T18:42:25.964795+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:26 smithi063 bash[14646]: audit 2024-09-10T18:42:25.965614+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:26.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:26 smithi063 bash[14646]: audit 2024-09-10T18:42:25.966433+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.34745 172.21.15.63:0/580983729' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:27.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:27 smithi063 bash[14646]: cluster 2024-09-10T18:42:26.292086+0000 mgr.x (mgr.34745) 224 : cluster [DBG] pgmap v195: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:27.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:27 smithi031 bash[14957]: cluster 2024-09-10T18:42:26.292086+0000 mgr.x (mgr.34745) 224 : cluster [DBG] pgmap v195: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:27.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:27 smithi031 bash[19205]: cluster 2024-09-10T18:42:26.292086+0000 mgr.x (mgr.34745) 224 : cluster [DBG] pgmap v195: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:29.821 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:29 smithi031 bash[14957]: cluster 2024-09-10T18:42:28.293608+0000 mgr.x (mgr.34745) 225 : cluster [DBG] pgmap v196: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:29.822 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:29 smithi031 bash[19205]: cluster 2024-09-10T18:42:28.293608+0000 mgr.x (mgr.34745) 225 : cluster [DBG] pgmap v196: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:29.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:29 smithi063 bash[14646]: cluster 2024-09-10T18:42:28.293608+0000 mgr.x (mgr.34745) 225 : cluster [DBG] pgmap v196: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:30.308 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:42:30.309 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:42:30.309 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-10T18:42:30.309 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:42:30.309 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:42:30.309 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:42:30.309 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:42:30.309 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:42:30.309 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-10T18:42:30.309 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:42:30.309 INFO:teuthology.orchestra.run.smithi031.stdout: "mds": {}, 2024-09-10T18:42:30.309 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:42:30.309 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:42:30.310 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:42:30.310 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:42:30.310 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-10T18:42:30.310 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:42:30.310 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:42:30.310 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:42:30.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:30 smithi031 bash[14957]: audit 2024-09-10T18:42:30.305417+0000 mon.a (mon.0) 807 : audit [DBG] from='client.? 172.21.15.31:0/1044208981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:42:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:30 smithi031 bash[19205]: audit 2024-09-10T18:42:30.305417+0000 mon.a (mon.0) 807 : audit [DBG] from='client.? 172.21.15.31:0/1044208981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:42:30.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:30 smithi063 bash[14646]: audit 2024-09-10T18:42:30.305417+0000 mon.a (mon.0) 807 : audit [DBG] from='client.? 172.21.15.31:0/1044208981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:42:31.033 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph -s' 2024-09-10T18:42:31.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:31 smithi031 bash[14957]: cluster 2024-09-10T18:42:30.294296+0000 mgr.x (mgr.34745) 226 : cluster [DBG] pgmap v197: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:31 smithi031 bash[19205]: cluster 2024-09-10T18:42:30.294296+0000 mgr.x (mgr.34745) 226 : cluster [DBG] pgmap v197: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:31.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:31 smithi063 bash[14646]: cluster 2024-09-10T18:42:30.294296+0000 mgr.x (mgr.34745) 226 : cluster [DBG] pgmap v197: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:31.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:31.636Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:42:31.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:31.636Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:42:31.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:31.636Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:42:33.530 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:33 smithi031 bash[14957]: cluster 2024-09-10T18:42:32.295722+0000 mgr.x (mgr.34745) 227 : cluster [DBG] pgmap v198: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:33.530 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:33 smithi031 bash[19205]: cluster 2024-09-10T18:42:32.295722+0000 mgr.x (mgr.34745) 227 : cluster [DBG] pgmap v198: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:33.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:33 smithi063 bash[14646]: cluster 2024-09-10T18:42:32.295722+0000 mgr.x (mgr.34745) 227 : cluster [DBG] pgmap v198: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:33.636 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:33.526Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:42:33.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:33.526Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:42:33.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:33.527Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:42:34.858 INFO:teuthology.orchestra.run.smithi031.stdout: cluster: 2024-09-10T18:42:34.859 INFO:teuthology.orchestra.run.smithi031.stdout: id: 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:42:34.859 INFO:teuthology.orchestra.run.smithi031.stdout: health: HEALTH_OK 2024-09-10T18:42:34.859 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:42:34.859 INFO:teuthology.orchestra.run.smithi031.stdout: services: 2024-09-10T18:42:34.859 INFO:teuthology.orchestra.run.smithi031.stdout: mon: 3 daemons, quorum a,c,b (age 20m) 2024-09-10T18:42:34.859 INFO:teuthology.orchestra.run.smithi031.stdout: mgr: x(active, since 6m), standbys: y 2024-09-10T18:42:34.859 INFO:teuthology.orchestra.run.smithi031.stdout: osd: 8 osds: 8 up (since 16m), 8 in (since 16m) 2024-09-10T18:42:34.859 INFO:teuthology.orchestra.run.smithi031.stdout: rgw: 2 daemons active (r.z.smithi031.kibhei, r.z.smithi063.jzpdua) 2024-09-10T18:42:34.859 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:42:34.859 INFO:teuthology.orchestra.run.smithi031.stdout: task status: 2024-09-10T18:42:34.860 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:42:34.860 INFO:teuthology.orchestra.run.smithi031.stdout: data: 2024-09-10T18:42:34.860 INFO:teuthology.orchestra.run.smithi031.stdout: pools: 6 pools, 132 pgs 2024-09-10T18:42:34.860 INFO:teuthology.orchestra.run.smithi031.stdout: objects: 205 objects, 584 KiB 2024-09-10T18:42:34.860 INFO:teuthology.orchestra.run.smithi031.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-10T18:42:34.860 INFO:teuthology.orchestra.run.smithi031.stdout: pgs: 132 active+clean 2024-09-10T18:42:34.861 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:42:34.861 INFO:teuthology.orchestra.run.smithi031.stdout: io: 2024-09-10T18:42:34.861 INFO:teuthology.orchestra.run.smithi031.stdout: client: 852 B/s rd, 0 op/s rd, 0 op/s wr 2024-09-10T18:42:34.861 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:42:35.554 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph mgr fail' 2024-09-10T18:42:35.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:35 smithi063 bash[14646]: cluster 2024-09-10T18:42:34.296380+0000 mgr.x (mgr.34745) 228 : cluster [DBG] pgmap v199: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:35.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:35 smithi063 bash[14646]: audit 2024-09-10T18:42:34.855615+0000 mon.a (mon.0) 808 : audit [DBG] from='client.? 172.21.15.31:0/1805531781' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:42:35.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:35 smithi031 bash[14957]: cluster 2024-09-10T18:42:34.296380+0000 mgr.x (mgr.34745) 228 : cluster [DBG] pgmap v199: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:35.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:35 smithi031 bash[14957]: audit 2024-09-10T18:42:34.855615+0000 mon.a (mon.0) 808 : audit [DBG] from='client.? 172.21.15.31:0/1805531781' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:42:35.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:35 smithi031 bash[19205]: cluster 2024-09-10T18:42:34.296380+0000 mgr.x (mgr.34745) 228 : cluster [DBG] pgmap v199: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:35.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:35 smithi031 bash[19205]: audit 2024-09-10T18:42:34.855615+0000 mon.a (mon.0) 808 : audit [DBG] from='client.? 172.21.15.31:0/1805531781' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:42:37.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:37 smithi063 bash[14646]: cluster 2024-09-10T18:42:36.297043+0000 mgr.x (mgr.34745) 229 : cluster [DBG] pgmap v200: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:37.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:37 smithi031 bash[14957]: cluster 2024-09-10T18:42:36.297043+0000 mgr.x (mgr.34745) 229 : cluster [DBG] pgmap v200: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:37 smithi031 bash[19205]: cluster 2024-09-10T18:42:36.297043+0000 mgr.x (mgr.34745) 229 : cluster [DBG] pgmap v200: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-10T18:42:39.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:39 smithi063 bash[14646]: cluster 2024-09-10T18:42:38.298578+0000 mgr.x (mgr.34745) 230 : cluster [DBG] pgmap v201: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:39.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:39 smithi063 bash[14646]: audit 2024-09-10T18:42:39.191955+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.31:0/1369924801' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:42:39.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:39 smithi063 bash[14646]: audit 2024-09-10T18:42:39.192665+0000 mon.a (mon.0) 809 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:42:39.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:39 smithi063 bash[14646]: cluster 2024-09-10T18:42:39.198549+0000 mon.a (mon.0) 810 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-10T18:42:39.633 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:39 smithi063 bash[27437]: ignoring --setuser ceph since I am not root 2024-09-10T18:42:39.633 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:39 smithi063 bash[27437]: ignoring --setgroup ceph since I am not root 2024-09-10T18:42:39.633 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:39 smithi063 bash[27437]: debug 2024-09-10T18:42:39.431+0000 7f3c2056d640 1 -- 172.21.15.63:0/2019135759 <== mon.1 v2:172.21.15.31:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560349830340 con 0x56034983cc00 2024-09-10T18:42:39.633 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:39 smithi063 bash[27437]: debug 2024-09-10T18:42:39.559+0000 7f3c22dc7ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T18:42:39.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:39 smithi031 bash[14957]: cluster 2024-09-10T18:42:38.298578+0000 mgr.x (mgr.34745) 230 : cluster [DBG] pgmap v201: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:39.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:39 smithi031 bash[14957]: audit 2024-09-10T18:42:39.191955+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.31:0/1369924801' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:42:39.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:39 smithi031 bash[14957]: audit 2024-09-10T18:42:39.192665+0000 mon.a (mon.0) 809 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:42:39.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:39 smithi031 bash[14957]: cluster 2024-09-10T18:42:39.198549+0000 mon.a (mon.0) 810 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-10T18:42:39.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:39 smithi031 bash[19205]: cluster 2024-09-10T18:42:38.298578+0000 mgr.x (mgr.34745) 230 : cluster [DBG] pgmap v201: 132 pgs: 132 active+clean; 584 KiB data, 7.7 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-10T18:42:39.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:39 smithi031 bash[19205]: audit 2024-09-10T18:42:39.191955+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.31:0/1369924801' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:42:39.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:39 smithi031 bash[19205]: audit 2024-09-10T18:42:39.192665+0000 mon.a (mon.0) 809 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:42:39.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:39 smithi031 bash[19205]: cluster 2024-09-10T18:42:39.198549+0000 mon.a (mon.0) 810 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-10T18:42:40.176 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 180' 2024-09-10T18:42:40.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:40 smithi063 bash[14646]: audit 2024-09-10T18:42:39.393752+0000 mon.a (mon.0) 811 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T18:42:40.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:40 smithi063 bash[14646]: cluster 2024-09-10T18:42:39.393823+0000 mon.a (mon.0) 812 : cluster [DBG] mgrmap e24: y(active, starting, since 0.199872s) 2024-09-10T18:42:40.632 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:40 smithi063 bash[27437]: debug 2024-09-10T18:42:40.331+0000 7f3c22dc7ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T18:42:40.632 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:40 smithi063 bash[27437]: debug 2024-09-10T18:42:40.399+0000 7f3c22dc7ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T18:42:40.632 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:40 smithi063 bash[27437]: debug 2024-09-10T18:42:40.467+0000 7f3c22dc7ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T18:42:40.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:40 smithi031 bash[14957]: audit 2024-09-10T18:42:39.393752+0000 mon.a (mon.0) 811 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T18:42:40.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:40 smithi031 bash[14957]: cluster 2024-09-10T18:42:39.393823+0000 mon.a (mon.0) 812 : cluster [DBG] mgrmap e24: y(active, starting, since 0.199872s) 2024-09-10T18:42:40.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:40 smithi031 bash[19205]: audit 2024-09-10T18:42:39.393752+0000 mon.a (mon.0) 811 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T18:42:40.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:40 smithi031 bash[19205]: cluster 2024-09-10T18:42:39.393823+0000 mon.a (mon.0) 812 : cluster [DBG] mgrmap e24: y(active, starting, since 0.199872s) 2024-09-10T18:42:40.896 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:40 smithi063 bash[27437]: debug 2024-09-10T18:42:40.623+0000 7f3c22dc7ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:42:41.382 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:40 smithi063 bash[27437]: debug 2024-09-10T18:42:40.887+0000 7f3c22dc7ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T18:42:41.382 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:40 smithi063 bash[27437]: debug 2024-09-10T18:42:40.951+0000 7f3c22dc7ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T18:42:41.382 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:41 smithi063 bash[27437]: debug 2024-09-10T18:42:41.091+0000 7f3c22dc7ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T18:42:42.132 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:41 smithi063 bash[27437]: debug 2024-09-10T18:42:41.743+0000 7f3c22dc7ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T18:42:42.133 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:41 smithi063 bash[27437]: debug 2024-09-10T18:42:41.819+0000 7f3c22dc7ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T18:42:42.133 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:41 smithi063 bash[27437]: debug 2024-09-10T18:42:41.895+0000 7f3c22dc7ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T18:42:42.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:41.636Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:42:42.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:41.637Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: dial tcp 172.21.15.63:8443: connect: connection refused" context_err="context deadline exceeded" 2024-09-10T18:42:42.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:41.637Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: dial tcp 172.21.15.63:8443: connect: connection refused" 2024-09-10T18:42:42.632 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:42 smithi063 bash[27437]: debug 2024-09-10T18:42:42.191+0000 7f3c22dc7ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T18:42:42.632 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:42 smithi063 bash[27437]: debug 2024-09-10T18:42:42.331+0000 7f3c22dc7ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T18:42:43.132 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:42 smithi063 bash[27437]: debug 2024-09-10T18:42:42.655+0000 7f3c22dc7ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T18:42:43.132 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:42 smithi063 bash[27437]: debug 2024-09-10T18:42:42.883+0000 7f3c22dc7ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:42:43.627 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:43 smithi063 bash[27437]: debug 2024-09-10T18:42:43.319+0000 7f3c22dc7ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T18:42:43.627 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:43 smithi063 bash[27437]: debug 2024-09-10T18:42:43.383+0000 7f3c22dc7ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T18:42:43.627 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:43 smithi063 bash[27437]: debug 2024-09-10T18:42:43.451+0000 7f3c22dc7ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T18:42:43.627 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:43 smithi063 bash[27437]: debug 2024-09-10T18:42:43.547+0000 7f3c22dc7ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T18:42:43.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:43.527Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:42:43.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:43.527Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: dial tcp 172.21.15.63:8443: connect: connection refused" context_err="context deadline exceeded" 2024-09-10T18:42:43.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:43.527Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: dial tcp 172.21.15.63:8443: connect: connection refused" 2024-09-10T18:42:43.882 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:43 smithi063 bash[27437]: debug 2024-09-10T18:42:43.615+0000 7f3c22dc7ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T18:42:43.882 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:43 smithi063 bash[27437]: debug 2024-09-10T18:42:43.695+0000 7f3c22dc7ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T18:42:43.882 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:43 smithi063 bash[27437]: debug 2024-09-10T18:42:43.847+0000 7f3c22dc7ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T18:42:44.382 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:43 smithi063 bash[27437]: debug 2024-09-10T18:42:43.927+0000 7f3c22dc7ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T18:42:45.382 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:42:44 smithi063 bash[27437]: debug 2024-09-10T18:42:44.895+0000 7f3c22dc7ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T18:42:45.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:44 smithi063 bash[14646]: audit 2024-09-10T18:42:44.921602+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.? 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T18:42:45.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:44 smithi063 bash[14646]: audit 2024-09-10T18:42:44.922249+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.? 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:42:45.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:44 smithi063 bash[14646]: audit 2024-09-10T18:42:44.923942+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.? 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T18:42:45.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:44 smithi063 bash[14646]: audit 2024-09-10T18:42:44.924536+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.? 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:42:45.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:44 smithi063 bash[14646]: cluster 2024-09-10T18:42:44.925661+0000 mon.a (mon.0) 813 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:42:45.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:44 smithi031 bash[19205]: audit 2024-09-10T18:42:44.921602+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.? 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T18:42:45.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:44 smithi031 bash[19205]: audit 2024-09-10T18:42:44.922249+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.? 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:42:45.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:44 smithi031 bash[19205]: audit 2024-09-10T18:42:44.923942+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.? 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T18:42:45.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:44 smithi031 bash[19205]: audit 2024-09-10T18:42:44.924536+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.? 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:42:45.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:44 smithi031 bash[19205]: cluster 2024-09-10T18:42:44.925661+0000 mon.a (mon.0) 813 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:42:45.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:44 smithi031 bash[14957]: audit 2024-09-10T18:42:44.921602+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.? 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T18:42:45.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:44 smithi031 bash[14957]: audit 2024-09-10T18:42:44.922249+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.? 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:42:45.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:44 smithi031 bash[14957]: audit 2024-09-10T18:42:44.923942+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.? 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T18:42:45.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:44 smithi031 bash[14957]: audit 2024-09-10T18:42:44.924536+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.? 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:42:45.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:44 smithi031 bash[14957]: cluster 2024-09-10T18:42:44.925661+0000 mon.a (mon.0) 813 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:42:46.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: cluster 2024-09-10T18:42:44.990633+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e25: y(active, starting, since 5s), standbys: x 2024-09-10T18:42:46.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:44.997481+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:42:46.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:44.997783+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:42:46.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.395825+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:42:46.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.396263+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:42:46.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.396896+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:42:46.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.401339+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:42:46.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.401850+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:42:46.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.402271+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:42:46.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.402721+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:42:46.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.403107+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:42:46.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.403670+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:42:46.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.404343+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:42:46.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.404717+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:42:46.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.405177+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:42:46.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.405446+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:42:46.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.406222+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:42:46.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.408991+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:42:46.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.410827+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT53310008400BGN"}]: dispatch 2024-09-10T18:42:46.387 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.411510+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT5344005B400BGN"}]: dispatch 2024-09-10T18:42:46.387 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.412152+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T18:42:46.387 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.412783+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-10T18:42:46.387 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.413410+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T18:42:46.388 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:45 smithi063 bash[14646]: audit 2024-09-10T18:42:45.413992+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:42:46.388 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.414922+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:42:46.388 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.415509+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031"}]: dispatch 2024-09-10T18:42:46.388 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.416211+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031.devices.0"}]: dispatch 2024-09-10T18:42:46.388 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.416817+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063"}]: dispatch 2024-09-10T18:42:46.389 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.417498+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063.devices.0"}]: dispatch 2024-09-10T18:42:46.389 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.418108+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:42:46.389 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.418708+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:42:46.389 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.419285+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T18:42:46.389 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.419913+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:42:46.389 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.420552+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:42:46.390 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.421186+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-10T18:42:46.390 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.421812+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:42:46.390 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.422434+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:42:46.390 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.423020+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:42:46.390 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.423617+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T18:42:46.391 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.424278+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:42:46.391 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.425707+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:42:46.391 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.426387+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:42:46.391 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.427060+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-10T18:42:46.392 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.427693+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:42:46.392 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.428326+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:42:46.392 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.429008+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:42:46.392 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.429701+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:42:46.392 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.430374+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:42:46.392 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.431062+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T18:42:46.393 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.431717+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:42:46.393 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.432410+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:42:46.393 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: cluster 2024-09-10T18:42:45.734128+0000 mon.a (mon.0) 863 : cluster [INF] Manager daemon y is now available 2024-09-10T18:42:46.393 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.759536+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:46.393 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.829309+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:42:46.394 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:46 smithi063 bash[14646]: audit 2024-09-10T18:42:45.859220+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:42:46.394 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[19205]: cluster 2024-09-10T18:42:44.990633+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e25: y(active, starting, since 5s), standbys: x 2024-09-10T18:42:46.395 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[19205]: audit 2024-09-10T18:42:44.997481+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:42:46.395 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[19205]: audit 2024-09-10T18:42:44.997783+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:42:46.395 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[19205]: audit 2024-09-10T18:42:45.395825+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:42:46.395 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[19205]: audit 2024-09-10T18:42:45.396263+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:42:46.396 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[19205]: audit 2024-09-10T18:42:45.396896+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:42:46.396 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[19205]: audit 2024-09-10T18:42:45.401339+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:42:46.396 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[19205]: audit 2024-09-10T18:42:45.401850+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:42:46.396 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[19205]: audit 2024-09-10T18:42:45.402271+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:42:46.396 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[19205]: audit 2024-09-10T18:42:45.402721+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:42:46.396 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[19205]: audit 2024-09-10T18:42:45.403107+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:42:46.397 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.403670+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:42:46.397 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.404343+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:42:46.397 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.404717+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:42:46.397 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.405177+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:42:46.397 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.405446+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:42:46.397 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.406222+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:42:46.397 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.408991+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:42:46.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: cluster 2024-09-10T18:42:44.990633+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e25: y(active, starting, since 5s), standbys: x 2024-09-10T18:42:46.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: audit 2024-09-10T18:42:44.997481+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:42:46.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: audit 2024-09-10T18:42:44.997783+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:42:46.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: audit 2024-09-10T18:42:45.395825+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:42:46.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: audit 2024-09-10T18:42:45.396263+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:42:46.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: audit 2024-09-10T18:42:45.396896+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:42:46.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: audit 2024-09-10T18:42:45.401339+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:42:46.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: audit 2024-09-10T18:42:45.401850+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:42:46.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: audit 2024-09-10T18:42:45.402271+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:42:46.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: audit 2024-09-10T18:42:45.402721+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:42:46.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: audit 2024-09-10T18:42:45.403107+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:42:46.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: audit 2024-09-10T18:42:45.403670+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:42:46.399 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: audit 2024-09-10T18:42:45.404343+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:42:46.399 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: audit 2024-09-10T18:42:45.404717+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:42:46.399 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: audit 2024-09-10T18:42:45.405177+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:42:46.399 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: audit 2024-09-10T18:42:45.405446+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:42:46.399 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: audit 2024-09-10T18:42:45.406222+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:42:46.399 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: audit 2024-09-10T18:42:45.408991+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:42:46.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.410827+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT53310008400BGN"}]: dispatch 2024-09-10T18:42:46.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.411510+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT5344005B400BGN"}]: dispatch 2024-09-10T18:42:46.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.412152+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T18:42:46.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.412783+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-10T18:42:46.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.413410+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T18:42:46.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.413992+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:42:46.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.414922+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:42:46.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.415509+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031"}]: dispatch 2024-09-10T18:42:46.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.416211+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031.devices.0"}]: dispatch 2024-09-10T18:42:46.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.416817+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063"}]: dispatch 2024-09-10T18:42:46.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.417498+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063.devices.0"}]: dispatch 2024-09-10T18:42:46.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.418108+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:42:46.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.418708+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:42:46.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.419285+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T18:42:46.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.419913+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:42:46.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.420552+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:42:46.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.421186+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-10T18:42:46.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.421812+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:42:46.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.422434+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:42:46.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.423020+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:42:46.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.423617+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T18:42:46.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.424278+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:42:46.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.425707+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:42:46.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.426387+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:42:46.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.427060+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-10T18:42:46.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.427693+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:42:46.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.428326+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:42:46.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.429008+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:42:46.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.429701+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:42:46.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.430374+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:42:46.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.431062+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T18:42:46.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.431717+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:42:46.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.432410+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:42:46.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: cluster 2024-09-10T18:42:45.734128+0000 mon.a (mon.0) 863 : cluster [INF] Manager daemon y is now available 2024-09-10T18:42:46.403 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.759536+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:46.403 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.829309+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:42:46.403 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[19205]: audit 2024-09-10T18:42:45.859220+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:42:46.403 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: audit 2024-09-10T18:42:45.410827+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT53310008400BGN"}]: dispatch 2024-09-10T18:42:46.403 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:45 smithi031 bash[14957]: audit 2024-09-10T18:42:45.411510+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT5344005B400BGN"}]: dispatch 2024-09-10T18:42:46.404 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.412152+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T18:42:46.404 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.412783+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-10T18:42:46.404 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.413410+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T18:42:46.404 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.413992+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:42:46.404 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.414922+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:42:46.404 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.415509+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031"}]: dispatch 2024-09-10T18:42:46.404 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.416211+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031.devices.0"}]: dispatch 2024-09-10T18:42:46.405 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.416817+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063"}]: dispatch 2024-09-10T18:42:46.405 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.417498+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063.devices.0"}]: dispatch 2024-09-10T18:42:46.405 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.418108+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:42:46.405 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.418708+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:42:46.405 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.419285+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T18:42:46.405 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.419913+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:42:46.405 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.420552+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:42:46.405 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.421186+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-10T18:42:46.405 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.421812+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:42:46.405 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.422434+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:42:46.405 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.423020+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:42:46.405 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.423617+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T18:42:46.405 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.424278+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:42:46.406 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.425707+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:42:46.406 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.426387+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:42:46.406 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.427060+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-10T18:42:46.406 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.427693+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:42:46.406 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.428326+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:42:46.406 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.429008+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:42:46.406 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.429701+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:42:46.406 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.430374+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:42:46.406 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.431062+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T18:42:46.406 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.431717+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:42:46.406 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.432410+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:42:46.406 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: cluster 2024-09-10T18:42:45.734128+0000 mon.a (mon.0) 863 : cluster [INF] Manager daemon y is now available 2024-09-10T18:42:46.406 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.759536+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:46.406 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.829309+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:42:46.406 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:46 smithi031 bash[14957]: audit 2024-09-10T18:42:45.859220+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:42:47.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:47 smithi063 bash[14646]: cephadm 2024-09-10T18:42:45.752955+0000 mgr.y (mgr.24871) 1 : cephadm [INF] inventory: adjusted host smithi063 addr 'smithi063' -> '172.21.15.63' 2024-09-10T18:42:47.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:47 smithi063 bash[14646]: cluster 2024-09-10T18:42:46.016788+0000 mon.a (mon.0) 867 : cluster [DBG] mgrmap e26: y(active, since 6s), standbys: x 2024-09-10T18:42:47.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:47 smithi063 bash[14646]: cluster 2024-09-10T18:42:46.055334+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-10T18:42:47.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:47 smithi063 bash[14646]: audit 2024-09-10T18:42:46.140912+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:42:47.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:47 smithi063 bash[14646]: audit 2024-09-10T18:42:46.152310+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:42:47.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[19205]: cephadm 2024-09-10T18:42:45.752955+0000 mgr.y (mgr.24871) 1 : cephadm [INF] inventory: adjusted host smithi063 addr 'smithi063' -> '172.21.15.63' 2024-09-10T18:42:47.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[19205]: cluster 2024-09-10T18:42:46.016788+0000 mon.a (mon.0) 867 : cluster [DBG] mgrmap e26: y(active, since 6s), standbys: x 2024-09-10T18:42:47.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[19205]: cluster 2024-09-10T18:42:46.055334+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-10T18:42:47.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[19205]: audit 2024-09-10T18:42:46.140912+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:42:47.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[19205]: audit 2024-09-10T18:42:46.152310+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:42:47.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[14957]: cephadm 2024-09-10T18:42:45.752955+0000 mgr.y (mgr.24871) 1 : cephadm [INF] inventory: adjusted host smithi063 addr 'smithi063' -> '172.21.15.63' 2024-09-10T18:42:47.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[14957]: cluster 2024-09-10T18:42:46.016788+0000 mon.a (mon.0) 867 : cluster [DBG] mgrmap e26: y(active, since 6s), standbys: x 2024-09-10T18:42:47.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[14957]: cluster 2024-09-10T18:42:46.055334+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-10T18:42:47.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[14957]: audit 2024-09-10T18:42:46.140912+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:42:47.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[14957]: audit 2024-09-10T18:42:46.152310+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:42:47.887 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[40844]: debug 2024-09-10T18:42:47.509+0000 7fcaa4a58640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:18:42:47] ENGINE Error in HTTPServer.serve 2024-09-10T18:42:47.887 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[40844]: Traceback (most recent call last): 2024-09-10T18:42:47.887 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[40844]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:42:47.887 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[40844]: self._connections.run(self.expiration_interval) 2024-09-10T18:42:47.887 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[40844]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:42:47.887 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[40844]: self._run(expiration_interval) 2024-09-10T18:42:47.887 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[40844]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:42:47.887 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[40844]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:42:47.887 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[40844]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:42:47.887 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[40844]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:42:47.887 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[40844]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:42:47.887 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[40844]: s = self.context.wrap_socket( 2024-09-10T18:42:47.888 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[40844]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:42:47.888 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[40844]: return self.sslsocket_class._create( 2024-09-10T18:42:47.888 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[40844]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:42:47.888 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[40844]: self.do_handshake() 2024-09-10T18:42:47.888 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[40844]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:42:47.888 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[40844]: self._sslobj.do_handshake() 2024-09-10T18:42:47.888 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:42:47 smithi031 bash[40844]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:42:48.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: cephadm 2024-09-10T18:42:47.381143+0000 mgr.y (mgr.24871) 3 : cephadm [INF] [10/Sep/2024:18:42:47] ENGINE Bus STARTING 2024-09-10T18:42:48.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: cluster 2024-09-10T18:42:47.403455+0000 mgr.y (mgr.24871) 4 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:42:48.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: cephadm 2024-09-10T18:42:47.508501+0000 mgr.y (mgr.24871) 5 : cephadm [INF] [10/Sep/2024:18:42:47] ENGINE Serving on https://172.21.15.31:7150 2024-09-10T18:42:48.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: cephadm 2024-09-10T18:42:47.508767+0000 mgr.y (mgr.24871) 6 : cephadm [INF] [10/Sep/2024:18:42:47] ENGINE Bus STARTED 2024-09-10T18:42:48.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: cephadm 2024-09-10T18:42:47.512743+0000 mgr.y (mgr.24871) 7 : cephadm [ERR] [10/Sep/2024:18:42:47] ENGINE Error in HTTPServer.serve 2024-09-10T18:42:48.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: Traceback (most recent call last): 2024-09-10T18:42:48.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:42:48.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: self._connections.run(self.expiration_interval) 2024-09-10T18:42:48.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:42:48.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: self._run(expiration_interval) 2024-09-10T18:42:48.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:42:48.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:42:48.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:42:48.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:42:48.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:42:48.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: s = self.context.wrap_socket( 2024-09-10T18:42:48.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:42:48.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: return self.sslsocket_class._create( 2024-09-10T18:42:48.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:42:48.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: self.do_handshake() 2024-09-10T18:42:48.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:42:48.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: self._sslobj.do_handshake() 2024-09-10T18:42:48.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:42:48.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: audit 2024-09-10T18:42:47.518066+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:48.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:48 smithi063 bash[14646]: cluster 2024-09-10T18:42:48.184276+0000 mon.a (mon.0) 871 : cluster [DBG] mgrmap e27: y(active, since 8s), standbys: x 2024-09-10T18:42:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: cephadm 2024-09-10T18:42:47.381143+0000 mgr.y (mgr.24871) 3 : cephadm [INF] [10/Sep/2024:18:42:47] ENGINE Bus STARTING 2024-09-10T18:42:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: cluster 2024-09-10T18:42:47.403455+0000 mgr.y (mgr.24871) 4 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:42:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: cephadm 2024-09-10T18:42:47.508501+0000 mgr.y (mgr.24871) 5 : cephadm [INF] [10/Sep/2024:18:42:47] ENGINE Serving on https://172.21.15.31:7150 2024-09-10T18:42:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: cephadm 2024-09-10T18:42:47.508767+0000 mgr.y (mgr.24871) 6 : cephadm [INF] [10/Sep/2024:18:42:47] ENGINE Bus STARTED 2024-09-10T18:42:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: cephadm 2024-09-10T18:42:47.512743+0000 mgr.y (mgr.24871) 7 : cephadm [ERR] [10/Sep/2024:18:42:47] ENGINE Error in HTTPServer.serve 2024-09-10T18:42:48.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: Traceback (most recent call last): 2024-09-10T18:42:48.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:42:48.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: self._connections.run(self.expiration_interval) 2024-09-10T18:42:48.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:42:48.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: self._run(expiration_interval) 2024-09-10T18:42:48.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:42:48.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:42:48.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:42:48.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:42:48.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:42:48.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: s = self.context.wrap_socket( 2024-09-10T18:42:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:42:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: return self.sslsocket_class._create( 2024-09-10T18:42:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:42:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: self.do_handshake() 2024-09-10T18:42:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:42:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: self._sslobj.do_handshake() 2024-09-10T18:42:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:42:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: audit 2024-09-10T18:42:47.518066+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[19205]: cluster 2024-09-10T18:42:48.184276+0000 mon.a (mon.0) 871 : cluster [DBG] mgrmap e27: y(active, since 8s), standbys: x 2024-09-10T18:42:48.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: cephadm 2024-09-10T18:42:47.381143+0000 mgr.y (mgr.24871) 3 : cephadm [INF] [10/Sep/2024:18:42:47] ENGINE Bus STARTING 2024-09-10T18:42:48.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: cluster 2024-09-10T18:42:47.403455+0000 mgr.y (mgr.24871) 4 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:42:48.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: cephadm 2024-09-10T18:42:47.508501+0000 mgr.y (mgr.24871) 5 : cephadm [INF] [10/Sep/2024:18:42:47] ENGINE Serving on https://172.21.15.31:7150 2024-09-10T18:42:48.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: cephadm 2024-09-10T18:42:47.508767+0000 mgr.y (mgr.24871) 6 : cephadm [INF] [10/Sep/2024:18:42:47] ENGINE Bus STARTED 2024-09-10T18:42:48.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: cephadm 2024-09-10T18:42:47.512743+0000 mgr.y (mgr.24871) 7 : cephadm [ERR] [10/Sep/2024:18:42:47] ENGINE Error in HTTPServer.serve 2024-09-10T18:42:48.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: Traceback (most recent call last): 2024-09-10T18:42:48.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:42:48.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: self._connections.run(self.expiration_interval) 2024-09-10T18:42:48.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:42:48.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: self._run(expiration_interval) 2024-09-10T18:42:48.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:42:48.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:42:48.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:42:48.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:42:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:42:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: s = self.context.wrap_socket( 2024-09-10T18:42:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:42:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: return self.sslsocket_class._create( 2024-09-10T18:42:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:42:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: self.do_handshake() 2024-09-10T18:42:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:42:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: self._sslobj.do_handshake() 2024-09-10T18:42:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:42:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: audit 2024-09-10T18:42:47.518066+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:48 smithi031 bash[14957]: cluster 2024-09-10T18:42:48.184276+0000 mon.a (mon.0) 871 : cluster [DBG] mgrmap e27: y(active, since 8s), standbys: x 2024-09-10T18:42:50.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:50 smithi063 bash[14646]: cluster 2024-09-10T18:42:49.404169+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-10T18:42:50.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:50 smithi063 bash[14646]: cluster 2024-09-10T18:42:49.539003+0000 mon.a (mon.0) 872 : cluster [DBG] mgrmap e28: y(active, since 10s), standbys: x 2024-09-10T18:42:50.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:50 smithi031 bash[19205]: cluster 2024-09-10T18:42:49.404169+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-10T18:42:50.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:50 smithi031 bash[19205]: cluster 2024-09-10T18:42:49.539003+0000 mon.a (mon.0) 872 : cluster [DBG] mgrmap e28: y(active, since 10s), standbys: x 2024-09-10T18:42:50.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:50 smithi031 bash[14957]: cluster 2024-09-10T18:42:49.404169+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-10T18:42:50.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:50 smithi031 bash[14957]: cluster 2024-09-10T18:42:49.539003+0000 mon.a (mon.0) 872 : cluster [DBG] mgrmap e28: y(active, since 10s), standbys: x 2024-09-10T18:42:52.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:51.637Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:42:52.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:51.637Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:42:52.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:51.637Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:42:52.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:52 smithi063 bash[14646]: cluster 2024-09-10T18:42:51.405269+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; 34 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-10T18:42:52.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:52 smithi063 bash[14646]: audit 2024-09-10T18:42:52.440736+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:52.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:52 smithi063 bash[14646]: audit 2024-09-10T18:42:52.449814+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:52.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:52 smithi063 bash[14646]: audit 2024-09-10T18:42:52.459174+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:52.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:52 smithi031 bash[14957]: cluster 2024-09-10T18:42:51.405269+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; 34 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-10T18:42:52.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:52 smithi031 bash[14957]: audit 2024-09-10T18:42:52.440736+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:52.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:52 smithi031 bash[14957]: audit 2024-09-10T18:42:52.449814+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:52.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:52 smithi031 bash[14957]: audit 2024-09-10T18:42:52.459174+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:52.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:52 smithi031 bash[19205]: cluster 2024-09-10T18:42:51.405269+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; 34 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-10T18:42:52.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:52 smithi031 bash[19205]: audit 2024-09-10T18:42:52.440736+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:52.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:52 smithi031 bash[19205]: audit 2024-09-10T18:42:52.449814+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:52.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:52 smithi031 bash[19205]: audit 2024-09-10T18:42:52.459174+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:53.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:53 smithi063 bash[14646]: audit 2024-09-10T18:42:52.842025+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:42:53.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:53 smithi063 bash[14646]: audit 2024-09-10T18:42:53.033980+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:53.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:53 smithi063 bash[14646]: audit 2024-09-10T18:42:53.044345+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:53.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:53 smithi063 bash[14646]: audit 2024-09-10T18:42:53.054059+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:53.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:53 smithi063 bash[14646]: audit 2024-09-10T18:42:53.062994+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:53.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:53 smithi063 bash[14646]: audit 2024-09-10T18:42:53.070845+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:53.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:53 smithi063 bash[14646]: audit 2024-09-10T18:42:53.079715+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:53.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:53 smithi063 bash[14646]: audit 2024-09-10T18:42:53.081182+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:53.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:53 smithi063 bash[14646]: audit 2024-09-10T18:42:53.081836+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:53.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:53 smithi063 bash[14646]: audit 2024-09-10T18:42:53.082446+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:53.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:53 smithi063 bash[14646]: audit 2024-09-10T18:42:53.082948+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:53.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:53 smithi063 bash[14646]: audit 2024-09-10T18:42:53.083475+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:53.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:53 smithi063 bash[14646]: audit 2024-09-10T18:42:53.083968+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:53.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:53 smithi063 bash[14646]: audit 2024-09-10T18:42:53.084468+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:53.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:53 smithi063 bash[14646]: audit 2024-09-10T18:42:53.085022+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:53.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:53 smithi063 bash[14646]: audit 2024-09-10T18:42:53.085575+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:53.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:53 smithi063 bash[14646]: audit 2024-09-10T18:42:53.452711+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:42:53.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:53.527Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:42:53.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:53.527Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:42:53.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:42:53.527Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:42:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[14957]: audit 2024-09-10T18:42:52.842025+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:42:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[14957]: audit 2024-09-10T18:42:53.033980+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:53.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[14957]: audit 2024-09-10T18:42:53.044345+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:53.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[14957]: audit 2024-09-10T18:42:53.054059+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:53.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[14957]: audit 2024-09-10T18:42:53.062994+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:53.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[14957]: audit 2024-09-10T18:42:53.070845+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:53.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[14957]: audit 2024-09-10T18:42:53.079715+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:53.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[14957]: audit 2024-09-10T18:42:53.081182+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:53.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[14957]: audit 2024-09-10T18:42:53.081836+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:53.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[14957]: audit 2024-09-10T18:42:53.082446+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:53.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[14957]: audit 2024-09-10T18:42:53.082948+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:53.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[14957]: audit 2024-09-10T18:42:53.083475+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:53.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[14957]: audit 2024-09-10T18:42:53.083968+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:53.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[14957]: audit 2024-09-10T18:42:53.084468+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:53.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[14957]: audit 2024-09-10T18:42:53.085022+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:53.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[14957]: audit 2024-09-10T18:42:53.085575+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:53.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[14957]: audit 2024-09-10T18:42:53.452711+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:42:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[19205]: audit 2024-09-10T18:42:52.842025+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:42:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[19205]: audit 2024-09-10T18:42:53.033980+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[19205]: audit 2024-09-10T18:42:53.044345+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[19205]: audit 2024-09-10T18:42:53.054059+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[19205]: audit 2024-09-10T18:42:53.062994+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[19205]: audit 2024-09-10T18:42:53.070845+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[19205]: audit 2024-09-10T18:42:53.079715+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[19205]: audit 2024-09-10T18:42:53.081182+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:53.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[19205]: audit 2024-09-10T18:42:53.081836+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:53.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[19205]: audit 2024-09-10T18:42:53.082446+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:53.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[19205]: audit 2024-09-10T18:42:53.082948+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:53.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[19205]: audit 2024-09-10T18:42:53.083475+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:53.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[19205]: audit 2024-09-10T18:42:53.083968+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:53.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[19205]: audit 2024-09-10T18:42:53.084468+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:53.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[19205]: audit 2024-09-10T18:42:53.085022+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:53.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[19205]: audit 2024-09-10T18:42:53.085575+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:53.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:53 smithi031 bash[19205]: audit 2024-09-10T18:42:53.452711+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:42:54.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:54 smithi063 bash[14646]: cluster 2024-09-10T18:42:53.405778+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; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T18:42:54.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:54 smithi063 bash[14646]: audit 2024-09-10T18:42:53.683662+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:54.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:54 smithi063 bash[14646]: audit 2024-09-10T18:42:53.692084+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:54.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:54 smithi063 bash[14646]: audit 2024-09-10T18:42:53.703521+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:54.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:54 smithi063 bash[14646]: audit 2024-09-10T18:42:53.705474+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:54.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:54 smithi063 bash[14646]: audit 2024-09-10T18:42:53.706484+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:54.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:54 smithi063 bash[14646]: audit 2024-09-10T18:42:53.707373+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:54.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:54 smithi063 bash[14646]: audit 2024-09-10T18:42:53.708176+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:54.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:54 smithi063 bash[14646]: audit 2024-09-10T18:42:53.708864+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:54.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:54 smithi063 bash[14646]: audit 2024-09-10T18:42:53.709530+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:54.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:54 smithi063 bash[14646]: audit 2024-09-10T18:42:53.710182+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:54.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:54 smithi063 bash[14646]: audit 2024-09-10T18:42:53.710899+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:54.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:54 smithi063 bash[14646]: audit 2024-09-10T18:42:53.711646+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:54.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:54 smithi063 bash[14646]: audit 2024-09-10T18:42:53.712980+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:42:54.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:54 smithi063 bash[14646]: audit 2024-09-10T18:42:53.714740+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:42:54.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:54 smithi063 bash[14646]: audit 2024-09-10T18:42:53.726284+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:54.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:54 smithi063 bash[14646]: audit 2024-09-10T18:42:53.783789+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' 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-10T18:42:54.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:54 smithi063 bash[14646]: audit 2024-09-10T18:42:53.796454+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:42:54.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:54 smithi063 bash[14646]: audit 2024-09-10T18:42:53.799274+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-10T18:42:54.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[14957]: cluster 2024-09-10T18:42:53.405778+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; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T18:42:54.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[14957]: audit 2024-09-10T18:42:53.683662+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:54.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[14957]: audit 2024-09-10T18:42:53.692084+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:54.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[14957]: audit 2024-09-10T18:42:53.703521+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:54.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[14957]: audit 2024-09-10T18:42:53.705474+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:54.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[14957]: audit 2024-09-10T18:42:53.706484+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:54.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[14957]: audit 2024-09-10T18:42:53.707373+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:54.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[14957]: audit 2024-09-10T18:42:53.708176+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:54.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[14957]: audit 2024-09-10T18:42:53.708864+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:54.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[14957]: audit 2024-09-10T18:42:53.709530+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:54.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[14957]: audit 2024-09-10T18:42:53.710182+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:54.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[14957]: audit 2024-09-10T18:42:53.710899+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:54.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[14957]: audit 2024-09-10T18:42:53.711646+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:54.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[14957]: audit 2024-09-10T18:42:53.712980+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:42:54.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[14957]: audit 2024-09-10T18:42:53.714740+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:42:54.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[14957]: audit 2024-09-10T18:42:53.726284+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:54.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[19205]: cluster 2024-09-10T18:42:53.405778+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; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T18:42:54.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[19205]: audit 2024-09-10T18:42:53.683662+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:54.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[19205]: audit 2024-09-10T18:42:53.692084+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:54.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[19205]: audit 2024-09-10T18:42:53.703521+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:54.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[19205]: audit 2024-09-10T18:42:53.705474+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:54.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[19205]: audit 2024-09-10T18:42:53.706484+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:54.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[19205]: audit 2024-09-10T18:42:53.707373+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:54.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[19205]: audit 2024-09-10T18:42:53.708176+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:54.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[19205]: audit 2024-09-10T18:42:53.708864+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:54.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[19205]: audit 2024-09-10T18:42:53.709530+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:54.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[19205]: audit 2024-09-10T18:42:53.710182+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:54.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[19205]: audit 2024-09-10T18:42:53.710899+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:42:54.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[19205]: audit 2024-09-10T18:42:53.711646+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:42:54.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[19205]: audit 2024-09-10T18:42:53.712980+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:42:54.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[19205]: audit 2024-09-10T18:42:53.714740+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:42:54.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[19205]: audit 2024-09-10T18:42:53.726284+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:54.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[14957]: audit 2024-09-10T18:42:53.783789+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' 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-10T18:42:54.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[14957]: audit 2024-09-10T18:42:53.796454+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:42:54.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[14957]: audit 2024-09-10T18:42:53.799274+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-10T18:42:54.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[19205]: audit 2024-09-10T18:42:53.783789+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' 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-10T18:42:54.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[19205]: audit 2024-09-10T18:42:53.796454+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:42:54.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:54 smithi031 bash[19205]: audit 2024-09-10T18:42:53.799274+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-10T18:42:55.810 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:55 smithi063 bash[14646]: cephadm 2024-09-10T18:42:53.716159+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-10T18:42:55.810 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:55 smithi063 bash[14646]: cephadm 2024-09-10T18:42:53.782840+0000 mgr.y (mgr.24871) 12 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-10T18:42:55.810 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:55 smithi063 bash[14646]: cephadm 2024-09-10T18:42:53.798499+0000 mgr.y (mgr.24871) 13 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi063 2024-09-10T18:42:55.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:55 smithi031 bash[19205]: cephadm 2024-09-10T18:42:53.716159+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-10T18:42:55.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:55 smithi031 bash[19205]: cephadm 2024-09-10T18:42:53.782840+0000 mgr.y (mgr.24871) 12 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-10T18:42:55.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:55 smithi031 bash[19205]: cephadm 2024-09-10T18:42:53.798499+0000 mgr.y (mgr.24871) 13 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi063 2024-09-10T18:42:55.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:55 smithi031 bash[14957]: cephadm 2024-09-10T18:42:53.716159+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-10T18:42:55.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:55 smithi031 bash[14957]: cephadm 2024-09-10T18:42:53.782840+0000 mgr.y (mgr.24871) 12 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-10T18:42:55.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:55 smithi031 bash[14957]: cephadm 2024-09-10T18:42:53.798499+0000 mgr.y (mgr.24871) 13 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi063 2024-09-10T18:42:56.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[14646]: cluster 2024-09-10T18:42:55.406470+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-10T18:42:56.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 systemd[1]: Stopping Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:42:56.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: --- Logging error --- 2024-09-10T18:42:56.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:42:56.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.send(msg) 2024-09-10T18:42:56.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:42:56.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: During handling of the above exception, another exception occurred: 2024-09-10T18:42:56.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:42:56.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.connect(address) 2024-09-10T18:42:56.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:42:56.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: During handling of the above exception, another exception occurred: 2024-09-10T18:42:56.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:42:56.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self._connect_unixsocket(self.address) 2024-09-10T18:42:56.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:42:56.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.connect(address) 2024-09-10T18:42:56.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:42:56.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Call stack: 2024-09-10T18:42:56.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:42:56.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self._bootstrap_inner() 2024-09-10T18:42:56.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:42:56.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.run() 2024-09-10T18:42:56.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:42:56.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: logger.info("Started the configuration object watcher") 2024-09-10T18:42:56.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Message: 'Started the configuration object watcher' 2024-09-10T18:42:56.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Arguments: () 2024-09-10T18:42:56.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: --- Logging error --- 2024-09-10T18:42:56.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:42:56.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.send(msg) 2024-09-10T18:42:56.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:42:56.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: During handling of the above exception, another exception occurred: 2024-09-10T18:42:56.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:42:56.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.connect(address) 2024-09-10T18:42:56.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:42:56.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: During handling of the above exception, another exception occurred: 2024-09-10T18:42:56.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:42:56.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self._connect_unixsocket(self.address) 2024-09-10T18:42:56.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:42:56.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.connect(address) 2024-09-10T18:42:56.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:42:56.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Call stack: 2024-09-10T18:42:56.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:42:56.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: main() 2024-09-10T18:42:56.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:56 smithi031 bash[14957]: cluster 2024-09-10T18:42:55.406470+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-10T18:42:56.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:56 smithi031 bash[19205]: cluster 2024-09-10T18:42:55.406470+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-10T18:42:56.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:42:56.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:42:56.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:42:56.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:42:56.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:42:56.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Arguments: () 2024-09-10T18:42:56.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: --- Logging error --- 2024-09-10T18:42:56.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:42:56.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.send(msg) 2024-09-10T18:42:56.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:42:56.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: During handling of the above exception, another exception occurred: 2024-09-10T18:42:56.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:42:56.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.connect(address) 2024-09-10T18:42:56.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:42:56.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: During handling of the above exception, another exception occurred: 2024-09-10T18:42:56.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:42:56.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self._connect_unixsocket(self.address) 2024-09-10T18:42:56.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:42:56.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.connect(address) 2024-09-10T18:42:56.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:42:56.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Call stack: 2024-09-10T18:42:56.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:42:56.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self._bootstrap_inner() 2024-09-10T18:42:56.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:42:56.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.run() 2024-09-10T18:42:56.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:42:56.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.interval)) 2024-09-10T18:42:56.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:42:56.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Arguments: () 2024-09-10T18:42:56.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: --- Logging error --- 2024-09-10T18:42:56.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:42:56.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.send(msg) 2024-09-10T18:42:56.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:42:56.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: During handling of the above exception, another exception occurred: 2024-09-10T18:42:56.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:42:56.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.connect(address) 2024-09-10T18:42:56.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:42:56.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: During handling of the above exception, another exception occurred: 2024-09-10T18:42:56.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:42:56.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self._connect_unixsocket(self.address) 2024-09-10T18:42:56.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:42:56.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.connect(address) 2024-09-10T18:42:56.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:42:56.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Call stack: 2024-09-10T18:42:56.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:42:56.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: main() 2024-09-10T18:42:56.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/bin/rbd-target-api", line 2866, in main 2024-09-10T18:42:56.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: ceph_gw.define() 2024-09-10T18:42:56.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 225, in define 2024-09-10T18:42:56.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.logger.info("Reading the configuration object to update local LIO " 2024-09-10T18:42:56.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Message: 'Reading the configuration object to update local LIO configuration' 2024-09-10T18:42:56.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Arguments: () 2024-09-10T18:42:56.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: --- Logging error --- 2024-09-10T18:42:56.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:42:56.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.send(msg) 2024-09-10T18:42:56.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:42:56.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: During handling of the above exception, another exception occurred: 2024-09-10T18:42:56.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:42:56.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.connect(address) 2024-09-10T18:42:56.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:42:56.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: During handling of the above exception, another exception occurred: 2024-09-10T18:42:56.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:42:56.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self._connect_unixsocket(self.address) 2024-09-10T18:42:56.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:42:56.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.connect(address) 2024-09-10T18:42:56.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:42:56.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Call stack: 2024-09-10T18:42:56.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:42:56.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: main() 2024-09-10T18:42:56.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/bin/rbd-target-api", line 2866, in main 2024-09-10T18:42:56.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: ceph_gw.define() 2024-09-10T18:42:56.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 236, in define 2024-09-10T18:42:56.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: "nothing to define to LIO".format(self.hostname)) 2024-09-10T18:42:56.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Message: 'Configuration does not have an entry for this host(smithi063.front.sepia.ceph.com) - nothing to define to LIO' 2024-09-10T18:42:56.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Arguments: () 2024-09-10T18:42:56.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: --- Logging error --- 2024-09-10T18:42:56.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:42:56.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.send(msg) 2024-09-10T18:42:56.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:42:56.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: During handling of the above exception, another exception occurred: 2024-09-10T18:42:56.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:42:56.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.connect(address) 2024-09-10T18:42:56.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:42:56.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: During handling of the above exception, another exception occurred: 2024-09-10T18:42:56.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:42:56.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self._connect_unixsocket(self.address) 2024-09-10T18:42:56.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:42:56.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.connect(address) 2024-09-10T18:42:56.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:42:56.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Call stack: 2024-09-10T18:42:56.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:42:56.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: main() 2024-09-10T18:42:56.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/bin/rbd-target-api", line 2894, in main 2024-09-10T18:42:56.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: ssl_context=context) 2024-09-10T18:42:56.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib/python3.6/site-packages/flask/app.py", line 841, in run 2024-09-10T18:42:56.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: run_simple(host, port, self, **options) 2024-09-10T18:42:56.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 739, in run_simple 2024-09-10T18:42:56.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: inner() 2024-09-10T18:42:56.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 701, in inner 2024-09-10T18:42:56.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: log_startup(srv.socket) 2024-09-10T18:42:56.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 689, in log_startup 2024-09-10T18:42:56.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: display_hostname, port, quit_msg) 2024-09-10T18:42:56.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib/python3.6/site-packages/werkzeug/_internal.py", line 87, in _log 2024-09-10T18:42:56.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: getattr(_logger, type)(message.rstrip(), *args, **kwargs) 2024-09-10T18:42:56.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Message: ' * Running on %s://%s:%d/ %s' 2024-09-10T18:42:56.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Arguments: ('http', '[::]', 5000, '(Press CTRL+C to quit)') 2024-09-10T18:42:56.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: --- Logging error --- 2024-09-10T18:42:56.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:42:56.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.send(msg) 2024-09-10T18:42:56.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:42:56.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: During handling of the above exception, another exception occurred: 2024-09-10T18:42:56.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:42:56.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.connect(address) 2024-09-10T18:42:56.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:42:56.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: During handling of the above exception, another exception occurred: 2024-09-10T18:42:56.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:42:56.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self._connect_unixsocket(self.address) 2024-09-10T18:42:56.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:42:56.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.connect(address) 2024-09-10T18:42:56.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:42:56.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Call stack: 2024-09-10T18:42:56.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:42:56.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: main() 2024-09-10T18:42:56.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/bin/rbd-target-api", line 2894, in main 2024-09-10T18:42:56.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: ssl_context=context) 2024-09-10T18:42:56.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib/python3.6/site-packages/flask/app.py", line 841, in run 2024-09-10T18:42:56.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: run_simple(host, port, self, **options) 2024-09-10T18:42:56.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 739, in run_simple 2024-09-10T18:42:56.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: inner() 2024-09-10T18:42:56.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 702, in inner 2024-09-10T18:42:56.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: srv.serve_forever() 2024-09-10T18:42:56.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 539, in serve_forever 2024-09-10T18:42:56.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: HTTPServer.serve_forever(self) 2024-09-10T18:42:56.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/socketserver.py", line 236, in serve_forever 2024-09-10T18:42:56.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: ready = selector.select(poll_interval) 2024-09-10T18:42:56.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/selectors.py", line 376, in select 2024-09-10T18:42:56.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: fd_event_list = self._poll.poll(timeout) 2024-09-10T18:42:56.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/bin/rbd-target-api", line 2898, in signal_stop 2024-09-10T18:42:56.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: logger.info("Shutdown received") 2024-09-10T18:42:56.904 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Message: 'Shutdown received' 2024-09-10T18:42:56.904 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Arguments: () 2024-09-10T18:42:56.904 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: --- Logging error --- 2024-09-10T18:42:56.904 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.904 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:42:56.904 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.send(msg) 2024-09-10T18:42:56.904 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:42:56.904 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: During handling of the above exception, another exception occurred: 2024-09-10T18:42:56.904 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.904 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:42:56.904 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.connect(address) 2024-09-10T18:42:56.904 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:42:56.904 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: During handling of the above exception, another exception occurred: 2024-09-10T18:42:56.904 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Traceback (most recent call last): 2024-09-10T18:42:56.905 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:42:56.905 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self._connect_unixsocket(self.address) 2024-09-10T18:42:56.905 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:42:56.905 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: self.socket.connect(address) 2024-09-10T18:42:56.905 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:42:56.905 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Call stack: 2024-09-10T18:42:56.905 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:42:56.905 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: main() 2024-09-10T18:42:56.905 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/bin/rbd-target-api", line 2894, in main 2024-09-10T18:42:56.905 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: ssl_context=context) 2024-09-10T18:42:56.905 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib/python3.6/site-packages/flask/app.py", line 841, in run 2024-09-10T18:42:56.905 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: run_simple(host, port, self, **options) 2024-09-10T18:42:56.905 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 739, in run_simple 2024-09-10T18:42:56.905 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: inner() 2024-09-10T18:42:56.906 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 702, in inner 2024-09-10T18:42:56.906 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: srv.serve_forever() 2024-09-10T18:42:56.906 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 539, in serve_forever 2024-09-10T18:42:56.906 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: HTTPServer.serve_forever(self) 2024-09-10T18:42:56.906 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/socketserver.py", line 236, in serve_forever 2024-09-10T18:42:56.906 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: ready = selector.select(poll_interval) 2024-09-10T18:42:56.906 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib64/python3.6/selectors.py", line 376, in select 2024-09-10T18:42:56.906 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: fd_event_list = self._poll.poll(timeout) 2024-09-10T18:42:56.906 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/bin/rbd-target-api", line 2901, in signal_stop 2024-09-10T18:42:56.906 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: sys.exit(ceph_gw.delete()) 2024-09-10T18:42:56.907 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 311, in delete 2024-09-10T18:42:56.907 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: "host ({})".format(self.hostname)) 2024-09-10T18:42:56.907 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Message: 'No gateway configuration to remove on this host (smithi063.front.sepia.ceph.com)' 2024-09-10T18:42:56.907 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:56 smithi063 bash[30169]: Arguments: () 2024-09-10T18:42:57.466 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:57 smithi063 docker[32520]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a 2024-09-10T18:42:57.466 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:57 smithi063 bash[30152]: (process:1): GLib-GObject-CRITICAL **: 18:42:57.409: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:42:58.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:57 smithi063 bash[32557]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:42:58.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:57 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Succeeded. 2024-09-10T18:42:58.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:57 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:42:58.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:57 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Found left-over process 30152 (docker) in control group while starting unit. Ignoring. 2024-09-10T18:42:58.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:57 smithi063 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-09-10T18:42:58.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:57 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:42:58.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:58 smithi063 bash[32600]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:42:58.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:58 smithi063 bash[14646]: cluster 2024-09-10T18:42:57.408022+0000 mgr.y (mgr.24871) 15 : 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-10T18:42:58.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:58 smithi063 bash[14646]: audit 2024-09-10T18:42:57.971379+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:58.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:58 smithi063 bash[14646]: audit 2024-09-10T18:42:57.979808+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:58.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:58 smithi063 bash[14646]: audit 2024-09-10T18:42:57.987439+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:58.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:58 smithi063 bash[14646]: audit 2024-09-10T18:42:57.998434+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:42:58.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:58 smithi063 bash[14646]: audit 2024-09-10T18:42:58.007196+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:42:58.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:58 smithi063 bash[14646]: audit 2024-09-10T18:42:58.012396+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:42:58.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:58 smithi031 bash[14957]: cluster 2024-09-10T18:42:57.408022+0000 mgr.y (mgr.24871) 15 : 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-10T18:42:58.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:58 smithi031 bash[14957]: audit 2024-09-10T18:42:57.971379+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:58.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:58 smithi031 bash[14957]: audit 2024-09-10T18:42:57.979808+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:58.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:58 smithi031 bash[14957]: audit 2024-09-10T18:42:57.987439+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:58.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:58 smithi031 bash[14957]: audit 2024-09-10T18:42:57.998434+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:42:58.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:58 smithi031 bash[14957]: audit 2024-09-10T18:42:58.007196+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:42:58.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:58 smithi031 bash[14957]: audit 2024-09-10T18:42:58.012396+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:42:58.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:58 smithi031 bash[19205]: cluster 2024-09-10T18:42:57.408022+0000 mgr.y (mgr.24871) 15 : 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-10T18:42:58.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:58 smithi031 bash[19205]: audit 2024-09-10T18:42:57.971379+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:42:58.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:58 smithi031 bash[19205]: audit 2024-09-10T18:42:57.979808+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:58.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:58 smithi031 bash[19205]: audit 2024-09-10T18:42:57.987439+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:42:58.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:58 smithi031 bash[19205]: audit 2024-09-10T18:42:57.998434+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:42:58.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:58 smithi031 bash[19205]: audit 2024-09-10T18:42:58.007196+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:42:58.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:58 smithi031 bash[19205]: audit 2024-09-10T18:42:58.012396+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:42:59.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:59 smithi063 bash[14646]: audit 2024-09-10T18:42:57.999835+0000 mgr.y (mgr.24871) 16 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:42:59.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:42:59 smithi063 bash[14646]: audit 2024-09-10T18:42:58.008171+0000 mgr.y (mgr.24871) 17 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:42:59.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:59 smithi031 bash[14957]: audit 2024-09-10T18:42:57.999835+0000 mgr.y (mgr.24871) 16 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:42:59.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:42:59 smithi031 bash[14957]: audit 2024-09-10T18:42:58.008171+0000 mgr.y (mgr.24871) 17 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:42:59.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:59 smithi031 bash[19205]: audit 2024-09-10T18:42:57.999835+0000 mgr.y (mgr.24871) 16 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:42:59.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:42:59 smithi031 bash[19205]: audit 2024-09-10T18:42:58.008171+0000 mgr.y (mgr.24871) 17 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:43:00.192 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:42:59 smithi063 bash[32613]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:43:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[14646]: cluster 2024-09-10T18:42:59.408765+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-10T18:43:00.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:00 smithi031 bash[14957]: cluster 2024-09-10T18:42:59.408765+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-10T18:43:00.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:00 smithi031 bash[19205]: cluster 2024-09-10T18:42:59.408765+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-10T18:43:01.273 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:01 smithi063 bash[14646]: audit 2024-09-10T18:43:00.584380+0000 mon.b (mon.2) 205 : audit [DBG] from='client.? 172.21.15.63:0/2937518688' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:43:01.273 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:01 smithi063 bash[14646]: audit 2024-09-10T18:43:00.948524+0000 mon.b (mon.2) 206 : audit [INF] from='client.? 172.21.15.63:0/2904680156' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2657388978"}]: access denied 2024-09-10T18:43:01.273 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: --- Logging error --- 2024-09-10T18:43:01.274 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Traceback (most recent call last): 2024-09-10T18:43:01.274 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:43:01.274 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self.socket.send(msg) 2024-09-10T18:43:01.274 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:43:01.274 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:01.274 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Traceback (most recent call last): 2024-09-10T18:43:01.274 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:43:01.274 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self.socket.connect(address) 2024-09-10T18:43:01.274 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:01.274 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:01.274 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Traceback (most recent call last): 2024-09-10T18:43:01.274 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:43:01.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self._connect_unixsocket(self.address) 2024-09-10T18:43:01.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:43:01.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self.socket.connect(address) 2024-09-10T18:43:01.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:01.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Call stack: 2024-09-10T18:43:01.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:43:01.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self._bootstrap_inner() 2024-09-10T18:43:01.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:43:01.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self.run() 2024-09-10T18:43:01.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:43:01.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: logger.info("Started the configuration object watcher") 2024-09-10T18:43:01.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Message: 'Started the configuration object watcher' 2024-09-10T18:43:01.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Arguments: () 2024-09-10T18:43:01.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: --- Logging error --- 2024-09-10T18:43:01.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Traceback (most recent call last): 2024-09-10T18:43:01.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:43:01.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self.socket.send(msg) 2024-09-10T18:43:01.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:43:01.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:01.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Traceback (most recent call last): 2024-09-10T18:43:01.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:43:01.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self.socket.connect(address) 2024-09-10T18:43:01.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:01.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:01.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Traceback (most recent call last): 2024-09-10T18:43:01.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:43:01.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self._connect_unixsocket(self.address) 2024-09-10T18:43:01.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:43:01.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self.socket.connect(address) 2024-09-10T18:43:01.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:01.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Call stack: 2024-09-10T18:43:01.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:43:01.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: main() 2024-09-10T18:43:01.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:43:01.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:43:01.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:43:01.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:43:01.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:43:01.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Arguments: () 2024-09-10T18:43:01.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: --- Logging error --- 2024-09-10T18:43:01.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Traceback (most recent call last): 2024-09-10T18:43:01.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:43:01.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self.socket.send(msg) 2024-09-10T18:43:01.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:43:01.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:01.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Traceback (most recent call last): 2024-09-10T18:43:01.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:43:01.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self.socket.connect(address) 2024-09-10T18:43:01.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:01.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:01.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Traceback (most recent call last): 2024-09-10T18:43:01.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:43:01.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self._connect_unixsocket(self.address) 2024-09-10T18:43:01.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:43:01.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self.socket.connect(address) 2024-09-10T18:43:01.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:01.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Call stack: 2024-09-10T18:43:01.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:43:01.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self._bootstrap_inner() 2024-09-10T18:43:01.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:43:01.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self.run() 2024-09-10T18:43:01.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:43:01.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self.interval)) 2024-09-10T18:43:01.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:43:01.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Arguments: () 2024-09-10T18:43:01.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: --- Logging error --- 2024-09-10T18:43:01.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Traceback (most recent call last): 2024-09-10T18:43:01.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:43:01.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self.socket.send(msg) 2024-09-10T18:43:01.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:43:01.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:01.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Traceback (most recent call last): 2024-09-10T18:43:01.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:43:01.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self.socket.connect(address) 2024-09-10T18:43:01.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:01.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:01.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Traceback (most recent call last): 2024-09-10T18:43:01.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:43:01.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self._connect_unixsocket(self.address) 2024-09-10T18:43:01.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:43:01.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: self.socket.connect(address) 2024-09-10T18:43:01.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:01.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Call stack: 2024-09-10T18:43:01.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:43:01.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: main() 2024-09-10T18:43:01.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:43:01.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:43:01.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:43:01.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:43:01.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:43:01.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: "{}".format(blacklisted_ip)) 2024-09-10T18:43:01.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/2657388978' 2024-09-10T18:43:01.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Arguments: () 2024-09-10T18:43:01.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: Traceback (most recent call last): 2024-09-10T18:43:01.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:43:01.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: main() 2024-09-10T18:43:01.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:43:01.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:43:01.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:43:01.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:43:01.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:43:01.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:43:01.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:43:01.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: **kwargs).stdout 2024-09-10T18:43:01.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:43:01.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: output=stdout, stderr=stderr) 2024-09-10T18:43:01.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:00 smithi063 bash[32627]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/2657388978' returned non-zero exit status 13. 2024-09-10T18:43:01.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:01 smithi031 bash[14957]: audit 2024-09-10T18:43:00.584380+0000 mon.b (mon.2) 205 : audit [DBG] from='client.? 172.21.15.63:0/2937518688' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:43:01.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:01 smithi031 bash[14957]: audit 2024-09-10T18:43:00.948524+0000 mon.b (mon.2) 206 : audit [INF] from='client.? 172.21.15.63:0/2904680156' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2657388978"}]: access denied 2024-09-10T18:43:01.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:01 smithi031 bash[19205]: audit 2024-09-10T18:43:00.584380+0000 mon.b (mon.2) 205 : audit [DBG] from='client.? 172.21.15.63:0/2937518688' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:43:01.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:01 smithi031 bash[19205]: audit 2024-09-10T18:43:00.948524+0000 mon.b (mon.2) 206 : audit [INF] from='client.? 172.21.15.63:0/2904680156' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2657388978"}]: access denied 2024-09-10T18:43:02.010 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:01 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:43:02.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:01.637Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:43:02.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:01.637Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:43:02.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:01.637Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:43:02.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:02 smithi063 bash[14646]: cluster 2024-09-10T18:43:01.410262+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-10T18:43:02.382 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:02 smithi063 bash[32613]: (process:1): GLib-GObject-CRITICAL **: 18:43:02.004: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:43:02.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:02 smithi031 bash[14957]: cluster 2024-09-10T18:43:01.410262+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-10T18:43:02.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:02 smithi031 bash[19205]: cluster 2024-09-10T18:43:01.410262+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-10T18:43:03.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:02 smithi063 bash[32863]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:43:03.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:02 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:43:03.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:03.528Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:43:03.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:03.528Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:43:03.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:03.528Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:43:04.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:04 smithi063 bash[14646]: cluster 2024-09-10T18:43:03.411007+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; 597 B/s rd, 0 op/s 2024-09-10T18:43:04.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:04 smithi031 bash[14957]: cluster 2024-09-10T18:43:03.411007+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; 597 B/s rd, 0 op/s 2024-09-10T18:43:04.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:04 smithi031 bash[19205]: cluster 2024-09-10T18:43:03.411007+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; 597 B/s rd, 0 op/s 2024-09-10T18:43:06.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:06 smithi063 bash[14646]: cluster 2024-09-10T18:43:05.411718+0000 mgr.y (mgr.24871) 21 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2024-09-10T18:43:06.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:06 smithi063 bash[14646]: audit 2024-09-10T18:43:06.179256+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:43:06.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:06 smithi063 bash[14646]: audit 2024-09-10T18:43:06.187554+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:43:06.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:06 smithi063 bash[14646]: audit 2024-09-10T18:43:06.197405+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:43:06.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:06 smithi063 bash[14646]: audit 2024-09-10T18:43:06.199127+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:43:06.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:06 smithi063 bash[14646]: audit 2024-09-10T18:43:06.200891+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:43:06.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:06 smithi063 bash[14646]: audit 2024-09-10T18:43:06.212261+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:43:06.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:06 smithi031 bash[14957]: cluster 2024-09-10T18:43:05.411718+0000 mgr.y (mgr.24871) 21 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2024-09-10T18:43:06.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:06 smithi031 bash[14957]: audit 2024-09-10T18:43:06.179256+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:43:06.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:06 smithi031 bash[14957]: audit 2024-09-10T18:43:06.187554+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:43:06.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:06 smithi031 bash[14957]: audit 2024-09-10T18:43:06.197405+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:43:06.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:06 smithi031 bash[14957]: audit 2024-09-10T18:43:06.199127+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:43:06.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:06 smithi031 bash[14957]: audit 2024-09-10T18:43:06.200891+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:43:06.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:06 smithi031 bash[14957]: audit 2024-09-10T18:43:06.212261+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:43:06.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:06 smithi031 bash[19205]: cluster 2024-09-10T18:43:05.411718+0000 mgr.y (mgr.24871) 21 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2024-09-10T18:43:06.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:06 smithi031 bash[19205]: audit 2024-09-10T18:43:06.179256+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:43:06.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:06 smithi031 bash[19205]: audit 2024-09-10T18:43:06.187554+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:43:06.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:06 smithi031 bash[19205]: audit 2024-09-10T18:43:06.197405+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:43:06.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:06 smithi031 bash[19205]: audit 2024-09-10T18:43:06.199127+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:43:06.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:06 smithi031 bash[19205]: audit 2024-09-10T18:43:06.200891+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:43:06.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:06 smithi031 bash[19205]: audit 2024-09-10T18:43:06.212261+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:43:07.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:07 smithi063 bash[14646]: cephadm 2024-09-10T18:43:06.202463+0000 mgr.y (mgr.24871) 22 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:43:07.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:07 smithi063 bash[14646]: cluster 2024-09-10T18:43:06.204216+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; 663 B/s rd, 0 op/s 2024-09-10T18:43:07.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:07 smithi063 bash[14646]: cluster 2024-09-10T18:43:07.194239+0000 mon.a (mon.0) 923 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:43:07.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:07 smithi031 bash[14957]: cephadm 2024-09-10T18:43:06.202463+0000 mgr.y (mgr.24871) 22 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:43:07.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:07 smithi031 bash[14957]: cluster 2024-09-10T18:43:06.204216+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; 663 B/s rd, 0 op/s 2024-09-10T18:43:07.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:07 smithi031 bash[14957]: cluster 2024-09-10T18:43:07.194239+0000 mon.a (mon.0) 923 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:43:07.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:07 smithi031 bash[19205]: cephadm 2024-09-10T18:43:06.202463+0000 mgr.y (mgr.24871) 22 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:43:07.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:07 smithi031 bash[19205]: cluster 2024-09-10T18:43:06.204216+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; 663 B/s rd, 0 op/s 2024-09-10T18:43:07.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:07 smithi031 bash[19205]: cluster 2024-09-10T18:43:07.194239+0000 mon.a (mon.0) 923 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:43:09.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:09 smithi063 bash[14646]: cluster 2024-09-10T18:43:08.204929+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; 189 B/s rd, 0 op/s 2024-09-10T18:43:09.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:09 smithi031 bash[14957]: cluster 2024-09-10T18:43:08.204929+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; 189 B/s rd, 0 op/s 2024-09-10T18:43:09.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:09 smithi031 bash[19205]: cluster 2024-09-10T18:43:08.204929+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; 189 B/s rd, 0 op/s 2024-09-10T18:43:11.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:11 smithi063 bash[14646]: cluster 2024-09-10T18:43:10.205678+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; 189 B/s rd, 0 op/s 2024-09-10T18:43:11.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:11 smithi031 bash[19205]: cluster 2024-09-10T18:43:10.205678+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; 189 B/s rd, 0 op/s 2024-09-10T18:43:11.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:11 smithi031 bash[14957]: cluster 2024-09-10T18:43:10.205678+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; 189 B/s rd, 0 op/s 2024-09-10T18:43:11.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:11.638Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:43:11.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:11.638Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:43:11.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:11.638Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:43:13.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:12 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 1. 2024-09-10T18:43:13.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:12 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:43:13.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:12 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:43:13.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:13 smithi063 bash[14646]: cluster 2024-09-10T18:43:12.207173+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-10T18:43:13.531 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:13 smithi031 bash[14957]: cluster 2024-09-10T18:43:12.207173+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-10T18:43:13.531 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:13 smithi031 bash[19205]: cluster 2024-09-10T18:43:12.207173+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-10T18:43:13.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:13.528Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:43:13.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:13.528Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:43:13.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:13.528Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:43:15.268 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:15 smithi063 bash[33486]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:43:15.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:15 smithi063 bash[14646]: cluster 2024-09-10T18:43:14.207923+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-10T18:43:15.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:15 smithi031 bash[14957]: cluster 2024-09-10T18:43:14.207923+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-10T18:43:15.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:15 smithi031 bash[19205]: cluster 2024-09-10T18:43:14.207923+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-10T18:43:16.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: --- Logging error --- 2024-09-10T18:43:16.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Traceback (most recent call last): 2024-09-10T18:43:16.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:43:16.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self.socket.send(msg) 2024-09-10T18:43:16.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:43:16.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:16.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Traceback (most recent call last): 2024-09-10T18:43:16.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:43:16.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self.socket.connect(address) 2024-09-10T18:43:16.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:16.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:16.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Traceback (most recent call last): 2024-09-10T18:43:16.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:43:16.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self._connect_unixsocket(self.address) 2024-09-10T18:43:16.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:43:16.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self.socket.connect(address) 2024-09-10T18:43:16.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:16.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Call stack: 2024-09-10T18:43:16.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:43:16.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self._bootstrap_inner() 2024-09-10T18:43:16.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:43:16.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self.run() 2024-09-10T18:43:16.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:43:16.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: logger.info("Started the configuration object watcher") 2024-09-10T18:43:16.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Message: 'Started the configuration object watcher' 2024-09-10T18:43:16.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Arguments: () 2024-09-10T18:43:16.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: --- Logging error --- 2024-09-10T18:43:16.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Traceback (most recent call last): 2024-09-10T18:43:16.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:43:16.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self.socket.send(msg) 2024-09-10T18:43:16.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:43:16.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:16.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Traceback (most recent call last): 2024-09-10T18:43:16.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:43:16.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self.socket.connect(address) 2024-09-10T18:43:16.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:16.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:16.285 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Traceback (most recent call last): 2024-09-10T18:43:16.285 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:43:16.285 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self._connect_unixsocket(self.address) 2024-09-10T18:43:16.285 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:43:16.285 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self.socket.connect(address) 2024-09-10T18:43:16.285 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:16.285 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Call stack: 2024-09-10T18:43:16.285 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:43:16.285 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: main() 2024-09-10T18:43:16.285 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:43:16.286 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:43:16.286 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:43:16.286 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:43:16.286 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:43:16.286 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Arguments: () 2024-09-10T18:43:16.286 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: --- Logging error --- 2024-09-10T18:43:16.286 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Traceback (most recent call last): 2024-09-10T18:43:16.286 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:43:16.286 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self.socket.send(msg) 2024-09-10T18:43:16.286 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:43:16.287 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:16.287 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Traceback (most recent call last): 2024-09-10T18:43:16.287 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:43:16.287 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self.socket.connect(address) 2024-09-10T18:43:16.287 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:16.287 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:16.287 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Traceback (most recent call last): 2024-09-10T18:43:16.287 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:43:16.287 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self._connect_unixsocket(self.address) 2024-09-10T18:43:16.287 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:43:16.287 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self.socket.connect(address) 2024-09-10T18:43:16.287 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:16.287 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Call stack: 2024-09-10T18:43:16.288 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:43:16.288 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self._bootstrap_inner() 2024-09-10T18:43:16.288 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:43:16.288 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self.run() 2024-09-10T18:43:16.288 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:43:16.288 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self.interval)) 2024-09-10T18:43:16.288 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:43:16.288 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Arguments: () 2024-09-10T18:43:16.288 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: --- Logging error --- 2024-09-10T18:43:16.288 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Traceback (most recent call last): 2024-09-10T18:43:16.288 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:43:16.288 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self.socket.send(msg) 2024-09-10T18:43:16.288 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:43:16.289 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:16.289 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Traceback (most recent call last): 2024-09-10T18:43:16.289 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:43:16.289 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self.socket.connect(address) 2024-09-10T18:43:16.289 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:16.289 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:16.289 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Traceback (most recent call last): 2024-09-10T18:43:16.289 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:43:16.289 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self._connect_unixsocket(self.address) 2024-09-10T18:43:16.289 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:43:16.289 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: self.socket.connect(address) 2024-09-10T18:43:16.289 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:16.289 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Call stack: 2024-09-10T18:43:16.289 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:43:16.290 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: main() 2024-09-10T18:43:16.290 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:43:16.290 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:43:16.290 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:43:16.290 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:43:16.290 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:43:16.290 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: "{}".format(blacklisted_ip)) 2024-09-10T18:43:16.290 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/2657388978' 2024-09-10T18:43:16.290 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Arguments: () 2024-09-10T18:43:16.290 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: Traceback (most recent call last): 2024-09-10T18:43:16.290 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:43:16.290 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: main() 2024-09-10T18:43:16.290 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:43:16.291 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:43:16.291 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:43:16.291 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:43:16.291 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:43:16.291 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:43:16.291 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:43:16.291 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: **kwargs).stdout 2024-09-10T18:43:16.291 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:43:16.291 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: output=stdout, stderr=stderr) 2024-09-10T18:43:16.291 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33503]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/2657388978' returned non-zero exit status 13. 2024-09-10T18:43:16.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[14646]: audit 2024-09-10T18:43:15.656525+0000 mon.b (mon.2) 207 : audit [DBG] from='client.? 172.21.15.63:0/1497338513' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:43:16.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[14646]: audit 2024-09-10T18:43:16.011014+0000 mon.b (mon.2) 208 : audit [INF] from='client.? 172.21.15.63:0/92565103' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2657388978"}]: access denied 2024-09-10T18:43:16.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:16 smithi031 bash[19205]: audit 2024-09-10T18:43:15.656525+0000 mon.b (mon.2) 207 : audit [DBG] from='client.? 172.21.15.63:0/1497338513' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:43:16.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:16 smithi031 bash[19205]: audit 2024-09-10T18:43:16.011014+0000 mon.b (mon.2) 208 : audit [INF] from='client.? 172.21.15.63:0/92565103' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2657388978"}]: access denied 2024-09-10T18:43:16.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:16 smithi031 bash[14957]: audit 2024-09-10T18:43:15.656525+0000 mon.b (mon.2) 207 : audit [DBG] from='client.? 172.21.15.63:0/1497338513' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:43:16.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:16 smithi031 bash[14957]: audit 2024-09-10T18:43:16.011014+0000 mon.b (mon.2) 208 : audit [INF] from='client.? 172.21.15.63:0/92565103' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2657388978"}]: access denied 2024-09-10T18:43:17.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:43:17.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:16 smithi063 bash[33486]: (process:1): GLib-GObject-CRITICAL **: 18:43:16.957: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:43:17.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:17 smithi063 bash[14646]: cluster 2024-09-10T18:43:16.209326+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; 94 B/s rd, 0 op/s 2024-09-10T18:43:17.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:17 smithi031 bash[19205]: cluster 2024-09-10T18:43:16.209326+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; 94 B/s rd, 0 op/s 2024-09-10T18:43:17.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:17 smithi031 bash[14957]: cluster 2024-09-10T18:43:16.209326+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; 94 B/s rd, 0 op/s 2024-09-10T18:43:18.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:17 smithi063 bash[33718]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:43:18.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:17 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:43:19.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:19 smithi063 bash[14646]: cluster 2024-09-10T18:43:18.210067+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-10T18:43:19.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:19 smithi031 bash[19205]: cluster 2024-09-10T18:43:18.210067+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-10T18:43:19.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:19 smithi031 bash[14957]: cluster 2024-09-10T18:43:18.210067+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-10T18:43:21.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:21 smithi063 bash[14646]: cluster 2024-09-10T18:43:20.210911+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-10T18:43:21.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:21 smithi031 bash[19205]: cluster 2024-09-10T18:43:20.210911+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-10T18:43:21.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:21 smithi031 bash[14957]: cluster 2024-09-10T18:43:20.210911+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-10T18:43:22.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:21.638Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:43:22.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:21.638Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:43:22.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:21.638Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:43:23.532 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:23 smithi031 bash[14957]: cluster 2024-09-10T18:43:22.212437+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-10T18:43:23.532 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:23 smithi031 bash[19205]: cluster 2024-09-10T18:43:22.212437+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-10T18:43:23.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:23 smithi063 bash[14646]: cluster 2024-09-10T18:43:22.212437+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-10T18:43:23.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:23.529Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:43:23.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:23.529Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:43:23.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:23.529Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:43:25.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:25 smithi063 bash[14646]: cluster 2024-09-10T18:43:24.213155+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-10T18:43:25.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:25 smithi031 bash[14957]: cluster 2024-09-10T18:43:24.213155+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-10T18:43:25.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:25 smithi031 bash[19205]: cluster 2024-09-10T18:43:24.213155+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-10T18:43:27.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:27 smithi063 bash[14646]: cluster 2024-09-10T18:43:26.214597+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-10T18:43:27.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:27 smithi031 bash[14957]: cluster 2024-09-10T18:43:26.214597+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-10T18:43:27.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:27 smithi031 bash[19205]: cluster 2024-09-10T18:43:26.214597+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-10T18:43:28.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:27 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 2. 2024-09-10T18:43:28.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:27 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:43:28.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:27 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:43:29.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:29 smithi063 bash[14646]: cluster 2024-09-10T18:43:28.215339+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-10T18:43:29.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:29 smithi031 bash[14957]: cluster 2024-09-10T18:43:28.215339+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-10T18:43:29.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:29 smithi031 bash[19205]: cluster 2024-09-10T18:43:28.215339+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-10T18:43:30.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:29 smithi063 bash[33779]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:43:31.045 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: --- Logging error --- 2024-09-10T18:43:31.045 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Traceback (most recent call last): 2024-09-10T18:43:31.045 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:43:31.045 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self.socket.send(msg) 2024-09-10T18:43:31.045 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:43:31.045 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:31.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Traceback (most recent call last): 2024-09-10T18:43:31.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:43:31.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self.socket.connect(address) 2024-09-10T18:43:31.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:31.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:31.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Traceback (most recent call last): 2024-09-10T18:43:31.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:43:31.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self._connect_unixsocket(self.address) 2024-09-10T18:43:31.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:43:31.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self.socket.connect(address) 2024-09-10T18:43:31.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:31.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Call stack: 2024-09-10T18:43:31.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:43:31.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self._bootstrap_inner() 2024-09-10T18:43:31.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:43:31.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self.run() 2024-09-10T18:43:31.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:43:31.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: logger.info("Started the configuration object watcher") 2024-09-10T18:43:31.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Message: 'Started the configuration object watcher' 2024-09-10T18:43:31.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Arguments: () 2024-09-10T18:43:31.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: --- Logging error --- 2024-09-10T18:43:31.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Traceback (most recent call last): 2024-09-10T18:43:31.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:43:31.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self.socket.send(msg) 2024-09-10T18:43:31.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:43:31.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:31.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Traceback (most recent call last): 2024-09-10T18:43:31.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:43:31.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self.socket.connect(address) 2024-09-10T18:43:31.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:31.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:31.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Traceback (most recent call last): 2024-09-10T18:43:31.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:43:31.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self._connect_unixsocket(self.address) 2024-09-10T18:43:31.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:43:31.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self.socket.connect(address) 2024-09-10T18:43:31.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:31.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Call stack: 2024-09-10T18:43:31.049 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:43:31.049 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: main() 2024-09-10T18:43:31.049 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:43:31.049 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:43:31.049 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:43:31.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:43:31.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:43:31.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Arguments: () 2024-09-10T18:43:31.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: --- Logging error --- 2024-09-10T18:43:31.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Traceback (most recent call last): 2024-09-10T18:43:31.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:43:31.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self.socket.send(msg) 2024-09-10T18:43:31.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:43:31.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:31.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Traceback (most recent call last): 2024-09-10T18:43:31.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:43:31.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self.socket.connect(address) 2024-09-10T18:43:31.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:31.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:31.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Traceback (most recent call last): 2024-09-10T18:43:31.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:43:31.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self._connect_unixsocket(self.address) 2024-09-10T18:43:31.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:43:31.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self.socket.connect(address) 2024-09-10T18:43:31.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:31.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Call stack: 2024-09-10T18:43:31.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:43:31.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self._bootstrap_inner() 2024-09-10T18:43:31.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:43:31.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self.run() 2024-09-10T18:43:31.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:43:31.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self.interval)) 2024-09-10T18:43:31.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:43:31.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Arguments: () 2024-09-10T18:43:31.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: --- Logging error --- 2024-09-10T18:43:31.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Traceback (most recent call last): 2024-09-10T18:43:31.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:43:31.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self.socket.send(msg) 2024-09-10T18:43:31.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:43:31.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:31.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Traceback (most recent call last): 2024-09-10T18:43:31.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:43:31.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self.socket.connect(address) 2024-09-10T18:43:31.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:31.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:31.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Traceback (most recent call last): 2024-09-10T18:43:31.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:43:31.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self._connect_unixsocket(self.address) 2024-09-10T18:43:31.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:43:31.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: self.socket.connect(address) 2024-09-10T18:43:31.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:31.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Call stack: 2024-09-10T18:43:31.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:43:31.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: main() 2024-09-10T18:43:31.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:43:31.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:43:31.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:43:31.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:43:31.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:43:31.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: "{}".format(blacklisted_ip)) 2024-09-10T18:43:31.054 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/2657388978' 2024-09-10T18:43:31.054 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Arguments: () 2024-09-10T18:43:31.054 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: Traceback (most recent call last): 2024-09-10T18:43:31.054 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:43:31.054 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: main() 2024-09-10T18:43:31.054 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:43:31.054 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:43:31.054 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:43:31.054 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:43:31.054 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:43:31.054 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:43:31.054 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:43:31.054 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: **kwargs).stdout 2024-09-10T18:43:31.054 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:43:31.055 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: output=stdout, stderr=stderr) 2024-09-10T18:43:31.055 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:30 smithi063 bash[33798]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/2657388978' returned non-zero exit status 13. 2024-09-10T18:43:31.421 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:31 smithi063 bash[14646]: cluster 2024-09-10T18:43:30.216100+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 2024-09-10T18:43:31.421 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:31 smithi063 bash[14646]: audit 2024-09-10T18:43:30.403259+0000 mon.b (mon.2) 209 : audit [DBG] from='client.? 172.21.15.63:0/761616505' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:43:31.421 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:31 smithi063 bash[14646]: audit 2024-09-10T18:43:30.761434+0000 mon.b (mon.2) 210 : audit [INF] from='client.? 172.21.15.63:0/3315168081' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2657388978"}]: access denied 2024-09-10T18:43:31.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:31 smithi031 bash[14957]: cluster 2024-09-10T18:43:30.216100+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 2024-09-10T18:43:31.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:31 smithi031 bash[14957]: audit 2024-09-10T18:43:30.403259+0000 mon.b (mon.2) 209 : audit [DBG] from='client.? 172.21.15.63:0/761616505' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:43:31.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:31 smithi031 bash[14957]: audit 2024-09-10T18:43:30.761434+0000 mon.b (mon.2) 210 : audit [INF] from='client.? 172.21.15.63:0/3315168081' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2657388978"}]: access denied 2024-09-10T18:43:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:31 smithi031 bash[19205]: cluster 2024-09-10T18:43:30.216100+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 2024-09-10T18:43:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:31 smithi031 bash[19205]: audit 2024-09-10T18:43:30.403259+0000 mon.b (mon.2) 209 : audit [DBG] from='client.? 172.21.15.63:0/761616505' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:43:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:31 smithi031 bash[19205]: audit 2024-09-10T18:43:30.761434+0000 mon.b (mon.2) 210 : audit [INF] from='client.? 172.21.15.63:0/3315168081' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2657388978"}]: access denied 2024-09-10T18:43:32.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:31 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:43:32.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:31 smithi063 bash[33779]: (process:1): GLib-GObject-CRITICAL **: 18:43:31.740: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:43:32.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:31.638Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:43:32.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:31.638Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:43:32.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:31.639Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:43:32.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:32 smithi063 bash[34011]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:43:32.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:32 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:43:33.532 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:33 smithi031 bash[14957]: cluster 2024-09-10T18:43:32.217621+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-10T18:43:33.532 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:33 smithi031 bash[19205]: cluster 2024-09-10T18:43:32.217621+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-10T18:43:33.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:33 smithi063 bash[14646]: cluster 2024-09-10T18:43:32.217621+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-10T18:43:33.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:33.529Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:43:33.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:33.529Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:43:33.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:33.529Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:43:35.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:35 smithi063 bash[14646]: cluster 2024-09-10T18:43:34.218355+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-10T18:43:35.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:35 smithi031 bash[14957]: cluster 2024-09-10T18:43:34.218355+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-10T18:43:35.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:35 smithi031 bash[19205]: cluster 2024-09-10T18:43:34.218355+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-10T18:43:37.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:37 smithi063 bash[14646]: cluster 2024-09-10T18:43:36.219826+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-10T18:43:37.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:37 smithi031 bash[14957]: cluster 2024-09-10T18:43:36.219826+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-10T18:43:37.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:37 smithi031 bash[19205]: cluster 2024-09-10T18:43:36.219826+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-10T18:43:39.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:39 smithi063 bash[14646]: cluster 2024-09-10T18:43:38.220622+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-10T18:43:39.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:39 smithi031 bash[14957]: cluster 2024-09-10T18:43:38.220622+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-10T18:43:39.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:39 smithi031 bash[19205]: cluster 2024-09-10T18:43:38.220622+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-10T18:43:41.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:41 smithi063 bash[14646]: cluster 2024-09-10T18:43:40.221348+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-10T18:43:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:41 smithi031 bash[14957]: cluster 2024-09-10T18:43:40.221348+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-10T18:43:41.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:41 smithi031 bash[19205]: cluster 2024-09-10T18:43:40.221348+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-10T18:43:42.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:41.639Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:43:42.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:41.639Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:43:42.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:41.639Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:43:42.916 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:42 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 3. 2024-09-10T18:43:42.917 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:42 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:43:42.917 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:42 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:43:43.532 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:43 smithi031 bash[14957]: cluster 2024-09-10T18:43:42.222869+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; 85 B/s rd, 0 op/s 2024-09-10T18:43:43.532 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:43 smithi031 bash[19205]: cluster 2024-09-10T18:43:42.222869+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; 85 B/s rd, 0 op/s 2024-09-10T18:43:43.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:43 smithi063 bash[14646]: cluster 2024-09-10T18:43:42.222869+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; 85 B/s rd, 0 op/s 2024-09-10T18:43:43.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:43.529Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:43:43.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:43.529Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:43:43.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:43.529Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:43:45.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:44 smithi063 bash[34070]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:43:45.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[14646]: cluster 2024-09-10T18:43:44.223608+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-10T18:43:45.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:45 smithi031 bash[14957]: cluster 2024-09-10T18:43:44.223608+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-10T18:43:45.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:45 smithi031 bash[19205]: cluster 2024-09-10T18:43:44.223608+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-10T18:43:46.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: --- Logging error --- 2024-09-10T18:43:46.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Traceback (most recent call last): 2024-09-10T18:43:46.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:43:46.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self.socket.send(msg) 2024-09-10T18:43:46.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:43:46.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:46.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Traceback (most recent call last): 2024-09-10T18:43:46.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:43:46.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self.socket.connect(address) 2024-09-10T18:43:46.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:46.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:46.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Traceback (most recent call last): 2024-09-10T18:43:46.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:43:46.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self._connect_unixsocket(self.address) 2024-09-10T18:43:46.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:43:46.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self.socket.connect(address) 2024-09-10T18:43:46.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:46.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Call stack: 2024-09-10T18:43:46.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:43:46.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self._bootstrap_inner() 2024-09-10T18:43:46.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:43:46.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self.run() 2024-09-10T18:43:46.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:43:46.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: logger.info("Started the configuration object watcher") 2024-09-10T18:43:46.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Message: 'Started the configuration object watcher' 2024-09-10T18:43:46.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Arguments: () 2024-09-10T18:43:46.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: --- Logging error --- 2024-09-10T18:43:46.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Traceback (most recent call last): 2024-09-10T18:43:46.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:43:46.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self.socket.send(msg) 2024-09-10T18:43:46.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:43:46.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:46.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Traceback (most recent call last): 2024-09-10T18:43:46.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:43:46.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self.socket.connect(address) 2024-09-10T18:43:46.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:46.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:46.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Traceback (most recent call last): 2024-09-10T18:43:46.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:43:46.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self._connect_unixsocket(self.address) 2024-09-10T18:43:46.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:43:46.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self.socket.connect(address) 2024-09-10T18:43:46.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:46.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Call stack: 2024-09-10T18:43:46.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:43:46.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: main() 2024-09-10T18:43:46.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:43:46.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:43:46.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:43:46.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:43:46.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:43:46.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Arguments: () 2024-09-10T18:43:46.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: --- Logging error --- 2024-09-10T18:43:46.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Traceback (most recent call last): 2024-09-10T18:43:46.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:43:46.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self.socket.send(msg) 2024-09-10T18:43:46.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:43:46.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:46.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Traceback (most recent call last): 2024-09-10T18:43:46.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:43:46.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self.socket.connect(address) 2024-09-10T18:43:46.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:46.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:46.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Traceback (most recent call last): 2024-09-10T18:43:46.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:43:46.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self._connect_unixsocket(self.address) 2024-09-10T18:43:46.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:43:46.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self.socket.connect(address) 2024-09-10T18:43:46.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:46.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Call stack: 2024-09-10T18:43:46.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:43:46.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self._bootstrap_inner() 2024-09-10T18:43:46.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:43:46.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self.run() 2024-09-10T18:43:46.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:43:46.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self.interval)) 2024-09-10T18:43:46.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:43:46.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Arguments: () 2024-09-10T18:43:46.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: --- Logging error --- 2024-09-10T18:43:46.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Traceback (most recent call last): 2024-09-10T18:43:46.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:43:46.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self.socket.send(msg) 2024-09-10T18:43:46.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:43:46.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:46.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Traceback (most recent call last): 2024-09-10T18:43:46.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:43:46.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self.socket.connect(address) 2024-09-10T18:43:46.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:46.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: During handling of the above exception, another exception occurred: 2024-09-10T18:43:46.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Traceback (most recent call last): 2024-09-10T18:43:46.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:43:46.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self._connect_unixsocket(self.address) 2024-09-10T18:43:46.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:43:46.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: self.socket.connect(address) 2024-09-10T18:43:46.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:43:46.141 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Call stack: 2024-09-10T18:43:46.141 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:43:46.141 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: main() 2024-09-10T18:43:46.141 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:43:46.141 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:43:46.141 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:43:46.141 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:43:46.141 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:43:46.141 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: "{}".format(blacklisted_ip)) 2024-09-10T18:43:46.141 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/2657388978' 2024-09-10T18:43:46.141 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Arguments: () 2024-09-10T18:43:46.141 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: Traceback (most recent call last): 2024-09-10T18:43:46.141 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:43:46.142 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: main() 2024-09-10T18:43:46.142 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:43:46.142 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:43:46.142 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:43:46.142 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:43:46.142 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:43:46.142 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:43:46.142 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:43:46.142 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: **kwargs).stdout 2024-09-10T18:43:46.142 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:43:46.142 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: output=stdout, stderr=stderr) 2024-09-10T18:43:46.142 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:45 smithi063 bash[34086]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/2657388978' returned non-zero exit status 13. 2024-09-10T18:43:46.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:46 smithi063 bash[14646]: audit 2024-09-10T18:43:45.408486+0000 mon.b (mon.2) 211 : audit [DBG] from='client.? 172.21.15.63:0/53299289' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:43:46.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:46 smithi063 bash[14646]: audit 2024-09-10T18:43:45.746526+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T18:43:46.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:46 smithi063 bash[14646]: audit 2024-09-10T18:43:45.747333+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T18:43:46.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:46 smithi063 bash[14646]: audit 2024-09-10T18:43:45.747961+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:43:46.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:46 smithi063 bash[14646]: audit 2024-09-10T18:43:45.767290+0000 mon.b (mon.2) 212 : audit [INF] from='client.? 172.21.15.63:0/693480456' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2657388978"}]: access denied 2024-09-10T18:43:46.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:46 smithi031 bash[14957]: audit 2024-09-10T18:43:45.408486+0000 mon.b (mon.2) 211 : audit [DBG] from='client.? 172.21.15.63:0/53299289' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:43:46.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:46 smithi031 bash[14957]: audit 2024-09-10T18:43:45.746526+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T18:43:46.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:46 smithi031 bash[14957]: audit 2024-09-10T18:43:45.747333+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T18:43:46.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:46 smithi031 bash[14957]: audit 2024-09-10T18:43:45.747961+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:43:46.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:46 smithi031 bash[14957]: audit 2024-09-10T18:43:45.767290+0000 mon.b (mon.2) 212 : audit [INF] from='client.? 172.21.15.63:0/693480456' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2657388978"}]: access denied 2024-09-10T18:43:46.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:46 smithi031 bash[19205]: audit 2024-09-10T18:43:45.408486+0000 mon.b (mon.2) 211 : audit [DBG] from='client.? 172.21.15.63:0/53299289' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:43:46.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:46 smithi031 bash[19205]: audit 2024-09-10T18:43:45.746526+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T18:43:46.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:46 smithi031 bash[19205]: audit 2024-09-10T18:43:45.747333+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T18:43:46.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:46 smithi031 bash[19205]: audit 2024-09-10T18:43:45.747961+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:43:46.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:46 smithi031 bash[19205]: audit 2024-09-10T18:43:45.767290+0000 mon.b (mon.2) 212 : audit [INF] from='client.? 172.21.15.63:0/693480456' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2657388978"}]: access denied 2024-09-10T18:43:47.067 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:46 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:43:47.067 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:46 smithi063 bash[34070]: (process:1): GLib-GObject-CRITICAL **: 18:43:46.831: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:43:47.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:47 smithi063 bash[14646]: cluster 2024-09-10T18:43:46.225330+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-10T18:43:47.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:47 smithi063 bash[34299]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:43:47.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:47 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:43:47.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:47 smithi031 bash[14957]: cluster 2024-09-10T18:43:46.225330+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-10T18:43:47.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:47 smithi031 bash[19205]: cluster 2024-09-10T18:43:46.225330+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-10T18:43:49.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:49 smithi063 bash[14646]: cluster 2024-09-10T18:43:48.226062+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-10T18:43:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:49 smithi031 bash[14957]: cluster 2024-09-10T18:43:48.226062+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-10T18:43:49.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:49 smithi031 bash[19205]: cluster 2024-09-10T18:43:48.226062+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-10T18:43:51.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:51 smithi063 bash[14646]: cluster 2024-09-10T18:43:50.226835+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-10T18:43:51.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:51 smithi031 bash[14957]: cluster 2024-09-10T18:43:50.226835+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-10T18:43:51.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:51 smithi031 bash[19205]: cluster 2024-09-10T18:43:50.226835+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-10T18:43:52.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:51.639Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:43:52.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:51.639Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:43:52.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:51.639Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:43:53.533 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:53 smithi031 bash[14957]: cluster 2024-09-10T18:43:52.228433+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-10T18:43:53.533 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:53 smithi031 bash[19205]: cluster 2024-09-10T18:43:52.228433+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-10T18:43:53.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:53 smithi063 bash[14646]: cluster 2024-09-10T18:43:52.228433+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-10T18:43:53.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:53.530Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:43:53.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:53.530Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:43:53.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:43:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:43:53.530Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:43:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:55 smithi063 bash[14646]: cluster 2024-09-10T18:43:54.229149+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-10T18:43:55.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:55 smithi031 bash[14957]: cluster 2024-09-10T18:43:54.229149+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-10T18:43:55.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:55 smithi031 bash[19205]: cluster 2024-09-10T18:43:54.229149+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-10T18:43:57.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:57 smithi063 bash[14646]: cluster 2024-09-10T18:43:56.230633+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-10T18:43:57.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:57 smithi031 bash[14957]: cluster 2024-09-10T18:43:56.230633+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-10T18:43:57.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:57 smithi031 bash[19205]: cluster 2024-09-10T18:43:56.230633+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-10T18:43:57.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:57 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 4. 2024-09-10T18:43:57.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:57 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:43:57.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:57 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:43:59.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:43:59 smithi063 bash[14646]: cluster 2024-09-10T18:43:58.231364+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-10T18:43:59.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:43:59 smithi063 bash[34360]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:43:59.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:43:59 smithi031 bash[14957]: cluster 2024-09-10T18:43:58.231364+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-10T18:43:59.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:43:59 smithi031 bash[19205]: cluster 2024-09-10T18:43:58.231364+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-10T18:44:00.574 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[14646]: audit 2024-09-10T18:44:00.127685+0000 mon.b (mon.2) 213 : audit [DBG] from='client.? 172.21.15.63:0/124201877' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:44:00.574 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: --- Logging error --- 2024-09-10T18:44:00.574 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Traceback (most recent call last): 2024-09-10T18:44:00.574 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:44:00.574 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self.socket.send(msg) 2024-09-10T18:44:00.575 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:44:00.575 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: During handling of the above exception, another exception occurred: 2024-09-10T18:44:00.575 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Traceback (most recent call last): 2024-09-10T18:44:00.575 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:44:00.575 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self.socket.connect(address) 2024-09-10T18:44:00.575 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:44:00.575 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: During handling of the above exception, another exception occurred: 2024-09-10T18:44:00.575 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Traceback (most recent call last): 2024-09-10T18:44:00.575 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:44:00.575 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self._connect_unixsocket(self.address) 2024-09-10T18:44:00.575 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:44:00.575 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self.socket.connect(address) 2024-09-10T18:44:00.575 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:44:00.575 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Call stack: 2024-09-10T18:44:00.576 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:44:00.576 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self._bootstrap_inner() 2024-09-10T18:44:00.576 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:44:00.576 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self.run() 2024-09-10T18:44:00.576 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:44:00.576 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: logger.info("Started the configuration object watcher") 2024-09-10T18:44:00.576 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Message: 'Started the configuration object watcher' 2024-09-10T18:44:00.576 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Arguments: () 2024-09-10T18:44:00.576 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: --- Logging error --- 2024-09-10T18:44:00.576 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Traceback (most recent call last): 2024-09-10T18:44:00.576 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:44:00.576 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self.socket.send(msg) 2024-09-10T18:44:00.576 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:44:00.577 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: During handling of the above exception, another exception occurred: 2024-09-10T18:44:00.577 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Traceback (most recent call last): 2024-09-10T18:44:00.577 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:44:00.577 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self.socket.connect(address) 2024-09-10T18:44:00.577 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:44:00.577 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: During handling of the above exception, another exception occurred: 2024-09-10T18:44:00.577 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Traceback (most recent call last): 2024-09-10T18:44:00.577 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:44:00.577 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self._connect_unixsocket(self.address) 2024-09-10T18:44:00.577 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:44:00.577 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self.socket.connect(address) 2024-09-10T18:44:00.577 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:44:00.577 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Call stack: 2024-09-10T18:44:00.578 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:44:00.578 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: main() 2024-09-10T18:44:00.578 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:44:00.578 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:44:00.578 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:44:00.578 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:44:00.578 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:44:00.578 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Arguments: () 2024-09-10T18:44:00.579 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: --- Logging error --- 2024-09-10T18:44:00.579 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Traceback (most recent call last): 2024-09-10T18:44:00.579 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:44:00.579 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self.socket.send(msg) 2024-09-10T18:44:00.579 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:44:00.579 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: During handling of the above exception, another exception occurred: 2024-09-10T18:44:00.579 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Traceback (most recent call last): 2024-09-10T18:44:00.579 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:44:00.579 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self.socket.connect(address) 2024-09-10T18:44:00.579 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:44:00.579 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: During handling of the above exception, another exception occurred: 2024-09-10T18:44:00.579 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Traceback (most recent call last): 2024-09-10T18:44:00.579 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:44:00.579 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self._connect_unixsocket(self.address) 2024-09-10T18:44:00.580 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:44:00.580 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self.socket.connect(address) 2024-09-10T18:44:00.580 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:44:00.580 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Call stack: 2024-09-10T18:44:00.580 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:44:00.580 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self._bootstrap_inner() 2024-09-10T18:44:00.580 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:44:00.580 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self.run() 2024-09-10T18:44:00.580 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:44:00.580 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self.interval)) 2024-09-10T18:44:00.580 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:44:00.580 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Arguments: () 2024-09-10T18:44:00.580 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: --- Logging error --- 2024-09-10T18:44:00.580 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Traceback (most recent call last): 2024-09-10T18:44:00.581 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:44:00.581 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self.socket.send(msg) 2024-09-10T18:44:00.581 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:44:00.581 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: During handling of the above exception, another exception occurred: 2024-09-10T18:44:00.581 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Traceback (most recent call last): 2024-09-10T18:44:00.581 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:44:00.581 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self.socket.connect(address) 2024-09-10T18:44:00.581 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:44:00.581 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: During handling of the above exception, another exception occurred: 2024-09-10T18:44:00.581 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Traceback (most recent call last): 2024-09-10T18:44:00.581 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:44:00.581 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self._connect_unixsocket(self.address) 2024-09-10T18:44:00.581 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:44:00.582 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: self.socket.connect(address) 2024-09-10T18:44:00.582 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:44:00.582 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Call stack: 2024-09-10T18:44:00.582 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:44:00.582 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: main() 2024-09-10T18:44:00.582 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:44:00.582 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:44:00.582 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:44:00.582 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:44:00.582 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:44:00.582 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: "{}".format(blacklisted_ip)) 2024-09-10T18:44:00.582 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/2657388978' 2024-09-10T18:44:00.582 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Arguments: () 2024-09-10T18:44:00.582 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: Traceback (most recent call last): 2024-09-10T18:44:00.583 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:44:00.583 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: main() 2024-09-10T18:44:00.583 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:44:00.583 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:44:00.583 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:44:00.583 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:44:00.583 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:44:00.583 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:44:00.583 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:44:00.583 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: **kwargs).stdout 2024-09-10T18:44:00.583 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:44:00.583 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: output=stdout, stderr=stderr) 2024-09-10T18:44:00.583 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:00 smithi063 bash[34376]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/2657388978' returned non-zero exit status 13. 2024-09-10T18:44:00.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:00 smithi031 bash[14957]: audit 2024-09-10T18:44:00.127685+0000 mon.b (mon.2) 213 : audit [DBG] from='client.? 172.21.15.63:0/124201877' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:44:00.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:00 smithi031 bash[19205]: audit 2024-09-10T18:44:00.127685+0000 mon.b (mon.2) 213 : audit [DBG] from='client.? 172.21.15.63:0/124201877' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:44:01.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:01 smithi063 bash[14646]: cluster 2024-09-10T18:44:00.232121+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 2024-09-10T18:44:01.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:01 smithi063 bash[14646]: audit 2024-09-10T18:44:00.474830+0000 mon.b (mon.2) 214 : audit [INF] from='client.? 172.21.15.63:0/3580401158' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2657388978"}]: access denied 2024-09-10T18:44:01.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:01 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:44:01.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:01 smithi063 bash[34360]: (process:1): GLib-GObject-CRITICAL **: 18:44:01.494: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:44:01.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:01 smithi031 bash[14957]: cluster 2024-09-10T18:44:00.232121+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 2024-09-10T18:44:01.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:01 smithi031 bash[14957]: audit 2024-09-10T18:44:00.474830+0000 mon.b (mon.2) 214 : audit [INF] from='client.? 172.21.15.63:0/3580401158' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2657388978"}]: access denied 2024-09-10T18:44:01.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:01 smithi031 bash[19205]: cluster 2024-09-10T18:44:00.232121+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 2024-09-10T18:44:01.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:01 smithi031 bash[19205]: audit 2024-09-10T18:44:00.474830+0000 mon.b (mon.2) 214 : audit [INF] from='client.? 172.21.15.63:0/3580401158' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2657388978"}]: access denied 2024-09-10T18:44:02.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:01.640Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:44:02.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:01.639Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:44:02.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:01.640Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:44:02.382 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:01 smithi063 bash[34585]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:44:02.382 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:02 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:44:03.533 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:03 smithi031 bash[14957]: cluster 2024-09-10T18:44:02.233591+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-10T18:44:03.534 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:03 smithi031 bash[19205]: cluster 2024-09-10T18:44:02.233591+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-10T18:44:03.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:03 smithi063 bash[14646]: cluster 2024-09-10T18:44:02.233591+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-10T18:44:03.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:03.530Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:44:03.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:03.530Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:44:03.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:03 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:03.530Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:44:05.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:05 smithi063 bash[14646]: cluster 2024-09-10T18:44:04.234298+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-10T18:44:05.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:05 smithi031 bash[14957]: cluster 2024-09-10T18:44:04.234298+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-10T18:44:05.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:05 smithi031 bash[19205]: cluster 2024-09-10T18:44:04.234298+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-10T18:44:07.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:07 smithi063 bash[14646]: cluster 2024-09-10T18:44:06.235865+0000 mgr.y (mgr.24871) 53 : cluster [DBG] pgmap v44: 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-10T18:44:07.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:07 smithi063 bash[14646]: audit 2024-09-10T18:44:06.732421+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:07.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:07 smithi063 bash[14646]: audit 2024-09-10T18:44:06.734338+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:44:07.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:07 smithi063 bash[14646]: audit 2024-09-10T18:44:06.745261+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:44:07.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:07 smithi031 bash[14957]: cluster 2024-09-10T18:44:06.235865+0000 mgr.y (mgr.24871) 53 : cluster [DBG] pgmap v44: 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-10T18:44:07.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:07 smithi031 bash[14957]: audit 2024-09-10T18:44:06.732421+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:07 smithi031 bash[14957]: audit 2024-09-10T18:44:06.734338+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:44:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:07 smithi031 bash[14957]: audit 2024-09-10T18:44:06.745261+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:44:07.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:07 smithi031 bash[19205]: cluster 2024-09-10T18:44:06.235865+0000 mgr.y (mgr.24871) 53 : cluster [DBG] pgmap v44: 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-10T18:44:07.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:07 smithi031 bash[19205]: audit 2024-09-10T18:44:06.732421+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:07.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:07 smithi031 bash[19205]: audit 2024-09-10T18:44:06.734338+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:44:07.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:07 smithi031 bash[19205]: audit 2024-09-10T18:44:06.745261+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:44:08.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:08 smithi063 bash[14646]: cephadm 2024-09-10T18:44:06.735993+0000 mgr.y (mgr.24871) 54 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:44:08.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:08 smithi063 bash[14646]: cluster 2024-09-10T18:44:06.737135+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; 97 B/s rd, 0 op/s 2024-09-10T18:44:08.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:08 smithi063 bash[14646]: cluster 2024-09-10T18:44:06.737619+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-10T18:44:08.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:08 smithi031 bash[14957]: cephadm 2024-09-10T18:44:06.735993+0000 mgr.y (mgr.24871) 54 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:44:08.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:08 smithi031 bash[14957]: cluster 2024-09-10T18:44:06.737135+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; 97 B/s rd, 0 op/s 2024-09-10T18:44:08.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:08 smithi031 bash[14957]: cluster 2024-09-10T18:44:06.737619+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-10T18:44:08.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:08 smithi031 bash[19205]: cephadm 2024-09-10T18:44:06.735993+0000 mgr.y (mgr.24871) 54 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:44:08.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:08 smithi031 bash[19205]: cluster 2024-09-10T18:44:06.737135+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; 97 B/s rd, 0 op/s 2024-09-10T18:44:08.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:08 smithi031 bash[19205]: cluster 2024-09-10T18:44:06.737619+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-10T18:44:10.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:10 smithi063 bash[14646]: cluster 2024-09-10T18:44:08.738322+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; 120 B/s rd, 0 op/s 2024-09-10T18:44:10.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:10 smithi031 bash[14957]: cluster 2024-09-10T18:44:08.738322+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; 120 B/s rd, 0 op/s 2024-09-10T18:44:10.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:10 smithi031 bash[19205]: cluster 2024-09-10T18:44:08.738322+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; 120 B/s rd, 0 op/s 2024-09-10T18:44:12.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:11.640Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:44:12.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:11.640Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:44:12.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:11.640Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:44:12.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:12 smithi063 bash[14646]: cluster 2024-09-10T18:44:10.739046+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-10T18:44:12.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:12 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 5. 2024-09-10T18:44:12.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:12 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:44:12.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:12 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Start request repeated too quickly. 2024-09-10T18:44:12.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:12 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:44:12.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:44:12 smithi063 systemd[1]: Failed to start Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:44:12.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:12 smithi031 bash[19205]: cluster 2024-09-10T18:44:10.739046+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-10T18:44:12.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:12 smithi031 bash[14957]: cluster 2024-09-10T18:44:10.739046+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-10T18:44:13.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:13.530Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:44:13.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:13.530Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:44:13.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:13 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:13.530Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:44:14.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:14 smithi063 bash[14646]: cluster 2024-09-10T18:44:12.740584+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-10T18:44:14.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:14 smithi031 bash[14957]: cluster 2024-09-10T18:44:12.740584+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-10T18:44:14.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:14 smithi031 bash[19205]: cluster 2024-09-10T18:44:12.740584+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-10T18:44:16.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:16 smithi063 bash[14646]: cluster 2024-09-10T18:44:14.741292+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-10T18:44:16.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:16 smithi031 bash[14957]: cluster 2024-09-10T18:44:14.741292+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-10T18:44:16.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:16 smithi031 bash[19205]: cluster 2024-09-10T18:44:14.741292+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-10T18:44:18.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:18 smithi063 bash[14646]: cluster 2024-09-10T18:44:16.742773+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-10T18:44:18.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:18 smithi031 bash[14957]: cluster 2024-09-10T18:44:16.742773+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-10T18:44:18.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:18 smithi031 bash[19205]: cluster 2024-09-10T18:44:16.742773+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-10T18:44:20.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:20 smithi063 bash[14646]: cluster 2024-09-10T18:44:18.743547+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-10T18:44:20.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:20 smithi031 bash[14957]: cluster 2024-09-10T18:44:18.743547+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-10T18:44:20.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:20 smithi031 bash[19205]: cluster 2024-09-10T18:44:18.743547+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-10T18:44:22.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:21.640Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:44:22.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:21.640Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:44:22.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:21.640Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:44:22.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:22 smithi063 bash[14646]: cluster 2024-09-10T18:44:20.744318+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-10T18:44:22.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:22 smithi031 bash[14957]: cluster 2024-09-10T18:44:20.744318+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-10T18:44:22.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:22 smithi031 bash[19205]: cluster 2024-09-10T18:44:20.744318+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-10T18:44:23.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:23.531Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:44:23.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:23.531Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:44:23.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:23 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:23.531Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:44:24.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:24 smithi063 bash[14646]: cluster 2024-09-10T18:44:22.745837+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-10T18:44:24.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:24 smithi031 bash[14957]: cluster 2024-09-10T18:44:22.745837+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-10T18:44:24.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:24 smithi031 bash[19205]: cluster 2024-09-10T18:44:22.745837+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-10T18:44:26.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:26 smithi063 bash[14646]: cluster 2024-09-10T18:44:24.746549+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-10T18:44:26.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:26 smithi031 bash[14957]: cluster 2024-09-10T18:44:24.746549+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-10T18:44:26.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:26 smithi031 bash[19205]: cluster 2024-09-10T18:44:24.746549+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-10T18:44:28.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:28 smithi063 bash[14646]: cluster 2024-09-10T18:44:26.748159+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-10T18:44:28.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:28 smithi031 bash[14957]: cluster 2024-09-10T18:44:26.748159+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-10T18:44:28.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:28 smithi031 bash[19205]: cluster 2024-09-10T18:44:26.748159+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-10T18:44:30.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:30 smithi063 bash[14646]: cluster 2024-09-10T18:44:28.748994+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-10T18:44:30.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:30 smithi031 bash[14957]: cluster 2024-09-10T18:44:28.748994+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-10T18:44:30.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:30 smithi031 bash[19205]: cluster 2024-09-10T18:44:28.748994+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-10T18:44:32.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:31.641Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:44:32.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:31.641Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:44:32.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:31.641Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:44:32.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:32 smithi031 bash[14957]: cluster 2024-09-10T18:44:30.749817+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-10T18:44:32.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:32 smithi031 bash[19205]: cluster 2024-09-10T18:44:30.749817+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-10T18:44:32.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:32 smithi063 bash[14646]: cluster 2024-09-10T18:44:30.749817+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-10T18:44:33.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:33.531Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:44:33.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:33.531Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:44:33.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:33 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:33.531Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:44:34.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:34 smithi063 bash[14646]: cluster 2024-09-10T18:44:32.751360+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-10T18:44:34.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:34 smithi031 bash[14957]: cluster 2024-09-10T18:44:32.751360+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-10T18:44:34.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:34 smithi031 bash[19205]: cluster 2024-09-10T18:44:32.751360+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-10T18:44:36.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:36 smithi063 bash[14646]: cluster 2024-09-10T18:44:34.752047+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-10T18:44:36.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:36 smithi031 bash[14957]: cluster 2024-09-10T18:44:34.752047+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-10T18:44:36.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:36 smithi031 bash[19205]: cluster 2024-09-10T18:44:34.752047+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-10T18:44:38.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:38 smithi063 bash[14646]: cluster 2024-09-10T18:44:36.753500+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-10T18:44:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:38 smithi031 bash[14957]: cluster 2024-09-10T18:44:36.753500+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-10T18:44:38.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:38 smithi031 bash[19205]: cluster 2024-09-10T18:44:36.753500+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-10T18:44:40.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:40 smithi063 bash[14646]: cluster 2024-09-10T18:44:38.754211+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-10T18:44:40.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:40 smithi031 bash[14957]: cluster 2024-09-10T18:44:38.754211+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-10T18:44:40.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:40 smithi031 bash[19205]: cluster 2024-09-10T18:44:38.754211+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-10T18:44:42.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:41.641Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:44:42.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:41.641Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:44:42.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:41.641Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:44:42.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:42 smithi063 bash[14646]: cluster 2024-09-10T18:44:40.754929+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-10T18:44:42.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:42 smithi031 bash[14957]: cluster 2024-09-10T18:44:40.754929+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-10T18:44:42.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:42 smithi031 bash[19205]: cluster 2024-09-10T18:44:40.754929+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-10T18:44:43.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:43.532Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:44:43.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:43.532Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:44:43.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:43 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:43.532Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:44:44.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:44 smithi063 bash[14646]: cluster 2024-09-10T18:44:42.756473+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-10T18:44:44.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:44 smithi031 bash[14957]: cluster 2024-09-10T18:44:42.756473+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-10T18:44:44.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:44 smithi031 bash[19205]: cluster 2024-09-10T18:44:42.756473+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-10T18:44:46.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:46 smithi063 bash[14646]: cluster 2024-09-10T18:44:44.757220+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-10T18:44:46.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:46 smithi063 bash[14646]: audit 2024-09-10T18:44:45.754581+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T18:44:46.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:46 smithi063 bash[14646]: audit 2024-09-10T18:44:45.755275+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T18:44:46.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:46 smithi063 bash[14646]: audit 2024-09-10T18:44:45.755943+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:44:46.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:46 smithi031 bash[14957]: cluster 2024-09-10T18:44:44.757220+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-10T18:44:46.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:46 smithi031 bash[14957]: audit 2024-09-10T18:44:45.754581+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T18:44:46.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:46 smithi031 bash[14957]: audit 2024-09-10T18:44:45.755275+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T18:44:46.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:46 smithi031 bash[14957]: audit 2024-09-10T18:44:45.755943+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:44:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:46 smithi031 bash[19205]: cluster 2024-09-10T18:44:44.757220+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-10T18:44:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:46 smithi031 bash[19205]: audit 2024-09-10T18:44:45.754581+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T18:44:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:46 smithi031 bash[19205]: audit 2024-09-10T18:44:45.755275+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T18:44:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:46 smithi031 bash[19205]: audit 2024-09-10T18:44:45.755943+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:44:48.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:48 smithi063 bash[14646]: cluster 2024-09-10T18:44:46.758720+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-10T18:44:48.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:48 smithi031 bash[14957]: cluster 2024-09-10T18:44:46.758720+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-10T18:44:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:48 smithi031 bash[19205]: cluster 2024-09-10T18:44:46.758720+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-10T18:44:50.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:50 smithi063 bash[14646]: cluster 2024-09-10T18:44:48.759424+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-10T18:44:50.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:50 smithi031 bash[14957]: cluster 2024-09-10T18:44:48.759424+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-10T18:44:50.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:50 smithi031 bash[19205]: cluster 2024-09-10T18:44:48.759424+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-10T18:44:52.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:51.642Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:44:52.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:51.642Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:44:52.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:51.642Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:44:52.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:52 smithi063 bash[14646]: cluster 2024-09-10T18:44:50.760142+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-10T18:44:52.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:52 smithi031 bash[14957]: cluster 2024-09-10T18:44:50.760142+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-10T18:44:52.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:52 smithi031 bash[19205]: cluster 2024-09-10T18:44:50.760142+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-10T18:44:53.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:53.532Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:44:53.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:53.532Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:44:53.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:44:53 smithi031 bash[32162]: level=error ts=2024-09-10T18:44:53.532Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:44:54.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:54 smithi063 bash[14646]: cluster 2024-09-10T18:44:52.761694+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-10T18:44:54.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:54 smithi031 bash[14957]: cluster 2024-09-10T18:44:52.761694+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-10T18:44:54.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:54 smithi031 bash[19205]: cluster 2024-09-10T18:44:52.761694+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-10T18:44:56.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:56 smithi063 bash[14646]: cluster 2024-09-10T18:44:54.762445+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-10T18:44:56.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:56 smithi031 bash[14957]: cluster 2024-09-10T18:44:54.762445+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-10T18:44:56.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:56 smithi031 bash[19205]: cluster 2024-09-10T18:44:54.762445+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-10T18:44:58.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:44:58 smithi063 bash[14646]: cluster 2024-09-10T18:44:56.763968+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-10T18:44:58.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:44:58 smithi031 bash[14957]: cluster 2024-09-10T18:44:56.763968+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-10T18:44:58.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:44:58 smithi031 bash[19205]: cluster 2024-09-10T18:44:56.763968+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-10T18:45:00.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:00 smithi063 bash[14646]: cluster 2024-09-10T18:44:58.764679+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-10T18:45:00.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:00 smithi031 bash[14957]: cluster 2024-09-10T18:44:58.764679+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-10T18:45:00.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:00 smithi031 bash[19205]: cluster 2024-09-10T18:44:58.764679+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-10T18:45:02.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:45:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:45:01.642Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:45:02.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:45:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:45:01.642Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:45:02.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:45:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:45:01.642Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:45:02.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:02 smithi063 bash[14646]: cluster 2024-09-10T18:45:00.765369+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-10T18:45:02.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:02 smithi031 bash[14957]: cluster 2024-09-10T18:45:00.765369+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-10T18:45:02.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:02 smithi031 bash[19205]: cluster 2024-09-10T18:45:00.765369+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-10T18:45:04.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:04 smithi063 bash[14646]: cluster 2024-09-10T18:45:02.766836+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-10T18:45:04.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:04 smithi031 bash[14957]: cluster 2024-09-10T18:45:02.766836+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-10T18:45:04.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:04 smithi031 bash[19205]: cluster 2024-09-10T18:45:02.766836+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-10T18:45:06.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:06 smithi063 bash[14646]: cluster 2024-09-10T18:45:04.767544+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-10T18:45:06.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:06 smithi031 bash[14957]: cluster 2024-09-10T18:45:04.767544+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-10T18:45:06.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:06 smithi031 bash[19205]: cluster 2024-09-10T18:45:04.767544+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-10T18:45:08.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:08 smithi063 bash[14646]: cluster 2024-09-10T18:45:06.769062+0000 mgr.y (mgr.24871) 86 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:45:08.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:08 smithi063 bash[14646]: audit 2024-09-10T18:45:07.259970+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:08.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:08 smithi063 bash[14646]: audit 2024-09-10T18:45:07.261661+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:45:08.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:08 smithi063 bash[14646]: cephadm 2024-09-10T18:45:07.263040+0000 mgr.y (mgr.24871) 87 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:45:08.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:08 smithi063 bash[14646]: cluster 2024-09-10T18:45:07.264190+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-10T18:45:08.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:08 smithi063 bash[14646]: cluster 2024-09-10T18:45:07.264672+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-10T18:45:08.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:08 smithi063 bash[14646]: audit 2024-09-10T18:45:07.271689+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:45:08.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:08 smithi031 bash[19205]: cluster 2024-09-10T18:45:06.769062+0000 mgr.y (mgr.24871) 86 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:45:08.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:08 smithi031 bash[19205]: audit 2024-09-10T18:45:07.259970+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:08.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:08 smithi031 bash[19205]: audit 2024-09-10T18:45:07.261661+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:45:08.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:08 smithi031 bash[19205]: cephadm 2024-09-10T18:45:07.263040+0000 mgr.y (mgr.24871) 87 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:45:08.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:08 smithi031 bash[19205]: cluster 2024-09-10T18:45:07.264190+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-10T18:45:08.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:08 smithi031 bash[19205]: cluster 2024-09-10T18:45:07.264672+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-10T18:45:08.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:08 smithi031 bash[19205]: audit 2024-09-10T18:45:07.271689+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:45:08.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:08 smithi031 bash[14957]: cluster 2024-09-10T18:45:06.769062+0000 mgr.y (mgr.24871) 86 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:45:08.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:08 smithi031 bash[14957]: audit 2024-09-10T18:45:07.259970+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:08.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:08 smithi031 bash[14957]: audit 2024-09-10T18:45:07.261661+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:45:08.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:08 smithi031 bash[14957]: cephadm 2024-09-10T18:45:07.263040+0000 mgr.y (mgr.24871) 87 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:45:08.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:08 smithi031 bash[14957]: cluster 2024-09-10T18:45:07.264190+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-10T18:45:08.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:08 smithi031 bash[14957]: cluster 2024-09-10T18:45:07.264672+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-10T18:45:08.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:08 smithi031 bash[14957]: audit 2024-09-10T18:45:07.271689+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' 2024-09-10T18:45:10.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:10 smithi063 bash[14646]: cluster 2024-09-10T18:45:09.265364+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-10T18:45:10.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:10 smithi031 bash[14957]: cluster 2024-09-10T18:45:09.265364+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-10T18:45:10.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:10 smithi031 bash[19205]: cluster 2024-09-10T18:45:09.265364+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-10T18:45:12.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:45:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:45:11.642Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:45:12.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:45:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:45:11.643Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:45:12.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:45:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:45:11.643Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:45:12.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:12 smithi063 bash[14646]: cluster 2024-09-10T18:45:11.266822+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-10T18:45:12.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:12 smithi031 bash[14957]: cluster 2024-09-10T18:45:11.266822+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-10T18:45:12.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:12 smithi031 bash[19205]: cluster 2024-09-10T18:45:11.266822+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-10T18:45:14.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:14 smithi063 bash[14646]: cluster 2024-09-10T18:45:13.267539+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-10T18:45:14.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:14 smithi031 bash[14957]: cluster 2024-09-10T18:45:13.267539+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-10T18:45:14.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:14 smithi031 bash[19205]: cluster 2024-09-10T18:45:13.267539+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-10T18:45:16.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:16 smithi063 bash[14646]: cluster 2024-09-10T18:45:15.268282+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-10T18:45:16.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:16 smithi031 bash[14957]: cluster 2024-09-10T18:45:15.268282+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-10T18:45:16.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:16 smithi031 bash[19205]: cluster 2024-09-10T18:45:15.268282+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-10T18:45:18.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:18 smithi063 bash[14646]: cluster 2024-09-10T18:45:17.269758+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-10T18:45:18.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:18 smithi031 bash[14957]: cluster 2024-09-10T18:45:17.269758+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-10T18:45:18.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:18 smithi031 bash[19205]: cluster 2024-09-10T18:45:17.269758+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-10T18:45:20.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:20 smithi063 bash[14646]: cluster 2024-09-10T18:45:19.270464+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-10T18:45:20.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:20 smithi031 bash[14957]: cluster 2024-09-10T18:45:19.270464+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-10T18:45:20.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:20 smithi031 bash[19205]: cluster 2024-09-10T18:45:19.270464+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-10T18:45:22.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:45:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:45:21.643Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:45:22.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:45:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:45:21.643Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:45:22.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:45:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:45:21.643Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:45:22.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:22 smithi063 bash[14646]: cluster 2024-09-10T18:45:21.271918+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-10T18:45:22.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:22 smithi031 bash[19205]: cluster 2024-09-10T18:45:21.271918+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-10T18:45:22.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:22 smithi031 bash[14957]: cluster 2024-09-10T18:45:21.271918+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-10T18:45:24.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:24 smithi063 bash[14646]: cluster 2024-09-10T18:45:23.272599+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-10T18:45:24.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:24 smithi031 bash[14957]: cluster 2024-09-10T18:45:23.272599+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-10T18:45:24.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:24 smithi031 bash[19205]: cluster 2024-09-10T18:45:23.272599+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-10T18:45:26.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:26 smithi063 bash[14646]: cluster 2024-09-10T18:45:25.273327+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-10T18:45:26.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:26 smithi031 bash[14957]: cluster 2024-09-10T18:45:25.273327+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-10T18:45:26.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:26 smithi031 bash[19205]: cluster 2024-09-10T18:45:25.273327+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-10T18:45:28.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:28 smithi063 bash[14646]: cluster 2024-09-10T18:45:27.274819+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-10T18:45:28.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:28 smithi031 bash[14957]: cluster 2024-09-10T18:45:27.274819+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-10T18:45:28.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:28 smithi031 bash[19205]: cluster 2024-09-10T18:45:27.274819+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-10T18:45:30.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:30 smithi063 bash[14646]: cluster 2024-09-10T18:45:29.275509+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-10T18:45:30.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:30 smithi031 bash[14957]: cluster 2024-09-10T18:45:29.275509+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-10T18:45:30.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:30 smithi031 bash[19205]: cluster 2024-09-10T18:45:29.275509+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-10T18:45:32.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:45:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:45:31.643Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:45:32.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:45:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:45:31.643Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:45:32.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:45:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:45:31.644Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:45:32.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:32 smithi063 bash[14646]: cluster 2024-09-10T18:45:31.276970+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-10T18:45:32.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:32 smithi031 bash[14957]: cluster 2024-09-10T18:45:31.276970+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-10T18:45:32.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:32 smithi031 bash[19205]: cluster 2024-09-10T18:45:31.276970+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-10T18:45:34.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:34 smithi063 bash[14646]: cluster 2024-09-10T18:45:33.277678+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-10T18:45:34.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:34 smithi031 bash[14957]: cluster 2024-09-10T18:45:33.277678+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-10T18:45:34.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:34 smithi031 bash[19205]: cluster 2024-09-10T18:45:33.277678+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-10T18:45:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:36 smithi063 bash[14646]: cluster 2024-09-10T18:45:35.278432+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-10T18:45:36.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:36 smithi031 bash[14957]: cluster 2024-09-10T18:45:35.278432+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-10T18:45:36.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:36 smithi031 bash[19205]: cluster 2024-09-10T18:45:35.278432+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-10T18:45:38.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:38 smithi063 bash[14646]: cluster 2024-09-10T18:45:37.280027+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-10T18:45:38.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:38 smithi031 bash[14957]: cluster 2024-09-10T18:45:37.280027+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-10T18:45:38.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:38 smithi031 bash[19205]: cluster 2024-09-10T18:45:37.280027+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-10T18:45:40.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:40 smithi063 bash[14646]: cluster 2024-09-10T18:45:39.280739+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-10T18:45:40.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:40 smithi031 bash[14957]: cluster 2024-09-10T18:45:39.280739+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-10T18:45:40.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:40 smithi031 bash[19205]: cluster 2024-09-10T18:45:39.280739+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-10T18:45:42.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:45:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:45:41.644Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:45:42.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:45:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:45:41.644Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:45:42.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:45:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:45:41.644Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:45:42.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:42 smithi063 bash[14646]: cluster 2024-09-10T18:45:41.282260+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-10T18:45:42.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:42 smithi031 bash[14957]: cluster 2024-09-10T18:45:41.282260+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-10T18:45:42.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:42 smithi031 bash[19205]: cluster 2024-09-10T18:45:41.282260+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-10T18:45:44.234 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T18:45:44.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:44 smithi063 bash[14646]: cluster 2024-09-10T18:45:43.282961+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-10T18:45:44.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:44 smithi031 bash[14957]: cluster 2024-09-10T18:45:43.282961+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-10T18:45:44.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:44 smithi031 bash[19205]: cluster 2024-09-10T18:45:43.282961+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-10T18:45:46.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:46 smithi063 bash[14646]: cluster 2024-09-10T18:45:45.283670+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-10T18:45:46.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:46 smithi063 bash[14646]: audit 2024-09-10T18:45:45.762919+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T18:45:46.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:46 smithi063 bash[14646]: audit 2024-09-10T18:45:45.763628+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:45:46.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:46 smithi063 bash[14646]: audit 2024-09-10T18:45:45.764221+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T18:45:46.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:46 smithi031 bash[14957]: cluster 2024-09-10T18:45:45.283670+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-10T18:45:46.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:46 smithi031 bash[14957]: audit 2024-09-10T18:45:45.762919+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T18:45:46.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:46 smithi031 bash[14957]: audit 2024-09-10T18:45:45.763628+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:45:46.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:46 smithi031 bash[14957]: audit 2024-09-10T18:45:45.764221+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T18:45:46.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:46 smithi031 bash[19205]: cluster 2024-09-10T18:45:45.283670+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-10T18:45:46.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:46 smithi031 bash[19205]: audit 2024-09-10T18:45:45.762919+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T18:45:46.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:46 smithi031 bash[19205]: audit 2024-09-10T18:45:45.763628+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:45:46.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:46 smithi031 bash[19205]: audit 2024-09-10T18:45:45.764221+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T18:45:47.941 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:45:47.941 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (17m) 2m ago 18m 14.8M - 0.20.0 0881eb8f169f 41b8db25c52c 2024-09-10T18:45:47.941 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (18m) 2m ago 18m 27.1M - 6.6.2 a0dce381714a 87075f7b106b 2024-09-10T18:45:47.942 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 2m ago 19m - - 2024-09-10T18:45:47.942 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 running (12m) 2m ago 23m 391M - 17.2.7-1606-g5be57395 4c55dd409611 40181f21c8d8 2024-09-10T18:45:47.942 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (5m) 2m ago 25m 421M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:45:47.942 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (25m) 2m ago 25m 82.2M 2048M 15.2.9 dfc483079636 110985a9aaad 2024-09-10T18:45:47.942 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (23m) 2m ago 23m 58.7M 2048M 15.2.9 dfc483079636 97c3ecf5bc14 2024-09-10T18:45:47.942 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (23m) 2m ago 23m 58.5M 2048M 15.2.9 dfc483079636 b3f47a149224 2024-09-10T18:45:47.942 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (18m) 2m ago 18m 11.8M - 0.18.1 e5a616e4b9cf 1c56f8797d7e 2024-09-10T18:45:47.942 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (18m) 2m ago 18m 12.1M - 0.18.1 e5a616e4b9cf 5ec08759a54e 2024-09-10T18:45:47.942 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (22m) 2m ago 23m 49.0M 4096M 15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:45:47.942 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (22m) 2m ago 22m 50.1M 4096M 15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:45:47.942 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (22m) 2m ago 22m 46.3M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:45:47.942 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (21m) 2m ago 21m 50.8M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:45:47.943 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (21m) 2m ago 21m 49.1M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:45:47.943 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (20m) 2m ago 20m 47.3M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:45:47.943 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (20m) 2m ago 20m 47.2M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:45:47.943 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (19m) 2m ago 19m 49.2M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:45:47.943 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (9m) 2m ago 18m 43.0M - 2.18.1 de242295e225 bca87f47ec68 2024-09-10T18:45:47.943 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (16m) 2m ago 16m 52.8M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:45:47.943 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (16m) 2m ago 16m 51.9M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:45:48.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[14957]: cluster 2024-09-10T18:45:47.285259+0000 mgr.y (mgr.24871) 109 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:45:48.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[14957]: audit 2024-09-10T18:45:47.912136+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:45:48.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[14957]: audit 2024-09-10T18:45:47.913104+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:45:48.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[14957]: audit 2024-09-10T18:45:47.913907+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[14957]: audit 2024-09-10T18:45:47.914754+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[14957]: audit 2024-09-10T18:45:47.915597+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[14957]: audit 2024-09-10T18:45:47.916471+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[14957]: audit 2024-09-10T18:45:47.922113+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:45:48.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[14957]: audit 2024-09-10T18:45:47.922918+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[14957]: audit 2024-09-10T18:45:47.923544+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[14957]: audit 2024-09-10T18:45:47.924178+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.611 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[14957]: audit 2024-09-10T18:45:47.924810+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[19205]: cluster 2024-09-10T18:45:47.285259+0000 mgr.y (mgr.24871) 109 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:45:48.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[19205]: audit 2024-09-10T18:45:47.912136+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:45:48.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[19205]: audit 2024-09-10T18:45:47.913104+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:45:48.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[19205]: audit 2024-09-10T18:45:47.913907+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[19205]: audit 2024-09-10T18:45:47.914754+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[19205]: audit 2024-09-10T18:45:47.915597+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[19205]: audit 2024-09-10T18:45:47.916471+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[19205]: audit 2024-09-10T18:45:47.922113+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:45:48.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[19205]: audit 2024-09-10T18:45:47.922918+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[19205]: audit 2024-09-10T18:45:47.923544+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.613 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[19205]: audit 2024-09-10T18:45:47.924178+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.613 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:48 smithi031 bash[19205]: audit 2024-09-10T18:45:47.924810+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.614 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T18:45:48.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:48 smithi063 bash[14646]: cluster 2024-09-10T18:45:47.285259+0000 mgr.y (mgr.24871) 109 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:45:48.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:48 smithi063 bash[14646]: audit 2024-09-10T18:45:47.912136+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:45:48.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:48 smithi063 bash[14646]: audit 2024-09-10T18:45:47.913104+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:45:48.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:48 smithi063 bash[14646]: audit 2024-09-10T18:45:47.913907+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:48 smithi063 bash[14646]: audit 2024-09-10T18:45:47.914754+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:48 smithi063 bash[14646]: audit 2024-09-10T18:45:47.915597+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:48 smithi063 bash[14646]: audit 2024-09-10T18:45:47.916471+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:48 smithi063 bash[14646]: audit 2024-09-10T18:45:47.922113+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:45:48.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:48 smithi063 bash[14646]: audit 2024-09-10T18:45:47.922918+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:48 smithi063 bash[14646]: audit 2024-09-10T18:45:47.923544+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:48 smithi063 bash[14646]: audit 2024-09-10T18:45:47.924178+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:48.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:48 smithi063 bash[14646]: audit 2024-09-10T18:45:47.924810+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.24871 172.21.15.31:0/2613285296' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:45:49.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:49 smithi063 bash[14646]: audit 2024-09-10T18:45:47.906385+0000 mgr.y (mgr.24871) 110 : audit [DBG] from='client.15129 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:49.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:49 smithi031 bash[19205]: audit 2024-09-10T18:45:47.906385+0000 mgr.y (mgr.24871) 110 : audit [DBG] from='client.15129 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:49 smithi031 bash[14957]: audit 2024-09-10T18:45:47.906385+0000 mgr.y (mgr.24871) 110 : audit [DBG] from='client.15129 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:50.372 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:50 smithi031 bash[14957]: cluster 2024-09-10T18:45:49.286011+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-10T18:45:50.373 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:50 smithi031 bash[19205]: cluster 2024-09-10T18:45:49.286011+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-10T18:45:50.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:50 smithi063 bash[14646]: cluster 2024-09-10T18:45:49.286011+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-10T18:45:52.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:45:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:45:51.644Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:45:52.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:45:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:45:51.644Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:45:52.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:45:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:45:51.644Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:45:52.309 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:45:52.310 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:45:52.310 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-10T18:45:52.310 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:45:52.310 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:45:52.310 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:45:52.310 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:45:52.310 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:45:52.310 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-10T18:45:52.310 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:45:52.310 INFO:teuthology.orchestra.run.smithi031.stdout: "mds": {}, 2024-09-10T18:45:52.310 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:45:52.310 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:45:52.310 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:45:52.310 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:45:52.311 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-10T18:45:52.311 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:45:52.311 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:45:52.311 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:45:52.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:52 smithi063 bash[14646]: cluster 2024-09-10T18:45:51.287517+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-10T18:45:52.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:52 smithi063 bash[14646]: audit 2024-09-10T18:45:52.306890+0000 mon.a (mon.0) 950 : audit [DBG] from='client.? 172.21.15.31:0/2607517735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:45:52.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:52 smithi031 bash[14957]: cluster 2024-09-10T18:45:51.287517+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-10T18:45:52.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:52 smithi031 bash[14957]: audit 2024-09-10T18:45:52.306890+0000 mon.a (mon.0) 950 : audit [DBG] from='client.? 172.21.15.31:0/2607517735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:45:52.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:52 smithi031 bash[19205]: cluster 2024-09-10T18:45:51.287517+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-10T18:45:52.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:52 smithi031 bash[19205]: audit 2024-09-10T18:45:52.306890+0000 mon.a (mon.0) 950 : audit [DBG] from='client.? 172.21.15.31:0/2607517735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:45:53.062 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph -s' 2024-09-10T18:45:54.613 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:54 smithi031 bash[14957]: cluster 2024-09-10T18:45:53.288377+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-10T18:45:54.614 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:54 smithi031 bash[19205]: cluster 2024-09-10T18:45:53.288377+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-10T18:45:54.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:54 smithi063 bash[14646]: cluster 2024-09-10T18:45:53.288377+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-10T18:45:56.540 INFO:teuthology.orchestra.run.smithi031.stdout: cluster: 2024-09-10T18:45:56.541 INFO:teuthology.orchestra.run.smithi031.stdout: id: 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:45:56.541 INFO:teuthology.orchestra.run.smithi031.stdout: health: HEALTH_WARN 2024-09-10T18:45:56.541 INFO:teuthology.orchestra.run.smithi031.stdout: 1 failed cephadm daemon(s) 2024-09-10T18:45:56.541 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:45:56.541 INFO:teuthology.orchestra.run.smithi031.stdout: services: 2024-09-10T18:45:56.541 INFO:teuthology.orchestra.run.smithi031.stdout: mon: 3 daemons, quorum a,c,b (age 23m) 2024-09-10T18:45:56.541 INFO:teuthology.orchestra.run.smithi031.stdout: mgr: y(active, since 3m), standbys: x 2024-09-10T18:45:56.541 INFO:teuthology.orchestra.run.smithi031.stdout: osd: 8 osds: 8 up (since 19m), 8 in (since 19m) 2024-09-10T18:45:56.541 INFO:teuthology.orchestra.run.smithi031.stdout: rgw: 2 daemons active (r.z.smithi031.kibhei, r.z.smithi063.jzpdua) 2024-09-10T18:45:56.541 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:45:56.541 INFO:teuthology.orchestra.run.smithi031.stdout: task status: 2024-09-10T18:45:56.541 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:45:56.541 INFO:teuthology.orchestra.run.smithi031.stdout: data: 2024-09-10T18:45:56.541 INFO:teuthology.orchestra.run.smithi031.stdout: pools: 6 pools, 132 pgs 2024-09-10T18:45:56.542 INFO:teuthology.orchestra.run.smithi031.stdout: objects: 205 objects, 584 KiB 2024-09-10T18:45:56.542 INFO:teuthology.orchestra.run.smithi031.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-10T18:45:56.542 INFO:teuthology.orchestra.run.smithi031.stdout: pgs: 132 active+clean 2024-09-10T18:45:56.542 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-09-10T18:45:56.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:56 smithi063 bash[14646]: cluster 2024-09-10T18:45:55.289179+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-10T18:45:56.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:56 smithi031 bash[14957]: cluster 2024-09-10T18:45:55.289179+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-10T18:45:56.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:56 smithi031 bash[19205]: cluster 2024-09-10T18:45:55.289179+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-10T18:45:57.337 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-10T18:45:57.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:57 smithi063 bash[14646]: audit 2024-09-10T18:45:56.538170+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.31:0/229119880' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:45:57.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:57 smithi031 bash[14957]: audit 2024-09-10T18:45:56.538170+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.31:0/229119880' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:45:57.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:57 smithi031 bash[19205]: audit 2024-09-10T18:45:56.538170+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.31:0/229119880' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:45:58.629 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:45:58 smithi031 bash[14957]: cluster 2024-09-10T18:45:57.290708+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-10T18:45:58.629 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:45:58 smithi031 bash[19205]: cluster 2024-09-10T18:45:57.290708+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-10T18:45:58.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:45:58 smithi063 bash[14646]: cluster 2024-09-10T18:45:57.290708+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-10T18:46:00.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:00 smithi063 bash[14646]: cluster 2024-09-10T18:45:59.291473+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-10T18:46:00.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:00 smithi031 bash[14957]: cluster 2024-09-10T18:45:59.291473+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-10T18:46:00.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:00 smithi031 bash[19205]: cluster 2024-09-10T18:45:59.291473+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-10T18:46:00.937 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:46:01.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:01 smithi063 bash[14646]: audit 2024-09-10T18:46:00.921449+0000 mon.a (mon.0) 951 : audit [DBG] from='client.? 172.21.15.31:0/1528245584' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:46:01.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:01 smithi031 bash[14957]: audit 2024-09-10T18:46:00.921449+0000 mon.a (mon.0) 951 : audit [DBG] from='client.? 172.21.15.31:0/1528245584' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:46:01.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:01 smithi031 bash[19205]: audit 2024-09-10T18:46:00.921449+0000 mon.a (mon.0) 951 : audit [DBG] from='client.? 172.21.15.31:0/1528245584' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:46:01.673 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph mgr fail' 2024-09-10T18:46:01.911 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:46:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:46:01.645Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:46:01.911 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:46:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:46:01.645Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:46:01.911 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:46:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:46:01.645Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:46:02.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:02 smithi031 bash[14957]: cluster 2024-09-10T18:46:01.293024+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-10T18:46:02.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:02 smithi031 bash[19205]: cluster 2024-09-10T18:46:01.293024+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-10T18:46:02.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:02 smithi063 bash[14646]: cluster 2024-09-10T18:46:01.293024+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-10T18:46:04.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:04 smithi063 bash[14646]: cluster 2024-09-10T18:46:03.293739+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-10T18:46:04.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:04 smithi031 bash[14957]: cluster 2024-09-10T18:46:03.293739+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-10T18:46:04.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:04 smithi031 bash[19205]: cluster 2024-09-10T18:46:03.293739+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-10T18:46:06.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:06 smithi063 bash[14646]: cluster 2024-09-10T18:46:05.294543+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-10T18:46:06.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:06 smithi063 bash[14646]: audit 2024-09-10T18:46:05.434425+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.31:0/257856597' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:46:06.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:06 smithi063 bash[14646]: audit 2024-09-10T18:46:05.435024+0000 mon.a (mon.0) 952 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:46:06.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:06 smithi063 bash[14646]: cluster 2024-09-10T18:46:05.440433+0000 mon.a (mon.0) 953 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-10T18:46:06.886 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:06 smithi031 bash[40844]: ignoring --setuser ceph since I am not root 2024-09-10T18:46:06.886 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:06 smithi031 bash[40844]: ignoring --setgroup ceph since I am not root 2024-09-10T18:46:06.886 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:06 smithi031 bash[40844]: debug 2024-09-10T18:46:06.458+0000 7f08989fe640 1 -- 172.21.15.31:0/82116482 <== mon.0 v2:172.21.15.31:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560bb72da340 con 0x560bb72e6c00 2024-09-10T18:46:06.886 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:06 smithi031 bash[40844]: debug 2024-09-10T18:46:06.594+0000 7f089b258ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T18:46:06.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:06 smithi031 bash[14957]: cluster 2024-09-10T18:46:05.294543+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-10T18:46:06.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:06 smithi031 bash[14957]: audit 2024-09-10T18:46:05.434425+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.31:0/257856597' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:46:06.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:06 smithi031 bash[14957]: audit 2024-09-10T18:46:05.435024+0000 mon.a (mon.0) 952 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:46:06.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:06 smithi031 bash[14957]: cluster 2024-09-10T18:46:05.440433+0000 mon.a (mon.0) 953 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-10T18:46:06.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:06 smithi031 bash[19205]: cluster 2024-09-10T18:46:05.294543+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-10T18:46:06.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:06 smithi031 bash[19205]: audit 2024-09-10T18:46:05.434425+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.31:0/257856597' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:46:06.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:06 smithi031 bash[19205]: audit 2024-09-10T18:46:05.435024+0000 mon.a (mon.0) 952 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:46:06.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:06 smithi031 bash[19205]: cluster 2024-09-10T18:46:05.440433+0000 mon.a (mon.0) 953 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-10T18:46:07.206 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 180' 2024-09-10T18:46:07.519 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:07 smithi031 bash[14957]: audit 2024-09-10T18:46:06.408251+0000 mon.a (mon.0) 954 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T18:46:07.519 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:07 smithi031 bash[14957]: cluster 2024-09-10T18:46:06.408356+0000 mon.a (mon.0) 955 : cluster [DBG] mgrmap e29: x(active, starting, since 0.972271s) 2024-09-10T18:46:07.520 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:07 smithi031 bash[19205]: audit 2024-09-10T18:46:06.408251+0000 mon.a (mon.0) 954 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T18:46:07.520 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:07 smithi031 bash[19205]: cluster 2024-09-10T18:46:06.408356+0000 mon.a (mon.0) 955 : cluster [DBG] mgrmap e29: x(active, starting, since 0.972271s) 2024-09-10T18:46:07.520 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:07 smithi031 bash[40844]: debug 2024-09-10T18:46:07.374+0000 7f089b258ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T18:46:07.520 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:07 smithi031 bash[40844]: debug 2024-09-10T18:46:07.446+0000 7f089b258ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T18:46:07.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:07 smithi063 bash[14646]: audit 2024-09-10T18:46:06.408251+0000 mon.a (mon.0) 954 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T18:46:07.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:07 smithi063 bash[14646]: cluster 2024-09-10T18:46:06.408356+0000 mon.a (mon.0) 955 : cluster [DBG] mgrmap e29: x(active, starting, since 0.972271s) 2024-09-10T18:46:07.886 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:07 smithi031 bash[40844]: debug 2024-09-10T18:46:07.514+0000 7f089b258ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T18:46:07.886 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:07 smithi031 bash[40844]: debug 2024-09-10T18:46:07.670+0000 7f089b258ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:46:08.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:07 smithi031 bash[40844]: debug 2024-09-10T18:46:07.930+0000 7f089b258ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T18:46:08.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:07 smithi031 bash[40844]: debug 2024-09-10T18:46:07.994+0000 7f089b258ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T18:46:08.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:08 smithi031 bash[40844]: debug 2024-09-10T18:46:08.134+0000 7f089b258ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T18:46:09.136 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:08 smithi031 bash[40844]: debug 2024-09-10T18:46:08.806+0000 7f089b258ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T18:46:09.137 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:08 smithi031 bash[40844]: debug 2024-09-10T18:46:08.878+0000 7f089b258ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T18:46:09.137 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:08 smithi031 bash[40844]: debug 2024-09-10T18:46:08.958+0000 7f089b258ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T18:46:09.636 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:09 smithi031 bash[40844]: debug 2024-09-10T18:46:09.250+0000 7f089b258ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T18:46:09.636 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:09 smithi031 bash[40844]: debug 2024-09-10T18:46:09.390+0000 7f089b258ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T18:46:09.886 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:09 smithi031 bash[40844]: debug 2024-09-10T18:46:09.718+0000 7f089b258ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T18:46:10.137 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:09 smithi031 bash[40844]: debug 2024-09-10T18:46:09.946+0000 7f089b258ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:46:10.657 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:10 smithi031 bash[40844]: debug 2024-09-10T18:46:10.382+0000 7f089b258ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T18:46:10.657 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:10 smithi031 bash[40844]: debug 2024-09-10T18:46:10.446+0000 7f089b258ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T18:46:10.657 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:10 smithi031 bash[40844]: debug 2024-09-10T18:46:10.518+0000 7f089b258ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T18:46:10.657 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:10 smithi031 bash[40844]: debug 2024-09-10T18:46:10.618+0000 7f089b258ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T18:46:11.010 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:10 smithi031 bash[40844]: debug 2024-09-10T18:46:10.694+0000 7f089b258ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T18:46:11.010 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:10 smithi031 bash[40844]: debug 2024-09-10T18:46:10.774+0000 7f089b258ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T18:46:11.010 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:10 smithi031 bash[40844]: debug 2024-09-10T18:46:10.926+0000 7f089b258ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T18:46:11.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:11 smithi031 bash[40844]: debug 2024-09-10T18:46:11.002+0000 7f089b258ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T18:46:12.003 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:46:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:46:11.645Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:46:12.004 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:46:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:46:11.645Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: dial tcp 172.21.15.31:8443: connect: connection refused" context_err="context deadline exceeded" 2024-09-10T18:46:12.004 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:46:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:46:11.645Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: dial tcp 172.21.15.31:8443: connect: connection refused" 2024-09-10T18:46:12.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:12 smithi063 bash[14646]: cluster 2024-09-10T18:46:12.021900+0000 mon.a (mon.0) 956 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:46:12.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:12 smithi063 bash[14646]: audit 2024-09-10T18:46:12.023595+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.? 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T18:46:12.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:12 smithi063 bash[14646]: audit 2024-09-10T18:46:12.024335+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.? 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:46:12.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:12 smithi063 bash[14646]: audit 2024-09-10T18:46:12.026094+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.? 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T18:46:12.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:12 smithi063 bash[14646]: audit 2024-09-10T18:46:12.026773+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.? 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:46:12.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:46:12 smithi031 bash[40844]: debug 2024-09-10T18:46:11.998+0000 7f089b258ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T18:46:12.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:12 smithi031 bash[14957]: cluster 2024-09-10T18:46:12.021900+0000 mon.a (mon.0) 956 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:46:12.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:12 smithi031 bash[14957]: audit 2024-09-10T18:46:12.023595+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.? 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T18:46:12.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:12 smithi031 bash[14957]: audit 2024-09-10T18:46:12.024335+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.? 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:46:12.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:12 smithi031 bash[14957]: audit 2024-09-10T18:46:12.026094+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.? 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T18:46:12.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:12 smithi031 bash[14957]: audit 2024-09-10T18:46:12.026773+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.? 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:46:12.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:12 smithi031 bash[19205]: cluster 2024-09-10T18:46:12.021900+0000 mon.a (mon.0) 956 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:46:12.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:12 smithi031 bash[19205]: audit 2024-09-10T18:46:12.023595+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.? 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T18:46:12.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:12 smithi031 bash[19205]: audit 2024-09-10T18:46:12.024335+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.? 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:46:12.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:12 smithi031 bash[19205]: audit 2024-09-10T18:46:12.026094+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.? 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T18:46:12.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:12 smithi031 bash[19205]: audit 2024-09-10T18:46:12.026773+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.? 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:46:13.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: cluster 2024-09-10T18:46:12.088430+0000 mon.a (mon.0) 961 : cluster [DBG] mgrmap e30: x(active, starting, since 6s), standbys: y 2024-09-10T18:46:13.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.089845+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.? 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:46:13.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.093422+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.? 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:46:13.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.409978+0000 mon.b (mon.2) 217 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:46:13.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.410405+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:46:13.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.410854+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:46:13.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.415915+0000 mon.b (mon.2) 220 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:46:13.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.416567+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:46:13.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.417221+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:46:13.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.418424+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:46:13.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.419254+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:46:13.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.420112+0000 mon.b (mon.2) 225 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:13.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.420889+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:13.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.421398+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:13.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.422082+0000 mon.b (mon.2) 228 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:46:13.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.422425+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:46:13.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.423186+0000 mon.b (mon.2) 230 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:46:13.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.425240+0000 mon.b (mon.2) 231 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:46:13.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.427097+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT53310008400BGN"}]: dispatch 2024-09-10T18:46:13.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.427792+0000 mon.b (mon.2) 233 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT5344005B400BGN"}]: dispatch 2024-09-10T18:46:13.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.428335+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T18:46:13.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.428837+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-10T18:46:13.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.429298+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T18:46:13.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.429778+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:46:13.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.430281+0000 mon.b (mon.2) 238 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:46:13.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.430767+0000 mon.b (mon.2) 239 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031"}]: dispatch 2024-09-10T18:46:13.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.431310+0000 mon.b (mon.2) 240 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031.devices.0"}]: dispatch 2024-09-10T18:46:13.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.431782+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063"}]: dispatch 2024-09-10T18:46:13.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.432333+0000 mon.b (mon.2) 242 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063.devices.0"}]: dispatch 2024-09-10T18:46:13.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.432807+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:46:13.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.433316+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:46:13.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.433804+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T18:46:13.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.434333+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:46:13.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.434796+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:46:13.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.435280+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-10T18:46:13.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.435754+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:46:13.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.436250+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:46:13.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.436717+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:46:13.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.437212+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T18:46:13.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.437681+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:46:13.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.438238+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:46:13.385 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.438729+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:46:13.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.439247+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-10T18:46:13.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.439727+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:46:13.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.440233+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:46:13.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.440716+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:46:13.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.441245+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:46:13.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.441800+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:46:13.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.442328+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T18:46:13.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.442821+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:46:13.386 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.443303+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:46:13.387 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: cluster 2024-09-10T18:46:12.649914+0000 mon.a (mon.0) 962 : cluster [INF] Manager daemon x is now available 2024-09-10T18:46:13.387 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.731026+0000 mon.b (mon.2) 265 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:46:13.387 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.735078+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:46:13.387 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.758645+0000 mon.b (mon.2) 266 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:46:13.387 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:12.763271+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:46:13.387 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:13.046860+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:46:13.387 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:13 smithi063 bash[14646]: audit 2024-09-10T18:46:13.057885+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:46:13.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: cluster 2024-09-10T18:46:12.088430+0000 mon.a (mon.0) 961 : cluster [DBG] mgrmap e30: x(active, starting, since 6s), standbys: y 2024-09-10T18:46:13.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.089845+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.? 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:46:13.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.093422+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.? 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:46:13.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.409978+0000 mon.b (mon.2) 217 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:46:13.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.410405+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:46:13.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.410854+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:46:13.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.415915+0000 mon.b (mon.2) 220 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:46:13.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.416567+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:46:13.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.417221+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:46:13.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.418424+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:46:13.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.419254+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:46:13.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.420112+0000 mon.b (mon.2) 225 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:13.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.420889+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:13.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.421398+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:13.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.422082+0000 mon.b (mon.2) 228 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:46:13.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.422425+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:46:13.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.423186+0000 mon.b (mon.2) 230 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:46:13.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.425240+0000 mon.b (mon.2) 231 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:46:13.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.427097+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT53310008400BGN"}]: dispatch 2024-09-10T18:46:13.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.427792+0000 mon.b (mon.2) 233 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT5344005B400BGN"}]: dispatch 2024-09-10T18:46:13.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.428335+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T18:46:13.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.428837+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-10T18:46:13.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.429298+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T18:46:13.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.429778+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:46:13.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.430281+0000 mon.b (mon.2) 238 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:46:13.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.430767+0000 mon.b (mon.2) 239 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031"}]: dispatch 2024-09-10T18:46:13.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.431310+0000 mon.b (mon.2) 240 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031.devices.0"}]: dispatch 2024-09-10T18:46:13.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.431782+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063"}]: dispatch 2024-09-10T18:46:13.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.432333+0000 mon.b (mon.2) 242 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063.devices.0"}]: dispatch 2024-09-10T18:46:13.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.432807+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:46:13.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.433316+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:46:13.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.433804+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T18:46:13.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.434333+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:46:13.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.434796+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:46:13.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.435280+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-10T18:46:13.393 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: cluster 2024-09-10T18:46:12.088430+0000 mon.a (mon.0) 961 : cluster [DBG] mgrmap e30: x(active, starting, since 6s), standbys: y 2024-09-10T18:46:13.393 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.089845+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.? 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:46:13.393 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.093422+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.? 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:46:13.393 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.409978+0000 mon.b (mon.2) 217 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:46:13.393 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.410405+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:46:13.394 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.410854+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:46:13.394 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.415915+0000 mon.b (mon.2) 220 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:46:13.394 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.416567+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:46:13.394 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.417221+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:46:13.394 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.418424+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:46:13.394 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.419254+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:46:13.394 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.420112+0000 mon.b (mon.2) 225 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:13.394 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.420889+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:13.395 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.421398+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:13.395 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.422082+0000 mon.b (mon.2) 228 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:46:13.395 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.422425+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:46:13.395 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.423186+0000 mon.b (mon.2) 230 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:46:13.395 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.425240+0000 mon.b (mon.2) 231 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:46:13.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.435754+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:46:13.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.436250+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:46:13.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.436717+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:46:13.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.437212+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T18:46:13.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.437681+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:46:13.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.438238+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:46:13.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.438729+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:46:13.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.439247+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-10T18:46:13.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.439727+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:46:13.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.440233+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:46:13.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.440716+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:46:13.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.441245+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:46:13.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.441800+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:46:13.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.442328+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T18:46:13.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.442821+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:46:13.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.443303+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:46:13.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: cluster 2024-09-10T18:46:12.649914+0000 mon.a (mon.0) 962 : cluster [INF] Manager daemon x is now available 2024-09-10T18:46:13.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.731026+0000 mon.b (mon.2) 265 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:46:13.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.735078+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:46:13.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.758645+0000 mon.b (mon.2) 266 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:46:13.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:12.763271+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:46:13.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:13.046860+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:46:13.398 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[14957]: audit 2024-09-10T18:46:13.057885+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:46:13.399 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.427097+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT53310008400BGN"}]: dispatch 2024-09-10T18:46:13.399 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.427792+0000 mon.b (mon.2) 233 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT5344005B400BGN"}]: dispatch 2024-09-10T18:46:13.399 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.428335+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T18:46:13.399 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.428837+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-10T18:46:13.399 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.429298+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T18:46:13.399 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.429778+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:46:13.399 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.430281+0000 mon.b (mon.2) 238 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:46:13.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.430767+0000 mon.b (mon.2) 239 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031"}]: dispatch 2024-09-10T18:46:13.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.431310+0000 mon.b (mon.2) 240 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031.devices.0"}]: dispatch 2024-09-10T18:46:13.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.431782+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063"}]: dispatch 2024-09-10T18:46:13.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.432333+0000 mon.b (mon.2) 242 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063.devices.0"}]: dispatch 2024-09-10T18:46:13.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.432807+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:46:13.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.433316+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:46:13.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.433804+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T18:46:13.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.434333+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:46:13.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.434796+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:46:13.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.435280+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-10T18:46:13.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.435754+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:46:13.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.436250+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:46:13.400 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.436717+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:46:13.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.437212+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T18:46:13.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.437681+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:46:13.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.438238+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:46:13.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.438729+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:46:13.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.439247+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-10T18:46:13.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.439727+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:46:13.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.440233+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:46:13.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.440716+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:46:13.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.441245+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:46:13.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.441800+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:46:13.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.442328+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T18:46:13.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.442821+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:46:13.401 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.443303+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:46:13.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: cluster 2024-09-10T18:46:12.649914+0000 mon.a (mon.0) 962 : cluster [INF] Manager daemon x is now available 2024-09-10T18:46:13.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.731026+0000 mon.b (mon.2) 265 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:46:13.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.735078+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:46:13.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.758645+0000 mon.b (mon.2) 266 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:46:13.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:12.763271+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:46:13.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:13.046860+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:46:13.402 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:13 smithi031 bash[19205]: audit 2024-09-10T18:46:13.057885+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:46:14.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:14 smithi063 bash[14646]: cluster 2024-09-10T18:46:13.250187+0000 mon.a (mon.0) 965 : cluster [DBG] mgrmap e31: x(active, since 7s), standbys: y 2024-09-10T18:46:14.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:14 smithi063 bash[14646]: cluster 2024-09-10T18:46:13.256484+0000 mgr.x (mgr.34865) 1 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:14.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:14 smithi031 bash[14957]: cluster 2024-09-10T18:46:13.250187+0000 mon.a (mon.0) 965 : cluster [DBG] mgrmap e31: x(active, since 7s), standbys: y 2024-09-10T18:46:14.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:14 smithi031 bash[14957]: cluster 2024-09-10T18:46:13.256484+0000 mgr.x (mgr.34865) 1 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:14.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:14 smithi031 bash[19205]: cluster 2024-09-10T18:46:13.250187+0000 mon.a (mon.0) 965 : cluster [DBG] mgrmap e31: x(active, since 7s), standbys: y 2024-09-10T18:46:14.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:14 smithi031 bash[19205]: cluster 2024-09-10T18:46:13.256484+0000 mgr.x (mgr.34865) 1 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:15.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[14646]: cluster 2024-09-10T18:46:14.238624+0000 mon.a (mon.0) 966 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-10T18:46:15.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[14646]: cluster 2024-09-10T18:46:14.238721+0000 mon.a (mon.0) 967 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:15.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[14646]: cluster 2024-09-10T18:46:14.421626+0000 mgr.x (mgr.34865) 2 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:15.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[14646]: audit 2024-09-10T18:46:15.242477+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:15.632 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[27437]: debug 2024-09-10T18:46:15.229+0000 7f3bc9944640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:18:46:15] ENGINE Error in HTTPServer.serve 2024-09-10T18:46:15.632 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[27437]: Traceback (most recent call last): 2024-09-10T18:46:15.632 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[27437]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:46:15.632 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[27437]: self._connections.run(self.expiration_interval) 2024-09-10T18:46:15.632 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[27437]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:46:15.632 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[27437]: self._run(expiration_interval) 2024-09-10T18:46:15.632 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[27437]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:46:15.633 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[27437]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:46:15.633 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[27437]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:46:15.633 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[27437]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:46:15.633 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[27437]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:46:15.633 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[27437]: s = self.context.wrap_socket( 2024-09-10T18:46:15.633 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[27437]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:46:15.633 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[27437]: return self.sslsocket_class._create( 2024-09-10T18:46:15.633 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[27437]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:46:15.633 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[27437]: self.do_handshake() 2024-09-10T18:46:15.633 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[27437]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:46:15.633 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[27437]: self._sslobj.do_handshake() 2024-09-10T18:46:15.633 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:46:15 smithi063 bash[27437]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:46:15.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:15 smithi031 bash[14957]: cluster 2024-09-10T18:46:14.238624+0000 mon.a (mon.0) 966 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-10T18:46:15.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:15 smithi031 bash[14957]: cluster 2024-09-10T18:46:14.238721+0000 mon.a (mon.0) 967 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:15 smithi031 bash[14957]: cluster 2024-09-10T18:46:14.421626+0000 mgr.x (mgr.34865) 2 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:15 smithi031 bash[14957]: audit 2024-09-10T18:46:15.242477+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:15.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:15 smithi031 bash[19205]: cluster 2024-09-10T18:46:14.238624+0000 mon.a (mon.0) 966 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-10T18:46:15.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:15 smithi031 bash[19205]: cluster 2024-09-10T18:46:14.238721+0000 mon.a (mon.0) 967 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:15.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:15 smithi031 bash[19205]: cluster 2024-09-10T18:46:14.421626+0000 mgr.x (mgr.34865) 2 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:15.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:15 smithi031 bash[19205]: audit 2024-09-10T18:46:15.242477+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:16.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: cephadm 2024-09-10T18:46:15.099694+0000 mgr.x (mgr.34865) 3 : cephadm [INF] [10/Sep/2024:18:46:15] ENGINE Bus STARTING 2024-09-10T18:46:16.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: cephadm 2024-09-10T18:46:15.228739+0000 mgr.x (mgr.34865) 4 : cephadm [INF] [10/Sep/2024:18:46:15] ENGINE Serving on https://172.21.15.63:7150 2024-09-10T18:46:16.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: cephadm 2024-09-10T18:46:15.228961+0000 mgr.x (mgr.34865) 5 : cephadm [INF] [10/Sep/2024:18:46:15] ENGINE Bus STARTED 2024-09-10T18:46:16.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: cephadm 2024-09-10T18:46:15.232405+0000 mgr.x (mgr.34865) 6 : cephadm [ERR] [10/Sep/2024:18:46:15] ENGINE Error in HTTPServer.serve 2024-09-10T18:46:16.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: Traceback (most recent call last): 2024-09-10T18:46:16.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:46:16.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: self._connections.run(self.expiration_interval) 2024-09-10T18:46:16.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:46:16.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: self._run(expiration_interval) 2024-09-10T18:46:16.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:46:16.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:46:16.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:46:16.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:46:16.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:46:16.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: s = self.context.wrap_socket( 2024-09-10T18:46:16.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:46:16.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: return self.sslsocket_class._create( 2024-09-10T18:46:16.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:46:16.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: self.do_handshake() 2024-09-10T18:46:16.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:46:16.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: self._sslobj.do_handshake() 2024-09-10T18:46:16.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:46:16.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:16 smithi063 bash[14646]: cluster 2024-09-10T18:46:15.267042+0000 mon.a (mon.0) 969 : cluster [DBG] mgrmap e32: x(active, since 9s), standbys: y 2024-09-10T18:46:16.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: cephadm 2024-09-10T18:46:15.099694+0000 mgr.x (mgr.34865) 3 : cephadm [INF] [10/Sep/2024:18:46:15] ENGINE Bus STARTING 2024-09-10T18:46:16.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: cephadm 2024-09-10T18:46:15.228739+0000 mgr.x (mgr.34865) 4 : cephadm [INF] [10/Sep/2024:18:46:15] ENGINE Serving on https://172.21.15.63:7150 2024-09-10T18:46:16.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: cephadm 2024-09-10T18:46:15.228961+0000 mgr.x (mgr.34865) 5 : cephadm [INF] [10/Sep/2024:18:46:15] ENGINE Bus STARTED 2024-09-10T18:46:16.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: cephadm 2024-09-10T18:46:15.232405+0000 mgr.x (mgr.34865) 6 : cephadm [ERR] [10/Sep/2024:18:46:15] ENGINE Error in HTTPServer.serve 2024-09-10T18:46:16.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: Traceback (most recent call last): 2024-09-10T18:46:16.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:46:16.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: self._connections.run(self.expiration_interval) 2024-09-10T18:46:16.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:46:16.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: self._run(expiration_interval) 2024-09-10T18:46:16.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:46:16.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:46:16.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:46:16.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:46:16.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:46:16.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: s = self.context.wrap_socket( 2024-09-10T18:46:16.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:46:16.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: return self.sslsocket_class._create( 2024-09-10T18:46:16.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:46:16.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: self.do_handshake() 2024-09-10T18:46:16.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:46:16.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: self._sslobj.do_handshake() 2024-09-10T18:46:16.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:46:16.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[14957]: cluster 2024-09-10T18:46:15.267042+0000 mon.a (mon.0) 969 : cluster [DBG] mgrmap e32: x(active, since 9s), standbys: y 2024-09-10T18:46:16.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: cephadm 2024-09-10T18:46:15.099694+0000 mgr.x (mgr.34865) 3 : cephadm [INF] [10/Sep/2024:18:46:15] ENGINE Bus STARTING 2024-09-10T18:46:16.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: cephadm 2024-09-10T18:46:15.228739+0000 mgr.x (mgr.34865) 4 : cephadm [INF] [10/Sep/2024:18:46:15] ENGINE Serving on https://172.21.15.63:7150 2024-09-10T18:46:16.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: cephadm 2024-09-10T18:46:15.228961+0000 mgr.x (mgr.34865) 5 : cephadm [INF] [10/Sep/2024:18:46:15] ENGINE Bus STARTED 2024-09-10T18:46:16.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: cephadm 2024-09-10T18:46:15.232405+0000 mgr.x (mgr.34865) 6 : cephadm [ERR] [10/Sep/2024:18:46:15] ENGINE Error in HTTPServer.serve 2024-09-10T18:46:16.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: Traceback (most recent call last): 2024-09-10T18:46:16.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:46:16.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: self._connections.run(self.expiration_interval) 2024-09-10T18:46:16.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:46:16.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: self._run(expiration_interval) 2024-09-10T18:46:16.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:46:16.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:46:16.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:46:16.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:46:16.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:46:16.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: s = self.context.wrap_socket( 2024-09-10T18:46:16.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:46:16.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: return self.sslsocket_class._create( 2024-09-10T18:46:16.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:46:16.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: self.do_handshake() 2024-09-10T18:46:16.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:46:16.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: self._sslobj.do_handshake() 2024-09-10T18:46:16.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:46:16.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:16 smithi031 bash[19205]: cluster 2024-09-10T18:46:15.267042+0000 mon.a (mon.0) 969 : cluster [DBG] mgrmap e32: x(active, since 9s), standbys: y 2024-09-10T18:46:17.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:17 smithi063 bash[14646]: cluster 2024-09-10T18:46:16.422303+0000 mgr.x (mgr.34865) 7 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:17.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:17 smithi031 bash[14957]: cluster 2024-09-10T18:46:16.422303+0000 mgr.x (mgr.34865) 7 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:17.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:17 smithi031 bash[19205]: cluster 2024-09-10T18:46:16.422303+0000 mgr.x (mgr.34865) 7 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:18.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:18 smithi063 bash[14646]: cluster 2024-09-10T18:46:17.283635+0000 mon.a (mon.0) 970 : cluster [DBG] mgrmap e33: x(active, since 11s), standbys: y 2024-09-10T18:46:18.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:18 smithi031 bash[14957]: cluster 2024-09-10T18:46:17.283635+0000 mon.a (mon.0) 970 : cluster [DBG] mgrmap e33: x(active, since 11s), standbys: y 2024-09-10T18:46:18.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:18 smithi031 bash[19205]: cluster 2024-09-10T18:46:17.283635+0000 mon.a (mon.0) 970 : cluster [DBG] mgrmap e33: x(active, since 11s), standbys: y 2024-09-10T18:46:19.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:19 smithi063 bash[14646]: cluster 2024-09-10T18:46:18.423794+0000 mgr.x (mgr.34865) 8 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-10T18:46:19.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:19 smithi031 bash[14957]: cluster 2024-09-10T18:46:18.423794+0000 mgr.x (mgr.34865) 8 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-10T18:46:19.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:19 smithi031 bash[19205]: cluster 2024-09-10T18:46:18.423794+0000 mgr.x (mgr.34865) 8 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-10T18:46:20.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:19.390745+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:46:20.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:19.402226+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:20.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:19.411380+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:20.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:19.650160+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:46:20.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:19.663185+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:20.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:19.673032+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:20.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:19.808182+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:46:20.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:20.065916+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:46:20.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:20.066695+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:46:20.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:20.080158+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:20.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:20.090662+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:20.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:20.090663+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:20.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:20.091811+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:20.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:20.092488+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:20.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:20.093059+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:20.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:20.093722+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:20.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:20.094337+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:20.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:20.094915+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:20.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:20.095473+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:20.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:20 smithi063 bash[14646]: audit 2024-09-10T18:46:20.096369+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:20.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:19.390745+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:46:20.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:19.402226+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:20.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:19.411380+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:20.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:19.650160+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:46:20.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:19.663185+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:20.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:19.673032+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:20.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:19.808182+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:46:20.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:20.065916+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:46:20.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:20.066695+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:46:20.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:20.080158+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:20.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:20.090662+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:20.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:20.090663+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:20.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:20.091811+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:20.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:20.092488+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:20.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:20.093059+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:20.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:20.093722+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:20.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:20.094337+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:20.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:20.094915+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:20.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:20.095473+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:20.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[14957]: audit 2024-09-10T18:46:20.096369+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:20.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:19.390745+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:46:20.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:19.402226+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:20.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:19.411380+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:20.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:19.650160+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:46:20.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:19.663185+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:20.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:19.673032+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:20.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:19.808182+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:46:20.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:20.065916+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:46:20.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:20.066695+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:46:20.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:20.080158+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:20.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:20.090662+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:20.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:20.090663+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:20.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:20.091811+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:20.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:20.092488+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:20.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:20.093059+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:20.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:20.093722+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:20.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:20.094337+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:20.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:20.094915+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:20.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:20.095473+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:20.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:20 smithi031 bash[19205]: audit 2024-09-10T18:46:20.096369+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:21.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: audit 2024-09-10T18:46:20.292643+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:46:21.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: audit 2024-09-10T18:46:20.304981+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:21.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: audit 2024-09-10T18:46:20.312707+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:21.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: audit 2024-09-10T18:46:20.313466+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:21.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: audit 2024-09-10T18:46:20.313630+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:21.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: audit 2024-09-10T18:46:20.314193+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:21.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: audit 2024-09-10T18:46:20.314853+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:21.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: audit 2024-09-10T18:46:20.315567+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:21.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: audit 2024-09-10T18:46:20.316239+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:21.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: audit 2024-09-10T18:46:20.316948+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:21.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: audit 2024-09-10T18:46:20.317612+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:21.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: audit 2024-09-10T18:46:20.318329+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:21.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: audit 2024-09-10T18:46:20.319591+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:21.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: audit 2024-09-10T18:46:20.321126+0000 mon.b (mon.2) 294 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:46:21.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: cephadm 2024-09-10T18:46:20.322447+0000 mgr.x (mgr.34865) 9 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:46:21.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: cluster 2024-09-10T18:46:20.323732+0000 mgr.x (mgr.34865) 10 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T18:46:21.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: audit 2024-09-10T18:46:20.333453+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:21.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: cephadm 2024-09-10T18:46:20.393332+0000 mgr.x (mgr.34865) 11 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-10T18:46:21.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: audit 2024-09-10T18:46:20.394114+0000 mon.b (mon.2) 295 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' 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-10T18:46:21.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: audit 2024-09-10T18:46:20.398325+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.34865 ' 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-10T18:46:21.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: audit 2024-09-10T18:46:20.406640+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:21.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: cephadm 2024-09-10T18:46:20.408215+0000 mgr.x (mgr.34865) 12 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi063 2024-09-10T18:46:21.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:21 smithi063 bash[14646]: audit 2024-09-10T18:46:20.408972+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-10T18:46:21.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: audit 2024-09-10T18:46:20.292643+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:46:21.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: audit 2024-09-10T18:46:20.304981+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:21.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: audit 2024-09-10T18:46:20.312707+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:21.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: audit 2024-09-10T18:46:20.313466+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:21.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: audit 2024-09-10T18:46:20.313630+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:21.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: audit 2024-09-10T18:46:20.314193+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:21.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: audit 2024-09-10T18:46:20.314853+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:21.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: audit 2024-09-10T18:46:20.315567+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:21.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: audit 2024-09-10T18:46:20.316239+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:21.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: audit 2024-09-10T18:46:20.316948+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:21.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: audit 2024-09-10T18:46:20.317612+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:21.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: audit 2024-09-10T18:46:20.318329+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:21.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: audit 2024-09-10T18:46:20.319591+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:21.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: audit 2024-09-10T18:46:20.321126+0000 mon.b (mon.2) 294 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:46:21.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: cephadm 2024-09-10T18:46:20.322447+0000 mgr.x (mgr.34865) 9 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:46:21.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: cluster 2024-09-10T18:46:20.323732+0000 mgr.x (mgr.34865) 10 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T18:46:21.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: audit 2024-09-10T18:46:20.333453+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:21.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: audit 2024-09-10T18:46:20.292643+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:46:21.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: audit 2024-09-10T18:46:20.304981+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:21.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: audit 2024-09-10T18:46:20.312707+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:21.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: audit 2024-09-10T18:46:20.313466+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:21.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: audit 2024-09-10T18:46:20.313630+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:21.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: audit 2024-09-10T18:46:20.314193+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:21.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: audit 2024-09-10T18:46:20.314853+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:21.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: audit 2024-09-10T18:46:20.315567+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:21.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: audit 2024-09-10T18:46:20.316239+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:21.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: audit 2024-09-10T18:46:20.316948+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:21.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: audit 2024-09-10T18:46:20.317612+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:46:21.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: audit 2024-09-10T18:46:20.318329+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:46:21.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: audit 2024-09-10T18:46:20.319591+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:21.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: audit 2024-09-10T18:46:20.321126+0000 mon.b (mon.2) 294 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:46:21.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: cephadm 2024-09-10T18:46:20.322447+0000 mgr.x (mgr.34865) 9 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:46:21.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: cluster 2024-09-10T18:46:20.323732+0000 mgr.x (mgr.34865) 10 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T18:46:21.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: audit 2024-09-10T18:46:20.333453+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:21.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: cephadm 2024-09-10T18:46:20.393332+0000 mgr.x (mgr.34865) 11 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-10T18:46:21.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: audit 2024-09-10T18:46:20.394114+0000 mon.b (mon.2) 295 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' 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-10T18:46:21.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: audit 2024-09-10T18:46:20.398325+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.34865 ' 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-10T18:46:21.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: audit 2024-09-10T18:46:20.406640+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:21.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: cephadm 2024-09-10T18:46:20.408215+0000 mgr.x (mgr.34865) 12 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi063 2024-09-10T18:46:21.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[14957]: audit 2024-09-10T18:46:20.408972+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-10T18:46:21.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: cephadm 2024-09-10T18:46:20.393332+0000 mgr.x (mgr.34865) 11 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-10T18:46:21.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: audit 2024-09-10T18:46:20.394114+0000 mon.b (mon.2) 295 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' 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-10T18:46:21.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: audit 2024-09-10T18:46:20.398325+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.34865 ' 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-10T18:46:21.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: audit 2024-09-10T18:46:20.406640+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:21.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: cephadm 2024-09-10T18:46:20.408215+0000 mgr.x (mgr.34865) 12 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi063 2024-09-10T18:46:21.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[19205]: audit 2024-09-10T18:46:20.408972+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-10T18:46:22.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:46:21.645Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:46:22.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:46:21.645Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:46:22.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:46:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:46:21.646Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:46:22.505 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:22 smithi063 bash[14646]: cluster 2024-09-10T18:46:21.310945+0000 mon.a (mon.0) 981 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:46:22.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:22 smithi031 bash[19205]: cluster 2024-09-10T18:46:21.310945+0000 mon.a (mon.0) 981 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:46:22.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:22 smithi031 bash[14957]: cluster 2024-09-10T18:46:21.310945+0000 mon.a (mon.0) 981 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:46:23.311 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:23 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:46:23.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:23 smithi063 bash[14646]: cluster 2024-09-10T18:46:22.324466+0000 mgr.x (mgr.34865) 13 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T18:46:23.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:23 smithi063 bash[14646]: audit 2024-09-10T18:46:23.085236+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:46:23.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:23 smithi063 bash[14646]: audit 2024-09-10T18:46:23.097390+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:23.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:23 smithi063 bash[14646]: audit 2024-09-10T18:46:23.109886+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:23.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:23 smithi063 bash[14646]: audit 2024-09-10T18:46:23.115143+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:46:23.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:23 smithi063 bash[14646]: audit 2024-09-10T18:46:23.123120+0000 mon.b (mon.2) 300 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:46:23.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:23 smithi063 bash[14646]: audit 2024-09-10T18:46:23.128286+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:46:23.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:23 smithi031 bash[19205]: cluster 2024-09-10T18:46:22.324466+0000 mgr.x (mgr.34865) 13 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T18:46:23.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:23 smithi031 bash[19205]: audit 2024-09-10T18:46:23.085236+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:46:23.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:23 smithi031 bash[19205]: audit 2024-09-10T18:46:23.097390+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:23.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:23 smithi031 bash[19205]: audit 2024-09-10T18:46:23.109886+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:23.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:23 smithi031 bash[19205]: audit 2024-09-10T18:46:23.115143+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:46:23.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:23 smithi031 bash[19205]: audit 2024-09-10T18:46:23.123120+0000 mon.b (mon.2) 300 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:46:23.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:23 smithi031 bash[19205]: audit 2024-09-10T18:46:23.128286+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:46:23.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:23 smithi031 bash[14957]: cluster 2024-09-10T18:46:22.324466+0000 mgr.x (mgr.34865) 13 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T18:46:23.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:23 smithi031 bash[14957]: audit 2024-09-10T18:46:23.085236+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:46:23.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:23 smithi031 bash[14957]: audit 2024-09-10T18:46:23.097390+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:23.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:23 smithi031 bash[14957]: audit 2024-09-10T18:46:23.109886+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:23.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:23 smithi031 bash[14957]: audit 2024-09-10T18:46:23.115143+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:46:23.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:23 smithi031 bash[14957]: audit 2024-09-10T18:46:23.123120+0000 mon.b (mon.2) 300 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:46:23.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:23 smithi031 bash[14957]: audit 2024-09-10T18:46:23.128286+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:46:24.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:24 smithi031 bash[19205]: audit 2024-09-10T18:46:23.116497+0000 mgr.x (mgr.34865) 14 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:46:24.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:24 smithi031 bash[19205]: audit 2024-09-10T18:46:23.124025+0000 mgr.x (mgr.34865) 15 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:46:24.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:24 smithi031 bash[14957]: audit 2024-09-10T18:46:23.116497+0000 mgr.x (mgr.34865) 14 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:46:24.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:24 smithi031 bash[14957]: audit 2024-09-10T18:46:23.124025+0000 mgr.x (mgr.34865) 15 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:46:24.672 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:24 smithi063 bash[14646]: audit 2024-09-10T18:46:23.116497+0000 mgr.x (mgr.34865) 14 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:46:24.672 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:24 smithi063 bash[14646]: audit 2024-09-10T18:46:23.124025+0000 mgr.x (mgr.34865) 15 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:46:25.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35592]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:46:25.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[14646]: cluster 2024-09-10T18:46:24.326418+0000 mgr.x (mgr.34865) 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-10T18:46:25.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:25 smithi031 bash[19205]: cluster 2024-09-10T18:46:24.326418+0000 mgr.x (mgr.34865) 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-10T18:46:25.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:25 smithi031 bash[14957]: cluster 2024-09-10T18:46:24.326418+0000 mgr.x (mgr.34865) 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-10T18:46:26.332 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: --- Logging error --- 2024-09-10T18:46:26.333 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Traceback (most recent call last): 2024-09-10T18:46:26.333 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:46:26.333 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self.socket.send(msg) 2024-09-10T18:46:26.333 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:46:26.333 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:26.333 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Traceback (most recent call last): 2024-09-10T18:46:26.333 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:46:26.333 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self.socket.connect(address) 2024-09-10T18:46:26.333 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:26.333 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:26.334 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Traceback (most recent call last): 2024-09-10T18:46:26.334 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:46:26.334 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self._connect_unixsocket(self.address) 2024-09-10T18:46:26.334 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:46:26.334 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self.socket.connect(address) 2024-09-10T18:46:26.334 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:26.334 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Call stack: 2024-09-10T18:46:26.334 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:46:26.334 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self._bootstrap_inner() 2024-09-10T18:46:26.334 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:46:26.334 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self.run() 2024-09-10T18:46:26.334 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:46:26.334 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: logger.info("Started the configuration object watcher") 2024-09-10T18:46:26.334 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Message: 'Started the configuration object watcher' 2024-09-10T18:46:26.334 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Arguments: () 2024-09-10T18:46:26.335 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: --- Logging error --- 2024-09-10T18:46:26.335 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Traceback (most recent call last): 2024-09-10T18:46:26.335 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:46:26.335 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self.socket.send(msg) 2024-09-10T18:46:26.335 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:46:26.335 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:26.335 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Traceback (most recent call last): 2024-09-10T18:46:26.335 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:46:26.335 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self.socket.connect(address) 2024-09-10T18:46:26.335 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:26.335 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:26.335 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Traceback (most recent call last): 2024-09-10T18:46:26.335 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:46:26.336 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self._connect_unixsocket(self.address) 2024-09-10T18:46:26.336 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:46:26.336 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self.socket.connect(address) 2024-09-10T18:46:26.336 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:26.336 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Call stack: 2024-09-10T18:46:26.336 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:46:26.336 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: main() 2024-09-10T18:46:26.336 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:46:26.337 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:46:26.337 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:46:26.337 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:46:26.337 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:46:26.337 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Arguments: () 2024-09-10T18:46:26.337 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: --- Logging error --- 2024-09-10T18:46:26.337 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Traceback (most recent call last): 2024-09-10T18:46:26.337 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:46:26.337 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self.socket.send(msg) 2024-09-10T18:46:26.337 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:46:26.337 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:26.337 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Traceback (most recent call last): 2024-09-10T18:46:26.337 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:46:26.338 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self.socket.connect(address) 2024-09-10T18:46:26.338 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:26.338 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:26.338 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Traceback (most recent call last): 2024-09-10T18:46:26.338 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:46:26.338 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self._connect_unixsocket(self.address) 2024-09-10T18:46:26.338 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:46:26.338 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self.socket.connect(address) 2024-09-10T18:46:26.338 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:26.338 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Call stack: 2024-09-10T18:46:26.338 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:46:26.338 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self._bootstrap_inner() 2024-09-10T18:46:26.338 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:46:26.338 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self.run() 2024-09-10T18:46:26.339 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:46:26.339 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self.interval)) 2024-09-10T18:46:26.339 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:46:26.339 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Arguments: () 2024-09-10T18:46:26.339 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: --- Logging error --- 2024-09-10T18:46:26.339 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Traceback (most recent call last): 2024-09-10T18:46:26.339 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:46:26.339 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self.socket.send(msg) 2024-09-10T18:46:26.339 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:46:26.339 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:26.339 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Traceback (most recent call last): 2024-09-10T18:46:26.339 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:46:26.339 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self.socket.connect(address) 2024-09-10T18:46:26.339 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:26.340 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:26.340 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Traceback (most recent call last): 2024-09-10T18:46:26.340 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:46:26.340 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self._connect_unixsocket(self.address) 2024-09-10T18:46:26.340 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:46:26.340 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: self.socket.connect(address) 2024-09-10T18:46:26.340 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:26.340 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Call stack: 2024-09-10T18:46:26.340 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:46:26.340 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: main() 2024-09-10T18:46:26.340 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:46:26.340 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:46:26.340 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:46:26.341 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:46:26.341 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:46:26.341 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: "{}".format(blacklisted_ip)) 2024-09-10T18:46:26.341 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/2289991669' 2024-09-10T18:46:26.341 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Arguments: () 2024-09-10T18:46:26.341 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: Traceback (most recent call last): 2024-09-10T18:46:26.341 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:46:26.341 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: main() 2024-09-10T18:46:26.341 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:46:26.341 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:46:26.341 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:46:26.341 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:46:26.341 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:46:26.341 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:46:26.342 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:46:26.342 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: **kwargs).stdout 2024-09-10T18:46:26.342 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:46:26.342 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: output=stdout, stderr=stderr) 2024-09-10T18:46:26.342 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:25 smithi063 bash[35608]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/2289991669' returned non-zero exit status 13. 2024-09-10T18:46:26.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:26 smithi063 bash[14646]: audit 2024-09-10T18:46:25.567389+0000 mon.b (mon.2) 302 : audit [DBG] from='client.? 172.21.15.63:0/3771291752' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:46:26.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:26 smithi063 bash[14646]: audit 2024-09-10T18:46:25.917024+0000 mon.b (mon.2) 303 : audit [INF] from='client.? 172.21.15.63:0/1578499703' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:46:26.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:26 smithi031 bash[19205]: audit 2024-09-10T18:46:25.567389+0000 mon.b (mon.2) 302 : audit [DBG] from='client.? 172.21.15.63:0/3771291752' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:46:26.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:26 smithi031 bash[19205]: audit 2024-09-10T18:46:25.917024+0000 mon.b (mon.2) 303 : audit [INF] from='client.? 172.21.15.63:0/1578499703' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:46:26.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:26 smithi031 bash[14957]: audit 2024-09-10T18:46:25.567389+0000 mon.b (mon.2) 302 : audit [DBG] from='client.? 172.21.15.63:0/3771291752' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:46:26.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:26 smithi031 bash[14957]: audit 2024-09-10T18:46:25.917024+0000 mon.b (mon.2) 303 : audit [INF] from='client.? 172.21.15.63:0/1578499703' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:46:27.063 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:26 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:46:27.063 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:26 smithi063 bash[35592]: (process:1): GLib-GObject-CRITICAL **: 18:46:26.850: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:46:27.619 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:27 smithi063 bash[14646]: cluster 2024-09-10T18:46:26.327393+0000 mgr.x (mgr.34865) 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-10T18:46:27.619 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:27 smithi063 bash[35845]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:46:27.619 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:27 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:46:27.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:27 smithi031 bash[14957]: cluster 2024-09-10T18:46:26.327393+0000 mgr.x (mgr.34865) 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-10T18:46:27.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:27 smithi031 bash[19205]: cluster 2024-09-10T18:46:26.327393+0000 mgr.x (mgr.34865) 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-10T18:46:29.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:29 smithi063 bash[14646]: cluster 2024-09-10T18:46:28.328931+0000 mgr.x (mgr.34865) 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-10T18:46:29.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:29 smithi031 bash[14957]: cluster 2024-09-10T18:46:28.328931+0000 mgr.x (mgr.34865) 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-10T18:46:29.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:29 smithi031 bash[19205]: cluster 2024-09-10T18:46:28.328931+0000 mgr.x (mgr.34865) 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-10T18:46:31.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:31 smithi063 bash[14646]: cluster 2024-09-10T18:46:30.329422+0000 mgr.x (mgr.34865) 19 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-09-10T18:46:31.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:31 smithi063 bash[14646]: audit 2024-09-10T18:46:30.960555+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:46:31.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:31 smithi063 bash[14646]: audit 2024-09-10T18:46:30.972790+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:31.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:31 smithi063 bash[14646]: audit 2024-09-10T18:46:30.981054+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:31.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:31 smithi063 bash[14646]: audit 2024-09-10T18:46:30.981825+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:31.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:31 smithi063 bash[14646]: audit 2024-09-10T18:46:30.982588+0000 mon.b (mon.2) 306 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:46:31.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:31 smithi063 bash[14646]: audit 2024-09-10T18:46:30.998207+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:31.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:31 smithi031 bash[14957]: cluster 2024-09-10T18:46:30.329422+0000 mgr.x (mgr.34865) 19 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-09-10T18:46:31.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:31 smithi031 bash[14957]: audit 2024-09-10T18:46:30.960555+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:46:31.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:31 smithi031 bash[14957]: audit 2024-09-10T18:46:30.972790+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:31.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:31 smithi031 bash[14957]: audit 2024-09-10T18:46:30.981054+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:31.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:31 smithi031 bash[14957]: audit 2024-09-10T18:46:30.981825+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:31.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:31 smithi031 bash[14957]: audit 2024-09-10T18:46:30.982588+0000 mon.b (mon.2) 306 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:46:31.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:31 smithi031 bash[14957]: audit 2024-09-10T18:46:30.998207+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:31 smithi031 bash[19205]: cluster 2024-09-10T18:46:30.329422+0000 mgr.x (mgr.34865) 19 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-09-10T18:46:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:31 smithi031 bash[19205]: audit 2024-09-10T18:46:30.960555+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:46:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:31 smithi031 bash[19205]: audit 2024-09-10T18:46:30.972790+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:31 smithi031 bash[19205]: audit 2024-09-10T18:46:30.981054+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:31 smithi031 bash[19205]: audit 2024-09-10T18:46:30.981825+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:31 smithi031 bash[19205]: audit 2024-09-10T18:46:30.982588+0000 mon.b (mon.2) 306 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:46:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:31 smithi031 bash[19205]: audit 2024-09-10T18:46:30.998207+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:46:32.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:46:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:46:31.646Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:46:32.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:46:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:46:31.646Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:46:32.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:46:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:46:31.646Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:46:32.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:32 smithi063 bash[14646]: cephadm 2024-09-10T18:46:30.984007+0000 mgr.x (mgr.34865) 20 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:46:32.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:32 smithi063 bash[14646]: cluster 2024-09-10T18:46:30.985169+0000 mgr.x (mgr.34865) 21 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-09-10T18:46:32.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:32 smithi063 bash[14646]: cluster 2024-09-10T18:46:30.985480+0000 mgr.x (mgr.34865) 22 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2024-09-10T18:46:32.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:32 smithi031 bash[14957]: cephadm 2024-09-10T18:46:30.984007+0000 mgr.x (mgr.34865) 20 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:46:32.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:32 smithi031 bash[14957]: cluster 2024-09-10T18:46:30.985169+0000 mgr.x (mgr.34865) 21 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-09-10T18:46:32.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:32 smithi031 bash[14957]: cluster 2024-09-10T18:46:30.985480+0000 mgr.x (mgr.34865) 22 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2024-09-10T18:46:32.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:32 smithi031 bash[19205]: cephadm 2024-09-10T18:46:30.984007+0000 mgr.x (mgr.34865) 20 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:46:32.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:32 smithi031 bash[19205]: cluster 2024-09-10T18:46:30.985169+0000 mgr.x (mgr.34865) 21 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-09-10T18:46:32.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:32 smithi031 bash[19205]: cluster 2024-09-10T18:46:30.985480+0000 mgr.x (mgr.34865) 22 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2024-09-10T18:46:34.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:34 smithi063 bash[14646]: cluster 2024-09-10T18:46:32.986212+0000 mgr.x (mgr.34865) 23 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2024-09-10T18:46:34.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:34 smithi031 bash[14957]: cluster 2024-09-10T18:46:32.986212+0000 mgr.x (mgr.34865) 23 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2024-09-10T18:46:34.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:34 smithi031 bash[19205]: cluster 2024-09-10T18:46:32.986212+0000 mgr.x (mgr.34865) 23 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2024-09-10T18:46:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:36 smithi063 bash[14646]: cluster 2024-09-10T18:46:34.987729+0000 mgr.x (mgr.34865) 24 : cluster [DBG] pgmap v16: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2024-09-10T18:46:36.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:36 smithi031 bash[14957]: cluster 2024-09-10T18:46:34.987729+0000 mgr.x (mgr.34865) 24 : cluster [DBG] pgmap v16: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2024-09-10T18:46:36.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:36 smithi031 bash[19205]: cluster 2024-09-10T18:46:34.987729+0000 mgr.x (mgr.34865) 24 : cluster [DBG] pgmap v16: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2024-09-10T18:46:38.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:37 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 1. 2024-09-10T18:46:38.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:37 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:46:38.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:37 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:46:38.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:38 smithi063 bash[14646]: cluster 2024-09-10T18:46:36.988617+0000 mgr.x (mgr.34865) 25 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:38.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:38 smithi031 bash[14957]: cluster 2024-09-10T18:46:36.988617+0000 mgr.x (mgr.34865) 25 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:38.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:38 smithi031 bash[19205]: cluster 2024-09-10T18:46:36.988617+0000 mgr.x (mgr.34865) 25 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:39.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:39 smithi063 bash[36464]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:46:40.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[14646]: cluster 2024-09-10T18:46:38.990167+0000 mgr.x (mgr.34865) 26 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:40.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[14646]: audit 2024-09-10T18:46:40.126945+0000 mon.b (mon.2) 307 : audit [DBG] from='client.? 172.21.15.63:0/4288673168' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:46:40.631 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: --- Logging error --- 2024-09-10T18:46:40.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Traceback (most recent call last): 2024-09-10T18:46:40.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:46:40.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self.socket.send(msg) 2024-09-10T18:46:40.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:46:40.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:40.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Traceback (most recent call last): 2024-09-10T18:46:40.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:46:40.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self.socket.connect(address) 2024-09-10T18:46:40.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:40.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:40.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Traceback (most recent call last): 2024-09-10T18:46:40.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:46:40.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self._connect_unixsocket(self.address) 2024-09-10T18:46:40.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:46:40.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self.socket.connect(address) 2024-09-10T18:46:40.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:40.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Call stack: 2024-09-10T18:46:40.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:46:40.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self._bootstrap_inner() 2024-09-10T18:46:40.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:46:40.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self.run() 2024-09-10T18:46:40.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:46:40.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: logger.info("Started the configuration object watcher") 2024-09-10T18:46:40.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Message: 'Started the configuration object watcher' 2024-09-10T18:46:40.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Arguments: () 2024-09-10T18:46:40.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: --- Logging error --- 2024-09-10T18:46:40.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Traceback (most recent call last): 2024-09-10T18:46:40.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:46:40.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self.socket.send(msg) 2024-09-10T18:46:40.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:46:40.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:40.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Traceback (most recent call last): 2024-09-10T18:46:40.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:46:40.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self.socket.connect(address) 2024-09-10T18:46:40.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:40.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:40.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Traceback (most recent call last): 2024-09-10T18:46:40.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:46:40.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self._connect_unixsocket(self.address) 2024-09-10T18:46:40.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:46:40.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self.socket.connect(address) 2024-09-10T18:46:40.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:40.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Call stack: 2024-09-10T18:46:40.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:46:40.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: main() 2024-09-10T18:46:40.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:46:40.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:46:40.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:46:40.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:46:40.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:46:40.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Arguments: () 2024-09-10T18:46:40.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: --- Logging error --- 2024-09-10T18:46:40.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Traceback (most recent call last): 2024-09-10T18:46:40.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:46:40.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self.socket.send(msg) 2024-09-10T18:46:40.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:46:40.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:40.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Traceback (most recent call last): 2024-09-10T18:46:40.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:46:40.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self.socket.connect(address) 2024-09-10T18:46:40.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:40.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:40.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Traceback (most recent call last): 2024-09-10T18:46:40.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:46:40.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self._connect_unixsocket(self.address) 2024-09-10T18:46:40.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:46:40.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self.socket.connect(address) 2024-09-10T18:46:40.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:40.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Call stack: 2024-09-10T18:46:40.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:46:40.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self._bootstrap_inner() 2024-09-10T18:46:40.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:46:40.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self.run() 2024-09-10T18:46:40.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:46:40.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self.interval)) 2024-09-10T18:46:40.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:46:40.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Arguments: () 2024-09-10T18:46:40.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: --- Logging error --- 2024-09-10T18:46:40.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Traceback (most recent call last): 2024-09-10T18:46:40.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:46:40.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self.socket.send(msg) 2024-09-10T18:46:40.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:46:40.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:40.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Traceback (most recent call last): 2024-09-10T18:46:40.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:46:40.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self.socket.connect(address) 2024-09-10T18:46:40.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:40.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:40.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Traceback (most recent call last): 2024-09-10T18:46:40.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:46:40.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self._connect_unixsocket(self.address) 2024-09-10T18:46:40.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:46:40.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: self.socket.connect(address) 2024-09-10T18:46:40.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:40.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Call stack: 2024-09-10T18:46:40.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:46:40.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: main() 2024-09-10T18:46:40.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:46:40.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:46:40.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:46:40.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:46:40.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:46:40.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: "{}".format(blacklisted_ip)) 2024-09-10T18:46:40.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/2289991669' 2024-09-10T18:46:40.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Arguments: () 2024-09-10T18:46:40.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: Traceback (most recent call last): 2024-09-10T18:46:40.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:46:40.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: main() 2024-09-10T18:46:40.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:46:40.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:46:40.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:46:40.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:46:40.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:46:40.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:46:40.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:46:40.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: **kwargs).stdout 2024-09-10T18:46:40.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:46:40.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: output=stdout, stderr=stderr) 2024-09-10T18:46:40.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:40 smithi063 bash[36480]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/2289991669' returned non-zero exit status 13. 2024-09-10T18:46:40.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:40 smithi031 bash[14957]: cluster 2024-09-10T18:46:38.990167+0000 mgr.x (mgr.34865) 26 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:40.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:40 smithi031 bash[14957]: audit 2024-09-10T18:46:40.126945+0000 mon.b (mon.2) 307 : audit [DBG] from='client.? 172.21.15.63:0/4288673168' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:46:40.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:40 smithi031 bash[19205]: cluster 2024-09-10T18:46:38.990167+0000 mgr.x (mgr.34865) 26 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:40.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:40 smithi031 bash[19205]: audit 2024-09-10T18:46:40.126945+0000 mon.b (mon.2) 307 : audit [DBG] from='client.? 172.21.15.63:0/4288673168' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:46:41.641 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:41 smithi063 bash[14646]: audit 2024-09-10T18:46:40.487255+0000 mon.b (mon.2) 308 : audit [INF] from='client.? 172.21.15.63:0/4285486934' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:46:41.642 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:41 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:46:41.642 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:41 smithi063 bash[36464]: (process:1): GLib-GObject-CRITICAL **: 18:46:41.598: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:46:41.649 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:41 smithi031 bash[14957]: audit 2024-09-10T18:46:40.487255+0000 mon.b (mon.2) 308 : audit [INF] from='client.? 172.21.15.63:0/4285486934' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:46:41.649 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:41 smithi031 bash[19205]: audit 2024-09-10T18:46:40.487255+0000 mon.b (mon.2) 308 : audit [INF] from='client.? 172.21.15.63:0/4285486934' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:46:42.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:46:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:46:41.646Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:46:42.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:46:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:46:41.646Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:46:42.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:46:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:46:41.646Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:46:42.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:42 smithi063 bash[14646]: cluster 2024-09-10T18:46:40.990904+0000 mgr.x (mgr.34865) 27 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:42.631 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:42 smithi063 bash[36694]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:46:42.631 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:42 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:46:42.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:42 smithi031 bash[14957]: cluster 2024-09-10T18:46:40.990904+0000 mgr.x (mgr.34865) 27 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:42.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:42 smithi031 bash[19205]: cluster 2024-09-10T18:46:40.990904+0000 mgr.x (mgr.34865) 27 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:44.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:44 smithi063 bash[14646]: cluster 2024-09-10T18:46:42.991638+0000 mgr.x (mgr.34865) 28 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:44.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:44 smithi031 bash[19205]: cluster 2024-09-10T18:46:42.991638+0000 mgr.x (mgr.34865) 28 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:44.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:44 smithi031 bash[14957]: cluster 2024-09-10T18:46:42.991638+0000 mgr.x (mgr.34865) 28 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:46.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:46 smithi063 bash[14646]: cluster 2024-09-10T18:46:44.993327+0000 mgr.x (mgr.34865) 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-10T18:46:46.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:46 smithi031 bash[19205]: cluster 2024-09-10T18:46:44.993327+0000 mgr.x (mgr.34865) 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-10T18:46:46.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:46 smithi031 bash[14957]: cluster 2024-09-10T18:46:44.993327+0000 mgr.x (mgr.34865) 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-10T18:46:48.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:48 smithi063 bash[14646]: cluster 2024-09-10T18:46:46.994072+0000 mgr.x (mgr.34865) 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-10T18:46:48.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:48 smithi031 bash[14957]: cluster 2024-09-10T18:46:46.994072+0000 mgr.x (mgr.34865) 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-10T18:46:48.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:48 smithi031 bash[19205]: cluster 2024-09-10T18:46:46.994072+0000 mgr.x (mgr.34865) 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-10T18:46:50.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:50 smithi063 bash[14646]: cluster 2024-09-10T18:46:48.995521+0000 mgr.x (mgr.34865) 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-10T18:46:50.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:50 smithi031 bash[14957]: cluster 2024-09-10T18:46:48.995521+0000 mgr.x (mgr.34865) 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-10T18:46:50.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:50 smithi031 bash[19205]: cluster 2024-09-10T18:46:48.995521+0000 mgr.x (mgr.34865) 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-10T18:46:52.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:46:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:46:51.647Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:46:52.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:46:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:46:51.647Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:46:52.137 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:46:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:46:51.647Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:46:52.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:52 smithi063 bash[14646]: cluster 2024-09-10T18:46:50.996212+0000 mgr.x (mgr.34865) 32 : cluster [DBG] pgmap v24: 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-10T18:46:52.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:52 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 2. 2024-09-10T18:46:52.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:52 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:46:52.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:52 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:46:52.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:52 smithi031 bash[14957]: cluster 2024-09-10T18:46:50.996212+0000 mgr.x (mgr.34865) 32 : cluster [DBG] pgmap v24: 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-10T18:46:52.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:52 smithi031 bash[19205]: cluster 2024-09-10T18:46:50.996212+0000 mgr.x (mgr.34865) 32 : cluster [DBG] pgmap v24: 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-10T18:46:54.381 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:54 smithi063 bash[36754]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:46:54.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:54 smithi063 bash[14646]: cluster 2024-09-10T18:46:52.996981+0000 mgr.x (mgr.34865) 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-10T18:46:54.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:54 smithi031 bash[14957]: cluster 2024-09-10T18:46:52.996981+0000 mgr.x (mgr.34865) 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-10T18:46:54.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:54 smithi031 bash[19205]: cluster 2024-09-10T18:46:52.996981+0000 mgr.x (mgr.34865) 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-10T18:46:55.442 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: --- Logging error --- 2024-09-10T18:46:55.443 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Traceback (most recent call last): 2024-09-10T18:46:55.443 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:46:55.443 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self.socket.send(msg) 2024-09-10T18:46:55.443 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:46:55.443 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:55.443 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Traceback (most recent call last): 2024-09-10T18:46:55.443 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:46:55.443 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self.socket.connect(address) 2024-09-10T18:46:55.443 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:55.443 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:55.443 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Traceback (most recent call last): 2024-09-10T18:46:55.444 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:46:55.444 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self._connect_unixsocket(self.address) 2024-09-10T18:46:55.444 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:46:55.444 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self.socket.connect(address) 2024-09-10T18:46:55.444 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:55.444 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Call stack: 2024-09-10T18:46:55.444 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:46:55.444 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self._bootstrap_inner() 2024-09-10T18:46:55.444 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:46:55.444 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self.run() 2024-09-10T18:46:55.444 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:46:55.444 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: logger.info("Started the configuration object watcher") 2024-09-10T18:46:55.444 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Message: 'Started the configuration object watcher' 2024-09-10T18:46:55.444 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Arguments: () 2024-09-10T18:46:55.444 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: --- Logging error --- 2024-09-10T18:46:55.445 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Traceback (most recent call last): 2024-09-10T18:46:55.445 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:46:55.445 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self.socket.send(msg) 2024-09-10T18:46:55.445 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:46:55.445 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:55.445 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Traceback (most recent call last): 2024-09-10T18:46:55.445 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:46:55.445 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self.socket.connect(address) 2024-09-10T18:46:55.445 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:55.445 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:55.445 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Traceback (most recent call last): 2024-09-10T18:46:55.445 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:46:55.445 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self._connect_unixsocket(self.address) 2024-09-10T18:46:55.446 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:46:55.446 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self.socket.connect(address) 2024-09-10T18:46:55.446 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:55.446 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Call stack: 2024-09-10T18:46:55.446 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:46:55.446 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: main() 2024-09-10T18:46:55.446 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:46:55.447 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:46:55.447 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:46:55.447 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:46:55.447 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:46:55.447 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Arguments: () 2024-09-10T18:46:55.447 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: --- Logging error --- 2024-09-10T18:46:55.447 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Traceback (most recent call last): 2024-09-10T18:46:55.447 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:46:55.447 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self.socket.send(msg) 2024-09-10T18:46:55.447 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:46:55.447 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:55.447 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Traceback (most recent call last): 2024-09-10T18:46:55.447 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:46:55.448 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self.socket.connect(address) 2024-09-10T18:46:55.448 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:55.448 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:55.448 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Traceback (most recent call last): 2024-09-10T18:46:55.448 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:46:55.448 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self._connect_unixsocket(self.address) 2024-09-10T18:46:55.448 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:46:55.448 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self.socket.connect(address) 2024-09-10T18:46:55.448 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:55.448 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Call stack: 2024-09-10T18:46:55.448 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:46:55.448 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self._bootstrap_inner() 2024-09-10T18:46:55.448 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:46:55.448 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self.run() 2024-09-10T18:46:55.449 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:46:55.449 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self.interval)) 2024-09-10T18:46:55.449 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:46:55.449 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Arguments: () 2024-09-10T18:46:55.449 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: --- Logging error --- 2024-09-10T18:46:55.449 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Traceback (most recent call last): 2024-09-10T18:46:55.449 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:46:55.449 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self.socket.send(msg) 2024-09-10T18:46:55.449 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:46:55.449 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:55.449 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Traceback (most recent call last): 2024-09-10T18:46:55.449 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:46:55.449 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self.socket.connect(address) 2024-09-10T18:46:55.449 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:55.450 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: During handling of the above exception, another exception occurred: 2024-09-10T18:46:55.450 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Traceback (most recent call last): 2024-09-10T18:46:55.450 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:46:55.450 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self._connect_unixsocket(self.address) 2024-09-10T18:46:55.450 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:46:55.450 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: self.socket.connect(address) 2024-09-10T18:46:55.450 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:46:55.450 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Call stack: 2024-09-10T18:46:55.450 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:46:55.450 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: main() 2024-09-10T18:46:55.450 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:46:55.450 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:46:55.451 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:46:55.451 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:46:55.451 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:46:55.451 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: "{}".format(blacklisted_ip)) 2024-09-10T18:46:55.451 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/2289991669' 2024-09-10T18:46:55.451 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Arguments: () 2024-09-10T18:46:55.451 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: Traceback (most recent call last): 2024-09-10T18:46:55.451 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:46:55.451 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: main() 2024-09-10T18:46:55.451 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:46:55.451 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:46:55.451 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:46:55.451 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:46:55.451 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:46:55.452 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:46:55.452 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:46:55.452 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: **kwargs).stdout 2024-09-10T18:46:55.452 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:46:55.452 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: output=stdout, stderr=stderr) 2024-09-10T18:46:55.452 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[36769]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/2289991669' returned non-zero exit status 13. 2024-09-10T18:46:55.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[14646]: audit 2024-09-10T18:46:54.795773+0000 mon.b (mon.2) 309 : audit [DBG] from='client.? 172.21.15.63:0/3946178529' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:46:55.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:55 smithi063 bash[14646]: audit 2024-09-10T18:46:55.157969+0000 mon.b (mon.2) 310 : audit [INF] from='client.? 172.21.15.63:0/2733881847' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:46:55.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:55 smithi031 bash[14957]: audit 2024-09-10T18:46:54.795773+0000 mon.b (mon.2) 309 : audit [DBG] from='client.? 172.21.15.63:0/3946178529' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:46:55.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:55 smithi031 bash[14957]: audit 2024-09-10T18:46:55.157969+0000 mon.b (mon.2) 310 : audit [INF] from='client.? 172.21.15.63:0/2733881847' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:46:55.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:55 smithi031 bash[19205]: audit 2024-09-10T18:46:54.795773+0000 mon.b (mon.2) 309 : audit [DBG] from='client.? 172.21.15.63:0/3946178529' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:46:55.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:55 smithi031 bash[19205]: audit 2024-09-10T18:46:55.157969+0000 mon.b (mon.2) 310 : audit [INF] from='client.? 172.21.15.63:0/2733881847' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:46:56.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:55 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:46:56.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:56 smithi063 bash[36754]: (process:1): GLib-GObject-CRITICAL **: 18:46:56.061: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:46:56.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:56 smithi063 bash[14646]: cluster 2024-09-10T18:46:54.998442+0000 mgr.x (mgr.34865) 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-10T18:46:56.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:56 smithi031 bash[14957]: cluster 2024-09-10T18:46:54.998442+0000 mgr.x (mgr.34865) 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-10T18:46:56.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:56 smithi031 bash[19205]: cluster 2024-09-10T18:46:54.998442+0000 mgr.x (mgr.34865) 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-10T18:46:57.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:56 smithi063 bash[36986]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:46:57.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:46:56 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:46:58.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:46:58 smithi063 bash[14646]: cluster 2024-09-10T18:46:56.999257+0000 mgr.x (mgr.34865) 35 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:58.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:46:58 smithi031 bash[14957]: cluster 2024-09-10T18:46:56.999257+0000 mgr.x (mgr.34865) 35 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:58.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:46:58 smithi031 bash[19205]: cluster 2024-09-10T18:46:56.999257+0000 mgr.x (mgr.34865) 35 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:00.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:00 smithi063 bash[14646]: cluster 2024-09-10T18:46:59.000798+0000 mgr.x (mgr.34865) 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-10T18:47:00.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:00 smithi031 bash[14957]: cluster 2024-09-10T18:46:59.000798+0000 mgr.x (mgr.34865) 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-10T18:47:00.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:00 smithi031 bash[19205]: cluster 2024-09-10T18:46:59.000798+0000 mgr.x (mgr.34865) 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-10T18:47:02.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:47:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:47:01.647Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:47:02.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:47:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:47:01.647Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:47:02.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:47:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:47:01.647Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:47:02.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:02 smithi063 bash[14646]: cluster 2024-09-10T18:47:01.001559+0000 mgr.x (mgr.34865) 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-10T18:47:02.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:02 smithi031 bash[19205]: cluster 2024-09-10T18:47:01.001559+0000 mgr.x (mgr.34865) 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-10T18:47:02.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:02 smithi031 bash[14957]: cluster 2024-09-10T18:47:01.001559+0000 mgr.x (mgr.34865) 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-10T18:47:04.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:04 smithi063 bash[14646]: cluster 2024-09-10T18:47:03.002436+0000 mgr.x (mgr.34865) 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-10T18:47:04.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:04 smithi031 bash[19205]: cluster 2024-09-10T18:47:03.002436+0000 mgr.x (mgr.34865) 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-10T18:47:04.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:04 smithi031 bash[14957]: cluster 2024-09-10T18:47:03.002436+0000 mgr.x (mgr.34865) 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-10T18:47:06.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:06 smithi063 bash[14646]: cluster 2024-09-10T18:47:05.003958+0000 mgr.x (mgr.34865) 39 : cluster [DBG] pgmap v31: 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-10T18:47:06.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:06 smithi031 bash[19205]: cluster 2024-09-10T18:47:05.003958+0000 mgr.x (mgr.34865) 39 : cluster [DBG] pgmap v31: 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-10T18:47:06.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:06 smithi031 bash[14957]: cluster 2024-09-10T18:47:05.003958+0000 mgr.x (mgr.34865) 39 : cluster [DBG] pgmap v31: 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-10T18:47:07.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:06 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 3. 2024-09-10T18:47:07.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:06 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:47:07.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:06 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:47:08.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:08 smithi063 bash[14646]: cluster 2024-09-10T18:47:07.004659+0000 mgr.x (mgr.34865) 40 : cluster [DBG] pgmap v32: 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-10T18:47:08.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:08 smithi063 bash[37046]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:47:08.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:08 smithi031 bash[19205]: cluster 2024-09-10T18:47:07.004659+0000 mgr.x (mgr.34865) 40 : cluster [DBG] pgmap v32: 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-10T18:47:08.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:08 smithi031 bash[14957]: cluster 2024-09-10T18:47:07.004659+0000 mgr.x (mgr.34865) 40 : cluster [DBG] pgmap v32: 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-10T18:47:09.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[14646]: audit 2024-09-10T18:47:09.288074+0000 mon.b (mon.2) 311 : audit [DBG] from='client.? 172.21.15.63:0/1020453080' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:47:09.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: --- Logging error --- 2024-09-10T18:47:09.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Traceback (most recent call last): 2024-09-10T18:47:09.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:47:09.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self.socket.send(msg) 2024-09-10T18:47:09.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:47:09.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: During handling of the above exception, another exception occurred: 2024-09-10T18:47:09.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Traceback (most recent call last): 2024-09-10T18:47:09.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:47:09.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self.socket.connect(address) 2024-09-10T18:47:09.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:47:09.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: During handling of the above exception, another exception occurred: 2024-09-10T18:47:09.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Traceback (most recent call last): 2024-09-10T18:47:09.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:47:09.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self._connect_unixsocket(self.address) 2024-09-10T18:47:09.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:47:09.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self.socket.connect(address) 2024-09-10T18:47:09.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:47:09.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Call stack: 2024-09-10T18:47:09.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:47:09.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self._bootstrap_inner() 2024-09-10T18:47:09.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:47:09.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self.run() 2024-09-10T18:47:09.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:47:09.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: logger.info("Started the configuration object watcher") 2024-09-10T18:47:09.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Message: 'Started the configuration object watcher' 2024-09-10T18:47:09.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Arguments: () 2024-09-10T18:47:09.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: --- Logging error --- 2024-09-10T18:47:09.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Traceback (most recent call last): 2024-09-10T18:47:09.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:47:09.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self.socket.send(msg) 2024-09-10T18:47:09.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:47:09.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: During handling of the above exception, another exception occurred: 2024-09-10T18:47:09.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Traceback (most recent call last): 2024-09-10T18:47:09.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:47:09.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self.socket.connect(address) 2024-09-10T18:47:09.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:47:09.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: During handling of the above exception, another exception occurred: 2024-09-10T18:47:09.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Traceback (most recent call last): 2024-09-10T18:47:09.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:47:09.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self._connect_unixsocket(self.address) 2024-09-10T18:47:09.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:47:09.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self.socket.connect(address) 2024-09-10T18:47:09.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:47:09.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Call stack: 2024-09-10T18:47:09.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:47:09.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: main() 2024-09-10T18:47:09.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:47:09.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:47:09.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:47:09.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:47:09.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:47:09.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Arguments: () 2024-09-10T18:47:09.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: --- Logging error --- 2024-09-10T18:47:09.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Traceback (most recent call last): 2024-09-10T18:47:09.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:47:09.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self.socket.send(msg) 2024-09-10T18:47:09.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:47:09.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: During handling of the above exception, another exception occurred: 2024-09-10T18:47:09.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Traceback (most recent call last): 2024-09-10T18:47:09.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:47:09.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self.socket.connect(address) 2024-09-10T18:47:09.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:47:09.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: During handling of the above exception, another exception occurred: 2024-09-10T18:47:09.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Traceback (most recent call last): 2024-09-10T18:47:09.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:47:09.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self._connect_unixsocket(self.address) 2024-09-10T18:47:09.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:47:09.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self.socket.connect(address) 2024-09-10T18:47:09.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:47:09.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Call stack: 2024-09-10T18:47:09.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:47:09.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self._bootstrap_inner() 2024-09-10T18:47:09.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:47:09.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self.run() 2024-09-10T18:47:09.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:47:09.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self.interval)) 2024-09-10T18:47:09.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:47:09.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Arguments: () 2024-09-10T18:47:09.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: --- Logging error --- 2024-09-10T18:47:09.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Traceback (most recent call last): 2024-09-10T18:47:09.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:47:09.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self.socket.send(msg) 2024-09-10T18:47:09.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:47:09.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: During handling of the above exception, another exception occurred: 2024-09-10T18:47:09.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Traceback (most recent call last): 2024-09-10T18:47:09.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:47:09.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self.socket.connect(address) 2024-09-10T18:47:09.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:47:09.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: During handling of the above exception, another exception occurred: 2024-09-10T18:47:09.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Traceback (most recent call last): 2024-09-10T18:47:09.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:47:09.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self._connect_unixsocket(self.address) 2024-09-10T18:47:09.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:47:09.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: self.socket.connect(address) 2024-09-10T18:47:09.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:47:09.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Call stack: 2024-09-10T18:47:09.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:47:09.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: main() 2024-09-10T18:47:09.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:47:09.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:47:09.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:47:09.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:47:09.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:47:09.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: "{}".format(blacklisted_ip)) 2024-09-10T18:47:09.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/2289991669' 2024-09-10T18:47:09.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Arguments: () 2024-09-10T18:47:09.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: Traceback (most recent call last): 2024-09-10T18:47:09.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:47:09.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: main() 2024-09-10T18:47:09.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:47:09.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:47:09.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:47:09.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:47:09.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:47:09.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:47:09.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:47:09.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: **kwargs).stdout 2024-09-10T18:47:09.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:47:09.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: output=stdout, stderr=stderr) 2024-09-10T18:47:09.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:09 smithi063 bash[37065]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/2289991669' returned non-zero exit status 13. 2024-09-10T18:47:09.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:09 smithi031 bash[14957]: audit 2024-09-10T18:47:09.288074+0000 mon.b (mon.2) 311 : audit [DBG] from='client.? 172.21.15.63:0/1020453080' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:47:09.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:09 smithi031 bash[19205]: audit 2024-09-10T18:47:09.288074+0000 mon.b (mon.2) 311 : audit [DBG] from='client.? 172.21.15.63:0/1020453080' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:47:10.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:10 smithi063 bash[14646]: cluster 2024-09-10T18:47:09.006178+0000 mgr.x (mgr.34865) 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-10T18:47:10.772 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:10 smithi063 bash[14646]: audit 2024-09-10T18:47:09.638907+0000 mon.b (mon.2) 312 : audit [INF] from='client.? 172.21.15.63:0/4171769534' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:47:10.773 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:10 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:47:10.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:10 smithi031 bash[14957]: cluster 2024-09-10T18:47:09.006178+0000 mgr.x (mgr.34865) 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-10T18:47:10.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:10 smithi031 bash[14957]: audit 2024-09-10T18:47:09.638907+0000 mon.b (mon.2) 312 : audit [INF] from='client.? 172.21.15.63:0/4171769534' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:47:10.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:10 smithi031 bash[19205]: cluster 2024-09-10T18:47:09.006178+0000 mgr.x (mgr.34865) 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-10T18:47:10.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:10 smithi031 bash[19205]: audit 2024-09-10T18:47:09.638907+0000 mon.b (mon.2) 312 : audit [INF] from='client.? 172.21.15.63:0/4171769534' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:47:11.024 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:10 smithi063 bash[37046]: (process:1): GLib-GObject-CRITICAL **: 18:47:10.767: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:47:11.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:11 smithi063 bash[37279]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:47:11.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:11 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:47:12.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:47:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:47:11.647Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:47:12.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:47:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:47:11.647Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:47:12.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:47:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:47:11.648Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:47:12.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:12 smithi063 bash[14646]: cluster 2024-09-10T18:47:11.006976+0000 mgr.x (mgr.34865) 42 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:12.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:12 smithi031 bash[14957]: cluster 2024-09-10T18:47:11.006976+0000 mgr.x (mgr.34865) 42 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:12.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:12 smithi031 bash[19205]: cluster 2024-09-10T18:47:11.006976+0000 mgr.x (mgr.34865) 42 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:13.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:13 smithi063 bash[14646]: audit 2024-09-10T18:47:12.660193+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T18:47:13.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:13 smithi063 bash[14646]: audit 2024-09-10T18:47:12.660992+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:47:13.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:13 smithi063 bash[14646]: audit 2024-09-10T18:47:12.661673+0000 mon.b (mon.2) 315 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:47:13.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:13 smithi063 bash[14646]: audit 2024-09-10T18:47:12.664083+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T18:47:13.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:13 smithi063 bash[14646]: audit 2024-09-10T18:47:12.665010+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:47:13.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:13 smithi063 bash[14646]: audit 2024-09-10T18:47:12.665727+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:47:13.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:13 smithi063 bash[14646]: cluster 2024-09-10T18:47:13.007780+0000 mgr.x (mgr.34865) 43 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:13.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:13 smithi031 bash[14957]: audit 2024-09-10T18:47:12.660193+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T18:47:13.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:13 smithi031 bash[14957]: audit 2024-09-10T18:47:12.660992+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:47:13.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:13 smithi031 bash[14957]: audit 2024-09-10T18:47:12.661673+0000 mon.b (mon.2) 315 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:47:13.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:13 smithi031 bash[14957]: audit 2024-09-10T18:47:12.664083+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T18:47:13.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:13 smithi031 bash[14957]: audit 2024-09-10T18:47:12.665010+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:47:13.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:13 smithi031 bash[14957]: audit 2024-09-10T18:47:12.665727+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:47:13.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:13 smithi031 bash[14957]: cluster 2024-09-10T18:47:13.007780+0000 mgr.x (mgr.34865) 43 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:13.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:13 smithi031 bash[19205]: audit 2024-09-10T18:47:12.660193+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T18:47:13.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:13 smithi031 bash[19205]: audit 2024-09-10T18:47:12.660992+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:47:13.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:13 smithi031 bash[19205]: audit 2024-09-10T18:47:12.661673+0000 mon.b (mon.2) 315 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:47:13.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:13 smithi031 bash[19205]: audit 2024-09-10T18:47:12.664083+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T18:47:13.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:13 smithi031 bash[19205]: audit 2024-09-10T18:47:12.665010+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:47:13.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:13 smithi031 bash[19205]: audit 2024-09-10T18:47:12.665727+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:47:13.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:13 smithi031 bash[19205]: cluster 2024-09-10T18:47:13.007780+0000 mgr.x (mgr.34865) 43 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:16.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:16 smithi063 bash[14646]: cluster 2024-09-10T18:47:15.009564+0000 mgr.x (mgr.34865) 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-10T18:47:16.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:16 smithi031 bash[14957]: cluster 2024-09-10T18:47:15.009564+0000 mgr.x (mgr.34865) 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-10T18:47:16.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:16 smithi031 bash[19205]: cluster 2024-09-10T18:47:15.009564+0000 mgr.x (mgr.34865) 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-10T18:47:18.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:18 smithi063 bash[14646]: cluster 2024-09-10T18:47:17.010377+0000 mgr.x (mgr.34865) 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-10T18:47:18.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:18 smithi031 bash[14957]: cluster 2024-09-10T18:47:17.010377+0000 mgr.x (mgr.34865) 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-10T18:47:18.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:18 smithi031 bash[19205]: cluster 2024-09-10T18:47:17.010377+0000 mgr.x (mgr.34865) 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-10T18:47:20.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:20 smithi063 bash[14646]: cluster 2024-09-10T18:47:19.012033+0000 mgr.x (mgr.34865) 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-10T18:47:20.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:20 smithi031 bash[14957]: cluster 2024-09-10T18:47:19.012033+0000 mgr.x (mgr.34865) 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-10T18:47:20.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:20 smithi031 bash[19205]: cluster 2024-09-10T18:47:19.012033+0000 mgr.x (mgr.34865) 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-10T18:47:22.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:21 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 4. 2024-09-10T18:47:22.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:21 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:47:22.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:21 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:47:22.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:47:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:47:21.648Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:47:22.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:47:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:47:21.648Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:47:22.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:47:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:47:21.648Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:47:22.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:22 smithi063 bash[14646]: cluster 2024-09-10T18:47:21.012799+0000 mgr.x (mgr.34865) 47 : cluster [DBG] pgmap v39: 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-10T18:47:22.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:22 smithi031 bash[14957]: cluster 2024-09-10T18:47:21.012799+0000 mgr.x (mgr.34865) 47 : cluster [DBG] pgmap v39: 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-10T18:47:22.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:22 smithi031 bash[19205]: cluster 2024-09-10T18:47:21.012799+0000 mgr.x (mgr.34865) 47 : cluster [DBG] pgmap v39: 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-10T18:47:23.880 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:23 smithi063 bash[37343]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:47:24.610 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[14646]: cluster 2024-09-10T18:47:23.013342+0000 mgr.x (mgr.34865) 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-10T18:47:24.610 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[14646]: audit 2024-09-10T18:47:24.249274+0000 mon.b (mon.2) 316 : audit [DBG] from='client.? 172.21.15.63:0/1181180043' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:47:24.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:24 smithi031 bash[19205]: cluster 2024-09-10T18:47:23.013342+0000 mgr.x (mgr.34865) 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-10T18:47:24.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:24 smithi031 bash[19205]: audit 2024-09-10T18:47:24.249274+0000 mon.b (mon.2) 316 : audit [DBG] from='client.? 172.21.15.63:0/1181180043' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:47:24.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:24 smithi031 bash[14957]: cluster 2024-09-10T18:47:23.013342+0000 mgr.x (mgr.34865) 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-10T18:47:24.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:24 smithi031 bash[14957]: audit 2024-09-10T18:47:24.249274+0000 mon.b (mon.2) 316 : audit [DBG] from='client.? 172.21.15.63:0/1181180043' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:47:24.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: --- Logging error --- 2024-09-10T18:47:24.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Traceback (most recent call last): 2024-09-10T18:47:24.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:47:24.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self.socket.send(msg) 2024-09-10T18:47:24.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:47:24.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: During handling of the above exception, another exception occurred: 2024-09-10T18:47:24.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Traceback (most recent call last): 2024-09-10T18:47:24.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:47:24.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self.socket.connect(address) 2024-09-10T18:47:24.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:47:24.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: During handling of the above exception, another exception occurred: 2024-09-10T18:47:24.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Traceback (most recent call last): 2024-09-10T18:47:24.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:47:24.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self._connect_unixsocket(self.address) 2024-09-10T18:47:24.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:47:24.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self.socket.connect(address) 2024-09-10T18:47:24.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:47:24.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Call stack: 2024-09-10T18:47:24.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:47:24.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self._bootstrap_inner() 2024-09-10T18:47:24.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:47:24.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self.run() 2024-09-10T18:47:24.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:47:24.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: logger.info("Started the configuration object watcher") 2024-09-10T18:47:24.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Message: 'Started the configuration object watcher' 2024-09-10T18:47:24.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Arguments: () 2024-09-10T18:47:24.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: --- Logging error --- 2024-09-10T18:47:24.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Traceback (most recent call last): 2024-09-10T18:47:24.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:47:24.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self.socket.send(msg) 2024-09-10T18:47:24.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:47:24.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: During handling of the above exception, another exception occurred: 2024-09-10T18:47:24.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Traceback (most recent call last): 2024-09-10T18:47:24.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:47:24.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self.socket.connect(address) 2024-09-10T18:47:24.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:47:24.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: During handling of the above exception, another exception occurred: 2024-09-10T18:47:24.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Traceback (most recent call last): 2024-09-10T18:47:24.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:47:24.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self._connect_unixsocket(self.address) 2024-09-10T18:47:24.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:47:24.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self.socket.connect(address) 2024-09-10T18:47:24.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:47:24.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Call stack: 2024-09-10T18:47:24.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:47:24.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: main() 2024-09-10T18:47:24.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:47:24.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:47:24.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:47:24.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:47:24.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:47:24.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Arguments: () 2024-09-10T18:47:24.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: --- Logging error --- 2024-09-10T18:47:24.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Traceback (most recent call last): 2024-09-10T18:47:24.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:47:24.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self.socket.send(msg) 2024-09-10T18:47:24.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:47:24.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: During handling of the above exception, another exception occurred: 2024-09-10T18:47:24.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Traceback (most recent call last): 2024-09-10T18:47:24.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:47:24.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self.socket.connect(address) 2024-09-10T18:47:24.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:47:24.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: During handling of the above exception, another exception occurred: 2024-09-10T18:47:24.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Traceback (most recent call last): 2024-09-10T18:47:24.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:47:24.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self._connect_unixsocket(self.address) 2024-09-10T18:47:24.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:47:24.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self.socket.connect(address) 2024-09-10T18:47:24.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:47:24.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Call stack: 2024-09-10T18:47:24.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:47:24.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self._bootstrap_inner() 2024-09-10T18:47:24.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:47:24.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self.run() 2024-09-10T18:47:24.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:47:24.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self.interval)) 2024-09-10T18:47:24.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:47:24.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Arguments: () 2024-09-10T18:47:24.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: --- Logging error --- 2024-09-10T18:47:24.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Traceback (most recent call last): 2024-09-10T18:47:24.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:47:24.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self.socket.send(msg) 2024-09-10T18:47:24.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:47:24.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: During handling of the above exception, another exception occurred: 2024-09-10T18:47:24.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Traceback (most recent call last): 2024-09-10T18:47:24.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:47:24.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self.socket.connect(address) 2024-09-10T18:47:24.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:47:24.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: During handling of the above exception, another exception occurred: 2024-09-10T18:47:24.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Traceback (most recent call last): 2024-09-10T18:47:24.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:47:24.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self._connect_unixsocket(self.address) 2024-09-10T18:47:24.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:47:24.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: self.socket.connect(address) 2024-09-10T18:47:24.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:47:24.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Call stack: 2024-09-10T18:47:24.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:47:24.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: main() 2024-09-10T18:47:24.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:47:24.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:47:24.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:47:24.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:47:24.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:47:24.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: "{}".format(blacklisted_ip)) 2024-09-10T18:47:24.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/2289991669' 2024-09-10T18:47:24.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Arguments: () 2024-09-10T18:47:24.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: Traceback (most recent call last): 2024-09-10T18:47:24.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:47:24.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: main() 2024-09-10T18:47:24.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:47:24.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:47:24.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:47:24.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:47:24.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:47:24.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:47:24.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:47:24.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: **kwargs).stdout 2024-09-10T18:47:24.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:47:24.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: output=stdout, stderr=stderr) 2024-09-10T18:47:24.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:24 smithi063 bash[37358]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/2289991669' returned non-zero exit status 13. 2024-09-10T18:47:25.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:25 smithi063 bash[14646]: audit 2024-09-10T18:47:24.599576+0000 mon.b (mon.2) 317 : audit [INF] from='client.? 172.21.15.63:0/4137053847' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:47:25.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:25 smithi031 bash[19205]: audit 2024-09-10T18:47:24.599576+0000 mon.b (mon.2) 317 : audit [INF] from='client.? 172.21.15.63:0/4137053847' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:47:25.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:25 smithi031 bash[14957]: audit 2024-09-10T18:47:24.599576+0000 mon.b (mon.2) 317 : audit [INF] from='client.? 172.21.15.63:0/4137053847' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:47:25.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:25 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:47:25.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:25 smithi063 bash[37343]: (process:1): GLib-GObject-CRITICAL **: 18:47:25.678: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:47:26.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:26 smithi063 bash[14646]: cluster 2024-09-10T18:47:25.014883+0000 mgr.x (mgr.34865) 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-10T18:47:26.631 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:26 smithi063 bash[37568]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:47:26.631 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:26 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:47:26.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:26 smithi031 bash[14957]: cluster 2024-09-10T18:47:25.014883+0000 mgr.x (mgr.34865) 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-10T18:47:26.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:26 smithi031 bash[19205]: cluster 2024-09-10T18:47:25.014883+0000 mgr.x (mgr.34865) 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-10T18:47:28.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:28 smithi063 bash[14646]: cluster 2024-09-10T18:47:27.015617+0000 mgr.x (mgr.34865) 50 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:28.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:28 smithi031 bash[14957]: cluster 2024-09-10T18:47:27.015617+0000 mgr.x (mgr.34865) 50 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:28.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:28 smithi031 bash[19205]: cluster 2024-09-10T18:47:27.015617+0000 mgr.x (mgr.34865) 50 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:30.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:30 smithi063 bash[14646]: cluster 2024-09-10T18:47:29.017179+0000 mgr.x (mgr.34865) 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-10T18:47:30.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:30 smithi031 bash[19205]: cluster 2024-09-10T18:47:29.017179+0000 mgr.x (mgr.34865) 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-10T18:47:30.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:30 smithi031 bash[14957]: cluster 2024-09-10T18:47:29.017179+0000 mgr.x (mgr.34865) 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-10T18:47:32.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:47:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:47:31.648Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:47:32.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:47:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:47:31.648Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:47:32.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:47:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:47:31.649Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:47:32.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:32 smithi063 bash[14646]: cluster 2024-09-10T18:47:31.017978+0000 mgr.x (mgr.34865) 52 : cluster [DBG] pgmap v44: 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-10T18:47:32.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:32 smithi063 bash[14646]: audit 2024-09-10T18:47:31.507735+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:47:32.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:32 smithi063 bash[14646]: audit 2024-09-10T18:47:31.509223+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:47:32.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:32 smithi063 bash[14646]: audit 2024-09-10T18:47:31.526824+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:47:32.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:32 smithi031 bash[14957]: cluster 2024-09-10T18:47:31.017978+0000 mgr.x (mgr.34865) 52 : cluster [DBG] pgmap v44: 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-10T18:47:32.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:32 smithi031 bash[14957]: audit 2024-09-10T18:47:31.507735+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:47:32.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:32 smithi031 bash[14957]: audit 2024-09-10T18:47:31.509223+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:47:32.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:32 smithi031 bash[14957]: audit 2024-09-10T18:47:31.526824+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:47:32.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:32 smithi031 bash[19205]: cluster 2024-09-10T18:47:31.017978+0000 mgr.x (mgr.34865) 52 : cluster [DBG] pgmap v44: 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-10T18:47:32.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:32 smithi031 bash[19205]: audit 2024-09-10T18:47:31.507735+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:47:32.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:32 smithi031 bash[19205]: audit 2024-09-10T18:47:31.509223+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:47:32.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:32 smithi031 bash[19205]: audit 2024-09-10T18:47:31.526824+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:47:33.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:33 smithi063 bash[14646]: cephadm 2024-09-10T18:47:31.510263+0000 mgr.x (mgr.34865) 53 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:47:33.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:33 smithi063 bash[14646]: cluster 2024-09-10T18:47:31.511199+0000 mgr.x (mgr.34865) 54 : cluster [DBG] pgmap v45: 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-10T18:47:33.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:33 smithi063 bash[14646]: cluster 2024-09-10T18:47:31.511727+0000 mgr.x (mgr.34865) 55 : cluster [DBG] pgmap v46: 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-10T18:47:33.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:33 smithi031 bash[14957]: cephadm 2024-09-10T18:47:31.510263+0000 mgr.x (mgr.34865) 53 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:47:33.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:33 smithi031 bash[14957]: cluster 2024-09-10T18:47:31.511199+0000 mgr.x (mgr.34865) 54 : cluster [DBG] pgmap v45: 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-10T18:47:33.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:33 smithi031 bash[14957]: cluster 2024-09-10T18:47:31.511727+0000 mgr.x (mgr.34865) 55 : cluster [DBG] pgmap v46: 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-10T18:47:33.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:33 smithi031 bash[19205]: cephadm 2024-09-10T18:47:31.510263+0000 mgr.x (mgr.34865) 53 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:47:33.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:33 smithi031 bash[19205]: cluster 2024-09-10T18:47:31.511199+0000 mgr.x (mgr.34865) 54 : cluster [DBG] pgmap v45: 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-10T18:47:33.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:33 smithi031 bash[19205]: cluster 2024-09-10T18:47:31.511727+0000 mgr.x (mgr.34865) 55 : cluster [DBG] pgmap v46: 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-10T18:47:35.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:35 smithi063 bash[14646]: cluster 2024-09-10T18:47:33.513156+0000 mgr.x (mgr.34865) 56 : cluster [DBG] pgmap v47: 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-10T18:47:35.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:35 smithi031 bash[14957]: cluster 2024-09-10T18:47:33.513156+0000 mgr.x (mgr.34865) 56 : cluster [DBG] pgmap v47: 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-10T18:47:35.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:35 smithi031 bash[19205]: cluster 2024-09-10T18:47:33.513156+0000 mgr.x (mgr.34865) 56 : cluster [DBG] pgmap v47: 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-10T18:47:36.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:36 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 5. 2024-09-10T18:47:36.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:36 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:47:36.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:36 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Start request repeated too quickly. 2024-09-10T18:47:36.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:36 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:47:36.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:47:36 smithi063 systemd[1]: Failed to start Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:47:37.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:37 smithi063 bash[14646]: cluster 2024-09-10T18:47:35.513917+0000 mgr.x (mgr.34865) 57 : cluster [DBG] pgmap v48: 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-10T18:47:37.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:37 smithi031 bash[14957]: cluster 2024-09-10T18:47:35.513917+0000 mgr.x (mgr.34865) 57 : cluster [DBG] pgmap v48: 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-10T18:47:37.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:37 smithi031 bash[19205]: cluster 2024-09-10T18:47:35.513917+0000 mgr.x (mgr.34865) 57 : cluster [DBG] pgmap v48: 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-10T18:47:39.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:39 smithi063 bash[14646]: cluster 2024-09-10T18:47:37.514610+0000 mgr.x (mgr.34865) 58 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:39.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:39 smithi031 bash[14957]: cluster 2024-09-10T18:47:37.514610+0000 mgr.x (mgr.34865) 58 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:39.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:39 smithi031 bash[19205]: cluster 2024-09-10T18:47:37.514610+0000 mgr.x (mgr.34865) 58 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:41.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:41 smithi063 bash[14646]: cluster 2024-09-10T18:47:39.516105+0000 mgr.x (mgr.34865) 59 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:41 smithi031 bash[14957]: cluster 2024-09-10T18:47:39.516105+0000 mgr.x (mgr.34865) 59 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:41.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:41 smithi031 bash[19205]: cluster 2024-09-10T18:47:39.516105+0000 mgr.x (mgr.34865) 59 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:42.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:47:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:47:41.649Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:47:42.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:47:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:47:41.649Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:47:42.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:47:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:47:41.649Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:47:43.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:43 smithi063 bash[14646]: cluster 2024-09-10T18:47:41.516790+0000 mgr.x (mgr.34865) 60 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:43.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:43 smithi031 bash[14957]: cluster 2024-09-10T18:47:41.516790+0000 mgr.x (mgr.34865) 60 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:43.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:43 smithi031 bash[19205]: cluster 2024-09-10T18:47:41.516790+0000 mgr.x (mgr.34865) 60 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:45.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:45 smithi063 bash[14646]: cluster 2024-09-10T18:47:43.517741+0000 mgr.x (mgr.34865) 61 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:45.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:45 smithi031 bash[14957]: cluster 2024-09-10T18:47:43.517741+0000 mgr.x (mgr.34865) 61 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:45.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:45 smithi031 bash[19205]: cluster 2024-09-10T18:47:43.517741+0000 mgr.x (mgr.34865) 61 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:47.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:47 smithi063 bash[14646]: cluster 2024-09-10T18:47:45.518462+0000 mgr.x (mgr.34865) 62 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:47.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:47 smithi031 bash[14957]: cluster 2024-09-10T18:47:45.518462+0000 mgr.x (mgr.34865) 62 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:47.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:47 smithi031 bash[19205]: cluster 2024-09-10T18:47:45.518462+0000 mgr.x (mgr.34865) 62 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:49.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:49 smithi063 bash[14646]: cluster 2024-09-10T18:47:47.519269+0000 mgr.x (mgr.34865) 63 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:49 smithi031 bash[14957]: cluster 2024-09-10T18:47:47.519269+0000 mgr.x (mgr.34865) 63 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:49.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:49 smithi031 bash[19205]: cluster 2024-09-10T18:47:47.519269+0000 mgr.x (mgr.34865) 63 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:51.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:51 smithi063 bash[14646]: cluster 2024-09-10T18:47:49.520888+0000 mgr.x (mgr.34865) 64 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:51.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:51 smithi031 bash[14957]: cluster 2024-09-10T18:47:49.520888+0000 mgr.x (mgr.34865) 64 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:51.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:51 smithi031 bash[19205]: cluster 2024-09-10T18:47:49.520888+0000 mgr.x (mgr.34865) 64 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:52.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:47:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:47:51.649Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:47:52.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:47:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:47:51.649Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:47:52.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:47:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:47:51.649Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:47:53.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:53 smithi063 bash[14646]: cluster 2024-09-10T18:47:51.521627+0000 mgr.x (mgr.34865) 65 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:53.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:53 smithi031 bash[14957]: cluster 2024-09-10T18:47:51.521627+0000 mgr.x (mgr.34865) 65 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:53.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:53 smithi031 bash[19205]: cluster 2024-09-10T18:47:51.521627+0000 mgr.x (mgr.34865) 65 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:55.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:55 smithi031 bash[19205]: cluster 2024-09-10T18:47:53.523081+0000 mgr.x (mgr.34865) 66 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:55.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:55 smithi031 bash[14957]: cluster 2024-09-10T18:47:53.523081+0000 mgr.x (mgr.34865) 66 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:55.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:55 smithi063 bash[14646]: cluster 2024-09-10T18:47:53.523081+0000 mgr.x (mgr.34865) 66 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:57.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:57 smithi063 bash[14646]: cluster 2024-09-10T18:47:55.523793+0000 mgr.x (mgr.34865) 67 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:57.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:57 smithi031 bash[14957]: cluster 2024-09-10T18:47:55.523793+0000 mgr.x (mgr.34865) 67 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:57.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:57 smithi031 bash[19205]: cluster 2024-09-10T18:47:55.523793+0000 mgr.x (mgr.34865) 67 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:59.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:47:59 smithi063 bash[14646]: cluster 2024-09-10T18:47:57.524528+0000 mgr.x (mgr.34865) 68 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:47:59 smithi031 bash[14957]: cluster 2024-09-10T18:47:57.524528+0000 mgr.x (mgr.34865) 68 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:59.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:47:59 smithi031 bash[19205]: cluster 2024-09-10T18:47:57.524528+0000 mgr.x (mgr.34865) 68 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:01.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:01 smithi031 bash[14957]: cluster 2024-09-10T18:47:59.526018+0000 mgr.x (mgr.34865) 69 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:01.652 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:01 smithi031 bash[19205]: cluster 2024-09-10T18:47:59.526018+0000 mgr.x (mgr.34865) 69 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:01.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:01 smithi063 bash[14646]: cluster 2024-09-10T18:47:59.526018+0000 mgr.x (mgr.34865) 69 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:02.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:48:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:48:01.650Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:48:02.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:48:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:48:01.650Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:48:02.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:48:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:48:01.650Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:48:03.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:03 smithi063 bash[14646]: cluster 2024-09-10T18:48:01.526747+0000 mgr.x (mgr.34865) 70 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:03.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:03 smithi031 bash[14957]: cluster 2024-09-10T18:48:01.526747+0000 mgr.x (mgr.34865) 70 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:03.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:03 smithi031 bash[19205]: cluster 2024-09-10T18:48:01.526747+0000 mgr.x (mgr.34865) 70 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:05.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:05 smithi063 bash[14646]: cluster 2024-09-10T18:48:03.528420+0000 mgr.x (mgr.34865) 71 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:05.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:05 smithi031 bash[14957]: cluster 2024-09-10T18:48:03.528420+0000 mgr.x (mgr.34865) 71 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:05.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:05 smithi031 bash[19205]: cluster 2024-09-10T18:48:03.528420+0000 mgr.x (mgr.34865) 71 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:07.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:07 smithi063 bash[14646]: cluster 2024-09-10T18:48:05.529102+0000 mgr.x (mgr.34865) 72 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:07.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:07 smithi031 bash[14957]: cluster 2024-09-10T18:48:05.529102+0000 mgr.x (mgr.34865) 72 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:07.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:07 smithi031 bash[19205]: cluster 2024-09-10T18:48:05.529102+0000 mgr.x (mgr.34865) 72 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:09.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:09 smithi063 bash[14646]: cluster 2024-09-10T18:48:07.529836+0000 mgr.x (mgr.34865) 73 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:09.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:09 smithi031 bash[14957]: cluster 2024-09-10T18:48:07.529836+0000 mgr.x (mgr.34865) 73 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:09.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:09 smithi031 bash[19205]: cluster 2024-09-10T18:48:07.529836+0000 mgr.x (mgr.34865) 73 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:11.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:11 smithi063 bash[14646]: cluster 2024-09-10T18:48:09.531290+0000 mgr.x (mgr.34865) 74 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:11.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:11 smithi031 bash[14957]: cluster 2024-09-10T18:48:09.531290+0000 mgr.x (mgr.34865) 74 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:11.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:11 smithi031 bash[19205]: cluster 2024-09-10T18:48:09.531290+0000 mgr.x (mgr.34865) 74 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:11.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:48:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:48:11.650Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:48:11.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:48:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:48:11.650Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:48:11.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:48:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:48:11.650Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:48:13.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:13 smithi063 bash[14646]: cluster 2024-09-10T18:48:11.531951+0000 mgr.x (mgr.34865) 75 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:13.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:13 smithi063 bash[14646]: audit 2024-09-10T18:48:12.669154+0000 mon.b (mon.2) 320 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T18:48:13.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:13 smithi063 bash[14646]: audit 2024-09-10T18:48:12.669807+0000 mon.b (mon.2) 321 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T18:48:13.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:13 smithi063 bash[14646]: audit 2024-09-10T18:48:12.670331+0000 mon.b (mon.2) 322 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T18:48:13.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:13 smithi063 bash[14646]: audit 2024-09-10T18:48:12.672772+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T18:48:13.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:13 smithi063 bash[14646]: audit 2024-09-10T18:48:12.673959+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T18:48:13.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:13 smithi063 bash[14646]: audit 2024-09-10T18:48:12.674606+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T18:48:13.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:13 smithi031 bash[14957]: cluster 2024-09-10T18:48:11.531951+0000 mgr.x (mgr.34865) 75 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:13.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:13 smithi031 bash[14957]: audit 2024-09-10T18:48:12.669154+0000 mon.b (mon.2) 320 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T18:48:13.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:13 smithi031 bash[14957]: audit 2024-09-10T18:48:12.669807+0000 mon.b (mon.2) 321 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T18:48:13.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:13 smithi031 bash[14957]: audit 2024-09-10T18:48:12.670331+0000 mon.b (mon.2) 322 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T18:48:13.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:13 smithi031 bash[14957]: audit 2024-09-10T18:48:12.672772+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T18:48:13.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:13 smithi031 bash[14957]: audit 2024-09-10T18:48:12.673959+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T18:48:13.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:13 smithi031 bash[14957]: audit 2024-09-10T18:48:12.674606+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T18:48:13.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:13 smithi031 bash[19205]: cluster 2024-09-10T18:48:11.531951+0000 mgr.x (mgr.34865) 75 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:13.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:13 smithi031 bash[19205]: audit 2024-09-10T18:48:12.669154+0000 mon.b (mon.2) 320 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T18:48:13.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:13 smithi031 bash[19205]: audit 2024-09-10T18:48:12.669807+0000 mon.b (mon.2) 321 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T18:48:13.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:13 smithi031 bash[19205]: audit 2024-09-10T18:48:12.670331+0000 mon.b (mon.2) 322 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T18:48:13.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:13 smithi031 bash[19205]: audit 2024-09-10T18:48:12.672772+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T18:48:13.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:13 smithi031 bash[19205]: audit 2024-09-10T18:48:12.673959+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T18:48:13.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:13 smithi031 bash[19205]: audit 2024-09-10T18:48:12.674606+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T18:48:15.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:15 smithi063 bash[14646]: cluster 2024-09-10T18:48:13.533400+0000 mgr.x (mgr.34865) 76 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:15.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:15 smithi031 bash[14957]: cluster 2024-09-10T18:48:13.533400+0000 mgr.x (mgr.34865) 76 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:15.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:15 smithi031 bash[19205]: cluster 2024-09-10T18:48:13.533400+0000 mgr.x (mgr.34865) 76 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:17.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:17 smithi063 bash[14646]: cluster 2024-09-10T18:48:15.534120+0000 mgr.x (mgr.34865) 77 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:17.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:17 smithi031 bash[14957]: cluster 2024-09-10T18:48:15.534120+0000 mgr.x (mgr.34865) 77 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:17.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:17 smithi031 bash[19205]: cluster 2024-09-10T18:48:15.534120+0000 mgr.x (mgr.34865) 77 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:19.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:19 smithi063 bash[14646]: cluster 2024-09-10T18:48:17.534814+0000 mgr.x (mgr.34865) 78 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:19.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:19 smithi031 bash[14957]: cluster 2024-09-10T18:48:17.534814+0000 mgr.x (mgr.34865) 78 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:19.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:19 smithi031 bash[19205]: cluster 2024-09-10T18:48:17.534814+0000 mgr.x (mgr.34865) 78 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:21.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:21 smithi063 bash[14646]: cluster 2024-09-10T18:48:19.536303+0000 mgr.x (mgr.34865) 79 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:21.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:21 smithi031 bash[14957]: cluster 2024-09-10T18:48:19.536303+0000 mgr.x (mgr.34865) 79 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:21.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:21 smithi031 bash[19205]: cluster 2024-09-10T18:48:19.536303+0000 mgr.x (mgr.34865) 79 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:21.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:48:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:48:21.650Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:48:21.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:48:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:48:21.650Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:48:21.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:48:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:48:21.650Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:48:23.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:23 smithi063 bash[14646]: cluster 2024-09-10T18:48:21.537003+0000 mgr.x (mgr.34865) 80 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:23.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:23 smithi031 bash[14957]: cluster 2024-09-10T18:48:21.537003+0000 mgr.x (mgr.34865) 80 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:23.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:23 smithi031 bash[19205]: cluster 2024-09-10T18:48:21.537003+0000 mgr.x (mgr.34865) 80 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:25.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:25 smithi063 bash[14646]: cluster 2024-09-10T18:48:23.538497+0000 mgr.x (mgr.34865) 81 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:25.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:25 smithi031 bash[14957]: cluster 2024-09-10T18:48:23.538497+0000 mgr.x (mgr.34865) 81 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:25.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:25 smithi031 bash[19205]: cluster 2024-09-10T18:48:23.538497+0000 mgr.x (mgr.34865) 81 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:27.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:27 smithi063 bash[14646]: cluster 2024-09-10T18:48:25.539197+0000 mgr.x (mgr.34865) 82 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:27.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:27 smithi031 bash[14957]: cluster 2024-09-10T18:48:25.539197+0000 mgr.x (mgr.34865) 82 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:27.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:27 smithi031 bash[19205]: cluster 2024-09-10T18:48:25.539197+0000 mgr.x (mgr.34865) 82 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:29.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:29 smithi063 bash[14646]: cluster 2024-09-10T18:48:27.539916+0000 mgr.x (mgr.34865) 83 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:29.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:29 smithi031 bash[14957]: cluster 2024-09-10T18:48:27.539916+0000 mgr.x (mgr.34865) 83 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:29.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:29 smithi031 bash[19205]: cluster 2024-09-10T18:48:27.539916+0000 mgr.x (mgr.34865) 83 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:31.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:31 smithi063 bash[14646]: cluster 2024-09-10T18:48:29.541400+0000 mgr.x (mgr.34865) 84 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:31.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:31 smithi031 bash[19205]: cluster 2024-09-10T18:48:29.541400+0000 mgr.x (mgr.34865) 84 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:31.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:31 smithi031 bash[14957]: cluster 2024-09-10T18:48:29.541400+0000 mgr.x (mgr.34865) 84 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:31.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:48:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:48:31.651Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:48:31.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:48:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:48:31.651Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:48:31.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:48:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:48:31.651Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:48:32.497 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:32 smithi063 bash[14646]: audit 2024-09-10T18:48:32.037794+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:48:32.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:32 smithi063 bash[14646]: audit 2024-09-10T18:48:32.038696+0000 mon.b (mon.2) 324 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:48:32.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:32 smithi063 bash[14646]: audit 2024-09-10T18:48:32.048497+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:48:32.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:32 smithi031 bash[14957]: audit 2024-09-10T18:48:32.037794+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:48:32.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:32 smithi031 bash[14957]: audit 2024-09-10T18:48:32.038696+0000 mon.b (mon.2) 324 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:48:32.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:32 smithi031 bash[14957]: audit 2024-09-10T18:48:32.048497+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:48:32.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:32 smithi031 bash[19205]: audit 2024-09-10T18:48:32.037794+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:48:32.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:32 smithi031 bash[19205]: audit 2024-09-10T18:48:32.038696+0000 mon.b (mon.2) 324 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:48:32.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:32 smithi031 bash[19205]: audit 2024-09-10T18:48:32.048497+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:48:33.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:33 smithi063 bash[14646]: cluster 2024-09-10T18:48:31.542166+0000 mgr.x (mgr.34865) 85 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:33.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:33 smithi063 bash[14646]: cephadm 2024-09-10T18:48:32.039414+0000 mgr.x (mgr.34865) 86 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:48:33.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:33 smithi063 bash[14646]: cluster 2024-09-10T18:48:32.039992+0000 mgr.x (mgr.34865) 87 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:33.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:33 smithi063 bash[14646]: cluster 2024-09-10T18:48:32.040241+0000 mgr.x (mgr.34865) 88 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:33.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:33 smithi031 bash[14957]: cluster 2024-09-10T18:48:31.542166+0000 mgr.x (mgr.34865) 85 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:33.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:33 smithi031 bash[14957]: cephadm 2024-09-10T18:48:32.039414+0000 mgr.x (mgr.34865) 86 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:48:33.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:33 smithi031 bash[14957]: cluster 2024-09-10T18:48:32.039992+0000 mgr.x (mgr.34865) 87 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:33.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:33 smithi031 bash[14957]: cluster 2024-09-10T18:48:32.040241+0000 mgr.x (mgr.34865) 88 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:33.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:33 smithi031 bash[19205]: cluster 2024-09-10T18:48:31.542166+0000 mgr.x (mgr.34865) 85 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:33.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:33 smithi031 bash[19205]: cephadm 2024-09-10T18:48:32.039414+0000 mgr.x (mgr.34865) 86 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:48:33.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:33 smithi031 bash[19205]: cluster 2024-09-10T18:48:32.039992+0000 mgr.x (mgr.34865) 87 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:33.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:33 smithi031 bash[19205]: cluster 2024-09-10T18:48:32.040241+0000 mgr.x (mgr.34865) 88 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:35.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:35 smithi063 bash[14646]: cluster 2024-09-10T18:48:34.041704+0000 mgr.x (mgr.34865) 89 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:35.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:35 smithi031 bash[14957]: cluster 2024-09-10T18:48:34.041704+0000 mgr.x (mgr.34865) 89 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:35.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:35 smithi031 bash[19205]: cluster 2024-09-10T18:48:34.041704+0000 mgr.x (mgr.34865) 89 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:37.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:37 smithi063 bash[14646]: cluster 2024-09-10T18:48:36.042461+0000 mgr.x (mgr.34865) 90 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:37.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:37 smithi031 bash[14957]: cluster 2024-09-10T18:48:36.042461+0000 mgr.x (mgr.34865) 90 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:37.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:37 smithi031 bash[19205]: cluster 2024-09-10T18:48:36.042461+0000 mgr.x (mgr.34865) 90 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:39.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:39 smithi063 bash[14646]: cluster 2024-09-10T18:48:38.043164+0000 mgr.x (mgr.34865) 91 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:39.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:39 smithi031 bash[14957]: cluster 2024-09-10T18:48:38.043164+0000 mgr.x (mgr.34865) 91 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:39.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:39 smithi031 bash[19205]: cluster 2024-09-10T18:48:38.043164+0000 mgr.x (mgr.34865) 91 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:40.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:40 smithi063 bash[14646]: cluster 2024-09-10T18:48:40.044559+0000 mgr.x (mgr.34865) 92 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:40.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:40 smithi031 bash[14957]: cluster 2024-09-10T18:48:40.044559+0000 mgr.x (mgr.34865) 92 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:40.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:40 smithi031 bash[19205]: cluster 2024-09-10T18:48:40.044559+0000 mgr.x (mgr.34865) 92 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:42.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:48:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:48:41.651Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:48:42.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:48:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:48:41.651Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:48:42.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:48:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:48:41.651Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:48:43.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:43 smithi063 bash[14646]: cluster 2024-09-10T18:48:42.045256+0000 mgr.x (mgr.34865) 93 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:43.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:43 smithi031 bash[19205]: cluster 2024-09-10T18:48:42.045256+0000 mgr.x (mgr.34865) 93 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:43.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:43 smithi031 bash[14957]: cluster 2024-09-10T18:48:42.045256+0000 mgr.x (mgr.34865) 93 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:45.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:45 smithi063 bash[14646]: cluster 2024-09-10T18:48:44.046857+0000 mgr.x (mgr.34865) 94 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:45.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:45 smithi031 bash[19205]: cluster 2024-09-10T18:48:44.046857+0000 mgr.x (mgr.34865) 94 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:45.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:45 smithi031 bash[14957]: cluster 2024-09-10T18:48:44.046857+0000 mgr.x (mgr.34865) 94 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:47.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:47 smithi063 bash[14646]: cluster 2024-09-10T18:48:46.047674+0000 mgr.x (mgr.34865) 95 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:47.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:47 smithi031 bash[19205]: cluster 2024-09-10T18:48:46.047674+0000 mgr.x (mgr.34865) 95 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:47.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:47 smithi031 bash[14957]: cluster 2024-09-10T18:48:46.047674+0000 mgr.x (mgr.34865) 95 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:49.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:49 smithi063 bash[14646]: cluster 2024-09-10T18:48:48.048356+0000 mgr.x (mgr.34865) 96 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:49.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:49 smithi031 bash[19205]: cluster 2024-09-10T18:48:48.048356+0000 mgr.x (mgr.34865) 96 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:49 smithi031 bash[14957]: cluster 2024-09-10T18:48:48.048356+0000 mgr.x (mgr.34865) 96 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:51.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:51 smithi063 bash[14646]: cluster 2024-09-10T18:48:50.049883+0000 mgr.x (mgr.34865) 97 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:51.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:51 smithi031 bash[19205]: cluster 2024-09-10T18:48:50.049883+0000 mgr.x (mgr.34865) 97 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:51.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:51 smithi031 bash[14957]: cluster 2024-09-10T18:48:50.049883+0000 mgr.x (mgr.34865) 97 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:52.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:48:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:48:51.651Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:48:52.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:48:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:48:51.652Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:48:52.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:48:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:48:51.652Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:48:53.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:53 smithi063 bash[14646]: cluster 2024-09-10T18:48:52.050784+0000 mgr.x (mgr.34865) 98 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:53.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:53 smithi031 bash[14957]: cluster 2024-09-10T18:48:52.050784+0000 mgr.x (mgr.34865) 98 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:53.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:53 smithi031 bash[19205]: cluster 2024-09-10T18:48:52.050784+0000 mgr.x (mgr.34865) 98 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:55.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:55 smithi063 bash[14646]: cluster 2024-09-10T18:48:54.052195+0000 mgr.x (mgr.34865) 99 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:55.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:55 smithi031 bash[19205]: cluster 2024-09-10T18:48:54.052195+0000 mgr.x (mgr.34865) 99 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:55.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:55 smithi031 bash[14957]: cluster 2024-09-10T18:48:54.052195+0000 mgr.x (mgr.34865) 99 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:57.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:57 smithi063 bash[14646]: cluster 2024-09-10T18:48:56.052902+0000 mgr.x (mgr.34865) 100 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:57.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:57 smithi031 bash[14957]: cluster 2024-09-10T18:48:56.052902+0000 mgr.x (mgr.34865) 100 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:57.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:57 smithi031 bash[19205]: cluster 2024-09-10T18:48:56.052902+0000 mgr.x (mgr.34865) 100 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:59.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:48:59 smithi063 bash[14646]: cluster 2024-09-10T18:48:58.053586+0000 mgr.x (mgr.34865) 101 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:59.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:48:59 smithi031 bash[14957]: cluster 2024-09-10T18:48:58.053586+0000 mgr.x (mgr.34865) 101 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:59.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:48:59 smithi031 bash[19205]: cluster 2024-09-10T18:48:58.053586+0000 mgr.x (mgr.34865) 101 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:01.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:01 smithi063 bash[14646]: cluster 2024-09-10T18:49:00.055193+0000 mgr.x (mgr.34865) 102 : cluster [DBG] pgmap v92: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 110 op/s 2024-09-10T18:49:01.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:01 smithi031 bash[14957]: cluster 2024-09-10T18:49:00.055193+0000 mgr.x (mgr.34865) 102 : cluster [DBG] pgmap v92: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 110 op/s 2024-09-10T18:49:01.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:01 smithi031 bash[19205]: cluster 2024-09-10T18:49:00.055193+0000 mgr.x (mgr.34865) 102 : cluster [DBG] pgmap v92: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 110 op/s 2024-09-10T18:49:02.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:49:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:49:01.652Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:49:02.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:49:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:49:01.652Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:49:02.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:49:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:49:01.652Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:49:03.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:03 smithi063 bash[14646]: cluster 2024-09-10T18:49:02.055939+0000 mgr.x (mgr.34865) 103 : cluster [DBG] pgmap v93: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 110 op/s 2024-09-10T18:49:03.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:03 smithi031 bash[14957]: cluster 2024-09-10T18:49:02.055939+0000 mgr.x (mgr.34865) 103 : cluster [DBG] pgmap v93: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 110 op/s 2024-09-10T18:49:03.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:03 smithi031 bash[19205]: cluster 2024-09-10T18:49:02.055939+0000 mgr.x (mgr.34865) 103 : cluster [DBG] pgmap v93: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 110 op/s 2024-09-10T18:49:05.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:05 smithi063 bash[14646]: cluster 2024-09-10T18:49:04.057431+0000 mgr.x (mgr.34865) 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-10T18:49:05.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:05 smithi031 bash[14957]: cluster 2024-09-10T18:49:04.057431+0000 mgr.x (mgr.34865) 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-10T18:49:05.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:05 smithi031 bash[19205]: cluster 2024-09-10T18:49:04.057431+0000 mgr.x (mgr.34865) 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-10T18:49:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:07 smithi063 bash[14646]: cluster 2024-09-10T18:49:06.058188+0000 mgr.x (mgr.34865) 105 : cluster [DBG] pgmap v95: 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-10T18:49:07.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:07 smithi031 bash[19205]: cluster 2024-09-10T18:49:06.058188+0000 mgr.x (mgr.34865) 105 : cluster [DBG] pgmap v95: 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-10T18:49:07.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:07 smithi031 bash[14957]: cluster 2024-09-10T18:49:06.058188+0000 mgr.x (mgr.34865) 105 : cluster [DBG] pgmap v95: 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-10T18:49:09.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:09 smithi063 bash[14646]: cluster 2024-09-10T18:49:08.058860+0000 mgr.x (mgr.34865) 106 : cluster [DBG] pgmap v96: 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-10T18:49:09.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:09 smithi031 bash[19205]: cluster 2024-09-10T18:49:08.058860+0000 mgr.x (mgr.34865) 106 : cluster [DBG] pgmap v96: 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-10T18:49:09.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:09 smithi031 bash[14957]: cluster 2024-09-10T18:49:08.058860+0000 mgr.x (mgr.34865) 106 : cluster [DBG] pgmap v96: 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-10T18:49:11.613 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T18:49:11.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:11 smithi031 bash[14957]: cluster 2024-09-10T18:49:10.060354+0000 mgr.x (mgr.34865) 107 : cluster [DBG] pgmap v97: 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-10T18:49:11.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:11 smithi031 bash[19205]: cluster 2024-09-10T18:49:10.060354+0000 mgr.x (mgr.34865) 107 : cluster [DBG] pgmap v97: 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-10T18:49:11.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:11 smithi063 bash[14646]: cluster 2024-09-10T18:49:10.060354+0000 mgr.x (mgr.34865) 107 : cluster [DBG] pgmap v97: 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-10T18:49:12.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:49:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:49:11.652Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:49:12.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:49:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:49:11.652Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:49:12.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:49:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:49:11.652Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:49:13.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:13 smithi031 bash[19205]: cluster 2024-09-10T18:49:12.061069+0000 mgr.x (mgr.34865) 108 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T18:49:13.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:13 smithi031 bash[19205]: audit 2024-09-10T18:49:12.677446+0000 mon.b (mon.2) 325 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T18:49:13.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:13 smithi031 bash[19205]: audit 2024-09-10T18:49:12.678095+0000 mon.b (mon.2) 326 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T18:49:13.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:13 smithi031 bash[19205]: audit 2024-09-10T18:49:12.678722+0000 mon.b (mon.2) 327 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T18:49:13.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:13 smithi031 bash[19205]: audit 2024-09-10T18:49:12.680825+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T18:49:13.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:13 smithi031 bash[19205]: audit 2024-09-10T18:49:12.681709+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T18:49:13.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:13 smithi031 bash[19205]: audit 2024-09-10T18:49:12.682454+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T18:49:13.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:13 smithi031 bash[14957]: cluster 2024-09-10T18:49:12.061069+0000 mgr.x (mgr.34865) 108 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T18:49:13.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:13 smithi031 bash[14957]: audit 2024-09-10T18:49:12.677446+0000 mon.b (mon.2) 325 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T18:49:13.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:13 smithi031 bash[14957]: audit 2024-09-10T18:49:12.678095+0000 mon.b (mon.2) 326 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T18:49:13.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:13 smithi031 bash[14957]: audit 2024-09-10T18:49:12.678722+0000 mon.b (mon.2) 327 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T18:49:13.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:13 smithi031 bash[14957]: audit 2024-09-10T18:49:12.680825+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T18:49:13.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:13 smithi031 bash[14957]: audit 2024-09-10T18:49:12.681709+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T18:49:13.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:13 smithi031 bash[14957]: audit 2024-09-10T18:49:12.682454+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T18:49:13.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:13 smithi063 bash[14646]: cluster 2024-09-10T18:49:12.061069+0000 mgr.x (mgr.34865) 108 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T18:49:13.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:13 smithi063 bash[14646]: audit 2024-09-10T18:49:12.677446+0000 mon.b (mon.2) 325 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T18:49:13.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:13 smithi063 bash[14646]: audit 2024-09-10T18:49:12.678095+0000 mon.b (mon.2) 326 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T18:49:13.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:13 smithi063 bash[14646]: audit 2024-09-10T18:49:12.678722+0000 mon.b (mon.2) 327 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T18:49:13.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:13 smithi063 bash[14646]: audit 2024-09-10T18:49:12.680825+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T18:49:13.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:13 smithi063 bash[14646]: audit 2024-09-10T18:49:12.681709+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T18:49:13.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:13 smithi063 bash[14646]: audit 2024-09-10T18:49:12.682454+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T18:49:15.309 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:49:15.309 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (21m) 2m ago 22m 15.2M - 0.20.0 0881eb8f169f 41b8db25c52c 2024-09-10T18:49:15.309 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (21m) 2m ago 21m 27.2M - 6.6.2 a0dce381714a 87075f7b106b 2024-09-10T18:49:15.310 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 2m ago 22m - - 2024-09-10T18:49:15.310 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 running (15m) 2m ago 26m 427M - 17.2.7-1606-g5be57395 4c55dd409611 40181f21c8d8 2024-09-10T18:49:15.310 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (9m) 2m ago 28m 391M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:49:15.310 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (28m) 2m ago 28m 90.8M 2048M 15.2.9 dfc483079636 110985a9aaad 2024-09-10T18:49:15.310 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (27m) 2m ago 27m 67.5M 2048M 15.2.9 dfc483079636 97c3ecf5bc14 2024-09-10T18:49:15.310 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (27m) 2m ago 27m 65.0M 2048M 15.2.9 dfc483079636 b3f47a149224 2024-09-10T18:49:15.310 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (22m) 2m ago 22m 12.0M - 0.18.1 e5a616e4b9cf 1c56f8797d7e 2024-09-10T18:49:15.310 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (22m) 2m ago 22m 12.3M - 0.18.1 e5a616e4b9cf 5ec08759a54e 2024-09-10T18:49:15.310 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (26m) 2m ago 26m 49.9M 4096M 15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:49:15.310 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (25m) 2m ago 26m 50.5M 4096M 15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:49:15.310 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (25m) 2m ago 25m 46.7M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:49:15.310 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (25m) 2m ago 25m 51.4M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:49:15.311 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (24m) 2m ago 24m 49.8M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:49:15.311 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (24m) 2m ago 24m 47.9M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:49:15.311 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (23m) 2m ago 23m 47.6M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:49:15.311 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (23m) 2m ago 23m 49.3M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:49:15.311 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (12m) 2m ago 22m 43.4M - 2.18.1 de242295e225 bca87f47ec68 2024-09-10T18:49:15.311 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (20m) 2m ago 20m 53.8M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:49:15.311 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (20m) 2m ago 20m 52.8M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:49:15.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[14957]: cluster 2024-09-10T18:49:14.062621+0000 mgr.x (mgr.34865) 109 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T18:49:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[14957]: audit 2024-09-10T18:49:15.279641+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:49:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[14957]: audit 2024-09-10T18:49:15.280873+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:49:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[14957]: audit 2024-09-10T18:49:15.281885+0000 mon.b (mon.2) 330 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[14957]: audit 2024-09-10T18:49:15.282940+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[14957]: audit 2024-09-10T18:49:15.283934+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[14957]: audit 2024-09-10T18:49:15.284903+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[14957]: audit 2024-09-10T18:49:15.290945+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:49:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[14957]: audit 2024-09-10T18:49:15.291895+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[14957]: audit 2024-09-10T18:49:15.292774+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[14957]: audit 2024-09-10T18:49:15.293614+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[14957]: audit 2024-09-10T18:49:15.294376+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[19205]: cluster 2024-09-10T18:49:14.062621+0000 mgr.x (mgr.34865) 109 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T18:49:15.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[19205]: audit 2024-09-10T18:49:15.279641+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:49:15.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[19205]: audit 2024-09-10T18:49:15.280873+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:49:15.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[19205]: audit 2024-09-10T18:49:15.281885+0000 mon.b (mon.2) 330 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[19205]: audit 2024-09-10T18:49:15.282940+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[19205]: audit 2024-09-10T18:49:15.283934+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[19205]: audit 2024-09-10T18:49:15.284903+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[19205]: audit 2024-09-10T18:49:15.290945+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:49:15.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[19205]: audit 2024-09-10T18:49:15.291895+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[19205]: audit 2024-09-10T18:49:15.292774+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[19205]: audit 2024-09-10T18:49:15.293614+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:15 smithi031 bash[19205]: audit 2024-09-10T18:49:15.294376+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:15 smithi063 bash[14646]: cluster 2024-09-10T18:49:14.062621+0000 mgr.x (mgr.34865) 109 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T18:49:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:15 smithi063 bash[14646]: audit 2024-09-10T18:49:15.279641+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:49:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:15 smithi063 bash[14646]: audit 2024-09-10T18:49:15.280873+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:49:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:15 smithi063 bash[14646]: audit 2024-09-10T18:49:15.281885+0000 mon.b (mon.2) 330 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:15 smithi063 bash[14646]: audit 2024-09-10T18:49:15.282940+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:15 smithi063 bash[14646]: audit 2024-09-10T18:49:15.283934+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:15 smithi063 bash[14646]: audit 2024-09-10T18:49:15.284903+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:15 smithi063 bash[14646]: audit 2024-09-10T18:49:15.290945+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:49:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:15 smithi063 bash[14646]: audit 2024-09-10T18:49:15.291895+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:15 smithi063 bash[14646]: audit 2024-09-10T18:49:15.292774+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:15 smithi063 bash[14646]: audit 2024-09-10T18:49:15.293614+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:15 smithi063 bash[14646]: audit 2024-09-10T18:49:15.294376+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:16.103 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T18:49:16.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:16 smithi031 bash[14957]: audit 2024-09-10T18:49:15.273520+0000 mgr.x (mgr.34865) 110 : audit [DBG] from='client.15303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:16.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:16 smithi031 bash[19205]: audit 2024-09-10T18:49:15.273520+0000 mgr.x (mgr.34865) 110 : audit [DBG] from='client.15303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:16.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:16 smithi063 bash[14646]: audit 2024-09-10T18:49:15.273520+0000 mgr.x (mgr.34865) 110 : audit [DBG] from='client.15303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:17.692 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:17 smithi031 bash[14957]: cluster 2024-09-10T18:49:16.063319+0000 mgr.x (mgr.34865) 111 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:17.692 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:17 smithi031 bash[19205]: cluster 2024-09-10T18:49:16.063319+0000 mgr.x (mgr.34865) 111 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:17.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:17 smithi063 bash[14646]: cluster 2024-09-10T18:49:16.063319+0000 mgr.x (mgr.34865) 111 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:19.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:19 smithi063 bash[14646]: cluster 2024-09-10T18:49:18.064041+0000 mgr.x (mgr.34865) 112 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:19.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:19 smithi031 bash[14957]: cluster 2024-09-10T18:49:18.064041+0000 mgr.x (mgr.34865) 112 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:19.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:19 smithi031 bash[19205]: cluster 2024-09-10T18:49:18.064041+0000 mgr.x (mgr.34865) 112 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:19.916 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:49:19.916 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:49:19.917 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-10T18:49:19.917 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:49:19.917 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:49:19.917 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:49:19.917 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:49:19.917 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:49:19.917 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-10T18:49:19.917 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:49:19.917 INFO:teuthology.orchestra.run.smithi031.stdout: "mds": {}, 2024-09-10T18:49:19.917 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:49:19.917 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:49:19.917 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:49:19.918 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:49:19.918 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-10T18:49:19.918 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:49:19.918 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:49:19.918 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:49:20.685 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:20 smithi031 bash[14957]: audit 2024-09-10T18:49:19.913995+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.31:0/3011342071' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:49:20.685 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:20 smithi031 bash[19205]: audit 2024-09-10T18:49:19.913995+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.31:0/3011342071' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:49:20.686 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mgr' 2024-09-10T18:49:20.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:20 smithi063 bash[14646]: audit 2024-09-10T18:49:19.913995+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.31:0/3011342071' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:49:21.860 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:21 smithi031 bash[14957]: cluster 2024-09-10T18:49:20.065511+0000 mgr.x (mgr.34865) 113 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:21.860 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:21 smithi031 bash[19205]: cluster 2024-09-10T18:49:20.065511+0000 mgr.x (mgr.34865) 113 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:21.860 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:49:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:49:21.653Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:49:21.860 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:49:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:49:21.653Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:49:21.860 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:49:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:49:21.653Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:49:21.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:21 smithi063 bash[14646]: cluster 2024-09-10T18:49:20.065511+0000 mgr.x (mgr.34865) 113 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:23.810 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:23 smithi031 bash[14957]: cluster 2024-09-10T18:49:22.066387+0000 mgr.x (mgr.34865) 114 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:23.810 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:23 smithi031 bash[19205]: cluster 2024-09-10T18:49:22.066387+0000 mgr.x (mgr.34865) 114 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:23.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:23 smithi063 bash[14646]: cluster 2024-09-10T18:49:22.066387+0000 mgr.x (mgr.34865) 114 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:25.784 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:25 smithi031 bash[14957]: cluster 2024-09-10T18:49:24.067917+0000 mgr.x (mgr.34865) 115 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:25.784 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:25 smithi031 bash[14957]: audit 2024-09-10T18:49:24.236193+0000 mgr.x (mgr.34865) 116 : audit [DBG] from='client.25231 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:25.784 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:25 smithi031 bash[19205]: cluster 2024-09-10T18:49:24.067917+0000 mgr.x (mgr.34865) 115 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:25.784 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:25 smithi031 bash[19205]: audit 2024-09-10T18:49:24.236193+0000 mgr.x (mgr.34865) 116 : audit [DBG] from='client.25231 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:25.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:25 smithi063 bash[14646]: cluster 2024-09-10T18:49:24.067917+0000 mgr.x (mgr.34865) 115 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:25.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:25 smithi063 bash[14646]: audit 2024-09-10T18:49:24.236193+0000 mgr.x (mgr.34865) 116 : audit [DBG] from='client.25231 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:26.513 INFO:teuthology.orchestra.run.smithi031.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:49:27.408 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- 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-10T18:49:27.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:27 smithi063 bash[14646]: cluster 2024-09-10T18:49:26.068603+0000 mgr.x (mgr.34865) 117 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:27.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:27 smithi063 bash[14646]: cephadm 2024-09-10T18:49:26.499126+0000 mgr.x (mgr.34865) 118 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:49:27.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:27 smithi063 bash[14646]: audit 2024-09-10T18:49:26.508948+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:49:27.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:27 smithi063 bash[14646]: audit 2024-09-10T18:49:26.510929+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:49:27.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:27 smithi063 bash[14646]: audit 2024-09-10T18:49:26.512853+0000 mon.b (mon.2) 340 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:49:27.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:27 smithi063 bash[14646]: cephadm 2024-09-10T18:49:26.514482+0000 mgr.x (mgr.34865) 119 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:49:27.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:27 smithi063 bash[14646]: cluster 2024-09-10T18:49:26.515799+0000 mgr.x (mgr.34865) 120 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:27.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:27 smithi063 bash[14646]: cluster 2024-09-10T18:49:26.516418+0000 mgr.x (mgr.34865) 121 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:27.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:27 smithi063 bash[14646]: audit 2024-09-10T18:49:26.528977+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:49:27.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:27 smithi031 bash[14957]: cluster 2024-09-10T18:49:26.068603+0000 mgr.x (mgr.34865) 117 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:27.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:27 smithi031 bash[14957]: cephadm 2024-09-10T18:49:26.499126+0000 mgr.x (mgr.34865) 118 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:49:27.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:27 smithi031 bash[14957]: audit 2024-09-10T18:49:26.508948+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:49:27.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:27 smithi031 bash[14957]: audit 2024-09-10T18:49:26.510929+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:49:27.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:27 smithi031 bash[14957]: audit 2024-09-10T18:49:26.512853+0000 mon.b (mon.2) 340 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:49:27.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:27 smithi031 bash[14957]: cephadm 2024-09-10T18:49:26.514482+0000 mgr.x (mgr.34865) 119 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:49:27.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:27 smithi031 bash[14957]: cluster 2024-09-10T18:49:26.515799+0000 mgr.x (mgr.34865) 120 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:27.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:27 smithi031 bash[14957]: cluster 2024-09-10T18:49:26.516418+0000 mgr.x (mgr.34865) 121 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:27.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:27 smithi031 bash[14957]: audit 2024-09-10T18:49:26.528977+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:49:27.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:27 smithi031 bash[19205]: cluster 2024-09-10T18:49:26.068603+0000 mgr.x (mgr.34865) 117 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:27.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:27 smithi031 bash[19205]: cephadm 2024-09-10T18:49:26.499126+0000 mgr.x (mgr.34865) 118 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:49:27.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:27 smithi031 bash[19205]: audit 2024-09-10T18:49:26.508948+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:49:27.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:27 smithi031 bash[19205]: audit 2024-09-10T18:49:26.510929+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:49:27.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:27 smithi031 bash[19205]: audit 2024-09-10T18:49:26.512853+0000 mon.b (mon.2) 340 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:49:27.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:27 smithi031 bash[19205]: cephadm 2024-09-10T18:49:26.514482+0000 mgr.x (mgr.34865) 119 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:49:27.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:27 smithi031 bash[19205]: cluster 2024-09-10T18:49:26.515799+0000 mgr.x (mgr.34865) 120 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:27.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:27 smithi031 bash[19205]: cluster 2024-09-10T18:49:26.516418+0000 mgr.x (mgr.34865) 121 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:27.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:27 smithi031 bash[19205]: audit 2024-09-10T18:49:26.528977+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:49:28.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:28 smithi063 bash[14646]: cephadm 2024-09-10T18:49:26.584412+0000 mgr.x (mgr.34865) 122 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:49:28.884 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:28 smithi031 bash[14957]: cephadm 2024-09-10T18:49:26.584412+0000 mgr.x (mgr.34865) 122 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:49:28.884 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:28 smithi031 bash[19205]: cephadm 2024-09-10T18:49:26.584412+0000 mgr.x (mgr.34865) 122 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:49:30.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:30 smithi063 bash[14646]: cluster 2024-09-10T18:49:28.517922+0000 mgr.x (mgr.34865) 123 : cluster [DBG] pgmap v108: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:30.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:30 smithi063 bash[14646]: audit 2024-09-10T18:49:30.065307+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:49:30.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:30 smithi063 bash[14646]: audit 2024-09-10T18:49:30.067090+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:49:30.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:30 smithi063 bash[14646]: audit 2024-09-10T18:49:30.080074+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:49:30.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:30 smithi063 bash[14646]: audit 2024-09-10T18:49:30.084541+0000 mon.b (mon.2) 342 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T18:49:30.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:30 smithi063 bash[14646]: audit 2024-09-10T18:49:30.087602+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T18:49:30.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:30 smithi063 bash[14646]: cluster 2024-09-10T18:49:30.095541+0000 mon.a (mon.0) 1003 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-10T18:49:30.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:30 smithi063 bash[14646]: cluster 2024-09-10T18:49:30.123780+0000 mon.a (mon.0) 1004 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:49:30.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:30 smithi031 bash[14957]: cluster 2024-09-10T18:49:28.517922+0000 mgr.x (mgr.34865) 123 : cluster [DBG] pgmap v108: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:30.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:30 smithi031 bash[14957]: audit 2024-09-10T18:49:30.065307+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:49:30.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:30 smithi031 bash[14957]: audit 2024-09-10T18:49:30.067090+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:49:30.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:30 smithi031 bash[14957]: audit 2024-09-10T18:49:30.080074+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:49:30.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:30 smithi031 bash[14957]: audit 2024-09-10T18:49:30.084541+0000 mon.b (mon.2) 342 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T18:49:30.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:30 smithi031 bash[14957]: audit 2024-09-10T18:49:30.087602+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T18:49:30.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:30 smithi031 bash[14957]: cluster 2024-09-10T18:49:30.095541+0000 mon.a (mon.0) 1003 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-10T18:49:30.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:30 smithi031 bash[14957]: cluster 2024-09-10T18:49:30.123780+0000 mon.a (mon.0) 1004 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:49:30.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:30 smithi031 bash[19205]: cluster 2024-09-10T18:49:28.517922+0000 mgr.x (mgr.34865) 123 : cluster [DBG] pgmap v108: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:30.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:30 smithi031 bash[19205]: audit 2024-09-10T18:49:30.065307+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:49:30.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:30 smithi031 bash[19205]: audit 2024-09-10T18:49:30.067090+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:49:30.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:30 smithi031 bash[19205]: audit 2024-09-10T18:49:30.080074+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.34865 ' entity='mgr.x' 2024-09-10T18:49:30.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:30 smithi031 bash[19205]: audit 2024-09-10T18:49:30.084541+0000 mon.b (mon.2) 342 : audit [INF] from='mgr.34865 172.21.15.63:0/3104124717' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T18:49:30.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:30 smithi031 bash[19205]: audit 2024-09-10T18:49:30.087602+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T18:49:30.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:30 smithi031 bash[19205]: cluster 2024-09-10T18:49:30.095541+0000 mon.a (mon.0) 1003 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-10T18:49:30.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:30 smithi031 bash[19205]: cluster 2024-09-10T18:49:30.123780+0000 mon.a (mon.0) 1004 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:49:31.380 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:31 smithi063 bash[27437]: debug 2024-09-10T18:49:31.084+0000 7f3c1dd68640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-10T18:49:31.380 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:31 smithi063 bash[27437]: ignoring --setuser ceph since I am not root 2024-09-10T18:49:31.380 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:31 smithi063 bash[27437]: ignoring --setgroup ceph since I am not root 2024-09-10T18:49:31.380 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:31 smithi063 bash[27437]: debug 2024-09-10T18:49:31.136+0000 7fd46ae4b640 1 -- 172.21.15.63:0/3020654009 <== mon.2 v2:172.21.15.63:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c7108d2340 con 0x55c7108dec00 2024-09-10T18:49:31.381 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:31 smithi063 bash[27437]: debug 2024-09-10T18:49:31.260+0000 7fd46d6a5ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T18:49:31.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:31 smithi063 bash[14646]: cephadm 2024-09-10T18:49:30.064374+0000 mgr.x (mgr.34865) 124 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:49:31.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:31 smithi063 bash[14646]: cephadm 2024-09-10T18:49:30.064548+0000 mgr.x (mgr.34865) 125 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:49:31.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:31 smithi063 bash[14646]: cephadm 2024-09-10T18:49:30.079181+0000 mgr.x (mgr.34865) 126 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T18:49:31.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:31 smithi063 bash[14646]: cephadm 2024-09-10T18:49:30.080011+0000 mgr.x (mgr.34865) 127 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T18:49:31.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:31 smithi063 bash[14646]: cephadm 2024-09-10T18:49:30.084146+0000 mgr.x (mgr.34865) 128 : cephadm [INF] Failing over to other MGR 2024-09-10T18:49:31.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:31 smithi063 bash[14646]: audit 2024-09-10T18:49:31.091764+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-10T18:49:31.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:31 smithi063 bash[14646]: cluster 2024-09-10T18:49:31.091948+0000 mon.a (mon.0) 1006 : cluster [DBG] mgrmap e34: y(active, starting, since 1.00338s), standbys: x 2024-09-10T18:49:31.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:49:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:49:31.653Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:49:31.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:49:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:49:31.653Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:49:31.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:49:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:49:31.653Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:49:31.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:31 smithi031 bash[14957]: cephadm 2024-09-10T18:49:30.064374+0000 mgr.x (mgr.34865) 124 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:49:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:31 smithi031 bash[14957]: cephadm 2024-09-10T18:49:30.064548+0000 mgr.x (mgr.34865) 125 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:49:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:31 smithi031 bash[14957]: cephadm 2024-09-10T18:49:30.079181+0000 mgr.x (mgr.34865) 126 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T18:49:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:31 smithi031 bash[14957]: cephadm 2024-09-10T18:49:30.080011+0000 mgr.x (mgr.34865) 127 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T18:49:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:31 smithi031 bash[14957]: cephadm 2024-09-10T18:49:30.084146+0000 mgr.x (mgr.34865) 128 : cephadm [INF] Failing over to other MGR 2024-09-10T18:49:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:31 smithi031 bash[14957]: audit 2024-09-10T18:49:31.091764+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-10T18:49:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:31 smithi031 bash[14957]: cluster 2024-09-10T18:49:31.091948+0000 mon.a (mon.0) 1006 : cluster [DBG] mgrmap e34: y(active, starting, since 1.00338s), standbys: x 2024-09-10T18:49:31.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:31 smithi031 bash[19205]: cephadm 2024-09-10T18:49:30.064374+0000 mgr.x (mgr.34865) 124 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:49:31.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:31 smithi031 bash[19205]: cephadm 2024-09-10T18:49:30.064548+0000 mgr.x (mgr.34865) 125 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:49:31.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:31 smithi031 bash[19205]: cephadm 2024-09-10T18:49:30.079181+0000 mgr.x (mgr.34865) 126 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T18:49:31.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:31 smithi031 bash[19205]: cephadm 2024-09-10T18:49:30.080011+0000 mgr.x (mgr.34865) 127 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T18:49:31.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:31 smithi031 bash[19205]: cephadm 2024-09-10T18:49:30.084146+0000 mgr.x (mgr.34865) 128 : cephadm [INF] Failing over to other MGR 2024-09-10T18:49:31.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:31 smithi031 bash[19205]: audit 2024-09-10T18:49:31.091764+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.34865 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-10T18:49:31.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:31 smithi031 bash[19205]: cluster 2024-09-10T18:49:31.091948+0000 mon.a (mon.0) 1006 : cluster [DBG] mgrmap e34: y(active, starting, since 1.00338s), standbys: x 2024-09-10T18:49:32.335 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:32 smithi063 bash[27437]: debug 2024-09-10T18:49:32.032+0000 7fd46d6a5ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T18:49:32.336 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:32 smithi063 bash[27437]: debug 2024-09-10T18:49:32.100+0000 7fd46d6a5ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T18:49:32.336 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:32 smithi063 bash[27437]: debug 2024-09-10T18:49:32.168+0000 7fd46d6a5ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T18:49:32.593 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:32 smithi063 bash[27437]: debug 2024-09-10T18:49:32.328+0000 7fd46d6a5ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:49:32.880 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:32 smithi063 bash[27437]: debug 2024-09-10T18:49:32.584+0000 7fd46d6a5ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T18:49:32.880 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:32 smithi063 bash[27437]: debug 2024-09-10T18:49:32.652+0000 7fd46d6a5ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T18:49:32.880 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:32 smithi063 bash[27437]: debug 2024-09-10T18:49:32.788+0000 7fd46d6a5ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T18:49:33.880 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:33 smithi063 bash[27437]: debug 2024-09-10T18:49:33.440+0000 7fd46d6a5ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T18:49:33.880 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:33 smithi063 bash[27437]: debug 2024-09-10T18:49:33.516+0000 7fd46d6a5ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T18:49:33.880 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:33 smithi063 bash[27437]: debug 2024-09-10T18:49:33.592+0000 7fd46d6a5ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T18:49:34.362 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:33 smithi063 bash[27437]: debug 2024-09-10T18:49:33.884+0000 7fd46d6a5ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T18:49:34.362 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:34 smithi063 bash[27437]: debug 2024-09-10T18:49:34.028+0000 7fd46d6a5ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T18:49:34.630 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:34 smithi063 bash[27437]: debug 2024-09-10T18:49:34.356+0000 7fd46d6a5ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T18:49:34.630 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:34 smithi063 bash[27437]: debug 2024-09-10T18:49:34.580+0000 7fd46d6a5ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:49:35.314 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:35 smithi063 bash[27437]: debug 2024-09-10T18:49:35.008+0000 7fd46d6a5ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T18:49:35.315 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:35 smithi063 bash[27437]: debug 2024-09-10T18:49:35.076+0000 7fd46d6a5ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T18:49:35.315 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:35 smithi063 bash[27437]: debug 2024-09-10T18:49:35.144+0000 7fd46d6a5ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T18:49:35.315 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:35 smithi063 bash[27437]: debug 2024-09-10T18:49:35.240+0000 7fd46d6a5ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T18:49:35.315 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:35 smithi063 bash[27437]: debug 2024-09-10T18:49:35.308+0000 7fd46d6a5ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T18:49:35.624 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:35 smithi063 bash[27437]: debug 2024-09-10T18:49:35.384+0000 7fd46d6a5ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T18:49:35.624 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:35 smithi063 bash[27437]: debug 2024-09-10T18:49:35.536+0000 7fd46d6a5ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T18:49:35.880 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:35 smithi063 bash[27437]: debug 2024-09-10T18:49:35.616+0000 7fd46d6a5ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T18:49:36.880 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:36 smithi063 bash[27437]: debug 2024-09-10T18:49:36.612+0000 7fd46d6a5ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T18:49:36.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:36 smithi063 bash[14646]: cluster 2024-09-10T18:49:36.640260+0000 mon.a (mon.0) 1007 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T18:49:36.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:36 smithi063 bash[14646]: cluster 2024-09-10T18:49:36.640565+0000 mon.a (mon.0) 1008 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:49:36.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:36 smithi063 bash[14646]: audit 2024-09-10T18:49:36.640749+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.63:0/2430284252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T18:49:36.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:36 smithi063 bash[14646]: audit 2024-09-10T18:49:36.641855+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.? 172.21.15.63:0/2430284252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:49:36.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:36 smithi063 bash[14646]: audit 2024-09-10T18:49:36.643956+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.? 172.21.15.63:0/2430284252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T18:49:36.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:36 smithi063 bash[14646]: audit 2024-09-10T18:49:36.644910+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.? 172.21.15.63:0/2430284252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:49:37.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:36 smithi031 bash[14957]: cluster 2024-09-10T18:49:36.640260+0000 mon.a (mon.0) 1007 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T18:49:37.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:36 smithi031 bash[14957]: cluster 2024-09-10T18:49:36.640565+0000 mon.a (mon.0) 1008 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:49:37.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:36 smithi031 bash[14957]: audit 2024-09-10T18:49:36.640749+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.63:0/2430284252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T18:49:37.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:36 smithi031 bash[14957]: audit 2024-09-10T18:49:36.641855+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.? 172.21.15.63:0/2430284252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:49:37.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:36 smithi031 bash[14957]: audit 2024-09-10T18:49:36.643956+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.? 172.21.15.63:0/2430284252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T18:49:37.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:36 smithi031 bash[14957]: audit 2024-09-10T18:49:36.644910+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.? 172.21.15.63:0/2430284252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:49:37.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:36 smithi031 bash[19205]: cluster 2024-09-10T18:49:36.640260+0000 mon.a (mon.0) 1007 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T18:49:37.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:36 smithi031 bash[19205]: cluster 2024-09-10T18:49:36.640565+0000 mon.a (mon.0) 1008 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:49:37.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:36 smithi031 bash[19205]: audit 2024-09-10T18:49:36.640749+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.63:0/2430284252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T18:49:37.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:36 smithi031 bash[19205]: audit 2024-09-10T18:49:36.641855+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.? 172.21.15.63:0/2430284252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:49:37.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:36 smithi031 bash[19205]: audit 2024-09-10T18:49:36.643956+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.? 172.21.15.63:0/2430284252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T18:49:37.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:36 smithi031 bash[19205]: audit 2024-09-10T18:49:36.644910+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.? 172.21.15.63:0/2430284252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:49:38.030 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: cluster 2024-09-10T18:49:36.704769+0000 mon.a (mon.0) 1009 : cluster [DBG] mgrmap e35: y(active, starting, since 6s), standbys: x 2024-09-10T18:49:38.031 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:36.705708+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.? 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:49:38.031 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:36.706144+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.? 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:49:38.031 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.095374+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:49:38.031 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.095708+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:49:38.031 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.096072+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:49:38.031 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.101537+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:49:38.031 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.102370+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:49:38.031 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.103171+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:49:38.031 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.104000+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:49:38.031 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.104804+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:49:38.032 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.105587+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:49:38.032 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.106371+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:49:38.032 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.107151+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:49:38.032 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.107830+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:49:38.032 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.108209+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:49:38.032 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.108934+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:49:38.032 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.110477+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:49:38.032 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: cluster 2024-09-10T18:49:36.704769+0000 mon.a (mon.0) 1009 : cluster [DBG] mgrmap e35: y(active, starting, since 6s), standbys: x 2024-09-10T18:49:38.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:36.705708+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.? 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:49:38.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:36.706144+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.? 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:49:38.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.095374+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:49:38.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.095708+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:49:38.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.096072+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:49:38.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.101537+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:49:38.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.102370+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:49:38.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.103171+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:49:38.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.104000+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:49:38.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.104804+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:49:38.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.105587+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:49:38.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.106371+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:49:38.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.107151+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:49:38.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.107830+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:49:38.034 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.108209+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:49:38.034 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.108934+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:49:38.034 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.110477+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:49:38.034 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.111973+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT53310008400BGN"}]: dispatch 2024-09-10T18:49:38.034 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.112644+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT5344005B400BGN"}]: dispatch 2024-09-10T18:49:38.034 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.113282+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T18:49:38.035 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.113908+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-10T18:49:38.035 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.114481+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T18:49:38.035 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.115059+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:49:38.035 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.115675+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:49:38.035 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.116295+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031"}]: dispatch 2024-09-10T18:49:38.035 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.116969+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031.devices.0"}]: dispatch 2024-09-10T18:49:38.035 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.117615+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063"}]: dispatch 2024-09-10T18:49:38.035 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.118281+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063.devices.0"}]: dispatch 2024-09-10T18:49:38.035 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.118917+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:49:38.035 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.119521+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:49:38.035 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.120165+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T18:49:38.035 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.120763+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:49:38.035 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.121354+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:49:38.036 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.121941+0000 mon.a (mon.0) 1043 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-10T18:49:38.036 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.122577+0000 mon.a (mon.0) 1044 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:49:38.036 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.123161+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:49:38.036 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.123793+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:49:38.036 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.124401+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T18:49:38.036 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.125035+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:49:38.036 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.125630+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:49:38.036 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.126252+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:49:38.036 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.126861+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:49:38.036 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.127430+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-10T18:49:38.036 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.128059+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:49:38.036 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.128706+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:49:38.036 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.129300+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:49:38.037 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.129958+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:49:38.037 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.130553+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:49:38.037 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.131155+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T18:49:38.037 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.131781+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:49:38.037 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: audit 2024-09-10T18:49:37.132407+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:49:38.037 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[19205]: cluster 2024-09-10T18:49:37.636840+0000 mon.a (mon.0) 1061 : cluster [INF] Manager daemon y is now available 2024-09-10T18:49:38.037 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.111973+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT53310008400BGN"}]: dispatch 2024-09-10T18:49:38.037 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.112644+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT5344005B400BGN"}]: dispatch 2024-09-10T18:49:38.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.113282+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T18:49:38.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.113908+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-10T18:49:38.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.114481+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T18:49:38.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.115059+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:49:38.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.115675+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:49:38.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.116295+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031"}]: dispatch 2024-09-10T18:49:38.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.116969+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031.devices.0"}]: dispatch 2024-09-10T18:49:38.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.117615+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063"}]: dispatch 2024-09-10T18:49:38.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.118281+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063.devices.0"}]: dispatch 2024-09-10T18:49:38.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.118917+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:49:38.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.119521+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:49:38.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.120165+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T18:49:38.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.120763+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:49:38.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.121354+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:49:38.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.121941+0000 mon.a (mon.0) 1043 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-10T18:49:38.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.122577+0000 mon.a (mon.0) 1044 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:49:38.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.123161+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:49:38.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.123793+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:49:38.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.124401+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T18:49:38.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.125035+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:49:38.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.125630+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:49:38.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.126252+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:49:38.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.126861+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:49:38.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.127430+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-10T18:49:38.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.128059+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:49:38.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.128706+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:49:38.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.129300+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:49:38.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.129958+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:49:38.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.130553+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:49:38.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.131155+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T18:49:38.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.131781+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:49:38.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: audit 2024-09-10T18:49:37.132407+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:49:38.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:37 smithi031 bash[14957]: cluster 2024-09-10T18:49:37.636840+0000 mon.a (mon.0) 1061 : cluster [INF] Manager daemon y is now available 2024-09-10T18:49:38.041 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: cluster 2024-09-10T18:49:36.704769+0000 mon.a (mon.0) 1009 : cluster [DBG] mgrmap e35: y(active, starting, since 6s), standbys: x 2024-09-10T18:49:38.041 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:36.705708+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.? 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:49:38.041 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:36.706144+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.? 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:49:38.041 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.095374+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:49:38.041 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.095708+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:49:38.041 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.096072+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:49:38.041 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.101537+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:49:38.041 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.102370+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:49:38.041 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.103171+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:49:38.041 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.104000+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:49:38.042 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.104804+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:49:38.042 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.105587+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:49:38.042 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.106371+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:49:38.042 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.107151+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:49:38.042 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.107830+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:49:38.042 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.108209+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:49:38.042 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.108934+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:49:38.042 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.110477+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:49:38.042 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.111973+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT53310008400BGN"}]: dispatch 2024-09-10T18:49:38.042 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.112644+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT5344005B400BGN"}]: dispatch 2024-09-10T18:49:38.042 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.113282+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T18:49:38.042 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.113908+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-10T18:49:38.042 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.114481+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T18:49:38.042 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.115059+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:49:38.043 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.115675+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:49:38.043 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.116295+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031"}]: dispatch 2024-09-10T18:49:38.043 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.116969+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031.devices.0"}]: dispatch 2024-09-10T18:49:38.043 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.117615+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063"}]: dispatch 2024-09-10T18:49:38.043 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.118281+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063.devices.0"}]: dispatch 2024-09-10T18:49:38.043 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.118917+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:49:38.043 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.119521+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:49:38.043 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.120165+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T18:49:38.043 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.120763+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:49:38.043 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.121354+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:49:38.043 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.121941+0000 mon.a (mon.0) 1043 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-10T18:49:38.043 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.122577+0000 mon.a (mon.0) 1044 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:49:38.043 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.123161+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:49:38.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.123793+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:49:38.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.124401+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T18:49:38.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.125035+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:49:38.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.125630+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:49:38.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.126252+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:49:38.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.126861+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:49:38.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.127430+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-10T18:49:38.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.128059+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:49:38.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.128706+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:49:38.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.129300+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:49:38.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.129958+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:49:38.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.130553+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:49:38.044 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.131155+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T18:49:38.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.131781+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:49:38.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: audit 2024-09-10T18:49:37.132407+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:49:38.045 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:37 smithi063 bash[14646]: cluster 2024-09-10T18:49:37.636840+0000 mon.a (mon.0) 1061 : cluster [INF] Manager daemon y is now available 2024-09-10T18:49:38.356 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:49:39.065 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:49:39.065 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (21m) 3m ago 22m 15.2M - 0.20.0 0881eb8f169f 41b8db25c52c 2024-09-10T18:49:39.065 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (21m) 3m ago 21m 27.2M - 6.6.2 a0dce381714a 87075f7b106b 2024-09-10T18:49:39.065 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 3m ago 23m - - 2024-09-10T18:49:39.065 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 running (16m) 3m ago 27m 427M - 17.2.7-1606-g5be57395 4c55dd409611 40181f21c8d8 2024-09-10T18:49:39.065 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (9m) 3m ago 28m 391M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:49:39.066 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (28m) 3m ago 29m 90.8M 2048M 15.2.9 dfc483079636 110985a9aaad 2024-09-10T18:49:39.066 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (27m) 3m ago 27m 67.5M 2048M 15.2.9 dfc483079636 97c3ecf5bc14 2024-09-10T18:49:39.066 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (27m) 3m ago 27m 65.0M 2048M 15.2.9 dfc483079636 b3f47a149224 2024-09-10T18:49:39.066 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (22m) 3m ago 22m 12.0M - 0.18.1 e5a616e4b9cf 1c56f8797d7e 2024-09-10T18:49:39.066 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (22m) 3m ago 22m 12.3M - 0.18.1 e5a616e4b9cf 5ec08759a54e 2024-09-10T18:49:39.066 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (26m) 3m ago 26m 49.9M 4096M 15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:49:39.066 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (26m) 3m ago 26m 50.5M 4096M 15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:49:39.066 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (25m) 3m ago 25m 46.7M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:49:39.066 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (25m) 3m ago 25m 51.4M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:49:39.066 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (25m) 3m ago 25m 49.8M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:49:39.066 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (24m) 3m ago 24m 47.9M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:49:39.066 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (24m) 3m ago 24m 47.6M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:49:39.066 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (23m) 3m ago 23m 49.3M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:49:39.066 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (12m) 3m ago 22m 43.4M - 2.18.1 de242295e225 bca87f47ec68 2024-09-10T18:49:39.067 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (20m) 3m ago 20m 53.8M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:49:39.067 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (20m) 3m ago 20m 52.8M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:49:39.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:38 smithi063 bash[14646]: audit 2024-09-10T18:49:37.737554+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:49:39.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:38 smithi063 bash[14646]: audit 2024-09-10T18:49:37.760587+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:49:39.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:38 smithi063 bash[14646]: audit 2024-09-10T18:49:38.082519+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:49:39.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:38 smithi063 bash[14646]: audit 2024-09-10T18:49:38.096132+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:49:39.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:38 smithi063 bash[14646]: cluster 2024-09-10T18:49:38.335996+0000 mon.a (mon.0) 1066 : cluster [DBG] mgrmap e36: y(active, since 8s), standbys: x 2024-09-10T18:49:39.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:38 smithi063 bash[14646]: audit 2024-09-10T18:49:38.341095+0000 mgr.y (mgr.15159) 1 : audit [DBG] from='client.25243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:39.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:38 smithi063 bash[14646]: cluster 2024-09-10T18:49:38.344889+0000 mgr.y (mgr.15159) 2 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:39.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:38 smithi031 bash[19205]: audit 2024-09-10T18:49:37.737554+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:49:39.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:38 smithi031 bash[19205]: audit 2024-09-10T18:49:37.760587+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:49:39.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:38 smithi031 bash[19205]: audit 2024-09-10T18:49:38.082519+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:49:39.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:38 smithi031 bash[19205]: audit 2024-09-10T18:49:38.096132+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:49:39.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:38 smithi031 bash[19205]: cluster 2024-09-10T18:49:38.335996+0000 mon.a (mon.0) 1066 : cluster [DBG] mgrmap e36: y(active, since 8s), standbys: x 2024-09-10T18:49:39.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:38 smithi031 bash[19205]: audit 2024-09-10T18:49:38.341095+0000 mgr.y (mgr.15159) 1 : audit [DBG] from='client.25243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:39.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:38 smithi031 bash[19205]: cluster 2024-09-10T18:49:38.344889+0000 mgr.y (mgr.15159) 2 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:39.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:38 smithi031 bash[14957]: audit 2024-09-10T18:49:37.737554+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:49:39.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:38 smithi031 bash[14957]: audit 2024-09-10T18:49:37.760587+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:49:39.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:38 smithi031 bash[14957]: audit 2024-09-10T18:49:38.082519+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:49:39.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:38 smithi031 bash[14957]: audit 2024-09-10T18:49:38.096132+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:49:39.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:38 smithi031 bash[14957]: cluster 2024-09-10T18:49:38.335996+0000 mon.a (mon.0) 1066 : cluster [DBG] mgrmap e36: y(active, since 8s), standbys: x 2024-09-10T18:49:39.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:38 smithi031 bash[14957]: audit 2024-09-10T18:49:38.341095+0000 mgr.y (mgr.15159) 1 : audit [DBG] from='client.25243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:39.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:38 smithi031 bash[14957]: cluster 2024-09-10T18:49:38.344889+0000 mgr.y (mgr.15159) 2 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:39.467 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:49:39.467 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:49:39.467 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-10T18:49:39.467 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:49:39.467 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:49:39.468 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:49:39.468 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:49:39.468 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:49:39.468 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-10T18:49:39.468 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:49:39.468 INFO:teuthology.orchestra.run.smithi031.stdout: "mds": {}, 2024-09-10T18:49:39.468 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:49:39.468 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:49:39.468 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:49:39.468 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:49:39.468 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-10T18:49:39.468 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:49:39.468 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:49:39.469 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:49:39.823 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:49:39.823 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:49:39.823 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T18:49:39.823 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-10T18:49:39.823 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [ 2024-09-10T18:49:39.823 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr" 2024-09-10T18:49:39.823 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-10T18:49:39.823 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "2/2 daemons upgraded", 2024-09-10T18:49:39.823 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "", 2024-09-10T18:49:39.823 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T18:49:39.823 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:49:40.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:39 smithi063 bash[14646]: audit 2024-09-10T18:49:38.700959+0000 mgr.y (mgr.15159) 3 : audit [DBG] from='client.25267 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:40.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:39 smithi063 bash[14646]: audit 2024-09-10T18:49:39.036470+0000 mgr.y (mgr.15159) 4 : audit [DBG] from='client.15357 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:40.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:39 smithi063 bash[14646]: audit 2024-09-10T18:49:39.039605+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:49:40.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:39 smithi063 bash[14646]: audit 2024-09-10T18:49:39.040517+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:49:40.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:39 smithi063 bash[14646]: audit 2024-09-10T18:49:39.041334+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:39 smithi063 bash[14646]: audit 2024-09-10T18:49:39.042185+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:39 smithi063 bash[14646]: audit 2024-09-10T18:49:39.043009+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:39 smithi063 bash[14646]: audit 2024-09-10T18:49:39.043834+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:39 smithi063 bash[14646]: audit 2024-09-10T18:49:39.048744+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:49:40.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:39 smithi063 bash[14646]: audit 2024-09-10T18:49:39.049201+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:39 smithi063 bash[14646]: audit 2024-09-10T18:49:39.049707+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:39 smithi063 bash[14646]: audit 2024-09-10T18:49:39.050189+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:39 smithi063 bash[14646]: audit 2024-09-10T18:49:39.050683+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:39 smithi063 bash[14646]: cluster 2024-09-10T18:49:39.104166+0000 mgr.y (mgr.15159) 5 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:40.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:39 smithi063 bash[14646]: cluster 2024-09-10T18:49:39.324870+0000 mon.a (mon.0) 1078 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-10T18:49:40.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:39 smithi063 bash[14646]: cluster 2024-09-10T18:49:39.324934+0000 mon.a (mon.0) 1079 : cluster [INF] Cluster is now healthy 2024-09-10T18:49:40.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:39 smithi063 bash[14646]: audit 2024-09-10T18:49:39.465112+0000 mon.a (mon.0) 1080 : audit [DBG] from='client.? 172.21.15.31:0/2023354144' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:49:40.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[19205]: audit 2024-09-10T18:49:38.700959+0000 mgr.y (mgr.15159) 3 : audit [DBG] from='client.25267 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:40.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[19205]: audit 2024-09-10T18:49:39.036470+0000 mgr.y (mgr.15159) 4 : audit [DBG] from='client.15357 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:40.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[19205]: audit 2024-09-10T18:49:39.039605+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:49:40.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[19205]: audit 2024-09-10T18:49:39.040517+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:49:40.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[19205]: audit 2024-09-10T18:49:39.041334+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[19205]: audit 2024-09-10T18:49:39.042185+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[19205]: audit 2024-09-10T18:49:39.043009+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[19205]: audit 2024-09-10T18:49:39.043834+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[19205]: audit 2024-09-10T18:49:39.048744+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:49:40.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[19205]: audit 2024-09-10T18:49:39.049201+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[19205]: audit 2024-09-10T18:49:39.049707+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[19205]: audit 2024-09-10T18:49:39.050189+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[19205]: audit 2024-09-10T18:49:39.050683+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[19205]: cluster 2024-09-10T18:49:39.104166+0000 mgr.y (mgr.15159) 5 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:40.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[19205]: cluster 2024-09-10T18:49:39.324870+0000 mon.a (mon.0) 1078 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-10T18:49:40.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[19205]: cluster 2024-09-10T18:49:39.324934+0000 mon.a (mon.0) 1079 : cluster [INF] Cluster is now healthy 2024-09-10T18:49:40.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[19205]: audit 2024-09-10T18:49:39.465112+0000 mon.a (mon.0) 1080 : audit [DBG] from='client.? 172.21.15.31:0/2023354144' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:49:40.138 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[40844]: debug 2024-09-10T18:49:39.894+0000 7f0841dd5640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:18:49:39] ENGINE Error in HTTPServer.serve 2024-09-10T18:49:40.138 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[40844]: Traceback (most recent call last): 2024-09-10T18:49:40.138 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[40844]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:49:40.138 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[40844]: self._connections.run(self.expiration_interval) 2024-09-10T18:49:40.138 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[40844]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:49:40.138 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[40844]: self._run(expiration_interval) 2024-09-10T18:49:40.138 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[40844]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:49:40.138 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[40844]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:49:40.138 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[40844]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:49:40.138 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[40844]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:49:40.138 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[40844]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:49:40.139 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[40844]: s = self.context.wrap_socket( 2024-09-10T18:49:40.139 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[40844]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:49:40.139 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[40844]: return self.sslsocket_class._create( 2024-09-10T18:49:40.139 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[40844]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:49:40.139 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[40844]: self.do_handshake() 2024-09-10T18:49:40.139 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[40844]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:49:40.139 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[40844]: self._sslobj.do_handshake() 2024-09-10T18:49:40.139 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[40844]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:49:40.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[14957]: audit 2024-09-10T18:49:38.700959+0000 mgr.y (mgr.15159) 3 : audit [DBG] from='client.25267 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:40.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[14957]: audit 2024-09-10T18:49:39.036470+0000 mgr.y (mgr.15159) 4 : audit [DBG] from='client.15357 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:40.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[14957]: audit 2024-09-10T18:49:39.039605+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:49:40.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[14957]: audit 2024-09-10T18:49:39.040517+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:49:40.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[14957]: audit 2024-09-10T18:49:39.041334+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[14957]: audit 2024-09-10T18:49:39.042185+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[14957]: audit 2024-09-10T18:49:39.043009+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[14957]: audit 2024-09-10T18:49:39.043834+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[14957]: audit 2024-09-10T18:49:39.048744+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:49:40.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[14957]: audit 2024-09-10T18:49:39.049201+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[14957]: audit 2024-09-10T18:49:39.049707+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[14957]: audit 2024-09-10T18:49:39.050189+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[14957]: audit 2024-09-10T18:49:39.050683+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:40.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[14957]: cluster 2024-09-10T18:49:39.104166+0000 mgr.y (mgr.15159) 5 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:40.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[14957]: cluster 2024-09-10T18:49:39.324870+0000 mon.a (mon.0) 1078 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-10T18:49:40.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[14957]: cluster 2024-09-10T18:49:39.324934+0000 mon.a (mon.0) 1079 : cluster [INF] Cluster is now healthy 2024-09-10T18:49:40.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:39 smithi031 bash[14957]: audit 2024-09-10T18:49:39.465112+0000 mon.a (mon.0) 1080 : audit [DBG] from='client.? 172.21.15.31:0/2023354144' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:49:41.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: cephadm 2024-09-10T18:49:39.766237+0000 mgr.y (mgr.15159) 6 : cephadm [INF] [10/Sep/2024:18:49:39] ENGINE Bus STARTING 2024-09-10T18:49:41.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: audit 2024-09-10T18:49:39.820395+0000 mgr.y (mgr.15159) 7 : audit [DBG] from='client.25285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:41.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: cephadm 2024-09-10T18:49:39.894957+0000 mgr.y (mgr.15159) 8 : cephadm [INF] [10/Sep/2024:18:49:39] ENGINE Serving on https://172.21.15.31:7150 2024-09-10T18:49:41.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: cephadm 2024-09-10T18:49:39.895218+0000 mgr.y (mgr.15159) 9 : cephadm [INF] [10/Sep/2024:18:49:39] ENGINE Bus STARTED 2024-09-10T18:49:41.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: cephadm 2024-09-10T18:49:39.898558+0000 mgr.y (mgr.15159) 10 : cephadm [ERR] [10/Sep/2024:18:49:39] ENGINE Error in HTTPServer.serve 2024-09-10T18:49:41.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: Traceback (most recent call last): 2024-09-10T18:49:41.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:49:41.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: self._connections.run(self.expiration_interval) 2024-09-10T18:49:41.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:49:41.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: self._run(expiration_interval) 2024-09-10T18:49:41.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:49:41.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:49:41.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:49:41.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:49:41.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:49:41.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: s = self.context.wrap_socket( 2024-09-10T18:49:41.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:49:41.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: return self.sslsocket_class._create( 2024-09-10T18:49:41.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:49:41.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: self.do_handshake() 2024-09-10T18:49:41.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:49:41.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: self._sslobj.do_handshake() 2024-09-10T18:49:41.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:49:41.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: audit 2024-09-10T18:49:39.904485+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:41.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:40 smithi063 bash[14646]: cluster 2024-09-10T18:49:40.732882+0000 mon.a (mon.0) 1082 : cluster [DBG] mgrmap e37: y(active, since 10s), standbys: x 2024-09-10T18:49:41.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: cephadm 2024-09-10T18:49:39.766237+0000 mgr.y (mgr.15159) 6 : cephadm [INF] [10/Sep/2024:18:49:39] ENGINE Bus STARTING 2024-09-10T18:49:41.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: audit 2024-09-10T18:49:39.820395+0000 mgr.y (mgr.15159) 7 : audit [DBG] from='client.25285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:41.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: cephadm 2024-09-10T18:49:39.894957+0000 mgr.y (mgr.15159) 8 : cephadm [INF] [10/Sep/2024:18:49:39] ENGINE Serving on https://172.21.15.31:7150 2024-09-10T18:49:41.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: cephadm 2024-09-10T18:49:39.895218+0000 mgr.y (mgr.15159) 9 : cephadm [INF] [10/Sep/2024:18:49:39] ENGINE Bus STARTED 2024-09-10T18:49:41.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: cephadm 2024-09-10T18:49:39.898558+0000 mgr.y (mgr.15159) 10 : cephadm [ERR] [10/Sep/2024:18:49:39] ENGINE Error in HTTPServer.serve 2024-09-10T18:49:41.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: Traceback (most recent call last): 2024-09-10T18:49:41.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:49:41.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: self._connections.run(self.expiration_interval) 2024-09-10T18:49:41.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:49:41.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: self._run(expiration_interval) 2024-09-10T18:49:41.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:49:41.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:49:41.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:49:41.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:49:41.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:49:41.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: s = self.context.wrap_socket( 2024-09-10T18:49:41.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:49:41.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: return self.sslsocket_class._create( 2024-09-10T18:49:41.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:49:41.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: self.do_handshake() 2024-09-10T18:49:41.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:49:41.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: self._sslobj.do_handshake() 2024-09-10T18:49:41.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:49:41.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: audit 2024-09-10T18:49:39.904485+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:41.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[14957]: cluster 2024-09-10T18:49:40.732882+0000 mon.a (mon.0) 1082 : cluster [DBG] mgrmap e37: y(active, since 10s), standbys: x 2024-09-10T18:49:41.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: cephadm 2024-09-10T18:49:39.766237+0000 mgr.y (mgr.15159) 6 : cephadm [INF] [10/Sep/2024:18:49:39] ENGINE Bus STARTING 2024-09-10T18:49:41.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: audit 2024-09-10T18:49:39.820395+0000 mgr.y (mgr.15159) 7 : audit [DBG] from='client.25285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:41.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: cephadm 2024-09-10T18:49:39.894957+0000 mgr.y (mgr.15159) 8 : cephadm [INF] [10/Sep/2024:18:49:39] ENGINE Serving on https://172.21.15.31:7150 2024-09-10T18:49:41.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: cephadm 2024-09-10T18:49:39.895218+0000 mgr.y (mgr.15159) 9 : cephadm [INF] [10/Sep/2024:18:49:39] ENGINE Bus STARTED 2024-09-10T18:49:41.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: cephadm 2024-09-10T18:49:39.898558+0000 mgr.y (mgr.15159) 10 : cephadm [ERR] [10/Sep/2024:18:49:39] ENGINE Error in HTTPServer.serve 2024-09-10T18:49:41.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: Traceback (most recent call last): 2024-09-10T18:49:41.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:49:41.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: self._connections.run(self.expiration_interval) 2024-09-10T18:49:41.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:49:41.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: self._run(expiration_interval) 2024-09-10T18:49:41.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:49:41.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:49:41.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:49:41.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:49:41.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:49:41.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: s = self.context.wrap_socket( 2024-09-10T18:49:41.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:49:41.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: return self.sslsocket_class._create( 2024-09-10T18:49:41.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:49:41.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: self.do_handshake() 2024-09-10T18:49:41.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:49:41.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: self._sslobj.do_handshake() 2024-09-10T18:49:41.393 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:49:41.393 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: audit 2024-09-10T18:49:39.904485+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:41.393 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:40 smithi031 bash[19205]: cluster 2024-09-10T18:49:40.732882+0000 mon.a (mon.0) 1082 : cluster [DBG] mgrmap e37: y(active, since 10s), standbys: x 2024-09-10T18:49:41.916 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:49:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:49:41.653Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:49:41.917 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:49:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:49:41.653Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:49:41.917 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:49:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:49:41.654Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:49:42.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:41 smithi063 bash[14646]: cluster 2024-09-10T18:49:41.104888+0000 mgr.y (mgr.15159) 11 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:42.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:41 smithi031 bash[14957]: cluster 2024-09-10T18:49:41.104888+0000 mgr.y (mgr.15159) 11 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:42.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:41 smithi031 bash[19205]: cluster 2024-09-10T18:49:41.104888+0000 mgr.y (mgr.15159) 11 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:43.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:42 smithi063 bash[14646]: cluster 2024-09-10T18:49:41.923422+0000 mon.a (mon.0) 1083 : cluster [DBG] mgrmap e38: y(active, since 11s), standbys: x 2024-09-10T18:49:43.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:42 smithi031 bash[14957]: cluster 2024-09-10T18:49:41.923422+0000 mon.a (mon.0) 1083 : cluster [DBG] mgrmap e38: y(active, since 11s), standbys: x 2024-09-10T18:49:43.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:42 smithi031 bash[19205]: cluster 2024-09-10T18:49:41.923422+0000 mon.a (mon.0) 1083 : cluster [DBG] mgrmap e38: y(active, since 11s), standbys: x 2024-09-10T18:49:44.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:43 smithi063 bash[14646]: cluster 2024-09-10T18:49:43.105517+0000 mgr.y (mgr.15159) 12 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:44.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:43 smithi031 bash[14957]: cluster 2024-09-10T18:49:43.105517+0000 mgr.y (mgr.15159) 12 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:44.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:43 smithi031 bash[19205]: cluster 2024-09-10T18:49:43.105517+0000 mgr.y (mgr.15159) 12 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:45.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:44 smithi063 bash[14646]: audit 2024-09-10T18:49:44.453455+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:49:45.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:44 smithi063 bash[14646]: audit 2024-09-10T18:49:44.461949+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:45.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:44 smithi063 bash[14646]: audit 2024-09-10T18:49:44.469446+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:45.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:44 smithi063 bash[14646]: audit 2024-09-10T18:49:44.714140+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:49:45.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:44 smithi063 bash[14646]: audit 2024-09-10T18:49:44.721422+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:45.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:44 smithi063 bash[14646]: audit 2024-09-10T18:49:44.727278+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:45.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:44 smithi063 bash[14646]: audit 2024-09-10T18:49:44.854135+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:49:45.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:44 smithi031 bash[19205]: audit 2024-09-10T18:49:44.453455+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:49:45.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:44 smithi031 bash[19205]: audit 2024-09-10T18:49:44.461949+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:45.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:44 smithi031 bash[19205]: audit 2024-09-10T18:49:44.469446+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:45.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:44 smithi031 bash[19205]: audit 2024-09-10T18:49:44.714140+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:49:45.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:44 smithi031 bash[19205]: audit 2024-09-10T18:49:44.721422+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:45.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:44 smithi031 bash[19205]: audit 2024-09-10T18:49:44.727278+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:45.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:44 smithi031 bash[19205]: audit 2024-09-10T18:49:44.854135+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:49:45.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:44 smithi031 bash[14957]: audit 2024-09-10T18:49:44.453455+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:49:45.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:44 smithi031 bash[14957]: audit 2024-09-10T18:49:44.461949+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:45.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:44 smithi031 bash[14957]: audit 2024-09-10T18:49:44.469446+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:45.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:44 smithi031 bash[14957]: audit 2024-09-10T18:49:44.714140+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:49:45.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:44 smithi031 bash[14957]: audit 2024-09-10T18:49:44.721422+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:45.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:44 smithi031 bash[14957]: audit 2024-09-10T18:49:44.727278+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:45.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:44 smithi031 bash[14957]: audit 2024-09-10T18:49:44.854135+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:49:46.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: cluster 2024-09-10T18:49:45.106550+0000 mgr.y (mgr.15159) 13 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T18:49:46.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.113790+0000 mon.a (mon.0) 1091 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:49:46.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.114052+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:49:46.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.120465+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:46.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.128677+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:46.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.130143+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.131076+0000 mon.a (mon.0) 1096 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.132034+0000 mon.a (mon.0) 1097 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.133351+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.134289+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.135115+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.136028+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.136959+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.137809+0000 mon.a (mon.0) 1103 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.341877+0000 mon.a (mon.0) 1104 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:49:46.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.350624+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:46.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.359021+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:46.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.360468+0000 mon.a (mon.0) 1107 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.361149+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.361803+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.362451+0000 mon.a (mon.0) 1110 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.363189+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.363814+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.364507+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.365402+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.366286+0000 mon.a (mon.0) 1115 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.367606+0000 mon.a (mon.0) 1116 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:49:46.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.369422+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:49:46.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: cephadm 2024-09-10T18:49:45.371102+0000 mgr.y (mgr.15159) 14 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:49:46.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: cluster 2024-09-10T18:49:45.372259+0000 mgr.y (mgr.15159) 15 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T18:49:46.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.379309+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:46.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: cephadm 2024-09-10T18:49:45.433931+0000 mgr.y (mgr.15159) 16 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-10T18:49:46.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.434802+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' 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-10T18:49:46.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.445655+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:49:46.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: cephadm 2024-09-10T18:49:45.447321+0000 mgr.y (mgr.15159) 17 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi063 2024-09-10T18:49:46.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:45 smithi063 bash[14646]: audit 2024-09-10T18:49:45.448222+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-10T18:49:46.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: cluster 2024-09-10T18:49:45.106550+0000 mgr.y (mgr.15159) 13 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T18:49:46.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.113790+0000 mon.a (mon.0) 1091 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:49:46.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.114052+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:49:46.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.120465+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:46.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.128677+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:46.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.130143+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.131076+0000 mon.a (mon.0) 1096 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.132034+0000 mon.a (mon.0) 1097 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.133351+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.134289+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.135115+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.136028+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.136959+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.137809+0000 mon.a (mon.0) 1103 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.341877+0000 mon.a (mon.0) 1104 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:49:46.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.350624+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:46.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.359021+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:46.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: cluster 2024-09-10T18:49:45.106550+0000 mgr.y (mgr.15159) 13 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T18:49:46.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.113790+0000 mon.a (mon.0) 1091 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:49:46.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.114052+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:49:46.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.120465+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:46.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.128677+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:46.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.130143+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.131076+0000 mon.a (mon.0) 1096 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.132034+0000 mon.a (mon.0) 1097 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.133351+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.134289+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.135115+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.136028+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.136959+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.137809+0000 mon.a (mon.0) 1103 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.341877+0000 mon.a (mon.0) 1104 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:49:46.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.350624+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:46.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.359021+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:46.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.360468+0000 mon.a (mon.0) 1107 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.361149+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.361803+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.362451+0000 mon.a (mon.0) 1110 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.363189+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.363814+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.364507+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.365402+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.366286+0000 mon.a (mon.0) 1115 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.367606+0000 mon.a (mon.0) 1116 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:49:46.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.369422+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:49:46.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: cephadm 2024-09-10T18:49:45.371102+0000 mgr.y (mgr.15159) 14 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:49:46.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: cluster 2024-09-10T18:49:45.372259+0000 mgr.y (mgr.15159) 15 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T18:49:46.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.379309+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:46.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: cephadm 2024-09-10T18:49:45.433931+0000 mgr.y (mgr.15159) 16 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-10T18:49:46.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.434802+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' 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-10T18:49:46.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.360468+0000 mon.a (mon.0) 1107 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.361149+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.361803+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.362451+0000 mon.a (mon.0) 1110 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.363189+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.363814+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.364507+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.365402+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:49:46.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.366286+0000 mon.a (mon.0) 1115 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:49:46.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.367606+0000 mon.a (mon.0) 1116 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:49:46.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.369422+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:49:46.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: cephadm 2024-09-10T18:49:45.371102+0000 mgr.y (mgr.15159) 14 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:49:46.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: cluster 2024-09-10T18:49:45.372259+0000 mgr.y (mgr.15159) 15 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T18:49:46.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.379309+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:46.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: cephadm 2024-09-10T18:49:45.433931+0000 mgr.y (mgr.15159) 16 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-10T18:49:46.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.434802+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' 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-10T18:49:46.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.445655+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:49:46.393 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: cephadm 2024-09-10T18:49:45.447321+0000 mgr.y (mgr.15159) 17 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi063 2024-09-10T18:49:46.393 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[19205]: audit 2024-09-10T18:49:45.448222+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-10T18:49:46.393 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.445655+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:49:46.393 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: cephadm 2024-09-10T18:49:45.447321+0000 mgr.y (mgr.15159) 17 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi063 2024-09-10T18:49:46.393 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:45 smithi031 bash[14957]: audit 2024-09-10T18:49:45.448222+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-10T18:49:47.246 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:46 smithi063 bash[14646]: cluster 2024-09-10T18:49:45.928992+0000 mon.a (mon.0) 1122 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:49:47.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:46 smithi031 bash[14957]: cluster 2024-09-10T18:49:45.928992+0000 mon.a (mon.0) 1122 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:49:47.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:46 smithi031 bash[19205]: cluster 2024-09-10T18:49:45.928992+0000 mon.a (mon.0) 1122 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:49:48.380 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:48 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:49:48.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:48 smithi063 bash[14646]: cluster 2024-09-10T18:49:47.372940+0000 mgr.y (mgr.15159) 18 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T18:49:48.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:48 smithi063 bash[14646]: audit 2024-09-10T18:49:48.139270+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:49:48.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:48 smithi063 bash[14646]: audit 2024-09-10T18:49:48.147716+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:48.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:48 smithi063 bash[14646]: audit 2024-09-10T18:49:48.155685+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:48.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:48 smithi063 bash[14646]: audit 2024-09-10T18:49:48.164811+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:49:48.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:48 smithi063 bash[14646]: audit 2024-09-10T18:49:48.173727+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:49:48.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:48 smithi063 bash[14646]: audit 2024-09-10T18:49:48.179273+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:49:48.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:48 smithi031 bash[19205]: cluster 2024-09-10T18:49:47.372940+0000 mgr.y (mgr.15159) 18 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T18:49:48.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:48 smithi031 bash[19205]: audit 2024-09-10T18:49:48.139270+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:49:48.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:48 smithi031 bash[19205]: audit 2024-09-10T18:49:48.147716+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:48.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:48 smithi031 bash[19205]: audit 2024-09-10T18:49:48.155685+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:48.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:48 smithi031 bash[19205]: audit 2024-09-10T18:49:48.164811+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:49:48.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:48 smithi031 bash[19205]: audit 2024-09-10T18:49:48.173727+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:49:48.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:48 smithi031 bash[19205]: audit 2024-09-10T18:49:48.179273+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:49:48.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:48 smithi031 bash[14957]: cluster 2024-09-10T18:49:47.372940+0000 mgr.y (mgr.15159) 18 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T18:49:48.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:48 smithi031 bash[14957]: audit 2024-09-10T18:49:48.139270+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:49:48.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:48 smithi031 bash[14957]: audit 2024-09-10T18:49:48.147716+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:48.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:48 smithi031 bash[14957]: audit 2024-09-10T18:49:48.155685+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:49:48.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:48 smithi031 bash[14957]: audit 2024-09-10T18:49:48.164811+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:49:48.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:48 smithi031 bash[14957]: audit 2024-09-10T18:49:48.173727+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:49:48.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:48 smithi031 bash[14957]: audit 2024-09-10T18:49:48.179273+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:49:49.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:49 smithi063 bash[14646]: audit 2024-09-10T18:49:48.165772+0000 mgr.y (mgr.15159) 19 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:49:49.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:49 smithi063 bash[14646]: audit 2024-09-10T18:49:48.174672+0000 mgr.y (mgr.15159) 20 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:49:49.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:49 smithi031 bash[19205]: audit 2024-09-10T18:49:48.165772+0000 mgr.y (mgr.15159) 19 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:49:49.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:49 smithi031 bash[19205]: audit 2024-09-10T18:49:48.174672+0000 mgr.y (mgr.15159) 20 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:49:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:49 smithi031 bash[14957]: audit 2024-09-10T18:49:48.165772+0000 mgr.y (mgr.15159) 19 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T18:49:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:49 smithi031 bash[14957]: audit 2024-09-10T18:49:48.174672+0000 mgr.y (mgr.15159) 20 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T18:49:50.621 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:50 smithi063 bash[14646]: cluster 2024-09-10T18:49:49.374496+0000 mgr.y (mgr.15159) 21 : cluster [DBG] pgmap v10: 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, 7 op/s 2024-09-10T18:49:50.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:50 smithi031 bash[19205]: cluster 2024-09-10T18:49:49.374496+0000 mgr.y (mgr.15159) 21 : cluster [DBG] pgmap v10: 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, 7 op/s 2024-09-10T18:49:50.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:50 smithi031 bash[14957]: cluster 2024-09-10T18:49:49.374496+0000 mgr.y (mgr.15159) 21 : cluster [DBG] pgmap v10: 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, 7 op/s 2024-09-10T18:49:51.130 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:50 smithi063 bash[38475]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:49:51.622 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[14646]: audit 2024-09-10T18:49:51.255167+0000 mon.b (mon.2) 343 : audit [DBG] from='client.? 172.21.15.63:0/4275307180' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:49:51.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:51 smithi031 bash[14957]: audit 2024-09-10T18:49:51.255167+0000 mon.b (mon.2) 343 : audit [DBG] from='client.? 172.21.15.63:0/4275307180' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:49:51.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:51 smithi031 bash[19205]: audit 2024-09-10T18:49:51.255167+0000 mon.b (mon.2) 343 : audit [DBG] from='client.? 172.21.15.63:0/4275307180' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:49:51.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: --- Logging error --- 2024-09-10T18:49:51.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Traceback (most recent call last): 2024-09-10T18:49:51.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:49:51.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self.socket.send(msg) 2024-09-10T18:49:51.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:49:51.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: During handling of the above exception, another exception occurred: 2024-09-10T18:49:51.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Traceback (most recent call last): 2024-09-10T18:49:51.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:49:51.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self.socket.connect(address) 2024-09-10T18:49:51.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:49:51.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: During handling of the above exception, another exception occurred: 2024-09-10T18:49:51.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Traceback (most recent call last): 2024-09-10T18:49:51.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:49:51.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self._connect_unixsocket(self.address) 2024-09-10T18:49:51.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:49:51.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self.socket.connect(address) 2024-09-10T18:49:51.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:49:51.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Call stack: 2024-09-10T18:49:51.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:49:51.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self._bootstrap_inner() 2024-09-10T18:49:51.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:49:51.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self.run() 2024-09-10T18:49:51.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:49:51.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: logger.info("Started the configuration object watcher") 2024-09-10T18:49:51.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Message: 'Started the configuration object watcher' 2024-09-10T18:49:51.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Arguments: () 2024-09-10T18:49:51.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: --- Logging error --- 2024-09-10T18:49:51.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Traceback (most recent call last): 2024-09-10T18:49:51.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:49:51.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self.socket.send(msg) 2024-09-10T18:49:51.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:49:51.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: During handling of the above exception, another exception occurred: 2024-09-10T18:49:51.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Traceback (most recent call last): 2024-09-10T18:49:51.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:49:51.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self.socket.connect(address) 2024-09-10T18:49:51.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:49:51.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: During handling of the above exception, another exception occurred: 2024-09-10T18:49:51.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Traceback (most recent call last): 2024-09-10T18:49:51.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:49:51.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self._connect_unixsocket(self.address) 2024-09-10T18:49:51.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:49:51.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self.socket.connect(address) 2024-09-10T18:49:51.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:49:51.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Call stack: 2024-09-10T18:49:51.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:49:51.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: main() 2024-09-10T18:49:51.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:49:51.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:49:51.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:49:51.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:49:51.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:49:51.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Arguments: () 2024-09-10T18:49:51.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: --- Logging error --- 2024-09-10T18:49:51.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Traceback (most recent call last): 2024-09-10T18:49:51.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:49:51.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self.socket.send(msg) 2024-09-10T18:49:51.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:49:51.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: During handling of the above exception, another exception occurred: 2024-09-10T18:49:51.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Traceback (most recent call last): 2024-09-10T18:49:51.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:49:51.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self.socket.connect(address) 2024-09-10T18:49:51.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:49:51.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: During handling of the above exception, another exception occurred: 2024-09-10T18:49:51.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Traceback (most recent call last): 2024-09-10T18:49:51.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:49:51.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self._connect_unixsocket(self.address) 2024-09-10T18:49:51.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:49:51.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self.socket.connect(address) 2024-09-10T18:49:51.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:49:51.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Call stack: 2024-09-10T18:49:51.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:49:51.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self._bootstrap_inner() 2024-09-10T18:49:51.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:49:51.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self.run() 2024-09-10T18:49:51.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:49:51.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self.interval)) 2024-09-10T18:49:51.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:49:51.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Arguments: () 2024-09-10T18:49:51.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: --- Logging error --- 2024-09-10T18:49:51.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Traceback (most recent call last): 2024-09-10T18:49:51.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:49:51.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self.socket.send(msg) 2024-09-10T18:49:51.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:49:51.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: During handling of the above exception, another exception occurred: 2024-09-10T18:49:51.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Traceback (most recent call last): 2024-09-10T18:49:51.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:49:51.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self.socket.connect(address) 2024-09-10T18:49:51.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:49:51.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: During handling of the above exception, another exception occurred: 2024-09-10T18:49:51.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Traceback (most recent call last): 2024-09-10T18:49:51.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:49:51.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self._connect_unixsocket(self.address) 2024-09-10T18:49:51.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:49:51.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: self.socket.connect(address) 2024-09-10T18:49:51.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:49:51.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Call stack: 2024-09-10T18:49:51.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:49:51.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: main() 2024-09-10T18:49:51.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:49:51.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:49:51.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:49:51.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:49:51.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:49:51.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: "{}".format(blacklisted_ip)) 2024-09-10T18:49:51.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/3824217936' 2024-09-10T18:49:51.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Arguments: () 2024-09-10T18:49:51.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: Traceback (most recent call last): 2024-09-10T18:49:51.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:49:51.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: main() 2024-09-10T18:49:51.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:49:51.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:49:51.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:49:51.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:49:51.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:49:51.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:49:51.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:49:51.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: **kwargs).stdout 2024-09-10T18:49:51.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:49:51.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: output=stdout, stderr=stderr) 2024-09-10T18:49:51.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:51 smithi063 bash[38492]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/3824217936' returned non-zero exit status 13. 2024-09-10T18:49:52.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:49:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:49:51.654Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:49:52.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:49:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:49:51.654Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:49:52.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:49:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:49:51.654Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:49:52.630 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:52 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:49:52.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:52 smithi063 bash[14646]: cluster 2024-09-10T18:49:51.375367+0000 mgr.y (mgr.15159) 22 : cluster [DBG] pgmap v11: 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, 7 op/s 2024-09-10T18:49:52.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:52 smithi063 bash[14646]: audit 2024-09-10T18:49:51.610152+0000 mon.b (mon.2) 344 : audit [INF] from='client.? 172.21.15.63:0/1845003252' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:49:52.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:52 smithi063 bash[14646]: audit 2024-09-10T18:49:51.725405+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:49:52.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:52 smithi063 bash[14646]: audit 2024-09-10T18:49:51.727404+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:49:52.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:52 smithi063 bash[14646]: audit 2024-09-10T18:49:51.729348+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:49:52.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:52 smithi063 bash[14646]: audit 2024-09-10T18:49:51.732123+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-10T18:49:52.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:52 smithi031 bash[14957]: cluster 2024-09-10T18:49:51.375367+0000 mgr.y (mgr.15159) 22 : cluster [DBG] pgmap v11: 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, 7 op/s 2024-09-10T18:49:52.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:52 smithi031 bash[14957]: audit 2024-09-10T18:49:51.610152+0000 mon.b (mon.2) 344 : audit [INF] from='client.? 172.21.15.63:0/1845003252' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:49:52.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:52 smithi031 bash[14957]: audit 2024-09-10T18:49:51.725405+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:49:52.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:52 smithi031 bash[14957]: audit 2024-09-10T18:49:51.727404+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:49:52.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:52 smithi031 bash[14957]: audit 2024-09-10T18:49:51.729348+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:49:52.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:52 smithi031 bash[14957]: audit 2024-09-10T18:49:51.732123+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-10T18:49:52.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:52 smithi031 bash[19205]: cluster 2024-09-10T18:49:51.375367+0000 mgr.y (mgr.15159) 22 : cluster [DBG] pgmap v11: 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, 7 op/s 2024-09-10T18:49:52.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:52 smithi031 bash[19205]: audit 2024-09-10T18:49:51.610152+0000 mon.b (mon.2) 344 : audit [INF] from='client.? 172.21.15.63:0/1845003252' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:49:52.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:52 smithi031 bash[19205]: audit 2024-09-10T18:49:51.725405+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:49:52.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:52 smithi031 bash[19205]: audit 2024-09-10T18:49:51.727404+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:49:52.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:52 smithi031 bash[19205]: audit 2024-09-10T18:49:51.729348+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:49:52.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:52 smithi031 bash[19205]: audit 2024-09-10T18:49:51.732123+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-10T18:49:53.130 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:52 smithi063 bash[38475]: (process:1): GLib-GObject-CRITICAL **: 18:49:52.721: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:49:53.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:53 smithi063 bash[14646]: cephadm 2024-09-10T18:49:51.724597+0000 mgr.y (mgr.15159) 23 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-10T18:49:53.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:53 smithi063 bash[14646]: cephadm 2024-09-10T18:49:51.731280+0000 mgr.y (mgr.15159) 24 : cephadm [INF] Deploying daemon mgr.x on smithi063 2024-09-10T18:49:53.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:53 smithi031 bash[14957]: cephadm 2024-09-10T18:49:51.724597+0000 mgr.y (mgr.15159) 23 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-10T18:49:53.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:53 smithi031 bash[14957]: cephadm 2024-09-10T18:49:51.731280+0000 mgr.y (mgr.15159) 24 : cephadm [INF] Deploying daemon mgr.x on smithi063 2024-09-10T18:49:53.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:53 smithi031 bash[19205]: cephadm 2024-09-10T18:49:51.724597+0000 mgr.y (mgr.15159) 23 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-10T18:49:53.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:53 smithi031 bash[19205]: cephadm 2024-09-10T18:49:51.731280+0000 mgr.y (mgr.15159) 24 : cephadm [INF] Deploying daemon mgr.x on smithi063 2024-09-10T18:49:54.130 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:53 smithi063 bash[38824]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:49:54.130 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:49:53 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:49:54.587 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:54 smithi063 bash[14646]: cluster 2024-09-10T18:49:53.376989+0000 mgr.y (mgr.15159) 25 : cluster [DBG] pgmap v12: 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, 7 op/s 2024-09-10T18:49:54.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:54 smithi031 bash[14957]: cluster 2024-09-10T18:49:53.376989+0000 mgr.y (mgr.15159) 25 : cluster [DBG] pgmap v12: 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, 7 op/s 2024-09-10T18:49:54.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:54 smithi031 bash[19205]: cluster 2024-09-10T18:49:53.376989+0000 mgr.y (mgr.15159) 25 : cluster [DBG] pgmap v12: 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, 7 op/s 2024-09-10T18:49:55.630 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:49:55 smithi063 systemd[1]: Stopping Ceph mgr.x for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:49:56.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:56 smithi063 bash[14646]: cluster 2024-09-10T18:49:55.377755+0000 mgr.y (mgr.15159) 26 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-09-10T18:49:56.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:56 smithi031 bash[14957]: cluster 2024-09-10T18:49:55.377755+0000 mgr.y (mgr.15159) 26 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-09-10T18:49:56.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:56 smithi031 bash[19205]: cluster 2024-09-10T18:49:55.377755+0000 mgr.y (mgr.15159) 26 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-09-10T18:49:58.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:49:58 smithi063 bash[14646]: cluster 2024-09-10T18:49:57.378508+0000 mgr.y (mgr.15159) 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-10T18:49:58.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:49:58 smithi031 bash[14957]: cluster 2024-09-10T18:49:57.378508+0000 mgr.y (mgr.15159) 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-10T18:49:58.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:49:58 smithi031 bash[19205]: cluster 2024-09-10T18:49:57.378508+0000 mgr.y (mgr.15159) 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-10T18:50:00.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:00 smithi063 bash[14646]: cluster 2024-09-10T18:49:59.380073+0000 mgr.y (mgr.15159) 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-10T18:50:00.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:00 smithi063 bash[14646]: cluster 2024-09-10T18:50:00.000165+0000 mon.a (mon.0) 1133 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-10T18:50:00.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:00 smithi063 bash[14646]: cluster 2024-09-10T18:50:00.000230+0000 mon.a (mon.0) 1134 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-10T18:50:00.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:00 smithi063 bash[14646]: cluster 2024-09-10T18:50:00.000286+0000 mon.a (mon.0) 1135 : cluster [WRN] daemon iscsi.iscsi.a on smithi063 is in error state 2024-09-10T18:50:00.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:00 smithi031 bash[14957]: cluster 2024-09-10T18:49:59.380073+0000 mgr.y (mgr.15159) 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-10T18:50:00.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:00 smithi031 bash[14957]: cluster 2024-09-10T18:50:00.000165+0000 mon.a (mon.0) 1133 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-10T18:50:00.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:00 smithi031 bash[14957]: cluster 2024-09-10T18:50:00.000230+0000 mon.a (mon.0) 1134 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-10T18:50:00.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:00 smithi031 bash[14957]: cluster 2024-09-10T18:50:00.000286+0000 mon.a (mon.0) 1135 : cluster [WRN] daemon iscsi.iscsi.a on smithi063 is in error state 2024-09-10T18:50:00.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:00 smithi031 bash[19205]: cluster 2024-09-10T18:49:59.380073+0000 mgr.y (mgr.15159) 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-10T18:50:00.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:00 smithi031 bash[19205]: cluster 2024-09-10T18:50:00.000165+0000 mon.a (mon.0) 1133 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-10T18:50:00.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:00 smithi031 bash[19205]: cluster 2024-09-10T18:50:00.000230+0000 mon.a (mon.0) 1134 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-10T18:50:00.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:00 smithi031 bash[19205]: cluster 2024-09-10T18:50:00.000286+0000 mon.a (mon.0) 1135 : cluster [WRN] daemon iscsi.iscsi.a on smithi063 is in error state 2024-09-10T18:50:02.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:50:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:50:01.654Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:50:02.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:50:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:50:01.654Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:50:02.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:50:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:50:01.654Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:50:02.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:02 smithi063 bash[14646]: cluster 2024-09-10T18:50:01.380812+0000 mgr.y (mgr.15159) 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-10T18:50:02.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:02 smithi031 bash[14957]: cluster 2024-09-10T18:50:01.380812+0000 mgr.y (mgr.15159) 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-10T18:50:02.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:02 smithi031 bash[19205]: cluster 2024-09-10T18:50:01.380812+0000 mgr.y (mgr.15159) 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-10T18:50:04.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:03 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 1. 2024-09-10T18:50:04.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:03 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:50:04.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:03 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:50:04.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:04 smithi063 bash[14646]: cluster 2024-09-10T18:50:03.382275+0000 mgr.y (mgr.15159) 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-10T18:50:04.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:04 smithi031 bash[14957]: cluster 2024-09-10T18:50:03.382275+0000 mgr.y (mgr.15159) 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-10T18:50:04.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:04 smithi031 bash[19205]: cluster 2024-09-10T18:50:03.382275+0000 mgr.y (mgr.15159) 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-10T18:50:06.512 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:06 smithi063 bash[14646]: cluster 2024-09-10T18:50:05.383012+0000 mgr.y (mgr.15159) 31 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:06.512 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:06 smithi063 bash[38968]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-mgr.x 2024-09-10T18:50:06.512 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:06 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-09-10T18:50:06.512 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:06 smithi063 bash[39181]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-mgr.x 2024-09-10T18:50:06.513 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:06 smithi063 bash[39004]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:50:06.772 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:06 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-10T18:50:06.772 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:06 smithi063 systemd[1]: Stopped Ceph mgr.x for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:50:06.772 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:06 smithi063 systemd[1]: Started Ceph mgr.x for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:50:06.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:06 smithi031 bash[14957]: cluster 2024-09-10T18:50:05.383012+0000 mgr.y (mgr.15159) 31 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:06.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:06 smithi031 bash[19205]: cluster 2024-09-10T18:50:05.383012+0000 mgr.y (mgr.15159) 31 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[14646]: audit 2024-09-10T18:50:06.803058+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[14646]: audit 2024-09-10T18:50:06.811609+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[14646]: audit 2024-09-10T18:50:06.822633+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[14646]: audit 2024-09-10T18:50:06.825736+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:50:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[14646]: audit 2024-09-10T18:50:06.906076+0000 mon.b (mon.2) 345 : audit [DBG] from='client.? 172.21.15.63:0/3193957443' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:50:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[14646]: audit 2024-09-10T18:50:07.256701+0000 mon.b (mon.2) 346 : audit [INF] from='client.? 172.21.15.63:0/1284145570' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:50:07.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: --- Logging error --- 2024-09-10T18:50:07.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Traceback (most recent call last): 2024-09-10T18:50:07.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:50:07.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self.socket.send(msg) 2024-09-10T18:50:07.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:50:07.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:07.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Traceback (most recent call last): 2024-09-10T18:50:07.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:50:07.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self.socket.connect(address) 2024-09-10T18:50:07.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:07.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:07.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Traceback (most recent call last): 2024-09-10T18:50:07.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:50:07.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self._connect_unixsocket(self.address) 2024-09-10T18:50:07.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:50:07.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self.socket.connect(address) 2024-09-10T18:50:07.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:07.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Call stack: 2024-09-10T18:50:07.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:50:07.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self._bootstrap_inner() 2024-09-10T18:50:07.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:50:07.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self.run() 2024-09-10T18:50:07.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:50:07.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: logger.info("Started the configuration object watcher") 2024-09-10T18:50:07.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Message: 'Started the configuration object watcher' 2024-09-10T18:50:07.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Arguments: () 2024-09-10T18:50:07.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: --- Logging error --- 2024-09-10T18:50:07.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Traceback (most recent call last): 2024-09-10T18:50:07.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:50:07.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self.socket.send(msg) 2024-09-10T18:50:07.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:50:07.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:07.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Traceback (most recent call last): 2024-09-10T18:50:07.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:50:07.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self.socket.connect(address) 2024-09-10T18:50:07.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:07.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:07.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Traceback (most recent call last): 2024-09-10T18:50:07.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:50:07.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self._connect_unixsocket(self.address) 2024-09-10T18:50:07.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:50:07.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self.socket.connect(address) 2024-09-10T18:50:07.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:07.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Call stack: 2024-09-10T18:50:07.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:50:07.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: main() 2024-09-10T18:50:07.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:50:07.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:50:07.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:50:07.642 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:50:07.642 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:50:07.642 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Arguments: () 2024-09-10T18:50:07.642 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: --- Logging error --- 2024-09-10T18:50:07.642 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Traceback (most recent call last): 2024-09-10T18:50:07.642 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:50:07.643 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self.socket.send(msg) 2024-09-10T18:50:07.643 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:50:07.643 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:07.643 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Traceback (most recent call last): 2024-09-10T18:50:07.643 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:50:07.644 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self.socket.connect(address) 2024-09-10T18:50:07.644 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:07.644 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:07.644 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Traceback (most recent call last): 2024-09-10T18:50:07.644 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:50:07.644 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self._connect_unixsocket(self.address) 2024-09-10T18:50:07.645 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:50:07.645 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self.socket.connect(address) 2024-09-10T18:50:07.645 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:07.645 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Call stack: 2024-09-10T18:50:07.645 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:50:07.645 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self._bootstrap_inner() 2024-09-10T18:50:07.646 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:50:07.646 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self.run() 2024-09-10T18:50:07.646 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:50:07.646 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self.interval)) 2024-09-10T18:50:07.646 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:50:07.646 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Arguments: () 2024-09-10T18:50:07.647 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: --- Logging error --- 2024-09-10T18:50:07.647 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Traceback (most recent call last): 2024-09-10T18:50:07.647 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:50:07.647 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self.socket.send(msg) 2024-09-10T18:50:07.647 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:50:07.647 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:07.647 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Traceback (most recent call last): 2024-09-10T18:50:07.648 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:50:07.648 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self.socket.connect(address) 2024-09-10T18:50:07.648 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:07.648 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:07.648 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Traceback (most recent call last): 2024-09-10T18:50:07.648 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:50:07.648 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self._connect_unixsocket(self.address) 2024-09-10T18:50:07.648 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:50:07.649 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: self.socket.connect(address) 2024-09-10T18:50:07.649 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:07.649 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Call stack: 2024-09-10T18:50:07.649 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:50:07.649 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: main() 2024-09-10T18:50:07.649 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:50:07.649 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:50:07.649 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:50:07.649 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:50:07.649 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:50:07.649 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: "{}".format(blacklisted_ip)) 2024-09-10T18:50:07.649 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/3824217936' 2024-09-10T18:50:07.649 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Arguments: () 2024-09-10T18:50:07.649 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: Traceback (most recent call last): 2024-09-10T18:50:07.650 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:50:07.650 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: main() 2024-09-10T18:50:07.650 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:50:07.650 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:50:07.650 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:50:07.650 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:50:07.650 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:50:07.651 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:50:07.651 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:50:07.651 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: **kwargs).stdout 2024-09-10T18:50:07.651 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:50:07.651 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: output=stdout, stderr=stderr) 2024-09-10T18:50:07.651 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:07 smithi063 bash[39019]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/3824217936' returned non-zero exit status 13. 2024-09-10T18:50:07.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:07 smithi031 bash[14957]: audit 2024-09-10T18:50:06.803058+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:07.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:07 smithi031 bash[14957]: audit 2024-09-10T18:50:06.811609+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:07.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:07 smithi031 bash[14957]: audit 2024-09-10T18:50:06.822633+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:07.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:07 smithi031 bash[14957]: audit 2024-09-10T18:50:06.825736+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:50:07.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:07 smithi031 bash[14957]: audit 2024-09-10T18:50:06.906076+0000 mon.b (mon.2) 345 : audit [DBG] from='client.? 172.21.15.63:0/3193957443' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:50:07.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:07 smithi031 bash[14957]: audit 2024-09-10T18:50:07.256701+0000 mon.b (mon.2) 346 : audit [INF] from='client.? 172.21.15.63:0/1284145570' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:50:07.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:07 smithi031 bash[19205]: audit 2024-09-10T18:50:06.803058+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:07.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:07 smithi031 bash[19205]: audit 2024-09-10T18:50:06.811609+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:07.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:07 smithi031 bash[19205]: audit 2024-09-10T18:50:06.822633+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:07.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:07 smithi031 bash[19205]: audit 2024-09-10T18:50:06.825736+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:50:07.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:07 smithi031 bash[19205]: audit 2024-09-10T18:50:06.906076+0000 mon.b (mon.2) 345 : audit [DBG] from='client.? 172.21.15.63:0/3193957443' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:50:07.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:07 smithi031 bash[19205]: audit 2024-09-10T18:50:07.256701+0000 mon.b (mon.2) 346 : audit [INF] from='client.? 172.21.15.63:0/1284145570' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:50:08.836 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:08 smithi063 bash[14646]: cluster 2024-09-10T18:50:07.383758+0000 mgr.y (mgr.15159) 32 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:08.836 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:08 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:50:08.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:08 smithi031 bash[14957]: cluster 2024-09-10T18:50:07.383758+0000 mgr.y (mgr.15159) 32 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:08.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:08 smithi031 bash[19205]: cluster 2024-09-10T18:50:07.383758+0000 mgr.y (mgr.15159) 32 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:09.130 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:09 smithi063 bash[39320]: debug 2024-09-10T18:50:09.044+0000 7fb9076cb640 1 -- 172.21.15.63:0/2889636534 <== mon.2 v2:172.21.15.63:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5583ad3b0340 con 0x5583ad3bcc00 2024-09-10T18:50:09.130 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:08 smithi063 bash[39004]: (process:1): GLib-GObject-CRITICAL **: 18:50:08.829: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:50:09.380 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:09 smithi063 bash[39320]: debug 2024-09-10T18:50:09.172+0000 7fb909f33ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T18:50:09.859 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:09 smithi063 bash[39399]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:50:09.859 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:09 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:50:10.206 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:50:10.312 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:10 smithi063 bash[39320]: debug 2024-09-10T18:50:10.008+0000 7fb909f33ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T18:50:10.312 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:10 smithi063 bash[39320]: debug 2024-09-10T18:50:10.076+0000 7fb909f33ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T18:50:10.312 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:10 smithi063 bash[39320]: debug 2024-09-10T18:50:10.144+0000 7fb909f33ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T18:50:10.570 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:10 smithi063 bash[14646]: cluster 2024-09-10T18:50:09.385336+0000 mgr.y (mgr.15159) 33 : 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-10T18:50:10.571 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:10 smithi063 bash[39320]: debug 2024-09-10T18:50:10.304+0000 7fb909f33ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:50:10.880 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:10 smithi063 bash[39320]: debug 2024-09-10T18:50:10.564+0000 7fb909f33ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T18:50:10.880 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:10 smithi063 bash[39320]: debug 2024-09-10T18:50:10.628+0000 7fb909f33ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T18:50:10.880 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:10 smithi063 bash[39320]: debug 2024-09-10T18:50:10.764+0000 7fb909f33ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T18:50:10.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:10 smithi031 bash[14957]: cluster 2024-09-10T18:50:09.385336+0000 mgr.y (mgr.15159) 33 : 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-10T18:50:10.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:10 smithi031 bash[19205]: cluster 2024-09-10T18:50:09.385336+0000 mgr.y (mgr.15159) 33 : 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-10T18:50:10.913 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:50:10.913 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (22m) 26s ago 22m 15.5M - 0.20.0 0881eb8f169f 41b8db25c52c 2024-09-10T18:50:10.913 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (22m) 26s ago 22m 27.5M - 6.6.2 a0dce381714a 87075f7b106b 2024-09-10T18:50:10.913 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 starting - - - - 2024-09-10T18:50:10.913 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 starting - - - - 2024-09-10T18:50:10.914 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (10m) 26s ago 29m 422M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:50:10.914 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (29m) 26s ago 29m 109M 2048M 15.2.9 dfc483079636 110985a9aaad 2024-09-10T18:50:10.914 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (28m) 26s ago 28m 74.8M 2048M 15.2.9 dfc483079636 97c3ecf5bc14 2024-09-10T18:50:10.914 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (28m) 26s ago 28m 75.3M 2048M 15.2.9 dfc483079636 b3f47a149224 2024-09-10T18:50:10.914 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (23m) 26s ago 23m 12.2M - 0.18.1 e5a616e4b9cf 1c56f8797d7e 2024-09-10T18:50:10.914 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (23m) 26s ago 23m 12.4M - 0.18.1 e5a616e4b9cf 5ec08759a54e 2024-09-10T18:50:10.914 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (27m) 26s ago 27m 51.2M 4096M 15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:50:10.914 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (26m) 26s ago 26m 53.3M 4096M 15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:50:10.914 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (26m) 26s ago 26m 46.7M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:50:10.914 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (26m) 26s ago 26m 53.4M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:50:10.914 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (25m) 26s ago 25m 52.2M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:50:10.914 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (25m) 26s ago 25m 48.0M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:50:10.915 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (24m) 26s ago 24m 49.6M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:50:10.915 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (24m) 26s ago 24m 50.6M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:50:10.915 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (13m) 26s ago 23m 43.5M - 2.18.1 de242295e225 bca87f47ec68 2024-09-10T18:50:10.915 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (21m) 26s ago 21m 54.8M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:50:10.915 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (21m) 26s ago 21m 54.9M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:50:11.327 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:50:11.327 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:50:11.328 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-10T18:50:11.328 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:50:11.328 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:50:11.328 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:50:11.328 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:50:11.328 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:50:11.328 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-10T18:50:11.328 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:50:11.328 INFO:teuthology.orchestra.run.smithi031.stdout: "mds": {}, 2024-09-10T18:50:11.328 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:50:11.328 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:50:11.328 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:50:11.328 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:50:11.329 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-10T18:50:11.329 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:50:11.329 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:50:11.329 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:50:11.681 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:50:11.681 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:50:11.681 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T18:50:11.681 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-10T18:50:11.682 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-10T18:50:11.682 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "", 2024-09-10T18:50:11.682 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading mgr daemons", 2024-09-10T18:50:11.682 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T18:50:11.682 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:50:11.880 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:11 smithi063 bash[39320]: debug 2024-09-10T18:50:11.432+0000 7fb909f33ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T18:50:11.880 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:11 smithi063 bash[39320]: debug 2024-09-10T18:50:11.508+0000 7fb909f33ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T18:50:11.880 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:11 smithi063 bash[39320]: debug 2024-09-10T18:50:11.584+0000 7fb909f33ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T18:50:11.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:11 smithi063 bash[14646]: audit 2024-09-10T18:50:10.190518+0000 mgr.y (mgr.15159) 34 : audit [DBG] from='client.15435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:11.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:11 smithi063 bash[14646]: audit 2024-09-10T18:50:10.886850+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:50:11.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:11 smithi063 bash[14646]: audit 2024-09-10T18:50:10.887753+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:50:11.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:11 smithi063 bash[14646]: audit 2024-09-10T18:50:10.888776+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:11 smithi063 bash[14646]: audit 2024-09-10T18:50:10.889775+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:11 smithi063 bash[14646]: audit 2024-09-10T18:50:10.890735+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:11 smithi063 bash[14646]: audit 2024-09-10T18:50:10.891629+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:11 smithi063 bash[14646]: audit 2024-09-10T18:50:10.896690+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:50:11.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:11 smithi063 bash[14646]: audit 2024-09-10T18:50:10.897420+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:11 smithi063 bash[14646]: audit 2024-09-10T18:50:10.898042+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:11 smithi063 bash[14646]: audit 2024-09-10T18:50:10.898658+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:11 smithi063 bash[14646]: audit 2024-09-10T18:50:10.899317+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:11 smithi063 bash[14646]: audit 2024-09-10T18:50:11.325187+0000 mon.a (mon.0) 1151 : audit [DBG] from='client.? 172.21.15.31:0/2732880732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:11.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:50:11.655Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:50:11.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:50:11.655Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: dial tcp 172.21.15.63:8443: connect: connection refused" context_err="context deadline exceeded" 2024-09-10T18:50:11.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:50:11.655Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: dial tcp 172.21.15.63:8443: connect: connection refused" 2024-09-10T18:50:11.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[14957]: audit 2024-09-10T18:50:10.190518+0000 mgr.y (mgr.15159) 34 : audit [DBG] from='client.15435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:11.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[14957]: audit 2024-09-10T18:50:10.886850+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:50:11.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[14957]: audit 2024-09-10T18:50:10.887753+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:50:11.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[14957]: audit 2024-09-10T18:50:10.888776+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[14957]: audit 2024-09-10T18:50:10.889775+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[14957]: audit 2024-09-10T18:50:10.890735+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[14957]: audit 2024-09-10T18:50:10.891629+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[14957]: audit 2024-09-10T18:50:10.896690+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:50:11.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[14957]: audit 2024-09-10T18:50:10.897420+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[14957]: audit 2024-09-10T18:50:10.898042+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[14957]: audit 2024-09-10T18:50:10.898658+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[14957]: audit 2024-09-10T18:50:10.899317+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[14957]: audit 2024-09-10T18:50:11.325187+0000 mon.a (mon.0) 1151 : audit [DBG] from='client.? 172.21.15.31:0/2732880732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:11.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[19205]: audit 2024-09-10T18:50:10.190518+0000 mgr.y (mgr.15159) 34 : audit [DBG] from='client.15435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:11.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[19205]: audit 2024-09-10T18:50:10.886850+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:50:11.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[19205]: audit 2024-09-10T18:50:10.887753+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:50:11.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[19205]: audit 2024-09-10T18:50:10.888776+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[19205]: audit 2024-09-10T18:50:10.889775+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[19205]: audit 2024-09-10T18:50:10.890735+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[19205]: audit 2024-09-10T18:50:10.891629+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[19205]: audit 2024-09-10T18:50:10.896690+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:50:11.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[19205]: audit 2024-09-10T18:50:10.897420+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[19205]: audit 2024-09-10T18:50:10.898042+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[19205]: audit 2024-09-10T18:50:10.898658+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[19205]: audit 2024-09-10T18:50:10.899317+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:11.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:11 smithi031 bash[19205]: audit 2024-09-10T18:50:11.325187+0000 mon.a (mon.0) 1151 : audit [DBG] from='client.? 172.21.15.31:0/2732880732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:12.353 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:11 smithi063 bash[39320]: debug 2024-09-10T18:50:11.880+0000 7fb909f33ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T18:50:12.353 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:12 smithi063 bash[39320]: debug 2024-09-10T18:50:12.020+0000 7fb909f33ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T18:50:12.630 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:12 smithi063 bash[39320]: debug 2024-09-10T18:50:12.344+0000 7fb909f33ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T18:50:12.630 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:12 smithi063 bash[39320]: debug 2024-09-10T18:50:12.568+0000 7fb909f33ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:50:12.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:12 smithi063 bash[14646]: audit 2024-09-10T18:50:10.539817+0000 mgr.y (mgr.15159) 35 : audit [DBG] from='client.25354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:12.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:12 smithi063 bash[14646]: audit 2024-09-10T18:50:10.880922+0000 mgr.y (mgr.15159) 36 : audit [DBG] from='client.15447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:12.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:12 smithi063 bash[14646]: cluster 2024-09-10T18:50:11.386045+0000 mgr.y (mgr.15159) 37 : 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-10T18:50:12.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:12 smithi031 bash[14957]: audit 2024-09-10T18:50:10.539817+0000 mgr.y (mgr.15159) 35 : audit [DBG] from='client.25354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:12.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:12 smithi031 bash[14957]: audit 2024-09-10T18:50:10.880922+0000 mgr.y (mgr.15159) 36 : audit [DBG] from='client.15447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:12.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:12 smithi031 bash[14957]: cluster 2024-09-10T18:50:11.386045+0000 mgr.y (mgr.15159) 37 : 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-10T18:50:12.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:12 smithi031 bash[19205]: audit 2024-09-10T18:50:10.539817+0000 mgr.y (mgr.15159) 35 : audit [DBG] from='client.25354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:12.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:12 smithi031 bash[19205]: audit 2024-09-10T18:50:10.880922+0000 mgr.y (mgr.15159) 36 : audit [DBG] from='client.15447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:12.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:12 smithi031 bash[19205]: cluster 2024-09-10T18:50:11.386045+0000 mgr.y (mgr.15159) 37 : 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-10T18:50:13.309 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:13 smithi063 bash[39320]: debug 2024-09-10T18:50:13.004+0000 7fb909f33ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T18:50:13.309 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:13 smithi063 bash[39320]: debug 2024-09-10T18:50:13.068+0000 7fb909f33ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T18:50:13.309 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:13 smithi063 bash[39320]: debug 2024-09-10T18:50:13.136+0000 7fb909f33ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T18:50:13.309 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:13 smithi063 bash[39320]: debug 2024-09-10T18:50:13.232+0000 7fb909f33ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T18:50:13.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:13 smithi063 bash[14646]: audit 2024-09-10T18:50:11.678629+0000 mgr.y (mgr.15159) 38 : audit [DBG] from='client.15459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:13.630 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:13 smithi063 bash[39320]: debug 2024-09-10T18:50:13.300+0000 7fb909f33ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T18:50:13.630 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:13 smithi063 bash[39320]: debug 2024-09-10T18:50:13.380+0000 7fb909f33ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T18:50:13.630 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:13 smithi063 bash[39320]: debug 2024-09-10T18:50:13.540+0000 7fb909f33ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T18:50:13.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:13 smithi031 bash[14957]: audit 2024-09-10T18:50:11.678629+0000 mgr.y (mgr.15159) 38 : audit [DBG] from='client.15459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:13.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:13 smithi031 bash[19205]: audit 2024-09-10T18:50:11.678629+0000 mgr.y (mgr.15159) 38 : audit [DBG] from='client.15459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:14.130 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:13 smithi063 bash[39320]: debug 2024-09-10T18:50:13.632+0000 7fb909f33ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T18:50:14.880 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:50:14 smithi063 bash[39320]: debug 2024-09-10T18:50:14.680+0000 7fb909f33ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T18:50:14.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:14 smithi063 bash[14646]: cluster 2024-09-10T18:50:13.387511+0000 mgr.y (mgr.15159) 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-10T18:50:14.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:14 smithi031 bash[19205]: cluster 2024-09-10T18:50:13.387511+0000 mgr.y (mgr.15159) 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-10T18:50:14.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:14 smithi031 bash[14957]: cluster 2024-09-10T18:50:13.387511+0000 mgr.y (mgr.15159) 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-10T18:50:15.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:15 smithi063 bash[14646]: audit 2024-09-10T18:50:14.687087+0000 mon.b (mon.2) 347 : audit [DBG] from='mgr.? 172.21.15.63:0/70422694' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T18:50:15.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:15 smithi063 bash[14646]: audit 2024-09-10T18:50:14.687811+0000 mon.b (mon.2) 348 : audit [DBG] from='mgr.? 172.21.15.63:0/70422694' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:50:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:15 smithi063 bash[14646]: audit 2024-09-10T18:50:14.689665+0000 mon.b (mon.2) 349 : audit [DBG] from='mgr.? 172.21.15.63:0/70422694' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T18:50:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:15 smithi063 bash[14646]: cluster 2024-09-10T18:50:14.689837+0000 mon.a (mon.0) 1152 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T18:50:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:15 smithi063 bash[14646]: audit 2024-09-10T18:50:14.690245+0000 mon.b (mon.2) 350 : audit [DBG] from='mgr.? 172.21.15.63:0/70422694' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:50:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:15 smithi063 bash[14646]: cluster 2024-09-10T18:50:14.690312+0000 mon.a (mon.0) 1153 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:50:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:15 smithi063 bash[14646]: audit 2024-09-10T18:50:14.906121+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:15 smithi063 bash[14646]: audit 2024-09-10T18:50:14.914069+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:15 smithi063 bash[14646]: audit 2024-09-10T18:50:14.922278+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:15 smithi063 bash[14646]: audit 2024-09-10T18:50:15.309103+0000 mon.a (mon.0) 1157 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:50:15.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[14957]: audit 2024-09-10T18:50:14.687087+0000 mon.b (mon.2) 347 : audit [DBG] from='mgr.? 172.21.15.63:0/70422694' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T18:50:15.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[14957]: audit 2024-09-10T18:50:14.687811+0000 mon.b (mon.2) 348 : audit [DBG] from='mgr.? 172.21.15.63:0/70422694' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:50:15.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[14957]: audit 2024-09-10T18:50:14.689665+0000 mon.b (mon.2) 349 : audit [DBG] from='mgr.? 172.21.15.63:0/70422694' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T18:50:15.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[14957]: cluster 2024-09-10T18:50:14.689837+0000 mon.a (mon.0) 1152 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T18:50:15.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[14957]: audit 2024-09-10T18:50:14.690245+0000 mon.b (mon.2) 350 : audit [DBG] from='mgr.? 172.21.15.63:0/70422694' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:50:15.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[14957]: cluster 2024-09-10T18:50:14.690312+0000 mon.a (mon.0) 1153 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:50:15.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[14957]: audit 2024-09-10T18:50:14.906121+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[14957]: audit 2024-09-10T18:50:14.914069+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[14957]: audit 2024-09-10T18:50:14.922278+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[14957]: audit 2024-09-10T18:50:15.309103+0000 mon.a (mon.0) 1157 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:50:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[19205]: audit 2024-09-10T18:50:14.687087+0000 mon.b (mon.2) 347 : audit [DBG] from='mgr.? 172.21.15.63:0/70422694' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T18:50:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[19205]: audit 2024-09-10T18:50:14.687811+0000 mon.b (mon.2) 348 : audit [DBG] from='mgr.? 172.21.15.63:0/70422694' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:50:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[19205]: audit 2024-09-10T18:50:14.689665+0000 mon.b (mon.2) 349 : audit [DBG] from='mgr.? 172.21.15.63:0/70422694' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T18:50:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[19205]: cluster 2024-09-10T18:50:14.689837+0000 mon.a (mon.0) 1152 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T18:50:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[19205]: audit 2024-09-10T18:50:14.690245+0000 mon.b (mon.2) 350 : audit [DBG] from='mgr.? 172.21.15.63:0/70422694' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:50:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[19205]: cluster 2024-09-10T18:50:14.690312+0000 mon.a (mon.0) 1153 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:50:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[19205]: audit 2024-09-10T18:50:14.906121+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[19205]: audit 2024-09-10T18:50:14.914069+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[19205]: audit 2024-09-10T18:50:14.922278+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:15 smithi031 bash[19205]: audit 2024-09-10T18:50:15.309103+0000 mon.a (mon.0) 1157 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:50:16.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:16 smithi063 bash[14646]: cluster 2024-09-10T18:50:15.388273+0000 mgr.y (mgr.15159) 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-10T18:50:16.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:16 smithi063 bash[14646]: cluster 2024-09-10T18:50:15.521106+0000 mon.a (mon.0) 1158 : cluster [DBG] mgrmap e39: y(active, since 45s), standbys: x 2024-09-10T18:50:16.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:16 smithi063 bash[14646]: audit 2024-09-10T18:50:15.540903+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:16.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:16 smithi063 bash[14646]: audit 2024-09-10T18:50:15.549783+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:16.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:16 smithi063 bash[14646]: audit 2024-09-10T18:50:15.559005+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:16.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:16 smithi063 bash[14646]: audit 2024-09-10T18:50:15.561321+0000 mon.a (mon.0) 1162 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:50:16.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:16 smithi031 bash[19205]: cluster 2024-09-10T18:50:15.388273+0000 mgr.y (mgr.15159) 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-10T18:50:16.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:16 smithi031 bash[19205]: cluster 2024-09-10T18:50:15.521106+0000 mon.a (mon.0) 1158 : cluster [DBG] mgrmap e39: y(active, since 45s), standbys: x 2024-09-10T18:50:16.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:16 smithi031 bash[19205]: audit 2024-09-10T18:50:15.540903+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:16.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:16 smithi031 bash[19205]: audit 2024-09-10T18:50:15.549783+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:16.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:16 smithi031 bash[19205]: audit 2024-09-10T18:50:15.559005+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:16.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:16 smithi031 bash[19205]: audit 2024-09-10T18:50:15.561321+0000 mon.a (mon.0) 1162 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:50:16.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:16 smithi031 bash[14957]: cluster 2024-09-10T18:50:15.388273+0000 mgr.y (mgr.15159) 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-10T18:50:16.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:16 smithi031 bash[14957]: cluster 2024-09-10T18:50:15.521106+0000 mon.a (mon.0) 1158 : cluster [DBG] mgrmap e39: y(active, since 45s), standbys: x 2024-09-10T18:50:16.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:16 smithi031 bash[14957]: audit 2024-09-10T18:50:15.540903+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:16.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:16 smithi031 bash[14957]: audit 2024-09-10T18:50:15.549783+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:16.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:16 smithi031 bash[14957]: audit 2024-09-10T18:50:15.559005+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:16.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:16 smithi031 bash[14957]: audit 2024-09-10T18:50:15.561321+0000 mon.a (mon.0) 1162 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:50:18.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:18 smithi063 bash[14646]: cluster 2024-09-10T18:50:17.388974+0000 mgr.y (mgr.15159) 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-10T18:50:18.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:18 smithi031 bash[14957]: cluster 2024-09-10T18:50:17.388974+0000 mgr.y (mgr.15159) 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-10T18:50:18.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:18 smithi031 bash[19205]: cluster 2024-09-10T18:50:17.388974+0000 mgr.y (mgr.15159) 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-10T18:50:19.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:19 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 2. 2024-09-10T18:50:19.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:19 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:50:19.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:19 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:50:20.810 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:20 smithi063 bash[14646]: cluster 2024-09-10T18:50:19.390532+0000 mgr.y (mgr.15159) 42 : cluster [DBG] pgmap v25: 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-10T18:50:20.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:20 smithi031 bash[19205]: cluster 2024-09-10T18:50:19.390532+0000 mgr.y (mgr.15159) 42 : cluster [DBG] pgmap v25: 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-10T18:50:20.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:20 smithi031 bash[14957]: cluster 2024-09-10T18:50:19.390532+0000 mgr.y (mgr.15159) 42 : cluster [DBG] pgmap v25: 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-10T18:50:22.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:50:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:50:21.655Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:50:22.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:50:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:50:21.655Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:50:22.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:50:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:50:21.655Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:50:22.822 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:22 smithi063 bash[40142]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:50:22.822 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:22 smithi063 bash[14646]: cluster 2024-09-10T18:50:21.391269+0000 mgr.y (mgr.15159) 43 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:22.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:22 smithi031 bash[14957]: cluster 2024-09-10T18:50:21.391269+0000 mgr.y (mgr.15159) 43 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:22.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:22 smithi031 bash[19205]: cluster 2024-09-10T18:50:21.391269+0000 mgr.y (mgr.15159) 43 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:23.721 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[14646]: audit 2024-09-10T18:50:23.268787+0000 mon.b (mon.2) 351 : audit [DBG] from='client.? 172.21.15.63:0/606906555' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:50:23.721 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: --- Logging error --- 2024-09-10T18:50:23.721 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Traceback (most recent call last): 2024-09-10T18:50:23.721 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:50:23.721 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self.socket.send(msg) 2024-09-10T18:50:23.722 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:50:23.722 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:23.722 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Traceback (most recent call last): 2024-09-10T18:50:23.722 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:50:23.722 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self.socket.connect(address) 2024-09-10T18:50:23.722 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:23.722 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:23.722 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Traceback (most recent call last): 2024-09-10T18:50:23.722 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:50:23.722 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self._connect_unixsocket(self.address) 2024-09-10T18:50:23.722 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:50:23.722 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self.socket.connect(address) 2024-09-10T18:50:23.722 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:23.723 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Call stack: 2024-09-10T18:50:23.723 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:50:23.723 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self._bootstrap_inner() 2024-09-10T18:50:23.723 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:50:23.723 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self.run() 2024-09-10T18:50:23.723 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:50:23.723 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: logger.info("Started the configuration object watcher") 2024-09-10T18:50:23.723 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Message: 'Started the configuration object watcher' 2024-09-10T18:50:23.723 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Arguments: () 2024-09-10T18:50:23.723 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: --- Logging error --- 2024-09-10T18:50:23.724 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Traceback (most recent call last): 2024-09-10T18:50:23.724 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:50:23.724 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self.socket.send(msg) 2024-09-10T18:50:23.724 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:50:23.724 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:23.724 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Traceback (most recent call last): 2024-09-10T18:50:23.724 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:50:23.724 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self.socket.connect(address) 2024-09-10T18:50:23.724 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:23.724 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:23.724 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Traceback (most recent call last): 2024-09-10T18:50:23.724 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:50:23.724 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self._connect_unixsocket(self.address) 2024-09-10T18:50:23.725 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:50:23.725 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self.socket.connect(address) 2024-09-10T18:50:23.725 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:23.725 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Call stack: 2024-09-10T18:50:23.725 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:50:23.725 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: main() 2024-09-10T18:50:23.725 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:50:23.725 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:50:23.726 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:50:23.726 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:50:23.726 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:50:23.726 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Arguments: () 2024-09-10T18:50:23.726 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: --- Logging error --- 2024-09-10T18:50:23.726 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Traceback (most recent call last): 2024-09-10T18:50:23.726 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:50:23.726 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self.socket.send(msg) 2024-09-10T18:50:23.726 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:50:23.726 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:23.726 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Traceback (most recent call last): 2024-09-10T18:50:23.726 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:50:23.727 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self.socket.connect(address) 2024-09-10T18:50:23.727 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:23.727 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:23.727 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Traceback (most recent call last): 2024-09-10T18:50:23.727 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:50:23.727 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self._connect_unixsocket(self.address) 2024-09-10T18:50:23.727 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:50:23.727 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self.socket.connect(address) 2024-09-10T18:50:23.727 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:23.727 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Call stack: 2024-09-10T18:50:23.727 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:50:23.727 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self._bootstrap_inner() 2024-09-10T18:50:23.727 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:50:23.728 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self.run() 2024-09-10T18:50:23.728 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:50:23.728 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self.interval)) 2024-09-10T18:50:23.728 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:50:23.728 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Arguments: () 2024-09-10T18:50:23.728 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: --- Logging error --- 2024-09-10T18:50:23.728 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Traceback (most recent call last): 2024-09-10T18:50:23.728 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:50:23.728 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self.socket.send(msg) 2024-09-10T18:50:23.728 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:50:23.728 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:23.728 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Traceback (most recent call last): 2024-09-10T18:50:23.728 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:50:23.728 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self.socket.connect(address) 2024-09-10T18:50:23.729 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:23.729 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:23.729 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Traceback (most recent call last): 2024-09-10T18:50:23.729 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:50:23.729 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self._connect_unixsocket(self.address) 2024-09-10T18:50:23.729 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:50:23.729 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: self.socket.connect(address) 2024-09-10T18:50:23.729 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:23.729 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Call stack: 2024-09-10T18:50:23.729 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:50:23.729 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: main() 2024-09-10T18:50:23.729 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:50:23.729 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:50:23.730 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:50:23.730 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:50:23.730 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:50:23.730 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: "{}".format(blacklisted_ip)) 2024-09-10T18:50:23.730 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/3824217936' 2024-09-10T18:50:23.730 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Arguments: () 2024-09-10T18:50:23.730 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: Traceback (most recent call last): 2024-09-10T18:50:23.730 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:50:23.730 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: main() 2024-09-10T18:50:23.730 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:50:23.730 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:50:23.730 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:50:23.730 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:50:23.731 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:50:23.731 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:50:23.731 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:50:23.731 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: **kwargs).stdout 2024-09-10T18:50:23.731 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:50:23.731 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: output=stdout, stderr=stderr) 2024-09-10T18:50:23.731 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:23 smithi063 bash[40160]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/3824217936' returned non-zero exit status 13. 2024-09-10T18:50:23.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:23 smithi031 bash[14957]: audit 2024-09-10T18:50:23.268787+0000 mon.b (mon.2) 351 : audit [DBG] from='client.? 172.21.15.63:0/606906555' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:50:23.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:23 smithi031 bash[19205]: audit 2024-09-10T18:50:23.268787+0000 mon.b (mon.2) 351 : audit [DBG] from='client.? 172.21.15.63:0/606906555' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:50:24.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:24 smithi063 bash[14646]: cluster 2024-09-10T18:50:23.392783+0000 mgr.y (mgr.15159) 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-10T18:50:24.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:24 smithi063 bash[14646]: audit 2024-09-10T18:50:23.630109+0000 mon.b (mon.2) 352 : audit [INF] from='client.? 172.21.15.63:0/1343804510' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:50:24.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:24 smithi031 bash[14957]: cluster 2024-09-10T18:50:23.392783+0000 mgr.y (mgr.15159) 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-10T18:50:24.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:24 smithi031 bash[14957]: audit 2024-09-10T18:50:23.630109+0000 mon.b (mon.2) 352 : audit [INF] from='client.? 172.21.15.63:0/1343804510' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:50:24.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:24 smithi031 bash[19205]: cluster 2024-09-10T18:50:23.392783+0000 mgr.y (mgr.15159) 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-10T18:50:24.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:24 smithi031 bash[19205]: audit 2024-09-10T18:50:23.630109+0000 mon.b (mon.2) 352 : audit [INF] from='client.? 172.21.15.63:0/1343804510' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:50:25.525 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:25 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:50:25.525 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:25 smithi063 bash[40142]: (process:1): GLib-GObject-CRITICAL **: 18:50:25.489: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:50:26.474 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:26 smithi063 bash[40464]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:50:26.474 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:26 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:50:26.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:26 smithi063 bash[14646]: cluster 2024-09-10T18:50:25.393552+0000 mgr.y (mgr.15159) 45 : cluster [DBG] pgmap v28: 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-10T18:50:26.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:26 smithi031 bash[14957]: cluster 2024-09-10T18:50:25.393552+0000 mgr.y (mgr.15159) 45 : cluster [DBG] pgmap v28: 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-10T18:50:26.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:26 smithi031 bash[19205]: cluster 2024-09-10T18:50:25.393552+0000 mgr.y (mgr.15159) 45 : cluster [DBG] pgmap v28: 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-10T18:50:28.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:28 smithi063 bash[14646]: cluster 2024-09-10T18:50:27.394305+0000 mgr.y (mgr.15159) 46 : cluster [DBG] pgmap v29: 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-10T18:50:28.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:28 smithi063 bash[14646]: audit 2024-09-10T18:50:28.219459+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:28.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:28 smithi063 bash[14646]: audit 2024-09-10T18:50:28.228198+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:28.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:28 smithi063 bash[14646]: audit 2024-09-10T18:50:28.236816+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:28.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:28 smithi063 bash[14646]: audit 2024-09-10T18:50:28.238636+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:50:28.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:28 smithi063 bash[14646]: audit 2024-09-10T18:50:28.240199+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:50:28.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:28 smithi063 bash[14646]: audit 2024-09-10T18:50:28.250765+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:28.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:28 smithi063 bash[14646]: audit 2024-09-10T18:50:28.315686+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:50:28.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:28 smithi063 bash[14646]: audit 2024-09-10T18:50:28.321061+0000 mon.a (mon.0) 1170 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:28.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:28 smithi063 bash[14646]: audit 2024-09-10T18:50:28.322974+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-10T18:50:28.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:28 smithi063 bash[14646]: audit 2024-09-10T18:50:28.328340+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-10T18:50:28.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:28 smithi063 bash[14646]: audit 2024-09-10T18:50:28.332393+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[14957]: cluster 2024-09-10T18:50:27.394305+0000 mgr.y (mgr.15159) 46 : cluster [DBG] pgmap v29: 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-10T18:50:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[14957]: audit 2024-09-10T18:50:28.219459+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[14957]: audit 2024-09-10T18:50:28.228198+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[14957]: audit 2024-09-10T18:50:28.236816+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[14957]: audit 2024-09-10T18:50:28.238636+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:50:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[14957]: audit 2024-09-10T18:50:28.240199+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:50:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[14957]: audit 2024-09-10T18:50:28.250765+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[14957]: audit 2024-09-10T18:50:28.315686+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:50:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[14957]: audit 2024-09-10T18:50:28.321061+0000 mon.a (mon.0) 1170 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[14957]: audit 2024-09-10T18:50:28.322974+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-10T18:50:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[14957]: audit 2024-09-10T18:50:28.328340+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-10T18:50:28.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[14957]: audit 2024-09-10T18:50:28.332393+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:28.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[19205]: cluster 2024-09-10T18:50:27.394305+0000 mgr.y (mgr.15159) 46 : cluster [DBG] pgmap v29: 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-10T18:50:28.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[19205]: audit 2024-09-10T18:50:28.219459+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:28.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[19205]: audit 2024-09-10T18:50:28.228198+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:28.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[19205]: audit 2024-09-10T18:50:28.236816+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:28.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[19205]: audit 2024-09-10T18:50:28.238636+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:50:28.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[19205]: audit 2024-09-10T18:50:28.240199+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:50:28.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[19205]: audit 2024-09-10T18:50:28.250765+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:28.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[19205]: audit 2024-09-10T18:50:28.315686+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:50:28.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[19205]: audit 2024-09-10T18:50:28.321061+0000 mon.a (mon.0) 1170 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:28.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[19205]: audit 2024-09-10T18:50:28.322974+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-10T18:50:28.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[19205]: audit 2024-09-10T18:50:28.328340+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-10T18:50:28.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:28 smithi031 bash[19205]: audit 2024-09-10T18:50:28.332393+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:29.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:29 smithi063 bash[14646]: cephadm 2024-09-10T18:50:28.241486+0000 mgr.y (mgr.15159) 47 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:50:29.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:29 smithi063 bash[14646]: cluster 2024-09-10T18:50:28.242719+0000 mgr.y (mgr.15159) 48 : cluster [DBG] pgmap v30: 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-10T18:50:29.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:29 smithi063 bash[14646]: cluster 2024-09-10T18:50:28.243219+0000 mgr.y (mgr.15159) 49 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-09-10T18:50:29.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:29 smithi063 bash[14646]: cephadm 2024-09-10T18:50:28.333763+0000 mgr.y (mgr.15159) 50 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:50:29.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:29 smithi063 bash[14646]: audit 2024-09-10T18:50:28.341985+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:29.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:29 smithi063 bash[14646]: audit 2024-09-10T18:50:28.351338+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:29.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:29 smithi063 bash[14646]: cephadm 2024-09-10T18:50:28.352853+0000 mgr.y (mgr.15159) 51 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T18:50:29.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:29 smithi063 bash[14646]: audit 2024-09-10T18:50:28.359303+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:29.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:29 smithi063 bash[14646]: audit 2024-09-10T18:50:28.361391+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:29.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:29 smithi063 bash[14646]: cephadm 2024-09-10T18:50:28.362301+0000 mgr.y (mgr.15159) 52 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T18:50:29.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:29 smithi063 bash[14646]: audit 2024-09-10T18:50:28.368512+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:29.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:29 smithi063 bash[14646]: audit 2024-09-10T18:50:28.370439+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:29.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:29 smithi063 bash[14646]: cephadm 2024-09-10T18:50:28.371492+0000 mgr.y (mgr.15159) 53 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T18:50:29.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:29 smithi063 bash[14646]: audit 2024-09-10T18:50:28.377587+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:29.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:29 smithi063 bash[14646]: audit 2024-09-10T18:50:28.380379+0000 mon.a (mon.0) 1181 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:29.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:29 smithi063 bash[14646]: cephadm 2024-09-10T18:50:28.381547+0000 mgr.y (mgr.15159) 54 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T18:50:29.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:29 smithi063 bash[14646]: audit 2024-09-10T18:50:28.390200+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:29.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[14957]: cephadm 2024-09-10T18:50:28.241486+0000 mgr.y (mgr.15159) 47 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:50:29.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[14957]: cluster 2024-09-10T18:50:28.242719+0000 mgr.y (mgr.15159) 48 : cluster [DBG] pgmap v30: 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-10T18:50:29.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[14957]: cluster 2024-09-10T18:50:28.243219+0000 mgr.y (mgr.15159) 49 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-09-10T18:50:29.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[14957]: cephadm 2024-09-10T18:50:28.333763+0000 mgr.y (mgr.15159) 50 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:50:29.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[14957]: audit 2024-09-10T18:50:28.341985+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:29.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[14957]: audit 2024-09-10T18:50:28.351338+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:29.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[14957]: cephadm 2024-09-10T18:50:28.352853+0000 mgr.y (mgr.15159) 51 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T18:50:29.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[14957]: audit 2024-09-10T18:50:28.359303+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:29.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[14957]: audit 2024-09-10T18:50:28.361391+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:29.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[14957]: cephadm 2024-09-10T18:50:28.362301+0000 mgr.y (mgr.15159) 52 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T18:50:29.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[14957]: audit 2024-09-10T18:50:28.368512+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:29.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[14957]: audit 2024-09-10T18:50:28.370439+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:29.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[14957]: cephadm 2024-09-10T18:50:28.371492+0000 mgr.y (mgr.15159) 53 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T18:50:29.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[14957]: audit 2024-09-10T18:50:28.377587+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:29.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[14957]: audit 2024-09-10T18:50:28.380379+0000 mon.a (mon.0) 1181 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:29.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[14957]: cephadm 2024-09-10T18:50:28.381547+0000 mgr.y (mgr.15159) 54 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T18:50:29.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[14957]: audit 2024-09-10T18:50:28.390200+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:29.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[19205]: cephadm 2024-09-10T18:50:28.241486+0000 mgr.y (mgr.15159) 47 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:50:29.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[19205]: cluster 2024-09-10T18:50:28.242719+0000 mgr.y (mgr.15159) 48 : cluster [DBG] pgmap v30: 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-10T18:50:29.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[19205]: cluster 2024-09-10T18:50:28.243219+0000 mgr.y (mgr.15159) 49 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-09-10T18:50:29.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[19205]: cephadm 2024-09-10T18:50:28.333763+0000 mgr.y (mgr.15159) 50 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:50:29.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[19205]: audit 2024-09-10T18:50:28.341985+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:29.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[19205]: audit 2024-09-10T18:50:28.351338+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:29.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[19205]: cephadm 2024-09-10T18:50:28.352853+0000 mgr.y (mgr.15159) 51 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T18:50:29.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[19205]: audit 2024-09-10T18:50:28.359303+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:29.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[19205]: audit 2024-09-10T18:50:28.361391+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:29.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[19205]: cephadm 2024-09-10T18:50:28.362301+0000 mgr.y (mgr.15159) 52 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T18:50:29.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[19205]: audit 2024-09-10T18:50:28.368512+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:29.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[19205]: audit 2024-09-10T18:50:28.370439+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:29.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[19205]: cephadm 2024-09-10T18:50:28.371492+0000 mgr.y (mgr.15159) 53 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T18:50:29.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[19205]: audit 2024-09-10T18:50:28.377587+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:29.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[19205]: audit 2024-09-10T18:50:28.380379+0000 mon.a (mon.0) 1181 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:29.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[19205]: cephadm 2024-09-10T18:50:28.381547+0000 mgr.y (mgr.15159) 54 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T18:50:29.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:29 smithi031 bash[19205]: audit 2024-09-10T18:50:28.390200+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:31.590 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:31 smithi031 bash[19205]: cluster 2024-09-10T18:50:30.244881+0000 mgr.y (mgr.15159) 55 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-09-10T18:50:31.590 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:31 smithi031 bash[14957]: cluster 2024-09-10T18:50:30.244881+0000 mgr.y (mgr.15159) 55 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-09-10T18:50:31.590 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:31 smithi031 systemd[1]: Stopping Ceph node-exporter.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:50:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:31 smithi063 bash[14646]: cluster 2024-09-10T18:50:30.244881+0000 mgr.y (mgr.15159) 55 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-09-10T18:50:31.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:50:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:50:31.655Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:50:31.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:50:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:50:31.655Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:50:31.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:50:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:50:31.655Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:50:32.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:32 smithi031 bash[14957]: cephadm 2024-09-10T18:50:30.999634+0000 mgr.y (mgr.15159) 56 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-10T18:50:32.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:32 smithi031 bash[14957]: cephadm 2024-09-10T18:50:31.000074+0000 mgr.y (mgr.15159) 57 : cephadm [INF] Deploying daemon node-exporter.a on smithi031 2024-09-10T18:50:32.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:32 smithi031 bash[19205]: cephadm 2024-09-10T18:50:30.999634+0000 mgr.y (mgr.15159) 56 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-10T18:50:32.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:32 smithi031 bash[19205]: cephadm 2024-09-10T18:50:31.000074+0000 mgr.y (mgr.15159) 57 : cephadm [INF] Deploying daemon node-exporter.a on smithi031 2024-09-10T18:50:32.389 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:32 smithi031 bash[47257]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-node-exporter.a 2024-09-10T18:50:32.389 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:32 smithi031 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-09-10T18:50:32.389 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:32 smithi031 bash[47331]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-node-exporter.a 2024-09-10T18:50:32.389 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:32 smithi031 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-10T18:50:32.390 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:32 smithi031 systemd[1]: Stopped Ceph node-exporter.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:50:32.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:32 smithi063 bash[14646]: cephadm 2024-09-10T18:50:30.999634+0000 mgr.y (mgr.15159) 56 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-10T18:50:32.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:32 smithi063 bash[14646]: cephadm 2024-09-10T18:50:31.000074+0000 mgr.y (mgr.15159) 57 : cephadm [INF] Deploying daemon node-exporter.a on smithi031 2024-09-10T18:50:32.886 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:32 smithi031 systemd[1]: Started Ceph node-exporter.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:50:32.886 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:32 smithi031 bash[47413]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-09-10T18:50:33.604 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:33 smithi031 bash[47413]: v1.5.0: Pulling from prometheus/node-exporter 2024-09-10T18:50:33.605 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:33 smithi031 bash[47413]: 22b70bddd3ac: Pulling fs layer 2024-09-10T18:50:33.605 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:33 smithi031 bash[47413]: 5c12815fee55: Pulling fs layer 2024-09-10T18:50:33.605 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:33 smithi031 bash[47413]: c0e87333d380: Pulling fs layer 2024-09-10T18:50:33.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:33 smithi031 bash[14957]: cluster 2024-09-10T18:50:32.245644+0000 mgr.y (mgr.15159) 58 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:33.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:33 smithi031 bash[14957]: audit 2024-09-10T18:50:32.634954+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:33.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:33 smithi031 bash[14957]: audit 2024-09-10T18:50:32.640810+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:33.605 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:33 smithi031 bash[14957]: audit 2024-09-10T18:50:32.648582+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:33.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:33 smithi031 bash[19205]: cluster 2024-09-10T18:50:32.245644+0000 mgr.y (mgr.15159) 58 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:33.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:33 smithi031 bash[19205]: audit 2024-09-10T18:50:32.634954+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:33.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:33 smithi031 bash[19205]: audit 2024-09-10T18:50:32.640810+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:33.606 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:33 smithi031 bash[19205]: audit 2024-09-10T18:50:32.648582+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:33.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:33 smithi063 bash[14646]: cluster 2024-09-10T18:50:32.245644+0000 mgr.y (mgr.15159) 58 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:33.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:33 smithi063 bash[14646]: audit 2024-09-10T18:50:32.634954+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:33.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:33 smithi063 bash[14646]: audit 2024-09-10T18:50:32.640810+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:33.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:33 smithi063 bash[14646]: audit 2024-09-10T18:50:32.648582+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:33.873 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:33 smithi031 bash[47413]: 5c12815fee55: Verifying Checksum 2024-09-10T18:50:33.873 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:33 smithi031 bash[47413]: 5c12815fee55: Download complete 2024-09-10T18:50:33.873 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:33 smithi031 bash[47413]: 22b70bddd3ac: Verifying Checksum 2024-09-10T18:50:33.873 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:33 smithi031 bash[47413]: 22b70bddd3ac: Download complete 2024-09-10T18:50:33.874 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:33 smithi031 bash[47413]: c0e87333d380: Verifying Checksum 2024-09-10T18:50:33.874 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:33 smithi031 bash[47413]: c0e87333d380: Download complete 2024-09-10T18:50:34.136 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:33 smithi031 bash[47413]: 22b70bddd3ac: Pull complete 2024-09-10T18:50:34.886 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:34 smithi031 bash[47413]: 5c12815fee55: Pull complete 2024-09-10T18:50:35.334 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:34 smithi031 bash[47413]: c0e87333d380: Pull complete 2024-09-10T18:50:35.334 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:35 smithi031 bash[47413]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-09-10T18:50:35.334 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:35 smithi031 bash[47413]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-09-10T18:50:35.598 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:35 smithi063 bash[14646]: cluster 2024-09-10T18:50:34.247449+0000 mgr.y (mgr.15159) 59 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:35.598 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:35 smithi063 systemd[1]: Stopping Ceph node-exporter.b for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:50:35.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:35 smithi031 bash[14957]: cluster 2024-09-10T18:50:34.247449+0000 mgr.y (mgr.15159) 59 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:35.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:35 smithi031 bash[19205]: cluster 2024-09-10T18:50:34.247449+0000 mgr.y (mgr.15159) 59 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:36.590 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:36 smithi063 bash[40765]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-node-exporter.b 2024-09-10T18:50:36.590 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:36 smithi063 bash[14646]: cephadm 2024-09-10T18:50:35.126068+0000 mgr.y (mgr.15159) 60 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-10T18:50:36.591 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:36 smithi063 bash[14646]: cephadm 2024-09-10T18:50:35.126840+0000 mgr.y (mgr.15159) 61 : cephadm [INF] Deploying daemon node-exporter.b on smithi063 2024-09-10T18:50:36.591 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:36 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 3. 2024-09-10T18:50:36.591 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:36 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:50:36.591 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:36 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:50:36.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[14957]: cephadm 2024-09-10T18:50:35.126068+0000 mgr.y (mgr.15159) 60 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-10T18:50:36.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[14957]: cephadm 2024-09-10T18:50:35.126840+0000 mgr.y (mgr.15159) 61 : cephadm [INF] Deploying daemon node-exporter.b on smithi063 2024-09-10T18:50:36.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[19205]: cephadm 2024-09-10T18:50:35.126068+0000 mgr.y (mgr.15159) 60 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-10T18:50:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[19205]: cephadm 2024-09-10T18:50:35.126840+0000 mgr.y (mgr.15159) 61 : cephadm [INF] Deploying daemon node-exporter.b on smithi063 2024-09-10T18:50:36.880 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:36 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-09-10T18:50:36.880 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:36 smithi063 bash[40874]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-node-exporter.b 2024-09-10T18:50:36.880 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:36 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-10T18:50:36.880 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:36 smithi063 systemd[1]: Stopped Ceph node-exporter.b for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:50:37.137 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.792Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-10T18:50:37.137 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.792Z 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-10T18:50:37.137 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.794Z 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-10T18:50:37.137 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.794Z 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-10T18:50:37.137 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z 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-10T18:50:37.137 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-10T18:50:37.137 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-10T18:50:37.137 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=arp 2024-09-10T18:50:37.137 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-10T18:50:37.137 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-10T18:50:37.138 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-10T18:50:37.138 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-10T18:50:37.138 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-10T18:50:37.138 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-10T18:50:37.138 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-10T18:50:37.138 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-10T18:50:37.138 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=edac 2024-09-10T18:50:37.138 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-10T18:50:37.138 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-10T18:50:37.139 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-10T18:50:37.139 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-10T18:50:37.139 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-10T18:50:37.139 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-10T18:50:37.139 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-10T18:50:37.139 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-10T18:50:37.139 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-10T18:50:37.139 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-10T18:50:37.140 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-10T18:50:37.140 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-10T18:50:37.140 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-10T18:50:37.140 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-10T18:50:37.140 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-10T18:50:37.140 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-10T18:50:37.140 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=os 2024-09-10T18:50:37.140 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-10T18:50:37.140 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-10T18:50:37.140 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-10T18:50:37.140 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-10T18:50:37.140 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.795Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-10T18:50:37.140 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.796Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-10T18:50:37.141 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.796Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-10T18:50:37.141 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.796Z caller=node_exporter.go:117 level=info collector=stat 2024-09-10T18:50:37.141 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.796Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-10T18:50:37.141 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.796Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-10T18:50:37.141 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.796Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-10T18:50:37.141 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.796Z caller=node_exporter.go:117 level=info collector=time 2024-09-10T18:50:37.141 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.796Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-10T18:50:37.141 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.796Z caller=node_exporter.go:117 level=info collector=uname 2024-09-10T18:50:37.141 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.796Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-10T18:50:37.141 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.796Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-10T18:50:37.141 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.796Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-10T18:50:37.142 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.796Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-10T18:50:37.142 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 18:50:36 smithi031 bash[47413]: ts=2024-09-10T18:50:36.796Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-10T18:50:37.380 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:36 smithi063 systemd[1]: Started Ceph node-exporter.b for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:50:37.380 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:37 smithi063 bash[40953]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-09-10T18:50:37.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:37 smithi031 bash[14957]: cluster 2024-09-10T18:50:36.248302+0000 mgr.y (mgr.15159) 62 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:37.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:37 smithi031 bash[14957]: audit 2024-09-10T18:50:36.993278+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:37.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:37 smithi031 bash[14957]: audit 2024-09-10T18:50:37.001222+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:37.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:37 smithi031 bash[14957]: audit 2024-09-10T18:50:37.010522+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:37.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:37 smithi031 bash[14957]: audit 2024-09-10T18:50:37.013946+0000 mon.a (mon.0) 1189 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:50:37.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:37 smithi031 bash[14957]: audit 2024-09-10T18:50:37.017585+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:50:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:37 smithi031 bash[19205]: cluster 2024-09-10T18:50:36.248302+0000 mgr.y (mgr.15159) 62 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:37 smithi031 bash[19205]: audit 2024-09-10T18:50:36.993278+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:37 smithi031 bash[19205]: audit 2024-09-10T18:50:37.001222+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:37 smithi031 bash[19205]: audit 2024-09-10T18:50:37.010522+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:37 smithi031 bash[19205]: audit 2024-09-10T18:50:37.013946+0000 mon.a (mon.0) 1189 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:50:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:37 smithi031 bash[19205]: audit 2024-09-10T18:50:37.017585+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:50:37.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:37 smithi063 bash[14646]: cluster 2024-09-10T18:50:36.248302+0000 mgr.y (mgr.15159) 62 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:37.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:37 smithi063 bash[14646]: audit 2024-09-10T18:50:36.993278+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:37.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:37 smithi063 bash[14646]: audit 2024-09-10T18:50:37.001222+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:37.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:37 smithi063 bash[14646]: audit 2024-09-10T18:50:37.010522+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:37.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:37 smithi063 bash[14646]: audit 2024-09-10T18:50:37.013946+0000 mon.a (mon.0) 1189 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:50:37.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:37 smithi063 bash[14646]: audit 2024-09-10T18:50:37.017585+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:50:38.580 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:38 smithi063 bash[40953]: v1.5.0: Pulling from prometheus/node-exporter 2024-09-10T18:50:38.580 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:38 smithi063 bash[14646]: audit 2024-09-10T18:50:37.653705+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:50:38.580 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:38 smithi063 bash[14646]: audit 2024-09-10T18:50:37.654386+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T18:50:38.580 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:38 smithi063 bash[14646]: audit 2024-09-10T18:50:37.655002+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T18:50:38.880 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:38 smithi063 bash[40953]: 22b70bddd3ac: Pulling fs layer 2024-09-10T18:50:38.880 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:38 smithi063 bash[40953]: 5c12815fee55: Pulling fs layer 2024-09-10T18:50:38.880 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:38 smithi063 bash[40953]: c0e87333d380: Pulling fs layer 2024-09-10T18:50:38.880 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:38 smithi063 bash[40953]: 22b70bddd3ac: Download complete 2024-09-10T18:50:38.880 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:38 smithi063 bash[40953]: 5c12815fee55: Verifying Checksum 2024-09-10T18:50:38.880 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:38 smithi063 bash[40953]: 5c12815fee55: Download complete 2024-09-10T18:50:38.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:38 smithi031 bash[19205]: audit 2024-09-10T18:50:37.653705+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:50:38.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:38 smithi031 bash[19205]: audit 2024-09-10T18:50:37.654386+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T18:50:38.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:38 smithi031 bash[19205]: audit 2024-09-10T18:50:37.655002+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T18:50:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:38 smithi031 bash[14957]: audit 2024-09-10T18:50:37.653705+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:50:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:38 smithi031 bash[14957]: audit 2024-09-10T18:50:37.654386+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T18:50:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:38 smithi031 bash[14957]: audit 2024-09-10T18:50:37.655002+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T18:50:39.380 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:38 smithi063 bash[40851]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:50:39.380 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:38 smithi063 bash[40953]: c0e87333d380: Verifying Checksum 2024-09-10T18:50:39.380 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:38 smithi063 bash[40953]: c0e87333d380: Download complete 2024-09-10T18:50:39.380 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:39 smithi063 bash[40953]: 22b70bddd3ac: Pull complete 2024-09-10T18:50:39.793 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:39 smithi063 bash[14646]: cluster 2024-09-10T18:50:38.249153+0000 mgr.y (mgr.15159) 63 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:39.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:39 smithi031 bash[14957]: cluster 2024-09-10T18:50:38.249153+0000 mgr.y (mgr.15159) 63 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:39.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:39 smithi031 bash[19205]: cluster 2024-09-10T18:50:38.249153+0000 mgr.y (mgr.15159) 63 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:40.049 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:39 smithi063 bash[40953]: 5c12815fee55: Pull complete 2024-09-10T18:50:40.321 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: --- Logging error --- 2024-09-10T18:50:40.321 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Traceback (most recent call last): 2024-09-10T18:50:40.321 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:50:40.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self.socket.send(msg) 2024-09-10T18:50:40.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:50:40.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:40.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Traceback (most recent call last): 2024-09-10T18:50:40.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:50:40.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self.socket.connect(address) 2024-09-10T18:50:40.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:40.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:40.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Traceback (most recent call last): 2024-09-10T18:50:40.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:50:40.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self._connect_unixsocket(self.address) 2024-09-10T18:50:40.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:50:40.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self.socket.connect(address) 2024-09-10T18:50:40.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:40.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Call stack: 2024-09-10T18:50:40.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:50:40.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self._bootstrap_inner() 2024-09-10T18:50:40.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:50:40.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self.run() 2024-09-10T18:50:40.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:50:40.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: logger.info("Started the configuration object watcher") 2024-09-10T18:50:40.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Message: 'Started the configuration object watcher' 2024-09-10T18:50:40.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Arguments: () 2024-09-10T18:50:40.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: --- Logging error --- 2024-09-10T18:50:40.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Traceback (most recent call last): 2024-09-10T18:50:40.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:50:40.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self.socket.send(msg) 2024-09-10T18:50:40.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:50:40.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:40.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Traceback (most recent call last): 2024-09-10T18:50:40.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:50:40.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self.socket.connect(address) 2024-09-10T18:50:40.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:40.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:40.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Traceback (most recent call last): 2024-09-10T18:50:40.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:50:40.325 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self._connect_unixsocket(self.address) 2024-09-10T18:50:40.325 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:50:40.325 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self.socket.connect(address) 2024-09-10T18:50:40.325 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:40.325 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Call stack: 2024-09-10T18:50:40.325 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:50:40.325 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: main() 2024-09-10T18:50:40.325 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:50:40.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:50:40.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:50:40.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:50:40.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:50:40.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Arguments: () 2024-09-10T18:50:40.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: --- Logging error --- 2024-09-10T18:50:40.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Traceback (most recent call last): 2024-09-10T18:50:40.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:50:40.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self.socket.send(msg) 2024-09-10T18:50:40.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:50:40.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:40.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Traceback (most recent call last): 2024-09-10T18:50:40.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:50:40.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self.socket.connect(address) 2024-09-10T18:50:40.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:40.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:40.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Traceback (most recent call last): 2024-09-10T18:50:40.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:50:40.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self._connect_unixsocket(self.address) 2024-09-10T18:50:40.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:50:40.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self.socket.connect(address) 2024-09-10T18:50:40.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:40.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Call stack: 2024-09-10T18:50:40.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:50:40.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self._bootstrap_inner() 2024-09-10T18:50:40.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:50:40.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self.run() 2024-09-10T18:50:40.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:50:40.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self.interval)) 2024-09-10T18:50:40.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:50:40.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Arguments: () 2024-09-10T18:50:40.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: --- Logging error --- 2024-09-10T18:50:40.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Traceback (most recent call last): 2024-09-10T18:50:40.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:50:40.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self.socket.send(msg) 2024-09-10T18:50:40.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:50:40.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:40.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Traceback (most recent call last): 2024-09-10T18:50:40.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:50:40.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self.socket.connect(address) 2024-09-10T18:50:40.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:40.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:40.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Traceback (most recent call last): 2024-09-10T18:50:40.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:50:40.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self._connect_unixsocket(self.address) 2024-09-10T18:50:40.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:50:40.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: self.socket.connect(address) 2024-09-10T18:50:40.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:40.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Call stack: 2024-09-10T18:50:40.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:50:40.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: main() 2024-09-10T18:50:40.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:50:40.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:50:40.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:50:40.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:50:40.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:50:40.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: "{}".format(blacklisted_ip)) 2024-09-10T18:50:40.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/3824217936' 2024-09-10T18:50:40.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Arguments: () 2024-09-10T18:50:40.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: Traceback (most recent call last): 2024-09-10T18:50:40.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:50:40.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: main() 2024-09-10T18:50:40.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:50:40.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:50:40.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:50:40.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:50:40.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:50:40.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:50:40.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:50:40.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: **kwargs).stdout 2024-09-10T18:50:40.331 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:50:40.331 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: output=stdout, stderr=stderr) 2024-09-10T18:50:40.331 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40866]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/3824217936' returned non-zero exit status 13. 2024-09-10T18:50:40.632 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40953]: c0e87333d380: Pull complete 2024-09-10T18:50:40.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[14646]: audit 2024-09-10T18:50:39.658126+0000 mon.b (mon.2) 353 : audit [DBG] from='client.? 172.21.15.63:0/1463136975' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:50:40.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[14646]: audit 2024-09-10T18:50:40.039614+0000 mon.b (mon.2) 354 : audit [INF] from='client.? 172.21.15.63:0/1241338826' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:50:40.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:40 smithi031 bash[14957]: audit 2024-09-10T18:50:39.658126+0000 mon.b (mon.2) 353 : audit [DBG] from='client.? 172.21.15.63:0/1463136975' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:50:40.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:40 smithi031 bash[14957]: audit 2024-09-10T18:50:40.039614+0000 mon.b (mon.2) 354 : audit [INF] from='client.? 172.21.15.63:0/1241338826' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:50:40.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:40 smithi031 bash[19205]: audit 2024-09-10T18:50:39.658126+0000 mon.b (mon.2) 353 : audit [DBG] from='client.? 172.21.15.63:0/1463136975' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:50:40.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:40 smithi031 bash[19205]: audit 2024-09-10T18:50:40.039614+0000 mon.b (mon.2) 354 : audit [INF] from='client.? 172.21.15.63:0/1241338826' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:50:41.130 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:40 smithi063 bash[40953]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-09-10T18:50:41.630 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:41 smithi063 bash[40953]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-09-10T18:50:41.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:41 smithi063 bash[14646]: cluster 2024-09-10T18:50:40.250888+0000 mgr.y (mgr.15159) 64 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:41.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:41 smithi031 bash[19205]: cluster 2024-09-10T18:50:40.250888+0000 mgr.y (mgr.15159) 64 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:41.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:41 smithi031 bash[14957]: cluster 2024-09-10T18:50:40.250888+0000 mgr.y (mgr.15159) 64 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:41.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:50:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:50:41.656Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:50:41.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:50:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:50:41.656Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:50:41.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:50:41 smithi031 bash[32162]: level=error ts=2024-09-10T18:50:41.656Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:50:42.072 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:50:42.380 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:42 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:50:42.380 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:42 smithi063 bash[40851]: (process:1): GLib-GObject-CRITICAL **: 18:50:42.353: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:50:42.819 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:50:42.819 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (22m) 58s ago 23m 15.5M - 0.20.0 0881eb8f169f 41b8db25c52c 2024-09-10T18:50:42.820 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (23m) 27s ago 23m 27.5M - 6.6.2 a0dce381714a 87075f7b106b 2024-09-10T18:50:42.820 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 27s ago 24m - - 2024-09-10T18:50:42.820 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (35s) 27s ago 28m 126M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T18:50:42.820 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (10m) 58s ago 30m 422M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:50:42.820 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (30m) 58s ago 30m 109M 2048M 15.2.9 dfc483079636 110985a9aaad 2024-09-10T18:50:42.820 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (28m) 27s ago 28m 79.2M 2048M 15.2.9 dfc483079636 97c3ecf5bc14 2024-09-10T18:50:42.820 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (28m) 58s ago 28m 75.3M 2048M 15.2.9 dfc483079636 b3f47a149224 2024-09-10T18:50:42.820 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 starting - - - - 2024-09-10T18:50:42.820 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 starting - - - - 2024-09-10T18:50:42.820 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (27m) 58s ago 27m 51.2M 4096M 15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:50:42.820 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (27m) 58s ago 27m 53.3M 4096M 15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:50:42.820 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (26m) 58s ago 27m 46.7M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:50:42.820 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (26m) 58s ago 26m 53.4M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:50:42.821 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (26m) 27s ago 26m 52.0M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:50:42.821 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (25m) 27s ago 25m 47.9M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:50:42.821 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (25m) 27s ago 25m 49.7M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:50:42.821 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (24m) 27s ago 24m 50.9M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:50:42.821 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (14m) 27s ago 23m 43.7M - 2.18.1 de242295e225 bca87f47ec68 2024-09-10T18:50:42.821 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (21m) 58s ago 21m 54.8M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:50:42.821 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (21m) 27s ago 21m 55.0M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:50:43.296 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:50:43.296 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:50:43.296 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-10T18:50:43.297 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:50:43.297 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:50:43.297 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:50:43.297 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:50:43.297 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:50:43.297 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-10T18:50:43.297 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:50:43.297 INFO:teuthology.orchestra.run.smithi031.stdout: "mds": {}, 2024-09-10T18:50:43.297 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:50:43.297 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:50:43.297 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:50:43.297 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:50:43.297 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-10T18:50:43.298 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:50:43.298 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:50:43.298 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:50:43.659 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:50:43.659 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:50:43.659 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T18:50:43.660 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-10T18:50:43.660 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [ 2024-09-10T18:50:43.660 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr" 2024-09-10T18:50:43.660 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-10T18:50:43.660 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "2/2 daemons upgraded", 2024-09-10T18:50:43.660 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading node-exporter daemons", 2024-09-10T18:50:43.660 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T18:50:43.660 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:50:43.684 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[41201]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:50:43.684 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:43 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:50:43.685 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[14646]: audit 2024-09-10T18:50:42.055827+0000 mgr.y (mgr.15159) 65 : audit [DBG] from='client.15513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:43.685 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[14646]: cluster 2024-09-10T18:50:42.251563+0000 mgr.y (mgr.15159) 66 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:43.685 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[14646]: audit 2024-09-10T18:50:42.419731+0000 mgr.y (mgr.15159) 67 : audit [DBG] from='client.25429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:43.685 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[14646]: audit 2024-09-10T18:50:42.795383+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:50:43.686 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[14646]: audit 2024-09-10T18:50:42.796305+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:50:43.686 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[14646]: audit 2024-09-10T18:50:42.797108+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.686 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[14646]: audit 2024-09-10T18:50:42.797865+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.686 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[14646]: audit 2024-09-10T18:50:42.798629+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.686 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[14646]: audit 2024-09-10T18:50:42.799373+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.686 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[14646]: audit 2024-09-10T18:50:42.802721+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:50:43.686 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[14646]: audit 2024-09-10T18:50:42.803460+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.686 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[14646]: audit 2024-09-10T18:50:42.804199+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.686 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[14646]: audit 2024-09-10T18:50:42.804898+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.686 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[14646]: audit 2024-09-10T18:50:42.805582+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.686 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[14646]: audit 2024-09-10T18:50:43.115678+0000 mon.a (mon.0) 1205 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:43.686 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[14646]: audit 2024-09-10T18:50:43.122018+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:43.686 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[14646]: audit 2024-09-10T18:50:43.131372+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:43.687 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[14646]: audit 2024-09-10T18:50:43.294093+0000 mon.a (mon.0) 1208 : audit [DBG] from='client.? 172.21.15.31:0/1848551019' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:43.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[19205]: audit 2024-09-10T18:50:42.055827+0000 mgr.y (mgr.15159) 65 : audit [DBG] from='client.15513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:43.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[19205]: cluster 2024-09-10T18:50:42.251563+0000 mgr.y (mgr.15159) 66 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:43.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[19205]: audit 2024-09-10T18:50:42.419731+0000 mgr.y (mgr.15159) 67 : audit [DBG] from='client.25429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:43.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[19205]: audit 2024-09-10T18:50:42.795383+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:50:43.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[19205]: audit 2024-09-10T18:50:42.796305+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:50:43.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[19205]: audit 2024-09-10T18:50:42.797108+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[19205]: audit 2024-09-10T18:50:42.797865+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[19205]: audit 2024-09-10T18:50:42.798629+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[19205]: audit 2024-09-10T18:50:42.799373+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[19205]: audit 2024-09-10T18:50:42.802721+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:50:43.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[19205]: audit 2024-09-10T18:50:42.803460+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[19205]: audit 2024-09-10T18:50:42.804199+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[19205]: audit 2024-09-10T18:50:42.804898+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[19205]: audit 2024-09-10T18:50:42.805582+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[19205]: audit 2024-09-10T18:50:43.115678+0000 mon.a (mon.0) 1205 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:43.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[19205]: audit 2024-09-10T18:50:43.122018+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:43.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[19205]: audit 2024-09-10T18:50:43.131372+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:43.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[19205]: audit 2024-09-10T18:50:43.294093+0000 mon.a (mon.0) 1208 : audit [DBG] from='client.? 172.21.15.31:0/1848551019' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:43.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[14957]: audit 2024-09-10T18:50:42.055827+0000 mgr.y (mgr.15159) 65 : audit [DBG] from='client.15513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:43.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[14957]: cluster 2024-09-10T18:50:42.251563+0000 mgr.y (mgr.15159) 66 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:43.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[14957]: audit 2024-09-10T18:50:42.419731+0000 mgr.y (mgr.15159) 67 : audit [DBG] from='client.25429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:43.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[14957]: audit 2024-09-10T18:50:42.795383+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:50:43.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[14957]: audit 2024-09-10T18:50:42.796305+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:50:43.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[14957]: audit 2024-09-10T18:50:42.797108+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[14957]: audit 2024-09-10T18:50:42.797865+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[14957]: audit 2024-09-10T18:50:42.798629+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[14957]: audit 2024-09-10T18:50:42.799373+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[14957]: audit 2024-09-10T18:50:42.802721+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:50:43.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[14957]: audit 2024-09-10T18:50:42.803460+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[14957]: audit 2024-09-10T18:50:42.804199+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[14957]: audit 2024-09-10T18:50:42.804898+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[14957]: audit 2024-09-10T18:50:42.805582+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:50:43.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[14957]: audit 2024-09-10T18:50:43.115678+0000 mon.a (mon.0) 1205 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:43.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[14957]: audit 2024-09-10T18:50:43.122018+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:43.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[14957]: audit 2024-09-10T18:50:43.131372+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:43.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:43 smithi031 bash[14957]: audit 2024-09-10T18:50:43.294093+0000 mon.a (mon.0) 1208 : audit [DBG] from='client.? 172.21.15.31:0/1848551019' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:50:44.131 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.838Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-10T18:50:44.131 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.839Z 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-10T18:50:44.131 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.840Z 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-10T18:50:44.131 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.840Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-10T18:50:44.131 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.840Z 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-10T18:50:44.131 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.840Z 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-10T18:50:44.131 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.840Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-10T18:50:44.131 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.840Z caller=node_exporter.go:117 level=info collector=arp 2024-09-10T18:50:44.131 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.840Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-10T18:50:44.132 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-10T18:50:44.132 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-10T18:50:44.132 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-10T18:50:44.132 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-10T18:50:44.132 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-10T18:50:44.132 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-10T18:50:44.132 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-10T18:50:44.132 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=edac 2024-09-10T18:50:44.132 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-10T18:50:44.132 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-10T18:50:44.132 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-10T18:50:44.132 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-10T18:50:44.133 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-10T18:50:44.133 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-10T18:50:44.133 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-10T18:50:44.133 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-10T18:50:44.133 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-10T18:50:44.133 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-10T18:50:44.133 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-10T18:50:44.133 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-10T18:50:44.133 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-10T18:50:44.133 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-10T18:50:44.133 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-10T18:50:44.133 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-10T18:50:44.133 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=os 2024-09-10T18:50:44.134 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-10T18:50:44.134 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-10T18:50:44.134 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-10T18:50:44.134 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-10T18:50:44.134 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-10T18:50:44.134 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-10T18:50:44.134 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-10T18:50:44.134 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=stat 2024-09-10T18:50:44.134 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-10T18:50:44.134 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-10T18:50:44.134 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-10T18:50:44.134 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=time 2024-09-10T18:50:44.134 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-10T18:50:44.135 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=uname 2024-09-10T18:50:44.135 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-10T18:50:44.135 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-10T18:50:44.135 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.841Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-10T18:50:44.135 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.842Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-10T18:50:44.135 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 18:50:43 smithi063 bash[40953]: ts=2024-09-10T18:50:43.842Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-10T18:50:44.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:44 smithi063 bash[14646]: audit 2024-09-10T18:50:42.790423+0000 mgr.y (mgr.15159) 68 : audit [DBG] from='client.15525 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:44.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:44 smithi063 bash[14646]: audit 2024-09-10T18:50:43.528466+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:50:44.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:44 smithi063 bash[14646]: audit 2024-09-10T18:50:43.738822+0000 mon.a (mon.0) 1210 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:44.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:44 smithi063 bash[14646]: audit 2024-09-10T18:50:43.746542+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:44.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:44 smithi063 bash[14646]: audit 2024-09-10T18:50:43.754291+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:44.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:44 smithi063 bash[14646]: audit 2024-09-10T18:50:43.756442+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:50:44.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:44 smithi031 bash[14957]: audit 2024-09-10T18:50:42.790423+0000 mgr.y (mgr.15159) 68 : audit [DBG] from='client.15525 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:44.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:44 smithi031 bash[14957]: audit 2024-09-10T18:50:43.528466+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:50:44.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:44 smithi031 bash[14957]: audit 2024-09-10T18:50:43.738822+0000 mon.a (mon.0) 1210 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:44.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:44 smithi031 bash[14957]: audit 2024-09-10T18:50:43.746542+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:44.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:44 smithi031 bash[14957]: audit 2024-09-10T18:50:43.754291+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:44.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:44 smithi031 bash[14957]: audit 2024-09-10T18:50:43.756442+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:50:44.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:44 smithi031 bash[19205]: audit 2024-09-10T18:50:42.790423+0000 mgr.y (mgr.15159) 68 : audit [DBG] from='client.15525 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:44.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:44 smithi031 bash[19205]: audit 2024-09-10T18:50:43.528466+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:50:44.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:44 smithi031 bash[19205]: audit 2024-09-10T18:50:43.738822+0000 mon.a (mon.0) 1210 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:44.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:44 smithi031 bash[19205]: audit 2024-09-10T18:50:43.746542+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:44.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:44 smithi031 bash[19205]: audit 2024-09-10T18:50:43.754291+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:44.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:44 smithi031 bash[19205]: audit 2024-09-10T18:50:43.756442+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:50:45.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:45 smithi063 bash[14646]: audit 2024-09-10T18:50:43.656653+0000 mgr.y (mgr.15159) 69 : audit [DBG] from='client.25444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:45.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:45 smithi063 bash[14646]: cluster 2024-09-10T18:50:44.253140+0000 mgr.y (mgr.15159) 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-10T18:50:45.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:45 smithi031 bash[14957]: audit 2024-09-10T18:50:43.656653+0000 mgr.y (mgr.15159) 69 : audit [DBG] from='client.25444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:45.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:45 smithi031 bash[14957]: cluster 2024-09-10T18:50:44.253140+0000 mgr.y (mgr.15159) 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-10T18:50:45.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:45 smithi031 bash[19205]: audit 2024-09-10T18:50:43.656653+0000 mgr.y (mgr.15159) 69 : audit [DBG] from='client.25444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:45.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:45 smithi031 bash[19205]: cluster 2024-09-10T18:50:44.253140+0000 mgr.y (mgr.15159) 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-10T18:50:47.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:47 smithi063 bash[14646]: cluster 2024-09-10T18:50:46.253931+0000 mgr.y (mgr.15159) 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-10T18:50:47.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:47 smithi031 bash[14957]: cluster 2024-09-10T18:50:46.253931+0000 mgr.y (mgr.15159) 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-10T18:50:47.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:47 smithi031 bash[19205]: cluster 2024-09-10T18:50:46.253931+0000 mgr.y (mgr.15159) 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-10T18:50:48.686 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:48 smithi031 bash[14957]: audit 2024-09-10T18:50:47.877287+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:48.686 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:48 smithi031 bash[14957]: audit 2024-09-10T18:50:47.885781+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:48.686 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:48 smithi031 bash[14957]: audit 2024-09-10T18:50:47.894472+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:48.686 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:48 smithi031 bash[14957]: audit 2024-09-10T18:50:48.291040+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:50:48.686 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:48 smithi031 bash[19205]: audit 2024-09-10T18:50:47.877287+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:48.687 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:48 smithi031 bash[19205]: audit 2024-09-10T18:50:47.885781+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:48.687 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:48 smithi031 bash[19205]: audit 2024-09-10T18:50:47.894472+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:48.687 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:48 smithi031 bash[19205]: audit 2024-09-10T18:50:48.291040+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:50:48.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:48 smithi063 bash[14646]: audit 2024-09-10T18:50:47.877287+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:48.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:48 smithi063 bash[14646]: audit 2024-09-10T18:50:47.885781+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:48.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:48 smithi063 bash[14646]: audit 2024-09-10T18:50:47.894472+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:48.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:48 smithi063 bash[14646]: audit 2024-09-10T18:50:48.291040+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:50:49.869 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:49 smithi031 bash[14957]: cluster 2024-09-10T18:50:48.254741+0000 mgr.y (mgr.15159) 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-10T18:50:49.869 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:49 smithi031 bash[14957]: audit 2024-09-10T18:50:48.522249+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:49.869 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:49 smithi031 bash[14957]: audit 2024-09-10T18:50:48.529822+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:49.869 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:49 smithi031 bash[14957]: audit 2024-09-10T18:50:48.539631+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:49.869 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:49 smithi031 bash[14957]: audit 2024-09-10T18:50:48.542054+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:50:49.869 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:49 smithi031 bash[19205]: cluster 2024-09-10T18:50:48.254741+0000 mgr.y (mgr.15159) 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-10T18:50:49.869 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:49 smithi031 bash[19205]: audit 2024-09-10T18:50:48.522249+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:49.870 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:49 smithi031 bash[19205]: audit 2024-09-10T18:50:48.529822+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:49.870 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:49 smithi031 bash[19205]: audit 2024-09-10T18:50:48.539631+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:49.870 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:49 smithi031 bash[19205]: audit 2024-09-10T18:50:48.542054+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:50:49.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:49 smithi063 bash[14646]: cluster 2024-09-10T18:50:48.254741+0000 mgr.y (mgr.15159) 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-10T18:50:49.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:49 smithi063 bash[14646]: audit 2024-09-10T18:50:48.522249+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:49.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:49 smithi063 bash[14646]: audit 2024-09-10T18:50:48.529822+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:49.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:49 smithi063 bash[14646]: audit 2024-09-10T18:50:48.539631+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:49.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:49 smithi063 bash[14646]: audit 2024-09-10T18:50:48.542054+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:50:51.764 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:51 smithi031 bash[14957]: cluster 2024-09-10T18:50:50.256306+0000 mgr.y (mgr.15159) 73 : cluster [DBG] pgmap v42: 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-10T18:50:51.764 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:51 smithi031 bash[19205]: cluster 2024-09-10T18:50:50.256306+0000 mgr.y (mgr.15159) 73 : cluster [DBG] pgmap v42: 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-10T18:50:51.764 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:50:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:50:51.656Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:50:51.765 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:50:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:50:51.656Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:50:51.765 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:50:51 smithi031 bash[32162]: level=error ts=2024-09-10T18:50:51.656Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:50:51.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:51 smithi063 bash[14646]: cluster 2024-09-10T18:50:50.256306+0000 mgr.y (mgr.15159) 73 : cluster [DBG] pgmap v42: 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-10T18:50:53.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:53 smithi031 bash[14957]: cluster 2024-09-10T18:50:52.257025+0000 mgr.y (mgr.15159) 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-10T18:50:53.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:53 smithi031 bash[19205]: cluster 2024-09-10T18:50:52.257025+0000 mgr.y (mgr.15159) 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-10T18:50:53.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:53 smithi063 bash[14646]: cluster 2024-09-10T18:50:52.257025+0000 mgr.y (mgr.15159) 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-10T18:50:53.880 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:53 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 4. 2024-09-10T18:50:53.880 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:53 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:50:53.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:53 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:50:54.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:54 smithi063 bash[14646]: audit 2024-09-10T18:50:53.816867+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:54.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:54 smithi063 bash[14646]: audit 2024-09-10T18:50:53.823770+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:54.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:54 smithi063 bash[14646]: audit 2024-09-10T18:50:53.831549+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:54.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:54 smithi031 bash[14957]: audit 2024-09-10T18:50:53.816867+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:54.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:54 smithi031 bash[14957]: audit 2024-09-10T18:50:53.823770+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:54.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:54 smithi031 bash[14957]: audit 2024-09-10T18:50:53.831549+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:54.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:54 smithi031 bash[19205]: audit 2024-09-10T18:50:53.816867+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:50:54.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:54 smithi031 bash[19205]: audit 2024-09-10T18:50:53.823770+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:54.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:54 smithi031 bash[19205]: audit 2024-09-10T18:50:53.831549+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:50:55.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:55 smithi063 bash[14646]: cluster 2024-09-10T18:50:54.258554+0000 mgr.y (mgr.15159) 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-10T18:50:55.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:55 smithi031 bash[14957]: cluster 2024-09-10T18:50:54.258554+0000 mgr.y (mgr.15159) 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-10T18:50:55.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:55 smithi031 bash[19205]: cluster 2024-09-10T18:50:54.258554+0000 mgr.y (mgr.15159) 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-10T18:50:56.711 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:56 smithi063 bash[41911]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:50:57.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[14646]: cluster 2024-09-10T18:50:56.259244+0000 mgr.y (mgr.15159) 76 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:57.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[14646]: audit 2024-09-10T18:50:57.096740+0000 mon.b (mon.2) 355 : audit [DBG] from='client.? 172.21.15.63:0/810353162' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:50:57.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: --- Logging error --- 2024-09-10T18:50:57.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Traceback (most recent call last): 2024-09-10T18:50:57.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:50:57.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self.socket.send(msg) 2024-09-10T18:50:57.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:50:57.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:57.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Traceback (most recent call last): 2024-09-10T18:50:57.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:50:57.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self.socket.connect(address) 2024-09-10T18:50:57.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:57.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:57.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Traceback (most recent call last): 2024-09-10T18:50:57.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:50:57.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self._connect_unixsocket(self.address) 2024-09-10T18:50:57.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:50:57.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self.socket.connect(address) 2024-09-10T18:50:57.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:57.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Call stack: 2024-09-10T18:50:57.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:50:57.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self._bootstrap_inner() 2024-09-10T18:50:57.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:50:57.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self.run() 2024-09-10T18:50:57.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:50:57.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: logger.info("Started the configuration object watcher") 2024-09-10T18:50:57.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Message: 'Started the configuration object watcher' 2024-09-10T18:50:57.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Arguments: () 2024-09-10T18:50:57.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: --- Logging error --- 2024-09-10T18:50:57.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Traceback (most recent call last): 2024-09-10T18:50:57.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:50:57.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self.socket.send(msg) 2024-09-10T18:50:57.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:50:57.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:57.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Traceback (most recent call last): 2024-09-10T18:50:57.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:50:57.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self.socket.connect(address) 2024-09-10T18:50:57.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:57.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:57.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Traceback (most recent call last): 2024-09-10T18:50:57.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:50:57.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self._connect_unixsocket(self.address) 2024-09-10T18:50:57.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:50:57.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self.socket.connect(address) 2024-09-10T18:50:57.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:57.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Call stack: 2024-09-10T18:50:57.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:50:57.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: main() 2024-09-10T18:50:57.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:50:57.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:50:57.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:50:57.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:50:57.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:50:57.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Arguments: () 2024-09-10T18:50:57.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: --- Logging error --- 2024-09-10T18:50:57.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Traceback (most recent call last): 2024-09-10T18:50:57.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:50:57.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self.socket.send(msg) 2024-09-10T18:50:57.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:50:57.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:57.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Traceback (most recent call last): 2024-09-10T18:50:57.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:50:57.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self.socket.connect(address) 2024-09-10T18:50:57.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:57.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:57.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Traceback (most recent call last): 2024-09-10T18:50:57.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:50:57.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self._connect_unixsocket(self.address) 2024-09-10T18:50:57.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:50:57.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self.socket.connect(address) 2024-09-10T18:50:57.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:57.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Call stack: 2024-09-10T18:50:57.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:50:57.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self._bootstrap_inner() 2024-09-10T18:50:57.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:50:57.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self.run() 2024-09-10T18:50:57.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:50:57.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self.interval)) 2024-09-10T18:50:57.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:50:57.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Arguments: () 2024-09-10T18:50:57.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: --- Logging error --- 2024-09-10T18:50:57.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Traceback (most recent call last): 2024-09-10T18:50:57.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:50:57.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self.socket.send(msg) 2024-09-10T18:50:57.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:50:57.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:57.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Traceback (most recent call last): 2024-09-10T18:50:57.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:50:57.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self.socket.connect(address) 2024-09-10T18:50:57.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:57.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: During handling of the above exception, another exception occurred: 2024-09-10T18:50:57.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Traceback (most recent call last): 2024-09-10T18:50:57.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:50:57.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self._connect_unixsocket(self.address) 2024-09-10T18:50:57.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:50:57.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: self.socket.connect(address) 2024-09-10T18:50:57.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:57 smithi031 bash[14957]: cluster 2024-09-10T18:50:56.259244+0000 mgr.y (mgr.15159) 76 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:57.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:57 smithi031 bash[14957]: audit 2024-09-10T18:50:57.096740+0000 mon.b (mon.2) 355 : audit [DBG] from='client.? 172.21.15.63:0/810353162' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:50:57.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:50:57.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Call stack: 2024-09-10T18:50:57.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:50:57.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: main() 2024-09-10T18:50:57.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:50:57.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:50:57.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:50:57.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:50:57.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:50:57.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: "{}".format(blacklisted_ip)) 2024-09-10T18:50:57.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/3824217936' 2024-09-10T18:50:57.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Arguments: () 2024-09-10T18:50:57.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: Traceback (most recent call last): 2024-09-10T18:50:57.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:50:57.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: main() 2024-09-10T18:50:57.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:50:57.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:50:57.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:50:57.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:50:57.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:50:57.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:50:57.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:50:57.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: **kwargs).stdout 2024-09-10T18:50:57.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:50:57.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: output=stdout, stderr=stderr) 2024-09-10T18:50:57.892 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:57 smithi063 bash[41929]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/3824217936' returned non-zero exit status 13. 2024-09-10T18:50:57.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:57 smithi031 bash[19205]: cluster 2024-09-10T18:50:56.259244+0000 mgr.y (mgr.15159) 76 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:57.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:57 smithi031 bash[19205]: audit 2024-09-10T18:50:57.096740+0000 mon.b (mon.2) 355 : audit [DBG] from='client.? 172.21.15.63:0/810353162' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:50:58.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:58 smithi031 bash[14957]: audit 2024-09-10T18:50:57.459870+0000 mon.b (mon.2) 356 : audit [INF] from='client.? 172.21.15.63:0/3459766529' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:50:58.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:58 smithi031 bash[19205]: audit 2024-09-10T18:50:57.459870+0000 mon.b (mon.2) 356 : audit [INF] from='client.? 172.21.15.63:0/3459766529' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:50:58.908 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:58 smithi063 bash[14646]: audit 2024-09-10T18:50:57.459870+0000 mon.b (mon.2) 356 : audit [INF] from='client.? 172.21.15.63:0/3459766529' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:50:59.267 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:58 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:50:59.267 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:59 smithi063 bash[41911]: (process:1): GLib-GObject-CRITICAL **: 18:50:59.082: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:50:59.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:50:59 smithi063 bash[14646]: cluster 2024-09-10T18:50:58.260011+0000 mgr.y (mgr.15159) 77 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:50:59 smithi031 bash[14957]: cluster 2024-09-10T18:50:58.260011+0000 mgr.y (mgr.15159) 77 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:59.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:50:59 smithi031 bash[19205]: cluster 2024-09-10T18:50:58.260011+0000 mgr.y (mgr.15159) 77 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:00.380 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:50:59 smithi063 bash[42224]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:51:00.380 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:00 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:51:01.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:01 smithi063 bash[14646]: cluster 2024-09-10T18:51:00.261619+0000 mgr.y (mgr.15159) 78 : cluster [DBG] pgmap v47: 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-10T18:51:01.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:01 smithi031 bash[14957]: cluster 2024-09-10T18:51:00.261619+0000 mgr.y (mgr.15159) 78 : cluster [DBG] pgmap v47: 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-10T18:51:01.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:01 smithi031 bash[19205]: cluster 2024-09-10T18:51:00.261619+0000 mgr.y (mgr.15159) 78 : cluster [DBG] pgmap v47: 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-10T18:51:01.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:51:01.657Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:51:01.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:51:01.657Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:51:01.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:01 smithi031 bash[32162]: level=error ts=2024-09-10T18:51:01.657Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:51:02.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:02 smithi063 bash[14646]: audit 2024-09-10T18:51:01.712351+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:02.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:02 smithi063 bash[14646]: audit 2024-09-10T18:51:01.720142+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:02.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:02 smithi063 bash[14646]: audit 2024-09-10T18:51:01.729426+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:02.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:02 smithi063 bash[14646]: audit 2024-09-10T18:51:01.731490+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:02.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:02 smithi063 bash[14646]: audit 2024-09-10T18:51:01.733442+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:51:02.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:02 smithi063 bash[14646]: audit 2024-09-10T18:51:01.743512+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:02.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:02 smithi063 bash[14646]: audit 2024-09-10T18:51:01.801614+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:51:02.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:02 smithi063 bash[14646]: audit 2024-09-10T18:51:01.806142+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:02 smithi063 bash[14646]: audit 2024-09-10T18:51:01.808697+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:02 smithi063 bash[14646]: audit 2024-09-10T18:51:01.811331+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:02 smithi063 bash[14646]: audit 2024-09-10T18:51:01.813967+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:02 smithi063 bash[14646]: audit 2024-09-10T18:51:01.815968+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:02 smithi063 bash[14646]: audit 2024-09-10T18:51:01.818411+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:02 smithi063 bash[14646]: audit 2024-09-10T18:51:01.820893+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[19205]: audit 2024-09-10T18:51:01.712351+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:02.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[19205]: audit 2024-09-10T18:51:01.720142+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:02.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[19205]: audit 2024-09-10T18:51:01.729426+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:02.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[19205]: audit 2024-09-10T18:51:01.731490+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:02.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[19205]: audit 2024-09-10T18:51:01.733442+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:51:02.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[19205]: audit 2024-09-10T18:51:01.743512+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:02.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[19205]: audit 2024-09-10T18:51:01.801614+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:51:02.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[19205]: audit 2024-09-10T18:51:01.806142+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[19205]: audit 2024-09-10T18:51:01.808697+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[19205]: audit 2024-09-10T18:51:01.811331+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[19205]: audit 2024-09-10T18:51:01.813967+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[19205]: audit 2024-09-10T18:51:01.815968+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[19205]: audit 2024-09-10T18:51:01.818411+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[19205]: audit 2024-09-10T18:51:01.820893+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[14957]: audit 2024-09-10T18:51:01.712351+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:02.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[14957]: audit 2024-09-10T18:51:01.720142+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:02.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[14957]: audit 2024-09-10T18:51:01.729426+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:02.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[14957]: audit 2024-09-10T18:51:01.731490+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:02.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[14957]: audit 2024-09-10T18:51:01.733442+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:51:02.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[14957]: audit 2024-09-10T18:51:01.743512+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:02.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[14957]: audit 2024-09-10T18:51:01.801614+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:51:02.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[14957]: audit 2024-09-10T18:51:01.806142+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[14957]: audit 2024-09-10T18:51:01.808697+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[14957]: audit 2024-09-10T18:51:01.811331+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[14957]: audit 2024-09-10T18:51:01.813967+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[14957]: audit 2024-09-10T18:51:01.815968+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[14957]: audit 2024-09-10T18:51:01.818411+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:02.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:02 smithi031 bash[14957]: audit 2024-09-10T18:51:01.820893+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:03.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:03 smithi063 bash[14646]: cephadm 2024-09-10T18:51:01.735104+0000 mgr.y (mgr.15159) 79 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:51:03.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:03 smithi063 bash[14646]: cluster 2024-09-10T18:51:01.736143+0000 mgr.y (mgr.15159) 80 : cluster [DBG] pgmap v48: 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-10T18:51:03.795 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:03 smithi063 bash[14646]: cluster 2024-09-10T18:51:01.736525+0000 mgr.y (mgr.15159) 81 : cluster [DBG] pgmap v49: 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-10T18:51:03.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:03 smithi031 bash[14957]: cephadm 2024-09-10T18:51:01.735104+0000 mgr.y (mgr.15159) 79 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:51:03.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:03 smithi031 bash[14957]: cluster 2024-09-10T18:51:01.736143+0000 mgr.y (mgr.15159) 80 : cluster [DBG] pgmap v48: 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-10T18:51:03.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:03 smithi031 bash[14957]: cluster 2024-09-10T18:51:01.736525+0000 mgr.y (mgr.15159) 81 : cluster [DBG] pgmap v49: 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-10T18:51:03.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:03 smithi031 bash[19205]: cephadm 2024-09-10T18:51:01.735104+0000 mgr.y (mgr.15159) 79 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:51:03.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:03 smithi031 bash[19205]: cluster 2024-09-10T18:51:01.736143+0000 mgr.y (mgr.15159) 80 : cluster [DBG] pgmap v48: 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-10T18:51:03.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:03 smithi031 bash[19205]: cluster 2024-09-10T18:51:01.736525+0000 mgr.y (mgr.15159) 81 : cluster [DBG] pgmap v49: 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-10T18:51:05.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:05 smithi063 bash[14646]: cluster 2024-09-10T18:51:03.738035+0000 mgr.y (mgr.15159) 82 : cluster [DBG] pgmap v50: 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-10T18:51:05.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:05 smithi063 bash[14646]: cephadm 2024-09-10T18:51:04.471518+0000 mgr.y (mgr.15159) 83 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-10T18:51:05.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:05 smithi063 bash[14646]: cephadm 2024-09-10T18:51:04.489689+0000 mgr.y (mgr.15159) 84 : cephadm [INF] Deploying daemon prometheus.a on smithi063 2024-09-10T18:51:05.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:05 smithi031 bash[19205]: cluster 2024-09-10T18:51:03.738035+0000 mgr.y (mgr.15159) 82 : cluster [DBG] pgmap v50: 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-10T18:51:05.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:05 smithi031 bash[19205]: cephadm 2024-09-10T18:51:04.471518+0000 mgr.y (mgr.15159) 83 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-10T18:51:05.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:05 smithi031 bash[19205]: cephadm 2024-09-10T18:51:04.489689+0000 mgr.y (mgr.15159) 84 : cephadm [INF] Deploying daemon prometheus.a on smithi063 2024-09-10T18:51:05.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:05 smithi031 bash[14957]: cluster 2024-09-10T18:51:03.738035+0000 mgr.y (mgr.15159) 82 : cluster [DBG] pgmap v50: 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-10T18:51:05.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:05 smithi031 bash[14957]: cephadm 2024-09-10T18:51:04.471518+0000 mgr.y (mgr.15159) 83 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-10T18:51:05.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:05 smithi031 bash[14957]: cephadm 2024-09-10T18:51:04.489689+0000 mgr.y (mgr.15159) 84 : cephadm [INF] Deploying daemon prometheus.a on smithi063 2024-09-10T18:51:07.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:07 smithi063 bash[14646]: cluster 2024-09-10T18:51:05.738743+0000 mgr.y (mgr.15159) 85 : cluster [DBG] pgmap v51: 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-10T18:51:07.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:07 smithi031 bash[14957]: cluster 2024-09-10T18:51:05.738743+0000 mgr.y (mgr.15159) 85 : cluster [DBG] pgmap v51: 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-10T18:51:07.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:07 smithi031 bash[19205]: cluster 2024-09-10T18:51:05.738743+0000 mgr.y (mgr.15159) 85 : cluster [DBG] pgmap v51: 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-10T18:51:09.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:09 smithi063 bash[14646]: cluster 2024-09-10T18:51:07.739492+0000 mgr.y (mgr.15159) 86 : cluster [DBG] pgmap v52: 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-10T18:51:09.630 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:09 smithi063 systemd[1]: Stopping Ceph prometheus.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:51:09.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:09 smithi031 bash[19205]: cluster 2024-09-10T18:51:07.739492+0000 mgr.y (mgr.15159) 86 : cluster [DBG] pgmap v52: 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-10T18:51:09.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:09 smithi031 bash[14957]: cluster 2024-09-10T18:51:07.739492+0000 mgr.y (mgr.15159) 86 : cluster [DBG] pgmap v52: 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-10T18:51:10.130 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:09 smithi063 bash[29255]: level=warn ts=2024-09-10T18:51:09.642Z caller=main.go:524 msg="Received SIGTERM, exiting gracefully..." 2024-09-10T18:51:10.131 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:09 smithi063 bash[29255]: level=info ts=2024-09-10T18:51:09.642Z caller=main.go:547 msg="Stopping scrape discovery manager..." 2024-09-10T18:51:10.131 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:09 smithi063 bash[29255]: level=info ts=2024-09-10T18:51:09.642Z caller=main.go:561 msg="Stopping notify discovery manager..." 2024-09-10T18:51:10.131 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:09 smithi063 bash[29255]: level=info ts=2024-09-10T18:51:09.642Z caller=main.go:583 msg="Stopping scrape manager..." 2024-09-10T18:51:10.131 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:09 smithi063 bash[29255]: level=info ts=2024-09-10T18:51:09.642Z caller=main.go:543 msg="Scrape discovery manager stopped" 2024-09-10T18:51:10.131 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:09 smithi063 bash[29255]: level=info ts=2024-09-10T18:51:09.642Z caller=main.go:557 msg="Notify discovery manager stopped" 2024-09-10T18:51:10.131 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:09 smithi063 bash[29255]: level=info ts=2024-09-10T18:51:09.643Z caller=manager.go:882 component="rule manager" msg="Stopping rule manager..." 2024-09-10T18:51:10.131 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:09 smithi063 bash[29255]: level=info ts=2024-09-10T18:51:09.643Z caller=main.go:577 msg="Scrape manager stopped" 2024-09-10T18:51:10.131 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:09 smithi063 bash[29255]: level=info ts=2024-09-10T18:51:09.643Z caller=manager.go:892 component="rule manager" msg="Rule manager stopped" 2024-09-10T18:51:10.131 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:09 smithi063 bash[29255]: level=info ts=2024-09-10T18:51:09.643Z caller=notifier.go:601 component=notifier msg="Stopping notification manager..." 2024-09-10T18:51:10.131 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:09 smithi063 bash[29255]: level=info ts=2024-09-10T18:51:09.643Z caller=main.go:749 msg="Notifier manager stopped" 2024-09-10T18:51:10.131 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:09 smithi063 bash[29255]: level=info ts=2024-09-10T18:51:09.643Z caller=main.go:761 msg="See you next time!" 2024-09-10T18:51:10.458 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:10 smithi063 bash[42676]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-prometheus.a 2024-09-10T18:51:10.459 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:10 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 5. 2024-09-10T18:51:10.459 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:10 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:51:10.459 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:10 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:51:10.779 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:10 smithi063 bash[42784]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-prometheus.a 2024-09-10T18:51:11.130 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:10 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@prometheus.a.service: Succeeded. 2024-09-10T18:51:11.130 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:10 smithi063 systemd[1]: Stopped Ceph prometheus.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:51:11.130 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:10 smithi063 systemd[1]: Started Ceph prometheus.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:51:11.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:11 smithi063 bash[14646]: cluster 2024-09-10T18:51:09.741081+0000 mgr.y (mgr.15159) 87 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:11.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:11 smithi063 bash[14646]: audit 2024-09-10T18:51:10.999186+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:11.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:11 smithi063 bash[14646]: audit 2024-09-10T18:51:11.009419+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:11.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:11 smithi063 bash[14646]: audit 2024-09-10T18:51:11.019473+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:11.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:11 smithi063 bash[14646]: audit 2024-09-10T18:51:11.022589+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:51:11.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:11 smithi031 bash[14957]: cluster 2024-09-10T18:51:09.741081+0000 mgr.y (mgr.15159) 87 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:11.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:11 smithi031 bash[14957]: audit 2024-09-10T18:51:10.999186+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:11.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:11 smithi031 bash[14957]: audit 2024-09-10T18:51:11.009419+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:11.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:11 smithi031 bash[14957]: audit 2024-09-10T18:51:11.019473+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:11.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:11 smithi031 bash[14957]: audit 2024-09-10T18:51:11.022589+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:51:11.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:51:11.657Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:51:11.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:51:11.657Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:51:11.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:11 smithi031 bash[32162]: level=error ts=2024-09-10T18:51:11.657Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063; Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" 2024-09-10T18:51:11.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:11 smithi031 bash[19205]: cluster 2024-09-10T18:51:09.741081+0000 mgr.y (mgr.15159) 87 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:11.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:11 smithi031 bash[19205]: audit 2024-09-10T18:51:10.999186+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:11.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:11 smithi031 bash[19205]: audit 2024-09-10T18:51:11.009419+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:11.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:11 smithi031 bash[19205]: audit 2024-09-10T18:51:11.019473+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:11.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:11 smithi031 bash[19205]: audit 2024-09-10T18:51:11.022589+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:51:13.453 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42735]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:51:13.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[14646]: cluster 2024-09-10T18:51:11.741807+0000 mgr.y (mgr.15159) 88 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:13.880 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.449Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-10T18:51:13.881 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.449Z 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-10T18:51:13.881 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.449Z 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 smithi063 (none))" 2024-09-10T18:51:13.881 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.449Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-10T18:51:13.881 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.449Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-10T18:51:13.881 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.450Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-10T18:51:13.881 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.451Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-10T18:51:13.881 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.452Z 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-10T18:51:13.881 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.454Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-10T18:51:13.882 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.455Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-10T18:51:13.882 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.457Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-10T18:51:13.882 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.457Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.846µs 2024-09-10T18:51:13.882 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.457Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-10T18:51:13.882 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.458Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2024-09-10T18:51:13.882 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.472Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2024-09-10T18:51:13.882 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.483Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2024-09-10T18:51:13.882 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.484Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2024-09-10T18:51:13.882 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.484Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=45.146µs wal_replay_duration=26.502651ms wbl_replay_duration=130ns total_replay_duration=26.579134ms 2024-09-10T18:51:13.882 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.486Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-10T18:51:13.882 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.486Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-10T18:51:13.882 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.486Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-10T18:51:13.882 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.511Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=24.625783ms db_storage=1.14µs remote_storage=1.389µs web_handler=417ns query_engine=794ns scrape=307.676µs scrape_sd=35.233µs notify=41.544µs notify_sd=12.05µs rules=23.858695ms tracing=8.356µs 2024-09-10T18:51:13.882 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.511Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-10T18:51:13.883 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 18:51:13 smithi063 bash[42865]: ts=2024-09-10T18:51:13.511Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-10T18:51:13.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:13 smithi031 bash[14957]: cluster 2024-09-10T18:51:11.741807+0000 mgr.y (mgr.15159) 88 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:13.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:13 smithi031 bash[19205]: cluster 2024-09-10T18:51:11.741807+0000 mgr.y (mgr.15159) 88 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:14.039 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:51:14.761 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:51:14.761 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (23m) 31s ago 24m 15.4M - 0.20.0 0881eb8f169f 41b8db25c52c 2024-09-10T18:51:14.761 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (23m) 26s ago 23m 27.5M - 6.6.2 a0dce381714a 87075f7b106b 2024-09-10T18:51:14.761 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 26s ago 24m - - 2024-09-10T18:51:14.761 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (67s) 26s ago 28m 389M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T18:51:14.761 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (11m) 31s ago 30m 432M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:51:14.762 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (30m) 31s ago 30m 114M 2048M 15.2.9 dfc483079636 110985a9aaad 2024-09-10T18:51:14.762 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (29m) 26s ago 29m 82.0M 2048M 15.2.9 dfc483079636 97c3ecf5bc14 2024-09-10T18:51:14.762 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (29m) 31s ago 29m 80.4M 2048M 15.2.9 dfc483079636 b3f47a149224 2024-09-10T18:51:14.762 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (39s) 31s ago 24m 3800k - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T18:51:14.762 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (33s) 26s ago 24m - - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T18:51:14.762 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (28m) 31s ago 28m 51.2M 4096M 15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:51:14.762 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (27m) 31s ago 28m 53.5M 4096M 15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:51:14.762 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (27m) 31s ago 27m 46.6M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:51:14.762 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (27m) 31s ago 27m 54.0M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:51:14.762 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (26m) 26s ago 26m 51.9M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:51:14.762 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (26m) 26s ago 26m 47.8M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:51:14.762 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (25m) 26s ago 25m 49.7M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:51:14.762 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (25m) 26s ago 25m 50.8M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:51:14.763 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 starting - - - - 2024-09-10T18:51:14.763 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (22m) 31s ago 22m 55.0M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:51:14.763 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (22m) 26s ago 22m 55.1M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:51:14.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[14646]: cluster 2024-09-10T18:51:13.743341+0000 mgr.y (mgr.15159) 89 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:14.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[14646]: audit 2024-09-10T18:51:14.020441+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.63:0/657912466' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:51:14.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[14646]: audit 2024-09-10T18:51:14.023163+0000 mgr.y (mgr.15159) 90 : audit [DBG] from='client.15585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:14.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[14646]: audit 2024-09-10T18:51:14.377870+0000 mon.c (mon.1) 49 : audit [INF] from='client.? 172.21.15.63:0/1864663557' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:51:14.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[14646]: audit 2024-09-10T18:51:14.388645+0000 mgr.y (mgr.15159) 91 : audit [DBG] from='client.25504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:14.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: --- Logging error --- 2024-09-10T18:51:14.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Traceback (most recent call last): 2024-09-10T18:51:14.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:51:14.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self.socket.send(msg) 2024-09-10T18:51:14.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:51:14.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:14.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Traceback (most recent call last): 2024-09-10T18:51:14.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:51:14.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self.socket.connect(address) 2024-09-10T18:51:14.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:14.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:14.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Traceback (most recent call last): 2024-09-10T18:51:14.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:51:14.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self._connect_unixsocket(self.address) 2024-09-10T18:51:14.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:51:14.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self.socket.connect(address) 2024-09-10T18:51:14.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:14.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Call stack: 2024-09-10T18:51:14.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:51:14.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self._bootstrap_inner() 2024-09-10T18:51:14.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:51:14.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self.run() 2024-09-10T18:51:14.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:51:14.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: logger.info("Started the configuration object watcher") 2024-09-10T18:51:14.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Message: 'Started the configuration object watcher' 2024-09-10T18:51:14.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Arguments: () 2024-09-10T18:51:14.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: --- Logging error --- 2024-09-10T18:51:14.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Traceback (most recent call last): 2024-09-10T18:51:14.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:51:14.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self.socket.send(msg) 2024-09-10T18:51:14.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:51:14.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:14.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Traceback (most recent call last): 2024-09-10T18:51:14.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:51:14.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self.socket.connect(address) 2024-09-10T18:51:14.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:14.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:14.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Traceback (most recent call last): 2024-09-10T18:51:14.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:51:14.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self._connect_unixsocket(self.address) 2024-09-10T18:51:14.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:51:14.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self.socket.connect(address) 2024-09-10T18:51:14.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:14.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Call stack: 2024-09-10T18:51:14.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:51:14.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: main() 2024-09-10T18:51:14.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:51:14.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:51:14.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:51:14.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:51:14.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:51:14.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Arguments: () 2024-09-10T18:51:14.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: --- Logging error --- 2024-09-10T18:51:14.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Traceback (most recent call last): 2024-09-10T18:51:14.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:51:14.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self.socket.send(msg) 2024-09-10T18:51:14.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:51:14.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:14.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Traceback (most recent call last): 2024-09-10T18:51:14.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:51:14.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self.socket.connect(address) 2024-09-10T18:51:14.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:14.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:14.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Traceback (most recent call last): 2024-09-10T18:51:14.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:51:14.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self._connect_unixsocket(self.address) 2024-09-10T18:51:14.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:51:14.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self.socket.connect(address) 2024-09-10T18:51:14.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:14.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Call stack: 2024-09-10T18:51:14.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:51:14.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self._bootstrap_inner() 2024-09-10T18:51:14.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:51:14.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self.run() 2024-09-10T18:51:14.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:51:14.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self.interval)) 2024-09-10T18:51:14.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:51:14.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Arguments: () 2024-09-10T18:51:14.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: --- Logging error --- 2024-09-10T18:51:14.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Traceback (most recent call last): 2024-09-10T18:51:14.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:51:14.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self.socket.send(msg) 2024-09-10T18:51:14.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:51:14.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:14.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Traceback (most recent call last): 2024-09-10T18:51:14.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:51:14.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self.socket.connect(address) 2024-09-10T18:51:14.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:14.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:14.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Traceback (most recent call last): 2024-09-10T18:51:14.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:51:14.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self._connect_unixsocket(self.address) 2024-09-10T18:51:14.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:51:14.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: self.socket.connect(address) 2024-09-10T18:51:14.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:14.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Call stack: 2024-09-10T18:51:14.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:51:14.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: main() 2024-09-10T18:51:14.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:51:14.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:51:14.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:51:14.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:51:14.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:51:14.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: "{}".format(blacklisted_ip)) 2024-09-10T18:51:14.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/3824217936' 2024-09-10T18:51:14.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Arguments: () 2024-09-10T18:51:14.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: Traceback (most recent call last): 2024-09-10T18:51:14.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:51:14.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: main() 2024-09-10T18:51:14.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:51:14.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:51:14.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:51:14.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:51:14.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:51:14.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:51:14.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:51:14.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: **kwargs).stdout 2024-09-10T18:51:14.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:51:14.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: output=stdout, stderr=stderr) 2024-09-10T18:51:14.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:14 smithi063 bash[42749]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/3824217936' returned non-zero exit status 13. 2024-09-10T18:51:14.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:14 smithi031 bash[19205]: cluster 2024-09-10T18:51:13.743341+0000 mgr.y (mgr.15159) 89 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:14.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:14 smithi031 bash[19205]: audit 2024-09-10T18:51:14.020441+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.63:0/657912466' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:51:14.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:14 smithi031 bash[19205]: audit 2024-09-10T18:51:14.023163+0000 mgr.y (mgr.15159) 90 : audit [DBG] from='client.15585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:14.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:14 smithi031 bash[19205]: audit 2024-09-10T18:51:14.377870+0000 mon.c (mon.1) 49 : audit [INF] from='client.? 172.21.15.63:0/1864663557' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:51:14.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:14 smithi031 bash[19205]: audit 2024-09-10T18:51:14.388645+0000 mgr.y (mgr.15159) 91 : audit [DBG] from='client.25504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:14.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:14 smithi031 bash[14957]: cluster 2024-09-10T18:51:13.743341+0000 mgr.y (mgr.15159) 89 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:14.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:14 smithi031 bash[14957]: audit 2024-09-10T18:51:14.020441+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.63:0/657912466' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:51:14.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:14 smithi031 bash[14957]: audit 2024-09-10T18:51:14.023163+0000 mgr.y (mgr.15159) 90 : audit [DBG] from='client.15585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:14.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:14 smithi031 bash[14957]: audit 2024-09-10T18:51:14.377870+0000 mon.c (mon.1) 49 : audit [INF] from='client.? 172.21.15.63:0/1864663557' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:51:14.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:14 smithi031 bash[14957]: audit 2024-09-10T18:51:14.388645+0000 mgr.y (mgr.15159) 91 : audit [DBG] from='client.25504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:15.179 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:51:15.179 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:51:15.179 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-10T18:51:15.179 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:51:15.179 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:51:15.179 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:51:15.179 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:51:15.179 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:51:15.179 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-10T18:51:15.180 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:51:15.180 INFO:teuthology.orchestra.run.smithi031.stdout: "mds": {}, 2024-09-10T18:51:15.180 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:51:15.180 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:51:15.180 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:51:15.180 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:51:15.180 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-10T18:51:15.180 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:51:15.180 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:51:15.180 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:51:15.536 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:15 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:51:15.537 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:15 smithi063 bash[42735]: (process:1): GLib-GObject-CRITICAL **: 18:51:15.348: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:51:15.537 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:51:15.537 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:51:15.537 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T18:51:15.537 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-10T18:51:15.537 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [ 2024-09-10T18:51:15.537 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr" 2024-09-10T18:51:15.537 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-10T18:51:15.538 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "2/2 daemons upgraded", 2024-09-10T18:51:15.538 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading prometheus daemons", 2024-09-10T18:51:15.538 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T18:51:15.538 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:51:15.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:15 smithi063 bash[14646]: audit 2024-09-10T18:51:14.732663+0000 mgr.y (mgr.15159) 92 : audit [DBG] from='client.15603 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:15.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:15 smithi063 bash[14646]: audit 2024-09-10T18:51:14.738271+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:51:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:15 smithi063 bash[14646]: audit 2024-09-10T18:51:14.739248+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:51:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:15 smithi063 bash[14646]: audit 2024-09-10T18:51:14.740130+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:15 smithi063 bash[14646]: audit 2024-09-10T18:51:14.741018+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:15 smithi063 bash[14646]: audit 2024-09-10T18:51:14.741948+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:15 smithi063 bash[14646]: audit 2024-09-10T18:51:14.742661+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:15 smithi063 bash[14646]: audit 2024-09-10T18:51:14.745621+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:51:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:15 smithi063 bash[14646]: audit 2024-09-10T18:51:14.746188+0000 mon.a (mon.0) 1250 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:15 smithi063 bash[14646]: audit 2024-09-10T18:51:14.746732+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:15 smithi063 bash[14646]: audit 2024-09-10T18:51:14.747252+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:15 smithi063 bash[14646]: audit 2024-09-10T18:51:14.747748+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:15 smithi063 bash[14646]: audit 2024-09-10T18:51:15.174031+0000 mon.b (mon.2) 357 : audit [DBG] from='client.? 172.21.15.31:0/1437448174' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:15.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[14957]: audit 2024-09-10T18:51:14.732663+0000 mgr.y (mgr.15159) 92 : audit [DBG] from='client.15603 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:15.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[14957]: audit 2024-09-10T18:51:14.738271+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:51:15.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[14957]: audit 2024-09-10T18:51:14.739248+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:51:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[14957]: audit 2024-09-10T18:51:14.740130+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[14957]: audit 2024-09-10T18:51:14.741018+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[14957]: audit 2024-09-10T18:51:14.741948+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[14957]: audit 2024-09-10T18:51:14.742661+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[14957]: audit 2024-09-10T18:51:14.745621+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:51:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[14957]: audit 2024-09-10T18:51:14.746188+0000 mon.a (mon.0) 1250 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[14957]: audit 2024-09-10T18:51:14.746732+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[14957]: audit 2024-09-10T18:51:14.747252+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[14957]: audit 2024-09-10T18:51:14.747748+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[14957]: audit 2024-09-10T18:51:15.174031+0000 mon.b (mon.2) 357 : audit [DBG] from='client.? 172.21.15.31:0/1437448174' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[19205]: audit 2024-09-10T18:51:14.732663+0000 mgr.y (mgr.15159) 92 : audit [DBG] from='client.15603 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[19205]: audit 2024-09-10T18:51:14.738271+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:51:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[19205]: audit 2024-09-10T18:51:14.739248+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:51:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[19205]: audit 2024-09-10T18:51:14.740130+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[19205]: audit 2024-09-10T18:51:14.741018+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[19205]: audit 2024-09-10T18:51:14.741948+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[19205]: audit 2024-09-10T18:51:14.742661+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[19205]: audit 2024-09-10T18:51:14.745621+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:51:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[19205]: audit 2024-09-10T18:51:14.746188+0000 mon.a (mon.0) 1250 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[19205]: audit 2024-09-10T18:51:14.746732+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[19205]: audit 2024-09-10T18:51:14.747252+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[19205]: audit 2024-09-10T18:51:14.747748+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:15 smithi031 bash[19205]: audit 2024-09-10T18:51:15.174031+0000 mon.b (mon.2) 357 : audit [DBG] from='client.? 172.21.15.31:0/1437448174' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:16.380 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:15 smithi063 bash[43176]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:51:16.381 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:15 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:51:16.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:16 smithi063 bash[14646]: audit 2024-09-10T18:51:15.533658+0000 mgr.y (mgr.15159) 93 : audit [DBG] from='client.15615 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:16.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:16 smithi063 bash[14646]: cluster 2024-09-10T18:51:15.744109+0000 mgr.y (mgr.15159) 94 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:16.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:16 smithi031 bash[14957]: audit 2024-09-10T18:51:15.533658+0000 mgr.y (mgr.15159) 93 : audit [DBG] from='client.15615 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:16.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:16 smithi031 bash[14957]: cluster 2024-09-10T18:51:15.744109+0000 mgr.y (mgr.15159) 94 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:16.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:16 smithi031 bash[19205]: audit 2024-09-10T18:51:15.533658+0000 mgr.y (mgr.15159) 93 : audit [DBG] from='client.15615 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:16.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:16 smithi031 bash[19205]: cluster 2024-09-10T18:51:15.744109+0000 mgr.y (mgr.15159) 94 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:18.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:18 smithi063 bash[14646]: audit 2024-09-10T18:51:17.452003+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:18.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:18 smithi063 bash[14646]: audit 2024-09-10T18:51:17.461105+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:18.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:18 smithi063 bash[14646]: audit 2024-09-10T18:51:17.470346+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:18.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:18 smithi063 bash[14646]: audit 2024-09-10T18:51:17.861026+0000 mon.a (mon.0) 1257 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:51:18.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:18 smithi063 bash[14646]: audit 2024-09-10T18:51:18.093232+0000 mon.a (mon.0) 1258 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:18.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:18 smithi063 bash[14646]: audit 2024-09-10T18:51:18.101597+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:18.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:18 smithi063 bash[14646]: audit 2024-09-10T18:51:18.112588+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:18.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:18 smithi063 bash[14646]: audit 2024-09-10T18:51:18.114454+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:51:18.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:18 smithi031 bash[19205]: audit 2024-09-10T18:51:17.452003+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:18.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:18 smithi031 bash[19205]: audit 2024-09-10T18:51:17.461105+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:18.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:18 smithi031 bash[19205]: audit 2024-09-10T18:51:17.470346+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:18.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:18 smithi031 bash[19205]: audit 2024-09-10T18:51:17.861026+0000 mon.a (mon.0) 1257 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:51:18.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:18 smithi031 bash[19205]: audit 2024-09-10T18:51:18.093232+0000 mon.a (mon.0) 1258 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:18.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:18 smithi031 bash[19205]: audit 2024-09-10T18:51:18.101597+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:18.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:18 smithi031 bash[19205]: audit 2024-09-10T18:51:18.112588+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:18.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:18 smithi031 bash[19205]: audit 2024-09-10T18:51:18.114454+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:51:18.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:18 smithi031 bash[14957]: audit 2024-09-10T18:51:17.452003+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:18.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:18 smithi031 bash[14957]: audit 2024-09-10T18:51:17.461105+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:18.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:18 smithi031 bash[14957]: audit 2024-09-10T18:51:17.470346+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:18.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:18 smithi031 bash[14957]: audit 2024-09-10T18:51:17.861026+0000 mon.a (mon.0) 1257 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:51:18.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:18 smithi031 bash[14957]: audit 2024-09-10T18:51:18.093232+0000 mon.a (mon.0) 1258 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:18.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:18 smithi031 bash[14957]: audit 2024-09-10T18:51:18.101597+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:18.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:18 smithi031 bash[14957]: audit 2024-09-10T18:51:18.112588+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:18.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:18 smithi031 bash[14957]: audit 2024-09-10T18:51:18.114454+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:51:19.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:19 smithi063 bash[14646]: cluster 2024-09-10T18:51:17.744800+0000 mgr.y (mgr.15159) 95 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:19.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:19 smithi031 bash[19205]: cluster 2024-09-10T18:51:17.744800+0000 mgr.y (mgr.15159) 95 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:19.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:19 smithi031 bash[14957]: cluster 2024-09-10T18:51:17.744800+0000 mgr.y (mgr.15159) 95 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:21.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:21 smithi063 bash[14646]: cluster 2024-09-10T18:51:19.746417+0000 mgr.y (mgr.15159) 96 : cluster [DBG] pgmap v58: 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-10T18:51:21.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:21 smithi031 bash[19205]: cluster 2024-09-10T18:51:19.746417+0000 mgr.y (mgr.15159) 96 : cluster [DBG] pgmap v58: 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-10T18:51:21.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:21 smithi031 bash[14957]: cluster 2024-09-10T18:51:19.746417+0000 mgr.y (mgr.15159) 96 : cluster [DBG] pgmap v58: 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-10T18:51:21.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:51:21.657Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:51:21.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:51:21.657Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:51:21.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:21 smithi031 bash[32162]: level=error ts=2024-09-10T18:51:21.658Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:51:23.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:23 smithi063 bash[14646]: cluster 2024-09-10T18:51:21.747177+0000 mgr.y (mgr.15159) 97 : cluster [DBG] pgmap v59: 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-10T18:51:23.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:23 smithi031 bash[19205]: cluster 2024-09-10T18:51:21.747177+0000 mgr.y (mgr.15159) 97 : cluster [DBG] pgmap v59: 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-10T18:51:23.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:23 smithi031 bash[14957]: cluster 2024-09-10T18:51:21.747177+0000 mgr.y (mgr.15159) 97 : cluster [DBG] pgmap v59: 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-10T18:51:25.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:25 smithi063 bash[14646]: cluster 2024-09-10T18:51:23.748794+0000 mgr.y (mgr.15159) 98 : cluster [DBG] pgmap v60: 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-10T18:51:25.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:25 smithi031 bash[14957]: cluster 2024-09-10T18:51:23.748794+0000 mgr.y (mgr.15159) 98 : cluster [DBG] pgmap v60: 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-10T18:51:25.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:25 smithi031 bash[19205]: cluster 2024-09-10T18:51:23.748794+0000 mgr.y (mgr.15159) 98 : cluster [DBG] pgmap v60: 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-10T18:51:26.380 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:26 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 6. 2024-09-10T18:51:26.380 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:26 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:51:26.380 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:26 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:51:27.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:27 smithi063 bash[14646]: cluster 2024-09-10T18:51:25.749533+0000 mgr.y (mgr.15159) 99 : cluster [DBG] pgmap v61: 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-10T18:51:27.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:27 smithi031 bash[19205]: cluster 2024-09-10T18:51:25.749533+0000 mgr.y (mgr.15159) 99 : cluster [DBG] pgmap v61: 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-10T18:51:27.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:27 smithi031 bash[14957]: cluster 2024-09-10T18:51:25.749533+0000 mgr.y (mgr.15159) 99 : cluster [DBG] pgmap v61: 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-10T18:51:28.630 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:28 smithi063 bash[43890]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:51:29.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[14646]: cluster 2024-09-10T18:51:27.750351+0000 mgr.y (mgr.15159) 100 : cluster [DBG] pgmap v62: 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-10T18:51:29.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[14646]: audit 2024-09-10T18:51:29.101494+0000 mon.b (mon.2) 358 : audit [DBG] from='client.? 172.21.15.63:0/2440952280' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:51:29.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[14646]: audit 2024-09-10T18:51:29.459946+0000 mon.b (mon.2) 359 : audit [INF] from='client.? 172.21.15.63:0/677210943' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:51:29.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: --- Logging error --- 2024-09-10T18:51:29.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Traceback (most recent call last): 2024-09-10T18:51:29.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:51:29.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self.socket.send(msg) 2024-09-10T18:51:29.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:51:29.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:29.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Traceback (most recent call last): 2024-09-10T18:51:29.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:51:29.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self.socket.connect(address) 2024-09-10T18:51:29.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:29.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:29.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Traceback (most recent call last): 2024-09-10T18:51:29.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:51:29.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self._connect_unixsocket(self.address) 2024-09-10T18:51:29.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:51:29.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self.socket.connect(address) 2024-09-10T18:51:29.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:29.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Call stack: 2024-09-10T18:51:29.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:51:29.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self._bootstrap_inner() 2024-09-10T18:51:29.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:51:29.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self.run() 2024-09-10T18:51:29.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:51:29.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: logger.info("Started the configuration object watcher") 2024-09-10T18:51:29.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Message: 'Started the configuration object watcher' 2024-09-10T18:51:29.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Arguments: () 2024-09-10T18:51:29.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: --- Logging error --- 2024-09-10T18:51:29.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Traceback (most recent call last): 2024-09-10T18:51:29.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:51:29.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self.socket.send(msg) 2024-09-10T18:51:29.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:51:29.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:29.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Traceback (most recent call last): 2024-09-10T18:51:29.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:51:29.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self.socket.connect(address) 2024-09-10T18:51:29.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:29.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:29.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Traceback (most recent call last): 2024-09-10T18:51:29.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:51:29.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self._connect_unixsocket(self.address) 2024-09-10T18:51:29.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:51:29.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self.socket.connect(address) 2024-09-10T18:51:29.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:29.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Call stack: 2024-09-10T18:51:29.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:51:29.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self._bootstrap_inner() 2024-09-10T18:51:29.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:51:29.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self.run() 2024-09-10T18:51:29.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:51:29.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self.interval)) 2024-09-10T18:51:29.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:51:29.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Arguments: () 2024-09-10T18:51:29.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: --- Logging error --- 2024-09-10T18:51:29.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Traceback (most recent call last): 2024-09-10T18:51:29.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:51:29.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self.socket.send(msg) 2024-09-10T18:51:29.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:51:29.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:29.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Traceback (most recent call last): 2024-09-10T18:51:29.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:51:29.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self.socket.connect(address) 2024-09-10T18:51:29.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:29.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:29.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Traceback (most recent call last): 2024-09-10T18:51:29.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:51:29.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self._connect_unixsocket(self.address) 2024-09-10T18:51:29.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:51:29.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self.socket.connect(address) 2024-09-10T18:51:29.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:29.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Call stack: 2024-09-10T18:51:29.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:51:29.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: main() 2024-09-10T18:51:29.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:51:29.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:51:29.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:51:29.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:51:29.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:51:29.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Arguments: () 2024-09-10T18:51:29.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: --- Logging error --- 2024-09-10T18:51:29.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Traceback (most recent call last): 2024-09-10T18:51:29.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:51:29.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self.socket.send(msg) 2024-09-10T18:51:29.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:51:29.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:29.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Traceback (most recent call last): 2024-09-10T18:51:29.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:51:29.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self.socket.connect(address) 2024-09-10T18:51:29.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:29.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:29.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Traceback (most recent call last): 2024-09-10T18:51:29.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:51:29.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self._connect_unixsocket(self.address) 2024-09-10T18:51:29.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:51:29.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: self.socket.connect(address) 2024-09-10T18:51:29.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:29.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Call stack: 2024-09-10T18:51:29.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:51:29.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: main() 2024-09-10T18:51:29.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:51:29.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:51:29.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:51:29.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:51:29.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:51:29.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: "{}".format(blacklisted_ip)) 2024-09-10T18:51:29.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/3824217936' 2024-09-10T18:51:29.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Arguments: () 2024-09-10T18:51:29.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: Traceback (most recent call last): 2024-09-10T18:51:29.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:51:29.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: main() 2024-09-10T18:51:29.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:51:29.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:51:29.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:51:29.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:51:29.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:51:29.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:51:29.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:51:29.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: **kwargs).stdout 2024-09-10T18:51:29.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:51:29.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: output=stdout, stderr=stderr) 2024-09-10T18:51:29.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:29 smithi063 bash[43906]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/3824217936' returned non-zero exit status 13. 2024-09-10T18:51:29.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:29 smithi031 bash[14957]: cluster 2024-09-10T18:51:27.750351+0000 mgr.y (mgr.15159) 100 : cluster [DBG] pgmap v62: 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-10T18:51:29.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:29 smithi031 bash[14957]: audit 2024-09-10T18:51:29.101494+0000 mon.b (mon.2) 358 : audit [DBG] from='client.? 172.21.15.63:0/2440952280' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:51:29.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:29 smithi031 bash[14957]: audit 2024-09-10T18:51:29.459946+0000 mon.b (mon.2) 359 : audit [INF] from='client.? 172.21.15.63:0/677210943' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:51:29.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:29 smithi031 bash[19205]: cluster 2024-09-10T18:51:27.750351+0000 mgr.y (mgr.15159) 100 : cluster [DBG] pgmap v62: 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-10T18:51:29.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:29 smithi031 bash[19205]: audit 2024-09-10T18:51:29.101494+0000 mon.b (mon.2) 358 : audit [DBG] from='client.? 172.21.15.63:0/2440952280' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:51:29.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:29 smithi031 bash[19205]: audit 2024-09-10T18:51:29.459946+0000 mon.b (mon.2) 359 : audit [INF] from='client.? 172.21.15.63:0/677210943' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:51:30.608 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:30 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:51:30.608 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:30 smithi063 bash[43890]: (process:1): GLib-GObject-CRITICAL **: 18:51:30.366: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:51:30.608 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:30 smithi063 bash[14646]: audit 2024-09-10T18:51:29.550212+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:30.608 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:30 smithi063 bash[14646]: audit 2024-09-10T18:51:29.558529+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:30.609 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:30 smithi063 bash[14646]: audit 2024-09-10T18:51:29.567320+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:30.609 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:30 smithi063 bash[14646]: audit 2024-09-10T18:51:29.569592+0000 mon.a (mon.0) 1265 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:30.609 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:30 smithi063 bash[14646]: audit 2024-09-10T18:51:29.571377+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:51:30.609 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:30 smithi063 bash[14646]: audit 2024-09-10T18:51:29.583157+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:30.609 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:30 smithi063 bash[14646]: audit 2024-09-10T18:51:29.647902+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:51:30.609 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:30 smithi063 bash[14646]: audit 2024-09-10T18:51:29.651365+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:51:30.609 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:30 smithi063 bash[14646]: audit 2024-09-10T18:51:29.655560+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.609 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:30 smithi063 bash[14646]: audit 2024-09-10T18:51:29.658101+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.609 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:30 smithi063 bash[14646]: audit 2024-09-10T18:51:29.660899+0000 mon.a (mon.0) 1272 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.609 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:30 smithi063 bash[14646]: audit 2024-09-10T18:51:29.663273+0000 mon.a (mon.0) 1273 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.609 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:30 smithi063 bash[14646]: audit 2024-09-10T18:51:29.665200+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.610 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:30 smithi063 bash[14646]: audit 2024-09-10T18:51:29.667459+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.610 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:30 smithi063 bash[14646]: audit 2024-09-10T18:51:29.669885+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.610 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:30 smithi063 bash[14646]: audit 2024-09-10T18:51:29.672226+0000 mon.a (mon.0) 1277 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[14957]: audit 2024-09-10T18:51:29.550212+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:30.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[14957]: audit 2024-09-10T18:51:29.558529+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:30.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[14957]: audit 2024-09-10T18:51:29.567320+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:30.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[14957]: audit 2024-09-10T18:51:29.569592+0000 mon.a (mon.0) 1265 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:30.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[14957]: audit 2024-09-10T18:51:29.571377+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:51:30.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[14957]: audit 2024-09-10T18:51:29.583157+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:30.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[14957]: audit 2024-09-10T18:51:29.647902+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:51:30.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[14957]: audit 2024-09-10T18:51:29.651365+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:51:30.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[14957]: audit 2024-09-10T18:51:29.655560+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[14957]: audit 2024-09-10T18:51:29.658101+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[14957]: audit 2024-09-10T18:51:29.660899+0000 mon.a (mon.0) 1272 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[14957]: audit 2024-09-10T18:51:29.663273+0000 mon.a (mon.0) 1273 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[14957]: audit 2024-09-10T18:51:29.665200+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[14957]: audit 2024-09-10T18:51:29.667459+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[14957]: audit 2024-09-10T18:51:29.669885+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[14957]: audit 2024-09-10T18:51:29.672226+0000 mon.a (mon.0) 1277 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[19205]: audit 2024-09-10T18:51:29.550212+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:30.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[19205]: audit 2024-09-10T18:51:29.558529+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:30.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[19205]: audit 2024-09-10T18:51:29.567320+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:30.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[19205]: audit 2024-09-10T18:51:29.569592+0000 mon.a (mon.0) 1265 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:30.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[19205]: audit 2024-09-10T18:51:29.571377+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:51:30.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[19205]: audit 2024-09-10T18:51:29.583157+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:30.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[19205]: audit 2024-09-10T18:51:29.647902+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:51:30.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[19205]: audit 2024-09-10T18:51:29.651365+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:51:30.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[19205]: audit 2024-09-10T18:51:29.655560+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[19205]: audit 2024-09-10T18:51:29.658101+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[19205]: audit 2024-09-10T18:51:29.660899+0000 mon.a (mon.0) 1272 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[19205]: audit 2024-09-10T18:51:29.663273+0000 mon.a (mon.0) 1273 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[19205]: audit 2024-09-10T18:51:29.665200+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[19205]: audit 2024-09-10T18:51:29.667459+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[19205]: audit 2024-09-10T18:51:29.669885+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:30.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:30 smithi031 bash[19205]: audit 2024-09-10T18:51:29.672226+0000 mon.a (mon.0) 1277 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:31.380 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:30 smithi063 bash[44243]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:51:31.380 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:30 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:51:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:31 smithi031 bash[19205]: cephadm 2024-09-10T18:51:29.572902+0000 mgr.y (mgr.15159) 101 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:51:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:31 smithi031 bash[19205]: cluster 2024-09-10T18:51:29.574903+0000 mgr.y (mgr.15159) 102 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-09-10T18:51:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:31 smithi031 bash[19205]: cluster 2024-09-10T18:51:29.575378+0000 mgr.y (mgr.15159) 103 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:31 smithi031 bash[19205]: audit 2024-09-10T18:51:29.648520+0000 mgr.y (mgr.15159) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:51:31.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:31 smithi031 bash[14957]: cephadm 2024-09-10T18:51:29.572902+0000 mgr.y (mgr.15159) 101 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:51:31.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:31 smithi031 bash[14957]: cluster 2024-09-10T18:51:29.574903+0000 mgr.y (mgr.15159) 102 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-09-10T18:51:31.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:31 smithi031 bash[14957]: cluster 2024-09-10T18:51:29.575378+0000 mgr.y (mgr.15159) 103 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:31.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:31 smithi031 bash[14957]: audit 2024-09-10T18:51:29.648520+0000 mgr.y (mgr.15159) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:51:31.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:31 smithi063 bash[14646]: cephadm 2024-09-10T18:51:29.572902+0000 mgr.y (mgr.15159) 101 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:51:31.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:31 smithi063 bash[14646]: cluster 2024-09-10T18:51:29.574903+0000 mgr.y (mgr.15159) 102 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-09-10T18:51:31.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:31 smithi063 bash[14646]: cluster 2024-09-10T18:51:29.575378+0000 mgr.y (mgr.15159) 103 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:31.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:31 smithi063 bash[14646]: audit 2024-09-10T18:51:29.648520+0000 mgr.y (mgr.15159) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:51:32.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:51:31.658Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" context_err="context deadline exceeded" 2024-09-10T18:51:32.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:51:31.658Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-10T18:51:32.136 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:31 smithi031 bash[32162]: level=error ts=2024-09-10T18:51:31.658Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi031.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi031.front.sepia.ceph.com; Post https://smithi063:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi063" 2024-09-10T18:51:33.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:33 smithi063 bash[14646]: cluster 2024-09-10T18:51:31.576090+0000 mgr.y (mgr.15159) 105 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:33.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:33 smithi063 bash[14646]: cephadm 2024-09-10T18:51:31.914902+0000 mgr.y (mgr.15159) 106 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-10T18:51:33.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:33 smithi063 bash[14646]: cephadm 2024-09-10T18:51:31.923511+0000 mgr.y (mgr.15159) 107 : cephadm [INF] Deploying daemon alertmanager.a on smithi031 2024-09-10T18:51:33.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:33 smithi031 bash[14957]: cluster 2024-09-10T18:51:31.576090+0000 mgr.y (mgr.15159) 105 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:33.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:33 smithi031 bash[14957]: cephadm 2024-09-10T18:51:31.914902+0000 mgr.y (mgr.15159) 106 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-10T18:51:33.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:33 smithi031 bash[14957]: cephadm 2024-09-10T18:51:31.923511+0000 mgr.y (mgr.15159) 107 : cephadm [INF] Deploying daemon alertmanager.a on smithi031 2024-09-10T18:51:33.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:33 smithi031 bash[19205]: cluster 2024-09-10T18:51:31.576090+0000 mgr.y (mgr.15159) 105 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:33.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:33 smithi031 bash[19205]: cephadm 2024-09-10T18:51:31.914902+0000 mgr.y (mgr.15159) 106 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-10T18:51:33.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:33 smithi031 bash[19205]: cephadm 2024-09-10T18:51:31.923511+0000 mgr.y (mgr.15159) 107 : cephadm [INF] Deploying daemon alertmanager.a on smithi031 2024-09-10T18:51:35.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:35 smithi063 bash[14646]: cluster 2024-09-10T18:51:33.577407+0000 mgr.y (mgr.15159) 108 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2024-09-10T18:51:35.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:35 smithi031 bash[14957]: cluster 2024-09-10T18:51:33.577407+0000 mgr.y (mgr.15159) 108 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2024-09-10T18:51:35.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:35 smithi031 bash[19205]: cluster 2024-09-10T18:51:33.577407+0000 mgr.y (mgr.15159) 108 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2024-09-10T18:51:37.823 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:37 smithi031 bash[14957]: cluster 2024-09-10T18:51:35.578107+0000 mgr.y (mgr.15159) 109 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2024-09-10T18:51:37.824 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:37 smithi031 bash[19205]: cluster 2024-09-10T18:51:35.578107+0000 mgr.y (mgr.15159) 109 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2024-09-10T18:51:37.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:37 smithi063 bash[14646]: cluster 2024-09-10T18:51:35.578107+0000 mgr.y (mgr.15159) 109 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2024-09-10T18:51:38.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:38 smithi063 bash[14646]: cluster 2024-09-10T18:51:37.578616+0000 mgr.y (mgr.15159) 110 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2024-09-10T18:51:38.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:38 smithi063 bash[14646]: audit 2024-09-10T18:51:37.662472+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T18:51:38.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:38 smithi063 bash[14646]: audit 2024-09-10T18:51:37.663207+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:51:38.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:38 smithi063 bash[14646]: audit 2024-09-10T18:51:37.663882+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-09-10T18:51:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:38 smithi031 bash[14957]: cluster 2024-09-10T18:51:37.578616+0000 mgr.y (mgr.15159) 110 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2024-09-10T18:51:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:38 smithi031 bash[14957]: audit 2024-09-10T18:51:37.662472+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T18:51:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:38 smithi031 bash[14957]: audit 2024-09-10T18:51:37.663207+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:51:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:38 smithi031 bash[14957]: audit 2024-09-10T18:51:37.663882+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-09-10T18:51:38.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:38 smithi031 bash[19205]: cluster 2024-09-10T18:51:37.578616+0000 mgr.y (mgr.15159) 110 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2024-09-10T18:51:38.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:38 smithi031 bash[19205]: audit 2024-09-10T18:51:37.662472+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T18:51:38.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:38 smithi031 bash[19205]: audit 2024-09-10T18:51:37.663207+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:51:38.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:38 smithi031 bash[19205]: audit 2024-09-10T18:51:37.663882+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-09-10T18:51:40.614 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:40 smithi031 systemd[1]: Stopping Ceph alertmanager.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:51:40.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:40 smithi031 bash[14957]: cluster 2024-09-10T18:51:39.580094+0000 mgr.y (mgr.15159) 111 : cluster [DBG] pgmap v69: 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-10T18:51:40.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:40 smithi031 bash[19205]: cluster 2024-09-10T18:51:39.580094+0000 mgr.y (mgr.15159) 111 : cluster [DBG] pgmap v69: 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-10T18:51:40.887 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:40 smithi031 bash[32162]: level=info ts=2024-09-10T18:51:40.611Z caller=main.go:536 msg="Received SIGTERM, exiting gracefully..." 2024-09-10T18:51:41.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:40 smithi063 bash[14646]: cluster 2024-09-10T18:51:39.580094+0000 mgr.y (mgr.15159) 111 : cluster [DBG] pgmap v69: 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-10T18:51:41.623 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:41 smithi031 bash[48825]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-alertmanager.a 2024-09-10T18:51:41.623 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:41 smithi031 bash[48900]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-alertmanager.a 2024-09-10T18:51:41.624 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:41 smithi031 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@alertmanager.a.service: Succeeded. 2024-09-10T18:51:41.624 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:41 smithi031 systemd[1]: Stopped Ceph alertmanager.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:51:41.630 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:41 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 7. 2024-09-10T18:51:41.630 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:41 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:51:41.630 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:41 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:51:41.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:41 smithi031 systemd[1]: Started Ceph alertmanager.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:51:42.926 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:42 smithi063 bash[14646]: cluster 2024-09-10T18:51:41.580793+0000 mgr.y (mgr.15159) 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-10T18:51:42.926 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:42 smithi063 bash[14646]: audit 2024-09-10T18:51:41.655667+0000 mon.a (mon.0) 1281 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:42.926 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:42 smithi063 bash[14646]: audit 2024-09-10T18:51:41.662456+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:42.926 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:42 smithi063 bash[14646]: audit 2024-09-10T18:51:41.668798+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:42.927 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:42 smithi063 bash[14646]: audit 2024-09-10T18:51:41.671222+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:51:42.927 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:42 smithi063 bash[14646]: audit 2024-09-10T18:51:41.673565+0000 mon.a (mon.0) 1285 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:51:42.929 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[19205]: cluster 2024-09-10T18:51:41.580793+0000 mgr.y (mgr.15159) 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-10T18:51:42.929 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[19205]: audit 2024-09-10T18:51:41.655667+0000 mon.a (mon.0) 1281 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:42.929 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[19205]: audit 2024-09-10T18:51:41.662456+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:42.929 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[19205]: audit 2024-09-10T18:51:41.668798+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:42.929 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[19205]: audit 2024-09-10T18:51:41.671222+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:51:42.929 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[19205]: audit 2024-09-10T18:51:41.673565+0000 mon.a (mon.0) 1285 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:51:42.929 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[14957]: cluster 2024-09-10T18:51:41.580793+0000 mgr.y (mgr.15159) 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-10T18:51:42.929 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[14957]: audit 2024-09-10T18:51:41.655667+0000 mon.a (mon.0) 1281 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:42.929 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[14957]: audit 2024-09-10T18:51:41.662456+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:42.929 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[14957]: audit 2024-09-10T18:51:41.668798+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:42.930 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[14957]: audit 2024-09-10T18:51:41.671222+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:51:42.930 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[14957]: audit 2024-09-10T18:51:41.673565+0000 mon.a (mon.0) 1285 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:51:43.380 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:42 smithi063 bash[44313]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:51:43.386 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[48977]: ts=2024-09-10T18:51:42.926Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-09-10T18:51:43.386 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[48977]: ts=2024-09-10T18:51:42.926Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-09-10T18:51:43.386 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[48977]: ts=2024-09-10T18:51:42.930Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.31 port=9094 2024-09-10T18:51:43.386 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[48977]: ts=2024-09-10T18:51:42.932Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-10T18:51:43.386 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[48977]: ts=2024-09-10T18:51:42.983Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T18:51:43.387 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[48977]: ts=2024-09-10T18:51:42.984Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T18:51:43.387 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[48977]: ts=2024-09-10T18:51:42.991Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-09-10T18:51:43.387 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:42 smithi031 bash[48977]: ts=2024-09-10T18:51:42.991Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-10T18:51:43.978 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[14646]: audit 2024-09-10T18:51:43.602058+0000 mon.b (mon.2) 360 : audit [DBG] from='client.? 172.21.15.63:0/4271700200' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:51:44.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:43 smithi031 bash[19205]: audit 2024-09-10T18:51:43.602058+0000 mon.b (mon.2) 360 : audit [DBG] from='client.? 172.21.15.63:0/4271700200' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:51:44.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:43 smithi031 bash[14957]: audit 2024-09-10T18:51:43.602058+0000 mon.b (mon.2) 360 : audit [DBG] from='client.? 172.21.15.63:0/4271700200' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:51:44.381 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: --- Logging error --- 2024-09-10T18:51:44.381 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Traceback (most recent call last): 2024-09-10T18:51:44.381 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:51:44.381 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self.socket.send(msg) 2024-09-10T18:51:44.381 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:51:44.381 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:44.382 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Traceback (most recent call last): 2024-09-10T18:51:44.382 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:51:44.382 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self.socket.connect(address) 2024-09-10T18:51:44.382 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:44.382 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:44.382 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Traceback (most recent call last): 2024-09-10T18:51:44.382 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:51:44.382 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self._connect_unixsocket(self.address) 2024-09-10T18:51:44.382 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:51:44.382 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self.socket.connect(address) 2024-09-10T18:51:44.382 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:44.382 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Call stack: 2024-09-10T18:51:44.382 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:51:44.383 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self._bootstrap_inner() 2024-09-10T18:51:44.383 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:51:44.383 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self.run() 2024-09-10T18:51:44.383 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:51:44.383 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: logger.info("Started the configuration object watcher") 2024-09-10T18:51:44.383 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Message: 'Started the configuration object watcher' 2024-09-10T18:51:44.383 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Arguments: () 2024-09-10T18:51:44.383 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: --- Logging error --- 2024-09-10T18:51:44.383 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Traceback (most recent call last): 2024-09-10T18:51:44.383 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:51:44.383 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self.socket.send(msg) 2024-09-10T18:51:44.383 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:51:44.383 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:44.383 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Traceback (most recent call last): 2024-09-10T18:51:44.384 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:51:44.384 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self.socket.connect(address) 2024-09-10T18:51:44.384 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:44.384 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:44.384 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Traceback (most recent call last): 2024-09-10T18:51:44.384 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:51:44.384 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self._connect_unixsocket(self.address) 2024-09-10T18:51:44.384 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:51:44.384 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self.socket.connect(address) 2024-09-10T18:51:44.384 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:44.384 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Call stack: 2024-09-10T18:51:44.384 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:51:44.384 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: main() 2024-09-10T18:51:44.385 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:51:44.385 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:51:44.385 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:51:44.385 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:51:44.385 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:51:44.385 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Arguments: () 2024-09-10T18:51:44.385 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: --- Logging error --- 2024-09-10T18:51:44.386 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Traceback (most recent call last): 2024-09-10T18:51:44.386 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:51:44.386 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self.socket.send(msg) 2024-09-10T18:51:44.386 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:51:44.386 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:44.386 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Traceback (most recent call last): 2024-09-10T18:51:44.386 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:51:44.386 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self.socket.connect(address) 2024-09-10T18:51:44.386 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:44.386 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:44.386 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Traceback (most recent call last): 2024-09-10T18:51:44.386 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:51:44.386 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self._connect_unixsocket(self.address) 2024-09-10T18:51:44.387 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:51:44.387 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self.socket.connect(address) 2024-09-10T18:51:44.387 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:44.387 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Call stack: 2024-09-10T18:51:44.387 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:51:44.387 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self._bootstrap_inner() 2024-09-10T18:51:44.387 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:51:44.387 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self.run() 2024-09-10T18:51:44.387 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:51:44.387 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self.interval)) 2024-09-10T18:51:44.387 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:51:44.387 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Arguments: () 2024-09-10T18:51:44.387 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: --- Logging error --- 2024-09-10T18:51:44.387 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Traceback (most recent call last): 2024-09-10T18:51:44.387 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:51:44.388 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self.socket.send(msg) 2024-09-10T18:51:44.388 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:51:44.388 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:44.388 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Traceback (most recent call last): 2024-09-10T18:51:44.388 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:51:44.388 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self.socket.connect(address) 2024-09-10T18:51:44.388 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:44.388 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:44.388 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Traceback (most recent call last): 2024-09-10T18:51:44.388 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:51:44.388 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self._connect_unixsocket(self.address) 2024-09-10T18:51:44.388 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:51:44.388 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: self.socket.connect(address) 2024-09-10T18:51:44.389 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:44.389 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Call stack: 2024-09-10T18:51:44.389 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:51:44.389 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: main() 2024-09-10T18:51:44.389 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:51:44.389 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:51:44.389 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:51:44.389 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:51:44.389 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:51:44.389 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: "{}".format(blacklisted_ip)) 2024-09-10T18:51:44.389 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/3824217936' 2024-09-10T18:51:44.389 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Arguments: () 2024-09-10T18:51:44.389 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: Traceback (most recent call last): 2024-09-10T18:51:44.389 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:51:44.390 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: main() 2024-09-10T18:51:44.390 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:51:44.390 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:51:44.390 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:51:44.390 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:51:44.390 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:51:44.390 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:51:44.390 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:51:44.390 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: **kwargs).stdout 2024-09-10T18:51:44.390 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:51:44.390 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: output=stdout, stderr=stderr) 2024-09-10T18:51:44.390 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:43 smithi063 bash[44332]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/3824217936' returned non-zero exit status 13. 2024-09-10T18:51:44.910 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:44 smithi063 bash[14646]: cluster 2024-09-10T18:51:43.582252+0000 mgr.y (mgr.15159) 113 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:51:44.910 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:44 smithi063 bash[14646]: audit 2024-09-10T18:51:43.969213+0000 mon.b (mon.2) 361 : audit [INF] from='client.? 172.21.15.63:0/3577375136' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:51:44.935 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:44 smithi031 bash[14957]: cluster 2024-09-10T18:51:43.582252+0000 mgr.y (mgr.15159) 113 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:51:44.935 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:44 smithi031 bash[14957]: audit 2024-09-10T18:51:43.969213+0000 mon.b (mon.2) 361 : audit [INF] from='client.? 172.21.15.63:0/3577375136' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:51:44.935 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:44 smithi031 bash[19205]: cluster 2024-09-10T18:51:43.582252+0000 mgr.y (mgr.15159) 113 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:51:44.935 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:44 smithi031 bash[19205]: audit 2024-09-10T18:51:43.969213+0000 mon.b (mon.2) 361 : audit [INF] from='client.? 172.21.15.63:0/3577375136' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:51:45.256 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:44 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:51:45.256 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:45 smithi063 bash[44313]: (process:1): GLib-GObject-CRITICAL **: 18:51:45.010: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:51:45.386 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:44 smithi031 bash[48977]: ts=2024-09-10T18:51:44.933Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000707277s 2024-09-10T18:51:45.925 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:51:46.130 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:45 smithi063 bash[44572]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:51:46.130 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:45 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:51:46.635 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:51:46.635 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 starting - - - - 2024-09-10T18:51:46.635 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (24m) 29s ago 24m 27.7M - 6.6.2 a0dce381714a 87075f7b106b 2024-09-10T18:51:46.636 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 29s ago 25m - - 2024-09-10T18:51:46.636 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (99s) 29s ago 29m 389M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T18:51:46.636 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (11m) 63s ago 31m 432M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:51:46.636 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (31m) 63s ago 31m 114M 2048M 15.2.9 dfc483079636 110985a9aaad 2024-09-10T18:51:46.636 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (29m) 29s ago 29m 78.2M 2048M 15.2.9 dfc483079636 97c3ecf5bc14 2024-09-10T18:51:46.636 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (29m) 63s ago 29m 80.4M 2048M 15.2.9 dfc483079636 b3f47a149224 2024-09-10T18:51:46.636 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (71s) 63s ago 24m 3800k - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T18:51:46.636 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (65s) 29s ago 24m 9448k - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T18:51:46.636 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (28m) 63s ago 28m 51.2M 4096M 15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:51:46.636 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (28m) 63s ago 28m 53.5M 4096M 15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:51:46.636 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (28m) 63s ago 28m 46.6M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:51:46.636 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (27m) 63s ago 27m 54.0M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:51:46.636 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (27m) 29s ago 27m 52.2M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:51:46.637 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (26m) 29s ago 26m 47.9M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:51:46.637 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (26m) 29s ago 26m 50.0M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:51:46.637 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (25m) 29s ago 25m 50.9M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:51:46.637 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (35s) 29s ago 24m - - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T18:51:46.637 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (22m) 63s ago 22m 55.0M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:51:46.637 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (22m) 29s ago 22m 55.2M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:51:47.058 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:51:47.058 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:51:47.058 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-10T18:51:47.058 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:51:47.058 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:51:47.058 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:51:47.059 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:51:47.059 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:51:47.059 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-10T18:51:47.059 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:51:47.059 INFO:teuthology.orchestra.run.smithi031.stdout: "mds": {}, 2024-09-10T18:51:47.059 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:51:47.059 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:51:47.059 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:51:47.059 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:51:47.059 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-10T18:51:47.059 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:51:47.059 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:51:47.059 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:51:47.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:46 smithi063 bash[14646]: cluster 2024-09-10T18:51:45.582996+0000 mgr.y (mgr.15159) 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-10T18:51:47.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:46 smithi063 bash[14646]: audit 2024-09-10T18:51:45.905175+0000 mgr.y (mgr.15159) 115 : audit [DBG] from='client.25570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:47.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:46 smithi063 bash[14646]: audit 2024-09-10T18:51:46.268097+0000 mgr.y (mgr.15159) 116 : audit [DBG] from='client.25576 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:47.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:46 smithi063 bash[14646]: audit 2024-09-10T18:51:46.611518+0000 mon.a (mon.0) 1286 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:51:47.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:46 smithi063 bash[14646]: audit 2024-09-10T18:51:46.612423+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:51:47.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:46 smithi063 bash[14646]: audit 2024-09-10T18:51:46.613155+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:46 smithi063 bash[14646]: audit 2024-09-10T18:51:46.613935+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:46 smithi063 bash[14646]: audit 2024-09-10T18:51:46.614730+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:46 smithi063 bash[14646]: audit 2024-09-10T18:51:46.615464+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:46 smithi063 bash[14646]: audit 2024-09-10T18:51:46.618271+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:51:47.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:46 smithi063 bash[14646]: audit 2024-09-10T18:51:46.619096+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:46 smithi063 bash[14646]: audit 2024-09-10T18:51:46.619956+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:46 smithi063 bash[14646]: audit 2024-09-10T18:51:46.620732+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:46 smithi063 bash[14646]: audit 2024-09-10T18:51:46.621490+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[14957]: cluster 2024-09-10T18:51:45.582996+0000 mgr.y (mgr.15159) 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-10T18:51:47.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[14957]: audit 2024-09-10T18:51:45.905175+0000 mgr.y (mgr.15159) 115 : audit [DBG] from='client.25570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:47.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[14957]: audit 2024-09-10T18:51:46.268097+0000 mgr.y (mgr.15159) 116 : audit [DBG] from='client.25576 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:47.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[14957]: audit 2024-09-10T18:51:46.611518+0000 mon.a (mon.0) 1286 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:51:47.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[14957]: audit 2024-09-10T18:51:46.612423+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:51:47.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[14957]: audit 2024-09-10T18:51:46.613155+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[14957]: audit 2024-09-10T18:51:46.613935+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[14957]: audit 2024-09-10T18:51:46.614730+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[14957]: audit 2024-09-10T18:51:46.615464+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[14957]: audit 2024-09-10T18:51:46.618271+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:51:47.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[14957]: audit 2024-09-10T18:51:46.619096+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[14957]: audit 2024-09-10T18:51:46.619956+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[14957]: audit 2024-09-10T18:51:46.620732+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[14957]: audit 2024-09-10T18:51:46.621490+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[19205]: cluster 2024-09-10T18:51:45.582996+0000 mgr.y (mgr.15159) 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-10T18:51:47.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[19205]: audit 2024-09-10T18:51:45.905175+0000 mgr.y (mgr.15159) 115 : audit [DBG] from='client.25570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:47.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[19205]: audit 2024-09-10T18:51:46.268097+0000 mgr.y (mgr.15159) 116 : audit [DBG] from='client.25576 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:47.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[19205]: audit 2024-09-10T18:51:46.611518+0000 mon.a (mon.0) 1286 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:51:47.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[19205]: audit 2024-09-10T18:51:46.612423+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:51:47.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[19205]: audit 2024-09-10T18:51:46.613155+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[19205]: audit 2024-09-10T18:51:46.613935+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[19205]: audit 2024-09-10T18:51:46.614730+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[19205]: audit 2024-09-10T18:51:46.615464+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[19205]: audit 2024-09-10T18:51:46.618271+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:51:47.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[19205]: audit 2024-09-10T18:51:46.619096+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[19205]: audit 2024-09-10T18:51:46.619956+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[19205]: audit 2024-09-10T18:51:46.620732+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:46 smithi031 bash[19205]: audit 2024-09-10T18:51:46.621490+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:51:47.411 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:51:47.411 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:51:47.411 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T18:51:47.411 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-10T18:51:47.411 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [ 2024-09-10T18:51:47.411 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr" 2024-09-10T18:51:47.411 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-10T18:51:47.411 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "2/2 daemons upgraded", 2024-09-10T18:51:47.411 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading alertmanager daemons", 2024-09-10T18:51:47.411 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T18:51:47.411 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:51:48.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:47 smithi063 bash[14646]: audit 2024-09-10T18:51:46.609057+0000 mgr.y (mgr.15159) 117 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:48.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:47 smithi063 bash[14646]: audit 2024-09-10T18:51:47.055507+0000 mon.a (mon.0) 1297 : audit [DBG] from='client.? 172.21.15.31:0/2590976730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:48.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:47 smithi063 bash[14646]: audit 2024-09-10T18:51:47.408245+0000 mgr.y (mgr.15159) 118 : audit [DBG] from='client.25594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:48.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:47 smithi031 bash[14957]: audit 2024-09-10T18:51:46.609057+0000 mgr.y (mgr.15159) 117 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:48.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:47 smithi031 bash[14957]: audit 2024-09-10T18:51:47.055507+0000 mon.a (mon.0) 1297 : audit [DBG] from='client.? 172.21.15.31:0/2590976730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:48.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:47 smithi031 bash[14957]: audit 2024-09-10T18:51:47.408245+0000 mgr.y (mgr.15159) 118 : audit [DBG] from='client.25594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:48.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:47 smithi031 bash[19205]: audit 2024-09-10T18:51:46.609057+0000 mgr.y (mgr.15159) 117 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:48.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:47 smithi031 bash[19205]: audit 2024-09-10T18:51:47.055507+0000 mon.a (mon.0) 1297 : audit [DBG] from='client.? 172.21.15.31:0/2590976730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:48.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:47 smithi031 bash[19205]: audit 2024-09-10T18:51:47.408245+0000 mgr.y (mgr.15159) 118 : audit [DBG] from='client.25594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:49.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:49 smithi063 bash[14646]: cluster 2024-09-10T18:51:47.583659+0000 mgr.y (mgr.15159) 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-10T18:51:49.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:49 smithi063 bash[14646]: audit 2024-09-10T18:51:48.802325+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:49.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:49 smithi063 bash[14646]: audit 2024-09-10T18:51:48.808351+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:49.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:49 smithi063 bash[14646]: audit 2024-09-10T18:51:48.814960+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:49.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:49 smithi063 bash[14646]: audit 2024-09-10T18:51:49.208565+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:49.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:49 smithi063 bash[14646]: audit 2024-09-10T18:51:49.209141+0000 mon.a (mon.0) 1302 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:51:49.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:49 smithi063 bash[14646]: audit 2024-09-10T18:51:49.215201+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:49.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:49 smithi063 bash[14646]: audit 2024-09-10T18:51:49.223646+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:49 smithi031 bash[14957]: cluster 2024-09-10T18:51:47.583659+0000 mgr.y (mgr.15159) 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-10T18:51:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:49 smithi031 bash[14957]: audit 2024-09-10T18:51:48.802325+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:49 smithi031 bash[14957]: audit 2024-09-10T18:51:48.808351+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:49 smithi031 bash[14957]: audit 2024-09-10T18:51:48.814960+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:49.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:49 smithi031 bash[14957]: audit 2024-09-10T18:51:49.208565+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:49.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:49 smithi031 bash[14957]: audit 2024-09-10T18:51:49.209141+0000 mon.a (mon.0) 1302 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:51:49.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:49 smithi031 bash[14957]: audit 2024-09-10T18:51:49.215201+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:49.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:49 smithi031 bash[14957]: audit 2024-09-10T18:51:49.223646+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:49.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:49 smithi031 bash[19205]: cluster 2024-09-10T18:51:47.583659+0000 mgr.y (mgr.15159) 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-10T18:51:49.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:49 smithi031 bash[19205]: audit 2024-09-10T18:51:48.802325+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:49.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:49 smithi031 bash[19205]: audit 2024-09-10T18:51:48.808351+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:49.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:49 smithi031 bash[19205]: audit 2024-09-10T18:51:48.814960+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:49.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:49 smithi031 bash[19205]: audit 2024-09-10T18:51:49.208565+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:49.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:49 smithi031 bash[19205]: audit 2024-09-10T18:51:49.209141+0000 mon.a (mon.0) 1302 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:51:49.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:49 smithi031 bash[19205]: audit 2024-09-10T18:51:49.215201+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:49.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:49 smithi031 bash[19205]: audit 2024-09-10T18:51:49.223646+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:50.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:50 smithi063 bash[14646]: audit 2024-09-10T18:51:49.440115+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:50.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:50 smithi063 bash[14646]: audit 2024-09-10T18:51:49.447622+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:50.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:50 smithi063 bash[14646]: audit 2024-09-10T18:51:49.454255+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:50.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:50 smithi063 bash[14646]: audit 2024-09-10T18:51:49.455826+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:51:50.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:50 smithi031 bash[14957]: audit 2024-09-10T18:51:49.440115+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:50.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:50 smithi031 bash[14957]: audit 2024-09-10T18:51:49.447622+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:50.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:50 smithi031 bash[14957]: audit 2024-09-10T18:51:49.454255+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:50.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:50 smithi031 bash[14957]: audit 2024-09-10T18:51:49.455826+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:51:50.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:50 smithi031 bash[19205]: audit 2024-09-10T18:51:49.440115+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:50.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:50 smithi031 bash[19205]: audit 2024-09-10T18:51:49.447622+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:50.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:50 smithi031 bash[19205]: audit 2024-09-10T18:51:49.454255+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:50.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:50 smithi031 bash[19205]: audit 2024-09-10T18:51:49.455826+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:51:51.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:51 smithi063 bash[14646]: cluster 2024-09-10T18:51:49.585141+0000 mgr.y (mgr.15159) 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-10T18:51:51.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:51 smithi031 bash[14957]: cluster 2024-09-10T18:51:49.585141+0000 mgr.y (mgr.15159) 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-10T18:51:51.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:51 smithi031 bash[19205]: cluster 2024-09-10T18:51:49.585141+0000 mgr.y (mgr.15159) 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-10T18:51:53.386 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 18:51:52 smithi031 bash[48977]: ts=2024-09-10T18:51:52.935Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002742384s 2024-09-10T18:51:53.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:53 smithi063 bash[14646]: cluster 2024-09-10T18:51:51.585847+0000 mgr.y (mgr.15159) 121 : cluster [DBG] pgmap v75: 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-10T18:51:53.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:53 smithi031 bash[14957]: cluster 2024-09-10T18:51:51.585847+0000 mgr.y (mgr.15159) 121 : cluster [DBG] pgmap v75: 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-10T18:51:53.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:53 smithi031 bash[19205]: cluster 2024-09-10T18:51:51.585847+0000 mgr.y (mgr.15159) 121 : cluster [DBG] pgmap v75: 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-10T18:51:55.778 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:55 smithi031 bash[14957]: cluster 2024-09-10T18:51:53.587386+0000 mgr.y (mgr.15159) 122 : cluster [DBG] pgmap v76: 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-10T18:51:55.778 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:55 smithi031 bash[19205]: cluster 2024-09-10T18:51:53.587386+0000 mgr.y (mgr.15159) 122 : cluster [DBG] pgmap v76: 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-10T18:51:55.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:55 smithi063 bash[14646]: cluster 2024-09-10T18:51:53.587386+0000 mgr.y (mgr.15159) 122 : cluster [DBG] pgmap v76: 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-10T18:51:55.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:55 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 8. 2024-09-10T18:51:56.209 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:55 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:51:56.209 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:55 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:51:57.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:57 smithi031 bash[14957]: cluster 2024-09-10T18:51:55.588119+0000 mgr.y (mgr.15159) 123 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:57.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:57 smithi031 bash[19205]: cluster 2024-09-10T18:51:55.588119+0000 mgr.y (mgr.15159) 123 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:57.738 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:57 smithi063 bash[14646]: cluster 2024-09-10T18:51:55.588119+0000 mgr.y (mgr.15159) 123 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:57.739 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:57 smithi063 bash[45142]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:51:58.745 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:58 smithi031 bash[14957]: audit 2024-09-10T18:51:58.332436+0000 mon.b (mon.2) 362 : audit [DBG] from='client.? 172.21.15.63:0/568121696' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:51:58.746 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:58 smithi031 bash[19205]: audit 2024-09-10T18:51:58.332436+0000 mon.b (mon.2) 362 : audit [DBG] from='client.? 172.21.15.63:0/568121696' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:51:58.780 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[14646]: audit 2024-09-10T18:51:58.332436+0000 mon.b (mon.2) 362 : audit [DBG] from='client.? 172.21.15.63:0/568121696' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:51:58.780 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: --- Logging error --- 2024-09-10T18:51:58.781 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Traceback (most recent call last): 2024-09-10T18:51:58.781 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:51:58.781 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self.socket.send(msg) 2024-09-10T18:51:58.781 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:51:58.781 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:58.781 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Traceback (most recent call last): 2024-09-10T18:51:58.781 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:51:58.781 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self.socket.connect(address) 2024-09-10T18:51:58.781 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:58.781 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:58.781 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Traceback (most recent call last): 2024-09-10T18:51:58.782 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:51:58.782 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self._connect_unixsocket(self.address) 2024-09-10T18:51:58.782 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:51:58.782 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self.socket.connect(address) 2024-09-10T18:51:58.782 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:58.782 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Call stack: 2024-09-10T18:51:58.783 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:51:58.783 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self._bootstrap_inner() 2024-09-10T18:51:58.783 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:51:58.783 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self.run() 2024-09-10T18:51:58.783 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:51:58.783 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: logger.info("Started the configuration object watcher") 2024-09-10T18:51:58.783 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Message: 'Started the configuration object watcher' 2024-09-10T18:51:58.783 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Arguments: () 2024-09-10T18:51:58.783 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: --- Logging error --- 2024-09-10T18:51:58.783 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Traceback (most recent call last): 2024-09-10T18:51:58.783 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:51:58.783 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self.socket.send(msg) 2024-09-10T18:51:58.783 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:51:58.783 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:58.784 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Traceback (most recent call last): 2024-09-10T18:51:58.784 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:51:58.784 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self.socket.connect(address) 2024-09-10T18:51:58.784 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:58.784 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:58.784 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Traceback (most recent call last): 2024-09-10T18:51:58.784 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:51:58.784 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self._connect_unixsocket(self.address) 2024-09-10T18:51:58.784 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:51:58.784 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self.socket.connect(address) 2024-09-10T18:51:58.784 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:58.784 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Call stack: 2024-09-10T18:51:58.784 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:51:58.784 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: main() 2024-09-10T18:51:58.784 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:51:58.785 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:51:58.785 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:51:58.785 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:51:58.785 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:51:58.785 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Arguments: () 2024-09-10T18:51:58.785 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: --- Logging error --- 2024-09-10T18:51:58.786 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Traceback (most recent call last): 2024-09-10T18:51:58.786 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:51:58.786 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self.socket.send(msg) 2024-09-10T18:51:58.786 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:51:58.786 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:58.786 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Traceback (most recent call last): 2024-09-10T18:51:58.786 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:51:58.786 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self.socket.connect(address) 2024-09-10T18:51:58.786 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:58.786 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:58.786 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Traceback (most recent call last): 2024-09-10T18:51:58.786 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:51:58.786 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self._connect_unixsocket(self.address) 2024-09-10T18:51:58.786 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:51:58.786 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self.socket.connect(address) 2024-09-10T18:51:58.787 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:58.787 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Call stack: 2024-09-10T18:51:58.787 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:51:58.787 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self._bootstrap_inner() 2024-09-10T18:51:58.787 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:51:58.787 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self.run() 2024-09-10T18:51:58.787 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:51:58.787 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self.interval)) 2024-09-10T18:51:58.787 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:51:58.787 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Arguments: () 2024-09-10T18:51:58.787 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: --- Logging error --- 2024-09-10T18:51:58.787 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Traceback (most recent call last): 2024-09-10T18:51:58.787 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:51:58.787 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self.socket.send(msg) 2024-09-10T18:51:58.788 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:51:58.788 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:58.788 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Traceback (most recent call last): 2024-09-10T18:51:58.788 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:51:58.788 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self.socket.connect(address) 2024-09-10T18:51:58.788 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:58.788 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: During handling of the above exception, another exception occurred: 2024-09-10T18:51:58.788 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Traceback (most recent call last): 2024-09-10T18:51:58.788 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:51:58.788 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self._connect_unixsocket(self.address) 2024-09-10T18:51:58.788 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:51:58.788 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: self.socket.connect(address) 2024-09-10T18:51:58.788 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:51:58.788 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Call stack: 2024-09-10T18:51:58.789 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:51:58.789 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: main() 2024-09-10T18:51:58.789 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:51:58.789 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:51:58.789 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:51:58.789 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:51:58.789 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:51:58.789 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: "{}".format(blacklisted_ip)) 2024-09-10T18:51:58.789 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/3824217936' 2024-09-10T18:51:58.789 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Arguments: () 2024-09-10T18:51:58.789 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: Traceback (most recent call last): 2024-09-10T18:51:58.789 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:51:58.789 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: main() 2024-09-10T18:51:58.789 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:51:58.790 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:51:58.790 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:51:58.790 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:51:58.790 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:51:58.790 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:51:58.790 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:51:58.790 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: **kwargs).stdout 2024-09-10T18:51:58.790 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:51:58.790 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: output=stdout, stderr=stderr) 2024-09-10T18:51:58.790 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:58 smithi063 bash[45159]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/3824217936' returned non-zero exit status 13. 2024-09-10T18:51:59.862 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:59 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:51:59.862 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:51:59 smithi063 bash[45142]: (process:1): GLib-GObject-CRITICAL **: 18:51:59.682: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:51:59.863 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:59 smithi063 bash[14646]: cluster 2024-09-10T18:51:57.588803+0000 mgr.y (mgr.15159) 124 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:59.863 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:59 smithi063 bash[14646]: audit 2024-09-10T18:51:58.689889+0000 mon.b (mon.2) 363 : audit [INF] from='client.? 172.21.15.63:0/3352450477' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:51:59.863 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:59 smithi063 bash[14646]: audit 2024-09-10T18:51:59.474715+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:59.863 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:51:59 smithi063 bash[14646]: audit 2024-09-10T18:51:59.483167+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:59 smithi031 bash[14957]: cluster 2024-09-10T18:51:57.588803+0000 mgr.y (mgr.15159) 124 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:59 smithi031 bash[14957]: audit 2024-09-10T18:51:58.689889+0000 mon.b (mon.2) 363 : audit [INF] from='client.? 172.21.15.63:0/3352450477' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:51:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:59 smithi031 bash[14957]: audit 2024-09-10T18:51:59.474715+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:51:59 smithi031 bash[14957]: audit 2024-09-10T18:51:59.483167+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:51:59.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:59 smithi031 bash[19205]: cluster 2024-09-10T18:51:57.588803+0000 mgr.y (mgr.15159) 124 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:59.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:59 smithi031 bash[19205]: audit 2024-09-10T18:51:58.689889+0000 mon.b (mon.2) 363 : audit [INF] from='client.? 172.21.15.63:0/3352450477' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:51:59.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:59 smithi031 bash[19205]: audit 2024-09-10T18:51:59.474715+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:51:59.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:51:59 smithi031 bash[19205]: audit 2024-09-10T18:51:59.483167+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:00.630 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[45375]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:52:00.630 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:00 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:52:00.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: audit 2024-09-10T18:51:59.491369+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:00.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: audit 2024-09-10T18:51:59.492950+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:00.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: audit 2024-09-10T18:51:59.494343+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:52:00.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: cephadm 2024-09-10T18:51:59.495756+0000 mgr.y (mgr.15159) 125 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:52:00.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: cluster 2024-09-10T18:51:59.497610+0000 mgr.y (mgr.15159) 126 : cluster [DBG] pgmap v79: 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-10T18:52:00.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: cluster 2024-09-10T18:51:59.498230+0000 mgr.y (mgr.15159) 127 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-10T18:52:00.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: audit 2024-09-10T18:51:59.507183+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:00.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: audit 2024-09-10T18:51:59.572469+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:52:00.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: audit 2024-09-10T18:51:59.575039+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T18:52:00.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: audit 2024-09-10T18:51:59.585016+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: audit 2024-09-10T18:51:59.592954+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:52:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: audit 2024-09-10T18:51:59.601564+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: audit 2024-09-10T18:51:59.607780+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: audit 2024-09-10T18:51:59.612297+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: audit 2024-09-10T18:51:59.615825+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: audit 2024-09-10T18:51:59.618414+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: audit 2024-09-10T18:51:59.621174+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: audit 2024-09-10T18:51:59.623937+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: audit 2024-09-10T18:51:59.626339+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:00 smithi063 bash[14646]: audit 2024-09-10T18:51:59.628634+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: audit 2024-09-10T18:51:59.491369+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:00.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: audit 2024-09-10T18:51:59.492950+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:00.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: audit 2024-09-10T18:51:59.494343+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:52:00.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: cephadm 2024-09-10T18:51:59.495756+0000 mgr.y (mgr.15159) 125 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:52:00.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: cluster 2024-09-10T18:51:59.497610+0000 mgr.y (mgr.15159) 126 : cluster [DBG] pgmap v79: 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-10T18:52:00.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: cluster 2024-09-10T18:51:59.498230+0000 mgr.y (mgr.15159) 127 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-10T18:52:00.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: audit 2024-09-10T18:51:59.507183+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:00.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: audit 2024-09-10T18:51:59.572469+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:52:00.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: audit 2024-09-10T18:51:59.575039+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T18:52:00.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: audit 2024-09-10T18:51:59.585016+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:00.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: audit 2024-09-10T18:51:59.592954+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:52:00.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: audit 2024-09-10T18:51:59.601564+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: audit 2024-09-10T18:51:59.607780+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: audit 2024-09-10T18:51:59.612297+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: audit 2024-09-10T18:51:59.615825+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: audit 2024-09-10T18:51:59.618414+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: audit 2024-09-10T18:51:59.621174+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: audit 2024-09-10T18:51:59.623937+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: audit 2024-09-10T18:51:59.626339+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[14957]: audit 2024-09-10T18:51:59.628634+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: audit 2024-09-10T18:51:59.491369+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:00.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: audit 2024-09-10T18:51:59.492950+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:00.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: audit 2024-09-10T18:51:59.494343+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:52:00.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: cephadm 2024-09-10T18:51:59.495756+0000 mgr.y (mgr.15159) 125 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:52:00.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: cluster 2024-09-10T18:51:59.497610+0000 mgr.y (mgr.15159) 126 : cluster [DBG] pgmap v79: 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-10T18:52:00.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: cluster 2024-09-10T18:51:59.498230+0000 mgr.y (mgr.15159) 127 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-10T18:52:00.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: audit 2024-09-10T18:51:59.507183+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:00.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: audit 2024-09-10T18:51:59.572469+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:52:00.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: audit 2024-09-10T18:51:59.575039+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T18:52:00.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: audit 2024-09-10T18:51:59.585016+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:00.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: audit 2024-09-10T18:51:59.592954+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:52:00.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: audit 2024-09-10T18:51:59.601564+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: audit 2024-09-10T18:51:59.607780+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: audit 2024-09-10T18:51:59.612297+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: audit 2024-09-10T18:51:59.615825+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: audit 2024-09-10T18:51:59.618414+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: audit 2024-09-10T18:51:59.621174+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: audit 2024-09-10T18:51:59.623937+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: audit 2024-09-10T18:51:59.626339+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:00.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:00 smithi031 bash[19205]: audit 2024-09-10T18:51:59.628634+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:01.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:01 smithi063 bash[14646]: audit 2024-09-10T18:51:59.573288+0000 mgr.y (mgr.15159) 128 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:52:01.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:01 smithi063 bash[14646]: audit 2024-09-10T18:51:59.575717+0000 mgr.y (mgr.15159) 129 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T18:52:01.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:01 smithi031 bash[14957]: audit 2024-09-10T18:51:59.573288+0000 mgr.y (mgr.15159) 128 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:52:01.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:01 smithi031 bash[14957]: audit 2024-09-10T18:51:59.575717+0000 mgr.y (mgr.15159) 129 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T18:52:01.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:01 smithi031 bash[19205]: audit 2024-09-10T18:51:59.573288+0000 mgr.y (mgr.15159) 128 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:52:01.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:01 smithi031 bash[19205]: audit 2024-09-10T18:51:59.575717+0000 mgr.y (mgr.15159) 129 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T18:52:02.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:02 smithi063 bash[14646]: cluster 2024-09-10T18:52:01.498980+0000 mgr.y (mgr.15159) 130 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-10T18:52:02.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:02 smithi031 bash[14957]: cluster 2024-09-10T18:52:01.498980+0000 mgr.y (mgr.15159) 130 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-10T18:52:02.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:02 smithi031 bash[19205]: cluster 2024-09-10T18:52:01.498980+0000 mgr.y (mgr.15159) 130 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-10T18:52:04.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:03 smithi063 bash[14646]: cephadm 2024-09-10T18:52:02.566287+0000 mgr.y (mgr.15159) 131 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-10T18:52:04.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:03 smithi063 bash[14646]: audit 2024-09-10T18:52:02.666142+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:04.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:03 smithi063 bash[14646]: audit 2024-09-10T18:52:02.672893+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:04.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:03 smithi063 bash[14646]: audit 2024-09-10T18:52:02.677033+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T18:52:04.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:03 smithi063 bash[14646]: audit 2024-09-10T18:52:02.677909+0000 mgr.y (mgr.15159) 132 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T18:52:04.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:03 smithi063 bash[14646]: cephadm 2024-09-10T18:52:02.685946+0000 mgr.y (mgr.15159) 133 : cephadm [INF] Deploying daemon grafana.a on smithi063 2024-09-10T18:52:04.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:03 smithi063 bash[14646]: cluster 2024-09-10T18:52:03.500544+0000 mgr.y (mgr.15159) 134 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-10T18:52:04.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:03 smithi031 bash[14957]: cephadm 2024-09-10T18:52:02.566287+0000 mgr.y (mgr.15159) 131 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-10T18:52:04.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:03 smithi031 bash[14957]: audit 2024-09-10T18:52:02.666142+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:04.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:03 smithi031 bash[14957]: audit 2024-09-10T18:52:02.672893+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:04.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:03 smithi031 bash[14957]: audit 2024-09-10T18:52:02.677033+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T18:52:04.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:03 smithi031 bash[14957]: audit 2024-09-10T18:52:02.677909+0000 mgr.y (mgr.15159) 132 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T18:52:04.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:03 smithi031 bash[14957]: cephadm 2024-09-10T18:52:02.685946+0000 mgr.y (mgr.15159) 133 : cephadm [INF] Deploying daemon grafana.a on smithi063 2024-09-10T18:52:04.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:03 smithi031 bash[14957]: cluster 2024-09-10T18:52:03.500544+0000 mgr.y (mgr.15159) 134 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-10T18:52:04.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:03 smithi031 bash[19205]: cephadm 2024-09-10T18:52:02.566287+0000 mgr.y (mgr.15159) 131 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-10T18:52:04.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:03 smithi031 bash[19205]: audit 2024-09-10T18:52:02.666142+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:04.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:03 smithi031 bash[19205]: audit 2024-09-10T18:52:02.672893+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:04.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:03 smithi031 bash[19205]: audit 2024-09-10T18:52:02.677033+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T18:52:04.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:03 smithi031 bash[19205]: audit 2024-09-10T18:52:02.677909+0000 mgr.y (mgr.15159) 132 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T18:52:04.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:03 smithi031 bash[19205]: cephadm 2024-09-10T18:52:02.685946+0000 mgr.y (mgr.15159) 133 : cephadm [INF] Deploying daemon grafana.a on smithi063 2024-09-10T18:52:04.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:03 smithi031 bash[19205]: cluster 2024-09-10T18:52:03.500544+0000 mgr.y (mgr.15159) 134 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-10T18:52:05.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:05 smithi063 bash[14646]: cluster 2024-09-10T18:52:05.501243+0000 mgr.y (mgr.15159) 135 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-10T18:52:05.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:05 smithi031 bash[14957]: cluster 2024-09-10T18:52:05.501243+0000 mgr.y (mgr.15159) 135 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-10T18:52:05.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:05 smithi031 bash[19205]: cluster 2024-09-10T18:52:05.501243+0000 mgr.y (mgr.15159) 135 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-10T18:52:08.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:08 smithi031 bash[14957]: cluster 2024-09-10T18:52:07.501970+0000 mgr.y (mgr.15159) 136 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-10T18:52:08.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:08 smithi031 bash[19205]: cluster 2024-09-10T18:52:07.501970+0000 mgr.y (mgr.15159) 136 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-10T18:52:08.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:08 smithi063 bash[14646]: cluster 2024-09-10T18:52:07.501970+0000 mgr.y (mgr.15159) 136 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-10T18:52:09.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:09 smithi063 bash[14646]: cluster 2024-09-10T18:52:09.503509+0000 mgr.y (mgr.15159) 137 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:09.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:09 smithi031 bash[14957]: cluster 2024-09-10T18:52:09.503509+0000 mgr.y (mgr.15159) 137 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:09.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:09 smithi031 bash[19205]: cluster 2024-09-10T18:52:09.503509+0000 mgr.y (mgr.15159) 137 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:10.630 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:10 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 9. 2024-09-10T18:52:10.630 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:10 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:52:10.630 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:10 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:52:11.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:11 smithi063 bash[14646]: cluster 2024-09-10T18:52:11.504249+0000 mgr.y (mgr.15159) 138 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:11.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:11 smithi031 bash[14957]: cluster 2024-09-10T18:52:11.504249+0000 mgr.y (mgr.15159) 138 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:11.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:11 smithi031 bash[19205]: cluster 2024-09-10T18:52:11.504249+0000 mgr.y (mgr.15159) 138 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:13.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:13 smithi063 bash[14646]: cluster 2024-09-10T18:52:13.505675+0000 mgr.y (mgr.15159) 139 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:13.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:13 smithi031 bash[14957]: cluster 2024-09-10T18:52:13.505675+0000 mgr.y (mgr.15159) 139 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:13.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:13 smithi031 bash[19205]: cluster 2024-09-10T18:52:13.505675+0000 mgr.y (mgr.15159) 139 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:15.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:15 smithi063 bash[14646]: cluster 2024-09-10T18:52:15.506454+0000 mgr.y (mgr.15159) 140 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:15.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:15 smithi031 bash[19205]: cluster 2024-09-10T18:52:15.506454+0000 mgr.y (mgr.15159) 140 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:15.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:15 smithi031 bash[14957]: cluster 2024-09-10T18:52:15.506454+0000 mgr.y (mgr.15159) 140 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:17.789 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:52:18.518 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:52:18.518 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (36s) 29s ago 25m 14.8M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T18:52:18.518 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (24m) 29s ago 24m 27.8M - 6.6.2 a0dce381714a 87075f7b106b 2024-09-10T18:52:18.518 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 29s ago 25m - - 2024-09-10T18:52:18.518 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (2m) 29s ago 29m 390M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T18:52:18.518 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (12m) 29s ago 31m 436M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:52:18.518 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (31m) 29s ago 31m 115M 2048M 15.2.9 dfc483079636 110985a9aaad 2024-09-10T18:52:18.518 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (30m) 29s ago 30m 78.7M 2048M 15.2.9 dfc483079636 97c3ecf5bc14 2024-09-10T18:52:18.518 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (30m) 29s ago 30m 76.0M 2048M 15.2.9 dfc483079636 b3f47a149224 2024-09-10T18:52:18.518 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (103s) 29s ago 25m 9996k - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T18:52:18.518 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (96s) 29s ago 25m 9484k - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T18:52:18.519 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (29m) 29s ago 29m 51.5M 4096M 15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:52:18.519 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (29m) 29s ago 29m 53.8M 4096M 15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:52:18.519 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (28m) 29s ago 28m 46.7M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:52:18.519 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (28m) 29s ago 28m 54.0M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:52:18.519 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (27m) 29s ago 27m 52.1M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:52:18.519 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (27m) 29s ago 27m 48.1M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:52:18.519 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (26m) 29s ago 26m 49.8M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:52:18.519 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (26m) 29s ago 26m 50.8M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:52:18.519 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (67s) 29s ago 25m 36.3M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T18:52:18.519 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (23m) 29s ago 23m 55.1M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:52:18.519 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (23m) 29s ago 23m 55.3M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:52:18.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:18 smithi031 bash[14957]: cluster 2024-09-10T18:52:17.507186+0000 mgr.y (mgr.15159) 141 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:18.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:18 smithi031 bash[19205]: cluster 2024-09-10T18:52:17.507186+0000 mgr.y (mgr.15159) 141 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:18.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:18 smithi063 bash[14646]: cluster 2024-09-10T18:52:17.507186+0000 mgr.y (mgr.15159) 141 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:18.943 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:52:18.943 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:52:18.943 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-10T18:52:18.943 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:52:18.943 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:52:18.943 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:52:18.943 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:52:18.944 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:52:18.944 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-10T18:52:18.944 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:52:18.944 INFO:teuthology.orchestra.run.smithi031.stdout: "mds": {}, 2024-09-10T18:52:18.944 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:52:18.944 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:52:18.944 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:52:18.944 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:52:18.944 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-10T18:52:18.944 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:52:18.944 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:52:18.944 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:52:19.297 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:52:19.297 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:52:19.297 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T18:52:19.297 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-10T18:52:19.297 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [ 2024-09-10T18:52:19.297 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr" 2024-09-10T18:52:19.298 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-10T18:52:19.298 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "2/2 daemons upgraded", 2024-09-10T18:52:19.298 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading grafana daemons", 2024-09-10T18:52:19.298 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T18:52:19.298 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:52:19.603 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:19 smithi063 bash[14646]: audit 2024-09-10T18:52:17.772172+0000 mgr.y (mgr.15159) 142 : audit [DBG] from='client.25624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:19.603 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:19 smithi063 bash[14646]: audit 2024-09-10T18:52:18.133584+0000 mgr.y (mgr.15159) 143 : audit [DBG] from='client.25630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:19.603 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:19 smithi063 bash[14646]: audit 2024-09-10T18:52:18.486072+0000 mgr.y (mgr.15159) 144 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:19.603 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:19 smithi063 bash[14646]: audit 2024-09-10T18:52:18.491519+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:52:19.603 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:19 smithi063 bash[14646]: audit 2024-09-10T18:52:18.492412+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:52:19.603 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:19 smithi063 bash[14646]: audit 2024-09-10T18:52:18.493160+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.603 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:19 smithi063 bash[14646]: audit 2024-09-10T18:52:18.493911+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.603 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:19 smithi063 bash[14646]: audit 2024-09-10T18:52:18.494634+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.603 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:19 smithi063 bash[14646]: audit 2024-09-10T18:52:18.495358+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.603 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:19 smithi063 bash[14646]: audit 2024-09-10T18:52:18.500025+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:52:19.604 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:19 smithi063 bash[14646]: audit 2024-09-10T18:52:18.500770+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.604 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:19 smithi063 bash[14646]: audit 2024-09-10T18:52:18.501474+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.604 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:19 smithi063 bash[14646]: audit 2024-09-10T18:52:18.502158+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.604 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:19 smithi063 bash[14646]: audit 2024-09-10T18:52:18.502796+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.604 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:19 smithi063 bash[14646]: audit 2024-09-10T18:52:18.940284+0000 mon.c (mon.1) 50 : audit [DBG] from='client.? 172.21.15.31:0/3990507794' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:19.880 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:19 smithi063 bash[45549]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:52:19.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[14957]: audit 2024-09-10T18:52:17.772172+0000 mgr.y (mgr.15159) 142 : audit [DBG] from='client.25624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:19.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[14957]: audit 2024-09-10T18:52:18.133584+0000 mgr.y (mgr.15159) 143 : audit [DBG] from='client.25630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:19.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[14957]: audit 2024-09-10T18:52:18.486072+0000 mgr.y (mgr.15159) 144 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:19.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[14957]: audit 2024-09-10T18:52:18.491519+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:52:19.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[14957]: audit 2024-09-10T18:52:18.492412+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:52:19.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[14957]: audit 2024-09-10T18:52:18.493160+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[14957]: audit 2024-09-10T18:52:18.493911+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[14957]: audit 2024-09-10T18:52:18.494634+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[14957]: audit 2024-09-10T18:52:18.495358+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[14957]: audit 2024-09-10T18:52:18.500025+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:52:19.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[14957]: audit 2024-09-10T18:52:18.500770+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[14957]: audit 2024-09-10T18:52:18.501474+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[14957]: audit 2024-09-10T18:52:18.502158+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[14957]: audit 2024-09-10T18:52:18.502796+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[14957]: audit 2024-09-10T18:52:18.940284+0000 mon.c (mon.1) 50 : audit [DBG] from='client.? 172.21.15.31:0/3990507794' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:19.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[19205]: audit 2024-09-10T18:52:17.772172+0000 mgr.y (mgr.15159) 142 : audit [DBG] from='client.25624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:19.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[19205]: audit 2024-09-10T18:52:18.133584+0000 mgr.y (mgr.15159) 143 : audit [DBG] from='client.25630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:19.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[19205]: audit 2024-09-10T18:52:18.486072+0000 mgr.y (mgr.15159) 144 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:19.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[19205]: audit 2024-09-10T18:52:18.491519+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:52:19.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[19205]: audit 2024-09-10T18:52:18.492412+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:52:19.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[19205]: audit 2024-09-10T18:52:18.493160+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[19205]: audit 2024-09-10T18:52:18.493911+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[19205]: audit 2024-09-10T18:52:18.494634+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[19205]: audit 2024-09-10T18:52:18.495358+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[19205]: audit 2024-09-10T18:52:18.500025+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:52:19.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[19205]: audit 2024-09-10T18:52:18.500770+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[19205]: audit 2024-09-10T18:52:18.501474+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[19205]: audit 2024-09-10T18:52:18.502158+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[19205]: audit 2024-09-10T18:52:18.502796+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:52:19.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:19 smithi031 bash[19205]: audit 2024-09-10T18:52:18.940284+0000 mon.c (mon.1) 50 : audit [DBG] from='client.? 172.21.15.31:0/3990507794' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:20.517 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[14646]: audit 2024-09-10T18:52:19.294589+0000 mgr.y (mgr.15159) 145 : audit [DBG] from='client.25648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:20.517 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[14646]: cluster 2024-09-10T18:52:19.508753+0000 mgr.y (mgr.15159) 146 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:20.517 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[14646]: audit 2024-09-10T18:52:20.158752+0000 mon.a (mon.0) 1342 : audit [DBG] from='client.? 172.21.15.63:0/923910368' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:52:20.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: --- Logging error --- 2024-09-10T18:52:20.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Traceback (most recent call last): 2024-09-10T18:52:20.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:52:20.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self.socket.send(msg) 2024-09-10T18:52:20.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:52:20.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:20.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Traceback (most recent call last): 2024-09-10T18:52:20.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:52:20.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self.socket.connect(address) 2024-09-10T18:52:20.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:20.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:20.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Traceback (most recent call last): 2024-09-10T18:52:20.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:52:20.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self._connect_unixsocket(self.address) 2024-09-10T18:52:20.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:52:20.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self.socket.connect(address) 2024-09-10T18:52:20.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:20.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Call stack: 2024-09-10T18:52:20.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:52:20.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self._bootstrap_inner() 2024-09-10T18:52:20.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:52:20.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self.run() 2024-09-10T18:52:20.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:52:20.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: logger.info("Started the configuration object watcher") 2024-09-10T18:52:20.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Message: 'Started the configuration object watcher' 2024-09-10T18:52:20.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Arguments: () 2024-09-10T18:52:20.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: --- Logging error --- 2024-09-10T18:52:20.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Traceback (most recent call last): 2024-09-10T18:52:20.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:52:20.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self.socket.send(msg) 2024-09-10T18:52:20.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:52:20.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:20.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Traceback (most recent call last): 2024-09-10T18:52:20.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:52:20.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self.socket.connect(address) 2024-09-10T18:52:20.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:20.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:20.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Traceback (most recent call last): 2024-09-10T18:52:20.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:52:20.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self._connect_unixsocket(self.address) 2024-09-10T18:52:20.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:52:20.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self.socket.connect(address) 2024-09-10T18:52:20.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:20.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Call stack: 2024-09-10T18:52:20.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:52:20.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: main() 2024-09-10T18:52:20.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:52:20.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:52:20.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:52:20.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:52:20.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:52:20.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Arguments: () 2024-09-10T18:52:20.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: --- Logging error --- 2024-09-10T18:52:20.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Traceback (most recent call last): 2024-09-10T18:52:20.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:52:20.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self.socket.send(msg) 2024-09-10T18:52:20.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:52:20.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:20.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Traceback (most recent call last): 2024-09-10T18:52:20.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:52:20.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self.socket.connect(address) 2024-09-10T18:52:20.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:20.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:20.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Traceback (most recent call last): 2024-09-10T18:52:20.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:52:20.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self._connect_unixsocket(self.address) 2024-09-10T18:52:20.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:52:20.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self.socket.connect(address) 2024-09-10T18:52:20.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:20.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Call stack: 2024-09-10T18:52:20.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:52:20.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self._bootstrap_inner() 2024-09-10T18:52:20.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:52:20.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self.run() 2024-09-10T18:52:20.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:52:20.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self.interval)) 2024-09-10T18:52:20.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:52:20.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Arguments: () 2024-09-10T18:52:20.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: --- Logging error --- 2024-09-10T18:52:20.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Traceback (most recent call last): 2024-09-10T18:52:20.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:52:20.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self.socket.send(msg) 2024-09-10T18:52:20.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:52:20.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:20.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Traceback (most recent call last): 2024-09-10T18:52:20.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:52:20.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self.socket.connect(address) 2024-09-10T18:52:20.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:20.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:20.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Traceback (most recent call last): 2024-09-10T18:52:20.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:52:20.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self._connect_unixsocket(self.address) 2024-09-10T18:52:20.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:52:20.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: self.socket.connect(address) 2024-09-10T18:52:20.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:20.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Call stack: 2024-09-10T18:52:20.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:52:20.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: main() 2024-09-10T18:52:20.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:52:20.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:52:20.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:52:20.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:52:20.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:52:20.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: "{}".format(blacklisted_ip)) 2024-09-10T18:52:20.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/3824217936' 2024-09-10T18:52:20.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Arguments: () 2024-09-10T18:52:20.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: Traceback (most recent call last): 2024-09-10T18:52:20.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:52:20.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: main() 2024-09-10T18:52:20.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:52:20.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:52:20.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:52:20.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:52:20.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:52:20.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:52:20.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:52:20.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: **kwargs).stdout 2024-09-10T18:52:20.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:52:20.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: output=stdout, stderr=stderr) 2024-09-10T18:52:20.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:20 smithi063 bash[45563]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/3824217936' returned non-zero exit status 13. 2024-09-10T18:52:20.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:20 smithi031 bash[14957]: audit 2024-09-10T18:52:19.294589+0000 mgr.y (mgr.15159) 145 : audit [DBG] from='client.25648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:20.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:20 smithi031 bash[14957]: cluster 2024-09-10T18:52:19.508753+0000 mgr.y (mgr.15159) 146 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:20.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:20 smithi031 bash[14957]: audit 2024-09-10T18:52:20.158752+0000 mon.a (mon.0) 1342 : audit [DBG] from='client.? 172.21.15.63:0/923910368' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:52:20.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:20 smithi031 bash[19205]: audit 2024-09-10T18:52:19.294589+0000 mgr.y (mgr.15159) 145 : audit [DBG] from='client.25648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:20.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:20 smithi031 bash[19205]: cluster 2024-09-10T18:52:19.508753+0000 mgr.y (mgr.15159) 146 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:20.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:20 smithi031 bash[19205]: audit 2024-09-10T18:52:20.158752+0000 mon.a (mon.0) 1342 : audit [DBG] from='client.? 172.21.15.63:0/923910368' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:52:21.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:21 smithi063 bash[14646]: audit 2024-09-10T18:52:20.506632+0000 mon.b (mon.2) 364 : audit [INF] from='client.? 172.21.15.63:0/1322805018' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:52:21.631 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:21 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:52:21.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:21 smithi031 bash[14957]: audit 2024-09-10T18:52:20.506632+0000 mon.b (mon.2) 364 : audit [INF] from='client.? 172.21.15.63:0/1322805018' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:52:21.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:21 smithi031 bash[19205]: audit 2024-09-10T18:52:20.506632+0000 mon.b (mon.2) 364 : audit [INF] from='client.? 172.21.15.63:0/1322805018' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:52:22.130 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:21 smithi063 bash[45549]: (process:1): GLib-GObject-CRITICAL **: 18:52:21.749: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:52:22.580 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:22 smithi063 bash[14646]: cluster 2024-09-10T18:52:21.509450+0000 mgr.y (mgr.15159) 147 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:22.860 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:22 smithi063 bash[45870]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:52:22.861 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:22 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:52:22.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:22 smithi031 bash[14957]: cluster 2024-09-10T18:52:21.509450+0000 mgr.y (mgr.15159) 147 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:22.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:22 smithi031 bash[19205]: cluster 2024-09-10T18:52:21.509450+0000 mgr.y (mgr.15159) 147 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:23.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:23 smithi063 bash[14646]: cluster 2024-09-10T18:52:23.510940+0000 mgr.y (mgr.15159) 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-10T18:52:23.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:23 smithi031 bash[14957]: cluster 2024-09-10T18:52:23.510940+0000 mgr.y (mgr.15159) 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-10T18:52:23.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:23 smithi031 bash[19205]: cluster 2024-09-10T18:52:23.510940+0000 mgr.y (mgr.15159) 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-10T18:52:24.211 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:23 smithi063 systemd[1]: Stopping Ceph grafana.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:52:24.211 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:24 smithi063 bash[24871]: t=2024-09-10T18:52:24+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-09-10T18:52:24.211 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:24 smithi063 bash[24871]: t=2024-09-10T18:52:24+0000 lvl=info msg="Stopped Stream Manager" 2024-09-10T18:52:24.211 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:24 smithi063 bash[24871]: t=2024-09-10T18:52:24+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2024-09-10T18:52:24.211 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:24 smithi063 bash[24871]: t=2024-09-10T18:52:24+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2024-09-10T18:52:24.211 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:24 smithi063 bash[24871]: t=2024-09-10T18:52:24+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2024-09-10T18:52:24.211 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:24 smithi063 bash[24871]: t=2024-09-10T18:52:24+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2024-09-10T18:52:24.211 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:24 smithi063 bash[24871]: t=2024-09-10T18:52:24+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2024-09-10T18:52:24.211 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:24 smithi063 bash[24871]: t=2024-09-10T18:52:24+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2024-09-10T18:52:24.212 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:24 smithi063 bash[24871]: t=2024-09-10T18:52:24+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2024-09-10T18:52:24.212 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:24 smithi063 bash[24871]: t=2024-09-10T18:52:24+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2024-09-10T18:52:24.212 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:24 smithi063 bash[24871]: t=2024-09-10T18:52:24+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2024-09-10T18:52:24.212 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:24 smithi063 bash[24871]: t=2024-09-10T18:52:24+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2024-09-10T18:52:24.212 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:24 smithi063 bash[24871]: t=2024-09-10T18:52:24+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2024-09-10T18:52:24.880 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:24 smithi063 bash[46008]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-grafana.a 2024-09-10T18:52:24.880 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:24 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:52:24.880 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:24 smithi063 bash[46081]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-grafana.a 2024-09-10T18:52:24.881 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:24 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-09-10T18:52:24.881 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:24 smithi063 systemd[1]: Stopped Ceph grafana.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:52:25.230 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:25 smithi063 systemd[1]: Started Ceph grafana.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:52:25.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:25 smithi063 bash[14646]: audit 2024-09-10T18:52:25.174339+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:52:25.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:25 smithi063 bash[14646]: audit 2024-09-10T18:52:25.182488+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:25.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:25 smithi063 bash[14646]: audit 2024-09-10T18:52:25.192598+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:25.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:25 smithi031 bash[14957]: audit 2024-09-10T18:52:25.174339+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:52:25.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:25 smithi031 bash[14957]: audit 2024-09-10T18:52:25.182488+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:25.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:25 smithi031 bash[14957]: audit 2024-09-10T18:52:25.192598+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:25.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:25 smithi031 bash[19205]: audit 2024-09-10T18:52:25.174339+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:52:25.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:25 smithi031 bash[19205]: audit 2024-09-10T18:52:25.182488+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:25.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:25 smithi031 bash[19205]: audit 2024-09-10T18:52:25.192598+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:26.613 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[14646]: audit 2024-09-10T18:52:25.489136+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:52:26.613 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[14646]: audit 2024-09-10T18:52:25.496783+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:26.613 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[14646]: audit 2024-09-10T18:52:25.505299+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:26.613 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[14646]: audit 2024-09-10T18:52:25.506105+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:52:26.613 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[14646]: audit 2024-09-10T18:52:25.511286+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:26.613 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[14646]: cluster 2024-09-10T18:52:25.511504+0000 mgr.y (mgr.15159) 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-10T18:52:26.613 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[14646]: audit 2024-09-10T18:52:25.517907+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:26.613 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[14646]: audit 2024-09-10T18:52:25.519477+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:52:26.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:26 smithi031 bash[14957]: audit 2024-09-10T18:52:25.489136+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:52:26.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:26 smithi031 bash[14957]: audit 2024-09-10T18:52:25.496783+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:26.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:26 smithi031 bash[14957]: audit 2024-09-10T18:52:25.505299+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:26.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:26 smithi031 bash[14957]: audit 2024-09-10T18:52:25.506105+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:52:26.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:26 smithi031 bash[14957]: audit 2024-09-10T18:52:25.511286+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:26.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:26 smithi031 bash[14957]: cluster 2024-09-10T18:52:25.511504+0000 mgr.y (mgr.15159) 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-10T18:52:26.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:26 smithi031 bash[14957]: audit 2024-09-10T18:52:25.517907+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:26.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:26 smithi031 bash[14957]: audit 2024-09-10T18:52:25.519477+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:52:26.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:26 smithi031 bash[19205]: audit 2024-09-10T18:52:25.489136+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:52:26.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:26 smithi031 bash[19205]: audit 2024-09-10T18:52:25.496783+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:26.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:26 smithi031 bash[19205]: audit 2024-09-10T18:52:25.505299+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:26.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:26 smithi031 bash[19205]: audit 2024-09-10T18:52:25.506105+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:52:26.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:26 smithi031 bash[19205]: audit 2024-09-10T18:52:25.511286+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:26.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:26 smithi031 bash[19205]: cluster 2024-09-10T18:52:25.511504+0000 mgr.y (mgr.15159) 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-10T18:52:26.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:26 smithi031 bash[19205]: audit 2024-09-10T18:52:25.517907+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:26.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:26 smithi031 bash[19205]: audit 2024-09-10T18:52:25.519477+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:52:26.881 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=settings t=2024-09-10T18:52:26.608247614Z level=info msg="Starting Grafana" version=9.4.7 commit=4add91f03d branch=HEAD compiled=2023-03-16T23:56:52Z 2024-09-10T18:52:26.881 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=settings t=2024-09-10T18:52:26.608555194Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-09-10T18:52:26.881 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=settings t=2024-09-10T18:52:26.608583824Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-09-10T18:52:26.881 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=settings t=2024-09-10T18:52:26.608604391Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-09-10T18:52:26.881 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=settings t=2024-09-10T18:52:26.608612606Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-10T18:52:26.881 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=settings t=2024-09-10T18:52:26.60863022Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-10T18:52:26.881 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=settings t=2024-09-10T18:52:26.608640308Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-10T18:52:26.881 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=settings t=2024-09-10T18:52:26.608652131Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-10T18:52:26.882 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=settings t=2024-09-10T18:52:26.608659976Z level=info msg="Path Home" path=/usr/share/grafana 2024-09-10T18:52:26.882 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=settings t=2024-09-10T18:52:26.608671679Z level=info msg="Path Data" path=/var/lib/grafana 2024-09-10T18:52:26.882 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=settings t=2024-09-10T18:52:26.608682484Z level=info msg="Path Logs" path=/var/log/grafana 2024-09-10T18:52:26.882 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=settings t=2024-09-10T18:52:26.608692871Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-09-10T18:52:26.882 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=settings t=2024-09-10T18:52:26.608703737Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-09-10T18:52:26.882 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=settings t=2024-09-10T18:52:26.608732476Z level=info msg="App mode production" 2024-09-10T18:52:26.882 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=sqlstore t=2024-09-10T18:52:26.608813293Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-09-10T18:52:26.882 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=sqlstore t=2024-09-10T18:52:26.608837147Z 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-10T18:52:26.882 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:26.609961589Z level=info msg="Starting DB migrations" 2024-09-10T18:52:26.882 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:26.610077412Z level=info msg="Executing migration" id="create migration_log table" 2024-09-10T18:52:26.882 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:26.656128181Z level=info msg="Executing migration" id="create user table" 2024-09-10T18:52:26.883 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:26.698890544Z level=info msg="Executing migration" id="add unique index user.login" 2024-09-10T18:52:26.883 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:26.717057803Z level=info msg="Executing migration" id="add unique index user.email" 2024-09-10T18:52:26.883 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:26.760569796Z level=info msg="Executing migration" id="drop index UQE_user_login - v1" 2024-09-10T18:52:26.883 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:26.803018427Z level=info msg="Executing migration" id="drop index UQE_user_email - v1" 2024-09-10T18:52:26.883 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:26.850590529Z level=info msg="Executing migration" id="Rename table user to user_v1 - v1" 2024-09-10T18:52:27.168 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:26.893933962Z level=info msg="Executing migration" id="create user table v2" 2024-09-10T18:52:27.168 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:26.919187683Z level=info msg="Executing migration" id="create index UQE_user_login - v2" 2024-09-10T18:52:27.168 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:26.963402997Z level=info msg="Executing migration" id="create index UQE_user_email - v2" 2024-09-10T18:52:27.168 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:26 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:26.994131171Z level=info msg="Executing migration" id="copy data_source v1 to v2" 2024-09-10T18:52:27.168 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.020606038Z level=info msg="Executing migration" id="Drop old table user_v1" 2024-09-10T18:52:27.168 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.062547458Z level=info msg="Executing migration" id="Add column help_flags1 to user table" 2024-09-10T18:52:27.168 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.089299186Z level=info msg="Executing migration" id="Update user table charset" 2024-09-10T18:52:27.168 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.114511477Z level=info msg="Executing migration" id="Add last_seen_at column to user" 2024-09-10T18:52:27.168 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.138023712Z level=info msg="Executing migration" id="Add missing user data" 2024-09-10T18:52:27.169 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.163378641Z level=info msg="Executing migration" id="Add is_disabled column to user" 2024-09-10T18:52:27.458 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.189215637Z level=info msg="Executing migration" id="Add index user.login/user.email" 2024-09-10T18:52:27.458 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.231270529Z level=info msg="Executing migration" id="Add is_service_account column to user" 2024-09-10T18:52:27.458 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.258684958Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2024-09-10T18:52:27.458 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.294336322Z level=info msg="Executing migration" id="create temp user table v1-7" 2024-09-10T18:52:27.459 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.31949913Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v1-7" 2024-09-10T18:52:27.459 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.342832794Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v1-7" 2024-09-10T18:52:27.459 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.385465925Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v1-7" 2024-09-10T18:52:27.459 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.413063126Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v1-7" 2024-09-10T18:52:27.459 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.453545984Z level=info msg="Executing migration" id="Update temp_user table charset" 2024-09-10T18:52:27.730 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.481093742Z level=info msg="Executing migration" id="drop index IDX_temp_user_email - v1" 2024-09-10T18:52:27.730 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.503878637Z level=info msg="Executing migration" id="drop index IDX_temp_user_org_id - v1" 2024-09-10T18:52:27.730 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.545693845Z level=info msg="Executing migration" id="drop index IDX_temp_user_code - v1" 2024-09-10T18:52:27.730 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.572816387Z level=info msg="Executing migration" id="drop index IDX_temp_user_status - v1" 2024-09-10T18:52:27.730 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.59842987Z level=info msg="Executing migration" id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-09-10T18:52:27.730 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.64350159Z level=info msg="Executing migration" id="create temp_user v2" 2024-09-10T18:52:27.730 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.694105992Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v2" 2024-09-10T18:52:27.730 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.72529015Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v2" 2024-09-10T18:52:27.990 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.750544556Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v2" 2024-09-10T18:52:27.991 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.77584904Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v2" 2024-09-10T18:52:27.991 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.801252364Z level=info msg="Executing migration" id="copy temp_user v1 to v2" 2024-09-10T18:52:27.991 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.843094499Z level=info msg="Executing migration" id="drop temp_user_tmp_qwerty" 2024-09-10T18:52:27.991 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.868352266Z level=info msg="Executing migration" id="Set created for temp users that will otherwise prematurely expire" 2024-09-10T18:52:27.991 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.895765384Z level=info msg="Executing migration" id="create star table" 2024-09-10T18:52:27.991 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.920979679Z level=info msg="Executing migration" id="add unique index star.user_id_dashboard_id" 2024-09-10T18:52:27.991 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.960668134Z level=info msg="Executing migration" id="create org table v1" 2024-09-10T18:52:27.991 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:27 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:27.985934267Z level=info msg="Executing migration" id="create index UQE_org_name - v1" 2024-09-10T18:52:28.253 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.011368225Z level=info msg="Executing migration" id="create org_user table v1" 2024-09-10T18:52:28.253 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.036625834Z level=info msg="Executing migration" id="create index IDX_org_user_org_id - v1" 2024-09-10T18:52:28.253 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.061889228Z level=info msg="Executing migration" id="create index UQE_org_user_org_id_user_id - v1" 2024-09-10T18:52:28.253 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.087077208Z level=info msg="Executing migration" id="create index IDX_org_user_user_id - v1" 2024-09-10T18:52:28.253 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.112342874Z level=info msg="Executing migration" id="Update org table charset" 2024-09-10T18:52:28.254 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.139388804Z level=info msg="Executing migration" id="Update org_user table charset" 2024-09-10T18:52:28.254 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.164676537Z level=info msg="Executing migration" id="Migrate all Read Only Viewers to Viewers" 2024-09-10T18:52:28.254 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.198146731Z level=info msg="Executing migration" id="create dashboard table" 2024-09-10T18:52:28.254 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.223360925Z level=info msg="Executing migration" id="add index dashboard.account_id" 2024-09-10T18:52:28.254 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.248601255Z level=info msg="Executing migration" id="add unique index dashboard_account_id_slug" 2024-09-10T18:52:28.513 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[14646]: cluster 2024-09-10T18:52:27.512270+0000 mgr.y (mgr.15159) 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-10T18:52:28.514 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.273888471Z level=info msg="Executing migration" id="create dashboard_tag table" 2024-09-10T18:52:28.514 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.299289118Z level=info msg="Executing migration" id="add unique index dashboard_tag.dasboard_id_term" 2024-09-10T18:52:28.514 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.324434273Z level=info msg="Executing migration" id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-09-10T18:52:28.514 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.351428258Z level=info msg="Executing migration" id="Rename table dashboard to dashboard_v1 - v1" 2024-09-10T18:52:28.514 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.393518647Z level=info msg="Executing migration" id="create dashboard v2" 2024-09-10T18:52:28.514 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.441111868Z level=info msg="Executing migration" id="create index IDX_dashboard_org_id - v2" 2024-09-10T18:52:28.514 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.467081942Z level=info msg="Executing migration" id="create index UQE_dashboard_org_id_slug - v2" 2024-09-10T18:52:28.514 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.508892832Z level=info msg="Executing migration" id="copy dashboard v1 to v2" 2024-09-10T18:52:28.774 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.534253457Z level=info msg="Executing migration" id="drop table dashboard_v1" 2024-09-10T18:52:28.774 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.559465013Z level=info msg="Executing migration" id="alter dashboard.data to mediumtext v1" 2024-09-10T18:52:28.774 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.601403903Z level=info msg="Executing migration" id="Add column updated_by in dashboard - v2" 2024-09-10T18:52:28.775 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.626745155Z level=info msg="Executing migration" id="Add column created_by in dashboard - v2" 2024-09-10T18:52:28.775 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.652002885Z level=info msg="Executing migration" id="Add column gnetId in dashboard" 2024-09-10T18:52:28.775 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.677253684Z level=info msg="Executing migration" id="Add index for gnetId in dashboard" 2024-09-10T18:52:28.775 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.719163084Z level=info msg="Executing migration" id="Add column plugin_id in dashboard" 2024-09-10T18:52:28.775 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.744413907Z level=info msg="Executing migration" id="Add index for plugin_id in dashboard" 2024-09-10T18:52:28.775 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.769802135Z level=info msg="Executing migration" id="Add index for dashboard_id in dashboard_tag" 2024-09-10T18:52:28.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:28 smithi031 bash[14957]: cluster 2024-09-10T18:52:27.512270+0000 mgr.y (mgr.15159) 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-10T18:52:28.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:28 smithi031 bash[19205]: cluster 2024-09-10T18:52:27.512270+0000 mgr.y (mgr.15159) 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-10T18:52:29.041 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.811704662Z level=info msg="Executing migration" id="Update dashboard table charset" 2024-09-10T18:52:29.041 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.853632168Z level=info msg="Executing migration" id="Update dashboard_tag table charset" 2024-09-10T18:52:29.041 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.876681845Z level=info msg="Executing migration" id="Add column folder_id in dashboard" 2024-09-10T18:52:29.041 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.901988118Z level=info msg="Executing migration" id="Add column isFolder in dashboard" 2024-09-10T18:52:29.041 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.927186878Z level=info msg="Executing migration" id="Add column has_acl in dashboard" 2024-09-10T18:52:29.042 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.960753291Z level=info msg="Executing migration" id="Add column uid in dashboard" 2024-09-10T18:52:29.042 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:28 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:28.986009641Z level=info msg="Executing migration" id="Update uid column values in dashboard" 2024-09-10T18:52:29.042 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.011245517Z level=info msg="Executing migration" id="Add unique index dashboard_org_id_uid" 2024-09-10T18:52:29.042 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.036584572Z level=info msg="Executing migration" id="Remove unique index org_id_slug" 2024-09-10T18:52:29.302 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.061851641Z level=info msg="Executing migration" id="Update dashboard title length" 2024-09-10T18:52:29.302 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.087023937Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_title_folder_id" 2024-09-10T18:52:29.302 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.112302837Z level=info msg="Executing migration" id="create dashboard_provisioning" 2024-09-10T18:52:29.302 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.137539109Z level=info msg="Executing migration" id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-09-10T18:52:29.303 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.162721236Z level=info msg="Executing migration" id="create dashboard_provisioning v2" 2024-09-10T18:52:29.303 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.204856383Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-09-10T18:52:29.303 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.230066568Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-09-10T18:52:29.303 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.255336158Z level=info msg="Executing migration" id="copy dashboard_provisioning v1 to v2" 2024-09-10T18:52:29.303 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.297563112Z level=info msg="Executing migration" id="drop dashboard_provisioning_tmp_qwerty" 2024-09-10T18:52:29.577 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.320535271Z level=info msg="Executing migration" id="Add check_sum column" 2024-09-10T18:52:29.577 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.362430013Z level=info msg="Executing migration" id="Add index for dashboard_title" 2024-09-10T18:52:29.578 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.387778421Z level=info msg="Executing migration" id="delete tags for deleted dashboards" 2024-09-10T18:52:29.578 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.413006291Z level=info msg="Executing migration" id="delete stars for deleted dashboards" 2024-09-10T18:52:29.578 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.454926356Z level=info msg="Executing migration" id="Add index for dashboard_is_folder" 2024-09-10T18:52:29.578 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.480366207Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2024-09-10T18:52:29.578 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.530916824Z level=info msg="Executing migration" id="create data_source table" 2024-09-10T18:52:29.827 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[14646]: cluster 2024-09-10T18:52:29.513782+0000 mgr.y (mgr.15159) 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-10T18:52:29.828 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.572902202Z level=info msg="Executing migration" id="add index data_source.account_id" 2024-09-10T18:52:29.828 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.614958645Z level=info msg="Executing migration" id="add unique index data_source.account_id_name" 2024-09-10T18:52:29.828 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.64027433Z level=info msg="Executing migration" id="drop index IDX_data_source_account_id - v1" 2024-09-10T18:52:29.828 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.682160319Z level=info msg="Executing migration" id="drop index UQE_data_source_account_id_name - v1" 2024-09-10T18:52:29.828 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.724118401Z level=info msg="Executing migration" id="Rename table data_source to data_source_v1 - v1" 2024-09-10T18:52:29.828 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.749471378Z level=info msg="Executing migration" id="create data_source table v2" 2024-09-10T18:52:29.828 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.772825992Z level=info msg="Executing migration" id="create index IDX_data_source_org_id - v2" 2024-09-10T18:52:29.828 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.798855808Z level=info msg="Executing migration" id="create index UQE_data_source_org_id_name - v2" 2024-09-10T18:52:29.828 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.823300489Z level=info msg="Executing migration" id="Drop old table data_source_v1 #2" 2024-09-10T18:52:29.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:29 smithi031 bash[14957]: cluster 2024-09-10T18:52:29.513782+0000 mgr.y (mgr.15159) 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-10T18:52:29.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:29 smithi031 bash[19205]: cluster 2024-09-10T18:52:29.513782+0000 mgr.y (mgr.15159) 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-10T18:52:30.089 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.856893453Z level=info msg="Executing migration" id="Add column with_credentials" 2024-09-10T18:52:30.089 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.898931017Z level=info msg="Executing migration" id="Add secure json data column" 2024-09-10T18:52:30.089 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.924180346Z level=info msg="Executing migration" id="Update data_source table charset" 2024-09-10T18:52:30.089 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.949409803Z level=info msg="Executing migration" id="Update initial version to 1" 2024-09-10T18:52:30.089 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:29 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:29.991456849Z level=info msg="Executing migration" id="Add read_only data column" 2024-09-10T18:52:30.089 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.016656376Z level=info msg="Executing migration" id="Migrate logging ds to loki ds" 2024-09-10T18:52:30.089 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.058704213Z level=info msg="Executing migration" id="Update json_data with nulls" 2024-09-10T18:52:30.089 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.084040873Z level=info msg="Executing migration" id="Add uid column" 2024-09-10T18:52:30.347 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.109304468Z level=info msg="Executing migration" id="Update uid value" 2024-09-10T18:52:30.348 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.134506222Z level=info msg="Executing migration" id="Add unique index datasource_org_id_uid" 2024-09-10T18:52:30.348 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.159748187Z level=info msg="Executing migration" id="add unique index datasource_org_id_is_default" 2024-09-10T18:52:30.348 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.199945548Z level=info msg="Executing migration" id="create api_key table" 2024-09-10T18:52:30.348 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.225179023Z level=info msg="Executing migration" id="add index api_key.account_id" 2024-09-10T18:52:30.348 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.250432412Z level=info msg="Executing migration" id="add index api_key.key" 2024-09-10T18:52:30.348 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.292392399Z level=info msg="Executing migration" id="add index api_key.account_id_name" 2024-09-10T18:52:30.348 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.317731163Z level=info msg="Executing migration" id="drop index IDX_api_key_account_id - v1" 2024-09-10T18:52:30.616 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.342970025Z level=info msg="Executing migration" id="drop index UQE_api_key_key - v1" 2024-09-10T18:52:30.616 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.384853103Z level=info msg="Executing migration" id="drop index UQE_api_key_account_id_name - v1" 2024-09-10T18:52:30.616 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.410121457Z level=info msg="Executing migration" id="Rename table api_key to api_key_v1 - v1" 2024-09-10T18:52:30.616 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.443739886Z level=info msg="Executing migration" id="create api_key table v2" 2024-09-10T18:52:30.616 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.485713837Z level=info msg="Executing migration" id="create index IDX_api_key_org_id - v2" 2024-09-10T18:52:30.616 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.511114065Z level=info msg="Executing migration" id="create index UQE_api_key_key - v2" 2024-09-10T18:52:30.616 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.553251167Z level=info msg="Executing migration" id="create index UQE_api_key_org_id_name - v2" 2024-09-10T18:52:30.616 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.578394797Z level=info msg="Executing migration" id="copy api_key v1 to v2" 2024-09-10T18:52:30.880 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.611250258Z level=info msg="Executing migration" id="Drop old table api_key_v1" 2024-09-10T18:52:30.880 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.636269492Z level=info msg="Executing migration" id="Update api_key table charset" 2024-09-10T18:52:30.880 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.678356877Z level=info msg="Executing migration" id="Add expires to api_key table" 2024-09-10T18:52:30.881 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.703733955Z level=info msg="Executing migration" id="Add service account foreign key" 2024-09-10T18:52:30.881 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.745820529Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2024-09-10T18:52:30.881 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.770948456Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2024-09-10T18:52:30.881 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.812978012Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2024-09-10T18:52:30.881 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.838383249Z level=info msg="Executing migration" id="create dashboard_snapshot table v4" 2024-09-10T18:52:31.153 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.888438562Z level=info msg="Executing migration" id="drop table dashboard_snapshot_v4 #1" 2024-09-10T18:52:31.153 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.938141285Z level=info msg="Executing migration" id="create dashboard_snapshot table v5 #2" 2024-09-10T18:52:31.153 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:30 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:30.980081164Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_key - v5" 2024-09-10T18:52:31.153 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.005384474Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-09-10T18:52:31.153 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.030773171Z level=info msg="Executing migration" id="create index IDX_dashboard_snapshot_user_id - v5" 2024-09-10T18:52:31.153 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.055973842Z level=info msg="Executing migration" id="alter dashboard_snapshot to mediumtext v2" 2024-09-10T18:52:31.154 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.097881561Z level=info msg="Executing migration" id="Update dashboard_snapshot table charset" 2024-09-10T18:52:31.154 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.123163328Z level=info msg="Executing migration" id="Add column external_delete_url to dashboard_snapshots table" 2024-09-10T18:52:31.438 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.148708449Z level=info msg="Executing migration" id="Add encrypted dashboard json column" 2024-09-10T18:52:31.438 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.173881898Z level=info msg="Executing migration" id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-09-10T18:52:31.438 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.199218562Z level=info msg="Executing migration" id="create quota table v1" 2024-09-10T18:52:31.438 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.231789902Z level=info msg="Executing migration" id="create index UQE_quota_org_id_user_id_target - v1" 2024-09-10T18:52:31.438 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.257228176Z level=info msg="Executing migration" id="Update quota table charset" 2024-09-10T18:52:31.438 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.282491454Z level=info msg="Executing migration" id="create plugin_setting table" 2024-09-10T18:52:31.438 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.324584303Z level=info msg="Executing migration" id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-09-10T18:52:31.439 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.366473623Z level=info msg="Executing migration" id="Add column plugin_version to plugin_settings" 2024-09-10T18:52:31.439 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.391754361Z level=info msg="Executing migration" id="Update plugin_setting table charset" 2024-09-10T18:52:31.715 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[14646]: cluster 2024-09-10T18:52:31.514512+0000 mgr.y (mgr.15159) 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-10T18:52:31.715 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.43384523Z level=info msg="Executing migration" id="create session table" 2024-09-10T18:52:31.715 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.475945973Z level=info msg="Executing migration" id="Drop old table playlist table" 2024-09-10T18:52:31.715 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.501126054Z level=info msg="Executing migration" id="Drop old table playlist_item table" 2024-09-10T18:52:31.715 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.541517801Z level=info msg="Executing migration" id="create playlist table v2" 2024-09-10T18:52:31.715 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.584068843Z level=info msg="Executing migration" id="create playlist item table v2" 2024-09-10T18:52:31.715 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.62616768Z level=info msg="Executing migration" id="Update playlist table charset" 2024-09-10T18:52:31.715 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.668140921Z level=info msg="Executing migration" id="Update playlist_item table charset" 2024-09-10T18:52:31.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:31 smithi031 bash[19205]: cluster 2024-09-10T18:52:31.514512+0000 mgr.y (mgr.15159) 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-10T18:52:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:31 smithi031 bash[14957]: cluster 2024-09-10T18:52:31.514512+0000 mgr.y (mgr.15159) 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-10T18:52:31.983 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.710245395Z level=info msg="Executing migration" id="drop preferences table v2" 2024-09-10T18:52:31.983 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.752186077Z level=info msg="Executing migration" id="drop preferences table v3" 2024-09-10T18:52:31.983 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.777587869Z level=info msg="Executing migration" id="create preferences table v3" 2024-09-10T18:52:31.983 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.819565294Z level=info msg="Executing migration" id="Update preferences table charset" 2024-09-10T18:52:31.983 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.843454493Z level=info msg="Executing migration" id="Add column team_id in preferences" 2024-09-10T18:52:31.983 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.885921812Z level=info msg="Executing migration" id="Update team_id column values in preferences" 2024-09-10T18:52:31.983 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.911209314Z level=info msg="Executing migration" id="Add column week_start in preferences" 2024-09-10T18:52:31.983 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.95322715Z level=info msg="Executing migration" id="Add column preferences.json_data" 2024-09-10T18:52:31.983 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:31 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:31.978279364Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2024-09-10T18:52:32.251 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.003481751Z level=info msg="Executing migration" id="Add preferences index org_id" 2024-09-10T18:52:32.251 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.053924896Z level=info msg="Executing migration" id="Add preferences index user_id" 2024-09-10T18:52:32.251 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.096146313Z level=info msg="Executing migration" id="create alert table v1" 2024-09-10T18:52:32.251 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.121374721Z level=info msg="Executing migration" id="add index alert org_id & id " 2024-09-10T18:52:32.251 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.146632292Z level=info msg="Executing migration" id="add index alert state" 2024-09-10T18:52:32.252 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.171961299Z level=info msg="Executing migration" id="add index alert dashboard_id" 2024-09-10T18:52:32.252 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.196102552Z level=info msg="Executing migration" id="Create alert_rule_tag table v1" 2024-09-10T18:52:32.252 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.221290613Z level=info msg="Executing migration" id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-09-10T18:52:32.252 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.246428859Z level=info msg="Executing migration" id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-09-10T18:52:32.527 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.296627785Z level=info msg="Executing migration" id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-09-10T18:52:32.527 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.321808123Z level=info msg="Executing migration" id="Create alert_rule_tag table v2" 2024-09-10T18:52:32.527 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.347275094Z 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-10T18:52:32.527 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.372489292Z level=info msg="Executing migration" id="copy alert_rule_tag v1 to v2" 2024-09-10T18:52:32.528 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.414338764Z level=info msg="Executing migration" id="drop table alert_rule_tag_v1" 2024-09-10T18:52:32.528 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.45649553Z level=info msg="Executing migration" id="create alert_notification table v1" 2024-09-10T18:52:32.528 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.481709882Z level=info msg="Executing migration" id="Add column is_default" 2024-09-10T18:52:32.807 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[14646]: audit 2024-09-10T18:52:32.068834+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:52:32.807 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[14646]: audit 2024-09-10T18:52:32.075192+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:32.807 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[14646]: audit 2024-09-10T18:52:32.082468+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:32.807 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[14646]: audit 2024-09-10T18:52:32.477776+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:52:32.808 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:32 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 10. 2024-09-10T18:52:32.808 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:32 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:52:32.808 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:32 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:52:32.808 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.522709653Z level=info msg="Executing migration" id="Add column frequency" 2024-09-10T18:52:32.808 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.548153896Z level=info msg="Executing migration" id="Add column send_reminder" 2024-09-10T18:52:32.808 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.573372681Z level=info msg="Executing migration" id="Add column disable_resolve_message" 2024-09-10T18:52:32.808 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.615267023Z level=info msg="Executing migration" id="add index alert_notification org_id & name" 2024-09-10T18:52:32.808 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.657152777Z level=info msg="Executing migration" id="Update alert table charset" 2024-09-10T18:52:32.808 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.710693214Z level=info msg="Executing migration" id="Update alert_notification table charset" 2024-09-10T18:52:32.809 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.80099287Z level=info msg="Executing migration" id="create notification_journal table v1" 2024-09-10T18:52:32.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:32 smithi031 bash[19205]: audit 2024-09-10T18:52:32.068834+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:52:32.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:32 smithi031 bash[19205]: audit 2024-09-10T18:52:32.075192+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:32.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:32 smithi031 bash[19205]: audit 2024-09-10T18:52:32.082468+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:32.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:32 smithi031 bash[19205]: audit 2024-09-10T18:52:32.477776+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:52:32.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:32 smithi031 bash[14957]: audit 2024-09-10T18:52:32.068834+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:52:32.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:32 smithi031 bash[14957]: audit 2024-09-10T18:52:32.075192+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:32.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:32 smithi031 bash[14957]: audit 2024-09-10T18:52:32.082468+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:32.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:32 smithi031 bash[14957]: audit 2024-09-10T18:52:32.477776+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:52:33.114 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:32 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:32.935309167Z level=info msg="Executing migration" id="add index notification_journal org_id & alert_id & notifier_id" 2024-09-10T18:52:33.114 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:33 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:33.021023517Z level=info msg="Executing migration" id="drop alert_notification_journal" 2024-09-10T18:52:33.380 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:33 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:33.109305449Z level=info msg="Executing migration" id="create alert_notification_state table v1" 2024-09-10T18:52:33.380 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:33 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:33.307368148Z level=info msg="Executing migration" id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-09-10T18:52:33.880 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:33 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:33.581319203Z level=info msg="Executing migration" id="Add for to alert table" 2024-09-10T18:52:33.881 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:33 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:33.826405879Z level=info msg="Executing migration" id="Add column uid in alert_notification" 2024-09-10T18:52:33.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:33 smithi063 bash[14646]: audit 2024-09-10T18:52:32.721159+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:52:33.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:33 smithi063 bash[14646]: audit 2024-09-10T18:52:32.728364+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:33.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:33 smithi063 bash[14646]: audit 2024-09-10T18:52:32.736420+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:33.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:33 smithi063 bash[14646]: audit 2024-09-10T18:52:32.738488+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:52:33.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:33 smithi063 bash[14646]: cluster 2024-09-10T18:52:33.516044+0000 mgr.y (mgr.15159) 153 : cluster [DBG] pgmap v97: 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-10T18:52:33.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:33 smithi031 bash[14957]: audit 2024-09-10T18:52:32.721159+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:52:33.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:33 smithi031 bash[14957]: audit 2024-09-10T18:52:32.728364+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:33.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:33 smithi031 bash[14957]: audit 2024-09-10T18:52:32.736420+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:33.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:33 smithi031 bash[14957]: audit 2024-09-10T18:52:32.738488+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:52:33.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:33 smithi031 bash[14957]: cluster 2024-09-10T18:52:33.516044+0000 mgr.y (mgr.15159) 153 : cluster [DBG] pgmap v97: 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-10T18:52:33.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:33 smithi031 bash[19205]: audit 2024-09-10T18:52:32.721159+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:52:33.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:33 smithi031 bash[19205]: audit 2024-09-10T18:52:32.728364+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:33.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:33 smithi031 bash[19205]: audit 2024-09-10T18:52:32.736420+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:33.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:33 smithi031 bash[19205]: audit 2024-09-10T18:52:32.738488+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:52:33.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:33 smithi031 bash[19205]: cluster 2024-09-10T18:52:33.516044+0000 mgr.y (mgr.15159) 153 : cluster [DBG] pgmap v97: 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-10T18:52:34.301 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:33 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:33.885458938Z level=info msg="Executing migration" id="Update uid column values in alert_notification" 2024-09-10T18:52:34.301 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:34 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:34.056923528Z level=info msg="Executing migration" id="Add unique index alert_notification_org_id_uid" 2024-09-10T18:52:34.623 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:34 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:34.296361615Z level=info msg="Executing migration" id="Remove unique index org_id_name" 2024-09-10T18:52:34.624 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:34 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:34.378320876Z level=info msg="Executing migration" id="Add column secure_settings in alert_notification" 2024-09-10T18:52:34.624 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:34 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:34.445493501Z level=info msg="Executing migration" id="alter alert.settings to mediumtext" 2024-09-10T18:52:34.624 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:34 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:34.537487299Z level=info msg="Executing migration" id="Add non-unique index alert_notification_state_alert_id" 2024-09-10T18:52:34.880 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:34 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:34.619111738Z level=info msg="Executing migration" id="Add non-unique index alert_rule_tag_alert_id" 2024-09-10T18:52:34.880 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:34 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:34.69412053Z level=info msg="Executing migration" id="Drop old annotation table v4" 2024-09-10T18:52:34.881 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:34 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:34.780380791Z level=info msg="Executing migration" id="create annotation table v5" 2024-09-10T18:52:34.881 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:34 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:34.855952843Z level=info msg="Executing migration" id="add index annotation 0 v3" 2024-09-10T18:52:35.170 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:34 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:34.910077749Z level=info msg="Executing migration" id="add index annotation 1 v3" 2024-09-10T18:52:35.170 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:34 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:34.988244239Z level=info msg="Executing migration" id="add index annotation 2 v3" 2024-09-10T18:52:35.170 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.068189614Z level=info msg="Executing migration" id="add index annotation 3 v3" 2024-09-10T18:52:35.170 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.122614623Z level=info msg="Executing migration" id="add index annotation 4 v3" 2024-09-10T18:52:35.442 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46796]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:52:35.443 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.165909746Z level=info msg="Executing migration" id="Update annotation table charset" 2024-09-10T18:52:35.443 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.266150765Z level=info msg="Executing migration" id="Add column region_id to annotation table" 2024-09-10T18:52:35.443 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.308044812Z level=info msg="Executing migration" id="Drop category_id index" 2024-09-10T18:52:35.443 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.350037912Z level=info msg="Executing migration" id="Add column tags to annotation table" 2024-09-10T18:52:35.443 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.375145914Z level=info msg="Executing migration" id="Create annotation_tag table v2" 2024-09-10T18:52:35.443 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.396021058Z level=info msg="Executing migration" id="Add unique index annotation_tag.annotation_id_tag_id" 2024-09-10T18:52:35.737 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[14646]: cluster 2024-09-10T18:52:35.516805+0000 mgr.y (mgr.15159) 154 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:35.737 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.438004789Z level=info msg="Executing migration" id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-09-10T18:52:35.737 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.480096651Z level=info msg="Executing migration" id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-09-10T18:52:35.737 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.522172096Z level=info msg="Executing migration" id="Create annotation_tag table v3" 2024-09-10T18:52:35.737 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.567392961Z 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-10T18:52:35.737 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.609695705Z level=info msg="Executing migration" id="copy annotation_tag v2 to v3" 2024-09-10T18:52:35.738 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.634934678Z level=info msg="Executing migration" id="drop table annotation_tag_v2" 2024-09-10T18:52:35.738 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.660145178Z level=info msg="Executing migration" id="Update alert annotations and set TEXT to empty" 2024-09-10T18:52:35.738 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.685366281Z level=info msg="Executing migration" id="Add created time to annotation table" 2024-09-10T18:52:35.738 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.732600034Z level=info msg="Executing migration" id="Add updated time to annotation table" 2024-09-10T18:52:35.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:35 smithi031 bash[14957]: cluster 2024-09-10T18:52:35.516805+0000 mgr.y (mgr.15159) 154 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:35.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:35 smithi031 bash[19205]: cluster 2024-09-10T18:52:35.516805+0000 mgr.y (mgr.15159) 154 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:36.006 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.757854527Z level=info msg="Executing migration" id="Add index for created in annotation table" 2024-09-10T18:52:36.006 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.808278491Z level=info msg="Executing migration" id="Add index for updated in annotation table" 2024-09-10T18:52:36.006 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.833612584Z level=info msg="Executing migration" id="Convert existing annotations from seconds to milliseconds" 2024-09-10T18:52:36.006 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.859020288Z level=info msg="Executing migration" id="Add epoch_end column" 2024-09-10T18:52:36.006 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.88406153Z level=info msg="Executing migration" id="Add index for epoch_end" 2024-09-10T18:52:36.007 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.926276383Z level=info msg="Executing migration" id="Make epoch_end the same as epoch" 2024-09-10T18:52:36.007 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:35 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:35.968206246Z level=info msg="Executing migration" id="Move region to single row" 2024-09-10T18:52:36.273 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:36.001902673Z level=info msg="Executing migration" id="Remove index org_id_epoch from annotation table" 2024-09-10T18:52:36.273 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:36.025509544Z level=info msg="Executing migration" id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-09-10T18:52:36.273 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:36.050754975Z level=info msg="Executing migration" id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-09-10T18:52:36.273 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:36.076148685Z level=info msg="Executing migration" id="Add index for org_id_epoch_end_epoch on annotation table" 2024-09-10T18:52:36.273 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:36.101425984Z level=info msg="Executing migration" id="Remove index org_id_epoch_epoch_end from annotation table" 2024-09-10T18:52:36.273 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:36.126614858Z level=info msg="Executing migration" id="Add index for alert_id on annotation table" 2024-09-10T18:52:36.273 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:36.168901993Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2024-09-10T18:52:36.274 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:36.210654257Z level=info msg="Executing migration" id="create test_data table" 2024-09-10T18:52:36.274 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:36.268268933Z level=info msg="Executing migration" id="create dashboard_version table v1" 2024-09-10T18:52:36.274 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: --- Logging error --- 2024-09-10T18:52:36.274 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Traceback (most recent call last): 2024-09-10T18:52:36.274 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:52:36.274 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self.socket.send(msg) 2024-09-10T18:52:36.274 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:52:36.274 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:36.274 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Traceback (most recent call last): 2024-09-10T18:52:36.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:52:36.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self.socket.connect(address) 2024-09-10T18:52:36.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:36.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:36.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Traceback (most recent call last): 2024-09-10T18:52:36.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:52:36.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self._connect_unixsocket(self.address) 2024-09-10T18:52:36.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:52:36.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self.socket.connect(address) 2024-09-10T18:52:36.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:36.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Call stack: 2024-09-10T18:52:36.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:52:36.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self._bootstrap_inner() 2024-09-10T18:52:36.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:52:36.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self.run() 2024-09-10T18:52:36.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:52:36.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: logger.info("Started the configuration object watcher") 2024-09-10T18:52:36.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Message: 'Started the configuration object watcher' 2024-09-10T18:52:36.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Arguments: () 2024-09-10T18:52:36.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: --- Logging error --- 2024-09-10T18:52:36.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Traceback (most recent call last): 2024-09-10T18:52:36.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:52:36.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self.socket.send(msg) 2024-09-10T18:52:36.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:52:36.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:36.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Traceback (most recent call last): 2024-09-10T18:52:36.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:52:36.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self.socket.connect(address) 2024-09-10T18:52:36.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:36.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:36.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Traceback (most recent call last): 2024-09-10T18:52:36.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:52:36.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self._connect_unixsocket(self.address) 2024-09-10T18:52:36.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:52:36.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self.socket.connect(address) 2024-09-10T18:52:36.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:36.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Call stack: 2024-09-10T18:52:36.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:52:36.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: main() 2024-09-10T18:52:36.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:52:36.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:52:36.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:52:36.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:52:36.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:52:36.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Arguments: () 2024-09-10T18:52:36.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: --- Logging error --- 2024-09-10T18:52:36.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Traceback (most recent call last): 2024-09-10T18:52:36.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:52:36.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self.socket.send(msg) 2024-09-10T18:52:36.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:52:36.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:36.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Traceback (most recent call last): 2024-09-10T18:52:36.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:52:36.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self.socket.connect(address) 2024-09-10T18:52:36.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:36.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:36.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Traceback (most recent call last): 2024-09-10T18:52:36.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:52:36.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self._connect_unixsocket(self.address) 2024-09-10T18:52:36.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:52:36.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self.socket.connect(address) 2024-09-10T18:52:36.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:36.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Call stack: 2024-09-10T18:52:36.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:52:36.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self._bootstrap_inner() 2024-09-10T18:52:36.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:52:36.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self.run() 2024-09-10T18:52:36.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:52:36.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self.interval)) 2024-09-10T18:52:36.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:52:36.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Arguments: () 2024-09-10T18:52:36.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: --- Logging error --- 2024-09-10T18:52:36.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Traceback (most recent call last): 2024-09-10T18:52:36.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:52:36.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self.socket.send(msg) 2024-09-10T18:52:36.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:52:36.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:36.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Traceback (most recent call last): 2024-09-10T18:52:36.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:52:36.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self.socket.connect(address) 2024-09-10T18:52:36.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:36.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:36.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Traceback (most recent call last): 2024-09-10T18:52:36.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:52:36.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self._connect_unixsocket(self.address) 2024-09-10T18:52:36.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:52:36.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: self.socket.connect(address) 2024-09-10T18:52:36.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:36.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Call stack: 2024-09-10T18:52:36.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:52:36.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: main() 2024-09-10T18:52:36.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:52:36.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:52:36.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:52:36.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:52:36.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:52:36.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: "{}".format(blacklisted_ip)) 2024-09-10T18:52:36.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/3824217936' 2024-09-10T18:52:36.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Arguments: () 2024-09-10T18:52:36.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: Traceback (most recent call last): 2024-09-10T18:52:36.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:52:36.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: main() 2024-09-10T18:52:36.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:52:36.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:52:36.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:52:36.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:52:36.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:52:36.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:52:36.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:52:36.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: **kwargs).stdout 2024-09-10T18:52:36.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:52:36.285 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: output=stdout, stderr=stderr) 2024-09-10T18:52:36.285 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46812]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/3824217936' returned non-zero exit status 13. 2024-09-10T18:52:36.532 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:36.353536252Z level=info msg="Executing migration" id="add index dashboard_version.dashboard_id" 2024-09-10T18:52:36.532 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:36.435767304Z level=info msg="Executing migration" id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-09-10T18:52:36.709 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:36.527578444Z level=info msg="Executing migration" id="Set dashboard version to 1 where 0" 2024-09-10T18:52:36.709 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[14646]: audit 2024-09-10T18:52:35.768524+0000 mon.b (mon.2) 365 : audit [DBG] from='client.? 172.21.15.63:0/2594812022' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:52:36.709 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[14646]: audit 2024-09-10T18:52:36.134152+0000 mon.b (mon.2) 366 : audit [INF] from='client.? 172.21.15.63:0/2082718399' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:52:36.880 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:36 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:36.704259882Z level=info msg="Executing migration" id="save existing dashboard data in dashboard_version table v1" 2024-09-10T18:52:36.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:36 smithi031 bash[14957]: audit 2024-09-10T18:52:35.768524+0000 mon.b (mon.2) 365 : audit [DBG] from='client.? 172.21.15.63:0/2594812022' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:52:36.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:36 smithi031 bash[14957]: audit 2024-09-10T18:52:36.134152+0000 mon.b (mon.2) 366 : audit [INF] from='client.? 172.21.15.63:0/2082718399' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:52:36.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:36 smithi031 bash[19205]: audit 2024-09-10T18:52:35.768524+0000 mon.b (mon.2) 365 : audit [DBG] from='client.? 172.21.15.63:0/2594812022' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:52:36.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:36 smithi031 bash[19205]: audit 2024-09-10T18:52:36.134152+0000 mon.b (mon.2) 366 : audit [INF] from='client.? 172.21.15.63:0/2082718399' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:52:37.283 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:37 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:37.013124784Z level=info msg="Executing migration" id="alter dashboard_version.data to mediumtext v1" 2024-09-10T18:52:37.283 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:37 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:37.157298705Z level=info msg="Executing migration" id="create team table" 2024-09-10T18:52:37.545 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:37 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:37.279060645Z level=info msg="Executing migration" id="add index team.org_id" 2024-09-10T18:52:37.545 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:37 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:37.354804666Z level=info msg="Executing migration" id="add unique index team_org_id_name" 2024-09-10T18:52:37.545 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:37 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:37.423562397Z level=info msg="Executing migration" id="create team member table" 2024-09-10T18:52:37.546 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:37 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:37.498466773Z level=info msg="Executing migration" id="add index team_member.org_id" 2024-09-10T18:52:37.546 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:37 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:52:37.546 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:37 smithi063 bash[46796]: (process:1): GLib-GObject-CRITICAL **: 18:52:37.510: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:52:37.798 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:37 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:37.540601581Z level=info msg="Executing migration" id="add unique index team_member_org_id_team_id_user_id" 2024-09-10T18:52:37.798 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:37 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:37.599970463Z level=info msg="Executing migration" id="add index team_member.team_id" 2024-09-10T18:52:37.798 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:37 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:37.693990913Z level=info msg="Executing migration" id="Add column email to team table" 2024-09-10T18:52:38.130 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:37 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:37.793875881Z level=info msg="Executing migration" id="Add column external to team_member table" 2024-09-10T18:52:38.130 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:37 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:37.942813902Z level=info msg="Executing migration" id="Add column permission to team_member table" 2024-09-10T18:52:38.630 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:38 smithi063 bash[47079]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:52:38.630 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:38 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:52:38.631 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:38 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:38.3496942Z level=info msg="Executing migration" id="create dashboard acl table" 2024-09-10T18:52:38.631 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:38 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:38.489879532Z level=info msg="Executing migration" id="add index dashboard_acl_dashboard_id" 2024-09-10T18:52:38.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:38 smithi063 bash[14646]: cluster 2024-09-10T18:52:37.517566+0000 mgr.y (mgr.15159) 155 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:38.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:38 smithi063 bash[14646]: audit 2024-09-10T18:52:37.671122+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T18:52:38.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:38 smithi063 bash[14646]: audit 2024-09-10T18:52:37.671670+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-10T18:52:38.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:38 smithi063 bash[14646]: audit 2024-09-10T18:52:37.672211+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:52:38.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:38 smithi031 bash[19205]: cluster 2024-09-10T18:52:37.517566+0000 mgr.y (mgr.15159) 155 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:38.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:38 smithi031 bash[19205]: audit 2024-09-10T18:52:37.671122+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T18:52:38.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:38 smithi031 bash[19205]: audit 2024-09-10T18:52:37.671670+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-10T18:52:38.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:38 smithi031 bash[19205]: audit 2024-09-10T18:52:37.672211+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:52:38.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:38 smithi031 bash[14957]: cluster 2024-09-10T18:52:37.517566+0000 mgr.y (mgr.15159) 155 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:38.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:38 smithi031 bash[14957]: audit 2024-09-10T18:52:37.671122+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T18:52:38.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:38 smithi031 bash[14957]: audit 2024-09-10T18:52:37.671670+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-10T18:52:38.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:38 smithi031 bash[14957]: audit 2024-09-10T18:52:37.672211+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:52:39.130 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:38 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:38.835708541Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_user_id" 2024-09-10T18:52:39.130 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:38 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:38.940680711Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_team_id" 2024-09-10T18:52:39.130 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:39 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:39.079461036Z level=info msg="Executing migration" id="add index dashboard_acl_user_id" 2024-09-10T18:52:39.594 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:39 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:39.318714176Z level=info msg="Executing migration" id="add index dashboard_acl_team_id" 2024-09-10T18:52:39.594 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:39 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:39.383052803Z level=info msg="Executing migration" id="add index dashboard_acl_org_id_role" 2024-09-10T18:52:39.594 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:39 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:39.511878804Z level=info msg="Executing migration" id="add index dashboard_permission" 2024-09-10T18:52:39.846 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:39 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:39.601837238Z level=info msg="Executing migration" id="save default acl rules in dashboard_acl table" 2024-09-10T18:52:39.846 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:39 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:39.69340514Z level=info msg="Executing migration" id="delete acl rules for deleted dashboards and folders" 2024-09-10T18:52:39.846 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:39 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:39.784970733Z level=info msg="Executing migration" id="create tag table" 2024-09-10T18:52:39.847 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:39 smithi063 bash[14646]: cluster 2024-09-10T18:52:39.519090+0000 mgr.y (mgr.15159) 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-10T18:52:39.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:39 smithi031 bash[14957]: cluster 2024-09-10T18:52:39.519090+0000 mgr.y (mgr.15159) 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-10T18:52:39.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:39 smithi031 bash[19205]: cluster 2024-09-10T18:52:39.519090+0000 mgr.y (mgr.15159) 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-10T18:52:40.130 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:39 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:39.841581106Z level=info msg="Executing migration" id="add index tag.key_value" 2024-09-10T18:52:40.130 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:39 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:39.925506665Z level=info msg="Executing migration" id="create login attempt table" 2024-09-10T18:52:40.130 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:39 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:39.992579899Z level=info msg="Executing migration" id="add index login_attempt.username" 2024-09-10T18:52:40.131 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:40 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:40.043529609Z level=info msg="Executing migration" id="drop index IDX_login_attempt_username - v1" 2024-09-10T18:52:40.131 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:40 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:40.08575713Z level=info msg="Executing migration" id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-09-10T18:52:40.486 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:40 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:40.144695962Z level=info msg="Executing migration" id="create login_attempt v2" 2024-09-10T18:52:40.486 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:40 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:40.217211759Z level=info msg="Executing migration" id="create index IDX_login_attempt_username - v2" 2024-09-10T18:52:40.486 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:40 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:40.280199565Z level=info msg="Executing migration" id="copy login_attempt v1 to v2" 2024-09-10T18:52:40.486 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:40 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:40.355519561Z level=info msg="Executing migration" id="drop login_attempt_tmp_qwerty" 2024-09-10T18:52:40.757 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:40 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:40.481168028Z level=info msg="Executing migration" id="create user auth table" 2024-09-10T18:52:41.008 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:40 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:40.752277271Z level=info msg="Executing migration" id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-09-10T18:52:41.008 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:40 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:40.936140101Z level=info msg="Executing migration" id="alter user_auth.auth_id to length 190" 2024-09-10T18:52:41.273 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:41 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:41.003545179Z level=info msg="Executing migration" id="Add OAuth access token to user_auth" 2024-09-10T18:52:41.274 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:41 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:41.074135216Z level=info msg="Executing migration" id="Add OAuth refresh token to user_auth" 2024-09-10T18:52:41.274 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:41 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:41.116739398Z level=info msg="Executing migration" id="Add OAuth token type to user_auth" 2024-09-10T18:52:41.274 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:41 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:41.159379174Z level=info msg="Executing migration" id="Add OAuth expiry to user_auth" 2024-09-10T18:52:41.274 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:41 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:41.229700375Z level=info msg="Executing migration" id="Add index to user_id column in user_auth" 2024-09-10T18:52:41.596 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:41 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:41.426495623Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2024-09-10T18:52:41.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:41 smithi063 bash[14646]: cluster 2024-09-10T18:52:41.519796+0000 mgr.y (mgr.15159) 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-10T18:52:41.881 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:41 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:41.762286731Z level=info msg="Executing migration" id="create server_lock table" 2024-09-10T18:52:41.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:41 smithi031 bash[14957]: cluster 2024-09-10T18:52:41.519796+0000 mgr.y (mgr.15159) 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-10T18:52:41.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:41 smithi031 bash[19205]: cluster 2024-09-10T18:52:41.519796+0000 mgr.y (mgr.15159) 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-10T18:52:42.363 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:41 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:41.911250633Z level=info msg="Executing migration" id="add index server_lock.operation_uid" 2024-09-10T18:52:42.363 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:42 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:42.113643173Z level=info msg="Executing migration" id="create user auth token table" 2024-09-10T18:52:42.633 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:42 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:42.358731753Z level=info msg="Executing migration" id="add unique index user_auth_token.auth_token" 2024-09-10T18:52:42.633 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:42 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:42.434344937Z level=info msg="Executing migration" id="add unique index user_auth_token.prev_auth_token" 2024-09-10T18:52:42.633 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:42 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:42.496579236Z level=info msg="Executing migration" id="add index user_auth_token.user_id" 2024-09-10T18:52:42.633 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:42 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:42.580421169Z level=info msg="Executing migration" id="Add revoked_at to the user auth token" 2024-09-10T18:52:42.949 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:42 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:42.67639469Z level=info msg="Executing migration" id="create cache_data table" 2024-09-10T18:52:42.950 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:42 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:42.723018059Z level=info msg="Executing migration" id="add unique index cache_data.cache_key" 2024-09-10T18:52:42.950 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:42 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:42.785193117Z level=info msg="Executing migration" id="create short_url table v1" 2024-09-10T18:52:42.950 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:42 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:42.85828474Z level=info msg="Executing migration" id="add index short_url.org_id-uid" 2024-09-10T18:52:42.950 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:42 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:42.919873772Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2024-09-10T18:52:43.232 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:42 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:42.971516877Z level=info msg="Executing migration" id="delete alert_definition table" 2024-09-10T18:52:43.232 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.049406707Z level=info msg="Executing migration" id="recreate alert_definition table" 2024-09-10T18:52:43.232 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.074539036Z level=info msg="Executing migration" id="add index in alert_definition on org_id and title columns" 2024-09-10T18:52:43.233 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.099835415Z level=info msg="Executing migration" id="add index in alert_definition on org_id and uid columns" 2024-09-10T18:52:43.233 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.133480642Z level=info msg="Executing migration" id="alter alert_definition table data column to mediumtext in mysql" 2024-09-10T18:52:43.233 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.158708132Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and title columns" 2024-09-10T18:52:43.233 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.184133703Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and uid columns" 2024-09-10T18:52:43.491 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.226010955Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and title columns" 2024-09-10T18:52:43.491 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.255691418Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and uid columns" 2024-09-10T18:52:43.491 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.297897537Z level=info msg="Executing migration" id="Add column paused in alert_definition" 2024-09-10T18:52:43.491 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.331476304Z level=info msg="Executing migration" id="drop alert_definition table" 2024-09-10T18:52:43.491 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.382057447Z level=info msg="Executing migration" id="delete alert_definition_version table" 2024-09-10T18:52:43.491 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.418718008Z level=info msg="Executing migration" id="recreate alert_definition_version table" 2024-09-10T18:52:43.491 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.444012547Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-09-10T18:52:43.491 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.486121599Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-09-10T18:52:43.762 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[14646]: cluster 2024-09-10T18:52:43.521241+0000 mgr.y (mgr.15159) 158 : cluster [DBG] pgmap v102: 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-10T18:52:43.763 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.528316771Z level=info msg="Executing migration" id="alter alert_definition_version table data column to mediumtext in mysql" 2024-09-10T18:52:43.763 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.570574003Z level=info msg="Executing migration" id="drop alert_definition_version table" 2024-09-10T18:52:43.763 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.63758251Z level=info msg="Executing migration" id="create alert_instance table" 2024-09-10T18:52:43.763 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.682460427Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2024-09-10T18:52:43.763 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.724440125Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, current_state columns" 2024-09-10T18:52:43.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:43 smithi031 bash[14957]: cluster 2024-09-10T18:52:43.521241+0000 mgr.y (mgr.15159) 158 : cluster [DBG] pgmap v102: 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-10T18:52:43.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:43 smithi031 bash[19205]: cluster 2024-09-10T18:52:43.521241+0000 mgr.y (mgr.15159) 158 : cluster [DBG] pgmap v102: 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-10T18:52:44.043 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.75820476Z level=info msg="Executing migration" id="add column current_state_end to alert_instance" 2024-09-10T18:52:44.043 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.783400054Z level=info msg="Executing migration" id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-09-10T18:52:44.043 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.808675737Z level=info msg="Executing migration" id="remove index def_org_id, current_state on alert_instance" 2024-09-10T18:52:44.043 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.854834547Z level=info msg="Executing migration" id="rename def_org_id to rule_org_id in alert_instance" 2024-09-10T18:52:44.043 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.892671999Z level=info msg="Executing migration" id="rename def_uid to rule_uid in alert_instance" 2024-09-10T18:52:44.043 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.951320542Z level=info msg="Executing migration" id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-09-10T18:52:44.044 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:43 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:43.996426348Z level=info msg="Executing migration" id="add index rule_org_id, current_state on alert_instance" 2024-09-10T18:52:44.044 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:44 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:44.038481023Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2024-09-10T18:52:44.298 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:44 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:44.063952479Z level=info msg="Executing migration" id="create alert_rule table" 2024-09-10T18:52:44.298 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:44 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:44.105718986Z level=info msg="Executing migration" id="add index in alert_rule on org_id and title columns" 2024-09-10T18:52:44.299 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:44 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:44.131216086Z level=info msg="Executing migration" id="add index in alert_rule on org_id and uid columns" 2024-09-10T18:52:44.299 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:44 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:44.173922751Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-09-10T18:52:44.299 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:44 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:44.240294492Z level=info msg="Executing migration" id="alter alert_rule table data column to mediumtext in mysql" 2024-09-10T18:52:44.299 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:44 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:44.293573028Z level=info msg="Executing migration" id="add column for to alert_rule" 2024-09-10T18:52:44.567 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:44 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:44.335560212Z level=info msg="Executing migration" id="add column annotations to alert_rule" 2024-09-10T18:52:44.567 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:44 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:44.377529699Z level=info msg="Executing migration" id="add column labels to alert_rule" 2024-09-10T18:52:44.567 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:44 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:44.469733421Z level=info msg="Executing migration" id="remove unique index from alert_rule on org_id, title columns" 2024-09-10T18:52:44.880 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:44 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:44.562180063Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-09-10T18:52:44.880 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:44 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:44.690767233Z level=info msg="Executing migration" id="add dashboard_uid column to alert_rule" 2024-09-10T18:52:45.239 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:44 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:44.932728737Z level=info msg="Executing migration" id="add panel_id column to alert_rule" 2024-09-10T18:52:45.239 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.11136168Z level=info msg="Executing migration" id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-09-10T18:52:45.497 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[14646]: audit 2024-09-10T18:52:45.377048+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:52:45.498 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[14646]: audit 2024-09-10T18:52:45.385903+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:45.498 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[14646]: audit 2024-09-10T18:52:45.393677+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:45.498 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[14646]: audit 2024-09-10T18:52:45.395205+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:45.498 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[14646]: audit 2024-09-10T18:52:45.397076+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:52:45.498 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[14646]: audit 2024-09-10T18:52:45.406893+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:45.498 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.234280901Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2024-09-10T18:52:45.498 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.307319594Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2024-09-10T18:52:45.498 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.366820602Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2024-09-10T18:52:45.498 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.408803054Z level=info msg="Executing migration" id="create alert_rule_version table" 2024-09-10T18:52:45.498 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.451026575Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2024-09-10T18:52:45.766 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.493065187Z 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-10T18:52:45.766 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.560123289Z level=info msg="Executing migration" id="alter alert_rule_version table data column to mediumtext in mysql" 2024-09-10T18:52:45.766 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.601954654Z level=info msg="Executing migration" id="add column for to alert_rule_version" 2024-09-10T18:52:45.766 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.644044659Z level=info msg="Executing migration" id="add column annotations to alert_rule_version" 2024-09-10T18:52:45.766 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.669280424Z level=info msg="Executing migration" id="add column labels to alert_rule_version" 2024-09-10T18:52:45.767 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.711207826Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2024-09-10T18:52:45.767 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.736447821Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2024-09-10T18:52:45.767 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.761684837Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2024-09-10T18:52:45.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:45 smithi031 bash[14957]: audit 2024-09-10T18:52:45.377048+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:52:45.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:45 smithi031 bash[14957]: audit 2024-09-10T18:52:45.385903+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:45.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:45 smithi031 bash[14957]: audit 2024-09-10T18:52:45.393677+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:45.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:45 smithi031 bash[14957]: audit 2024-09-10T18:52:45.395205+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:45.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:45 smithi031 bash[14957]: audit 2024-09-10T18:52:45.397076+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:52:45.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:45 smithi031 bash[14957]: audit 2024-09-10T18:52:45.406893+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:45.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:45 smithi031 bash[19205]: audit 2024-09-10T18:52:45.377048+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:52:45.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:45 smithi031 bash[19205]: audit 2024-09-10T18:52:45.385903+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:45.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:45 smithi031 bash[19205]: audit 2024-09-10T18:52:45.393677+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:45.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:45 smithi031 bash[19205]: audit 2024-09-10T18:52:45.395205+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:45.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:45 smithi031 bash[19205]: audit 2024-09-10T18:52:45.397076+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:52:45.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:45 smithi031 bash[19205]: audit 2024-09-10T18:52:45.406893+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:46.043 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.786989159Z level=info msg="Executing migration" id=create_alert_configuration_table 2024-09-10T18:52:46.044 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.837322549Z level=info msg="Executing migration" id="Add column default in alert_configuration" 2024-09-10T18:52:46.044 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.862438724Z level=info msg="Executing migration" id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-09-10T18:52:46.044 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.904396921Z level=info msg="Executing migration" id="add column org_id in alert_configuration" 2024-09-10T18:52:46.044 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.929712103Z level=info msg="Executing migration" id="add index in alert_configuration table on org_id column" 2024-09-10T18:52:46.044 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.971664124Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2024-09-10T18:52:46.044 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:45 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:45.996975079Z level=info msg="Executing migration" id=create_ngalert_configuration_table 2024-09-10T18:52:46.044 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.038923281Z level=info msg="Executing migration" id="add index in ngalert_configuration on org_id column" 2024-09-10T18:52:46.333 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.064559526Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2024-09-10T18:52:46.333 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.089700616Z level=info msg="Executing migration" id="create provenance_type table" 2024-09-10T18:52:46.333 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.11503833Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2024-09-10T18:52:46.333 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.140309818Z level=info msg="Executing migration" id="create alert_image table" 2024-09-10T18:52:46.333 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.165579124Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2024-09-10T18:52:46.333 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.190725474Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2024-09-10T18:52:46.333 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.215977562Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2024-09-10T18:52:46.333 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.241234941Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2024-09-10T18:52:46.333 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.283216881Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2024-09-10T18:52:46.333 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.283589956Z 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-10T18:52:46.333 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.327961096Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2024-09-10T18:52:46.602 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.353273882Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2024-09-10T18:52:46.602 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.37834598Z level=info msg="Executing migration" id="clear migration entry \"remove unified alerting data\"" 2024-09-10T18:52:46.602 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.378905339Z level=info msg="Executing migration" id="move dashboard alerts to unified alerting" 2024-09-10T18:52:46.602 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.37936066Z level=info msg="alerts found to migrate" alerts=0 2024-09-10T18:52:46.602 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.420440538Z level=info msg="Executing migration" id="create library_element table v1" 2024-09-10T18:52:46.602 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.462569216Z level=info msg="Executing migration" id="add index library_element org_id-folder_id-name-kind" 2024-09-10T18:52:46.602 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.504531864Z level=info msg="Executing migration" id="create library_element_connection table v1" 2024-09-10T18:52:46.602 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.529832693Z level=info msg="Executing migration" id="add index library_element_connection element_id-kind-connection_id" 2024-09-10T18:52:46.603 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.555049005Z level=info msg="Executing migration" id="add unique index library_element org_id_uid" 2024-09-10T18:52:46.603 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.597010705Z level=info msg="Executing migration" id="increase max description length to 2048" 2024-09-10T18:52:46.603 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: cephadm 2024-09-10T18:52:45.398591+0000 mgr.y (mgr.15159) 159 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:52:46.603 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: cluster 2024-09-10T18:52:45.399819+0000 mgr.y (mgr.15159) 160 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-09-10T18:52:46.603 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: cluster 2024-09-10T18:52:45.400403+0000 mgr.y (mgr.15159) 161 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-10T18:52:46.603 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.467294+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:52:46.604 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.468211+0000 mgr.y (mgr.15159) 162 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:52:46.604 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.470061+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T18:52:46.604 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.470811+0000 mgr.y (mgr.15159) 163 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T18:52:46.604 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.478268+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:46.604 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.490994+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:52:46.604 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.500959+0000 mon.a (mon.0) 1374 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.604 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.504695+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.604 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.508658+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.604 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.512044+0000 mon.a (mon.0) 1377 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.604 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.514020+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.604 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.516397+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.604 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.518711+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.604 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.520805+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.604 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.522828+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.605 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.524873+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.605 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.526695+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.605 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.528554+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.605 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: cephadm 2024-09-10T18:52:45.529601+0000 mgr.y (mgr.15159) 164 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:52:46.605 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.537717+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:46.605 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.539850+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T18:52:46.605 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.545566+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T18:52:46.605 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.546998+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.605 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.554098+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T18:52:46.605 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.555409+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T18:52:46.605 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.560695+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T18:52:46.605 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.562061+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T18:52:46.606 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.563251+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T18:52:46.606 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.569495+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T18:52:46.606 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.570973+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T18:52:46.606 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.572183+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T18:52:46.606 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.579209+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T18:52:46.606 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.580597+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.606 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.581830+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T18:52:46.606 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.583004+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T18:52:46.606 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.589171+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T18:52:46.606 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.590375+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.606 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.591425+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.606 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.592419+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.606 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.593387+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.606 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.594304+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.607 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.595330+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.607 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.596315+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T18:52:46.607 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.602693+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T18:52:46.607 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.604601+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:52:46.607 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.610786+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T18:52:46.607 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.612415+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:46.607 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.613654+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:52:46.607 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.623045+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:46.607 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.681408+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:46.607 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.683174+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:52:46.607 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[14646]: audit 2024-09-10T18:52:45.693958+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:46.862 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.638983861Z level=info msg="Executing migration" id="clone move dashboard alerts to unified alerting" 2024-09-10T18:52:46.862 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.664312054Z level=info msg="Executing migration" id="create data_keys table" 2024-09-10T18:52:46.862 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.689499628Z level=info msg="Executing migration" id="create secrets table" 2024-09-10T18:52:46.863 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.715067902Z level=info msg="Executing migration" id="rename data_keys name column to id" 2024-09-10T18:52:46.863 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.756813331Z level=info msg="Executing migration" id="add name column into data_keys" 2024-09-10T18:52:46.863 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.782160648Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2024-09-10T18:52:46.863 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.824000815Z level=info msg="Executing migration" id="rename data_keys name column to label" 2024-09-10T18:52:46.863 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.857649738Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2024-09-10T18:52:46.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: cephadm 2024-09-10T18:52:45.398591+0000 mgr.y (mgr.15159) 159 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:52:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: cluster 2024-09-10T18:52:45.399819+0000 mgr.y (mgr.15159) 160 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-09-10T18:52:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: cluster 2024-09-10T18:52:45.400403+0000 mgr.y (mgr.15159) 161 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-10T18:52:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.467294+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:52:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.468211+0000 mgr.y (mgr.15159) 162 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:52:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.470061+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T18:52:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.470811+0000 mgr.y (mgr.15159) 163 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T18:52:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.478268+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.490994+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:52:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.500959+0000 mon.a (mon.0) 1374 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.504695+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.508658+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.512044+0000 mon.a (mon.0) 1377 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.514020+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.516397+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.518711+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.520805+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.522828+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: cephadm 2024-09-10T18:52:45.398591+0000 mgr.y (mgr.15159) 159 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:52:46.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: cluster 2024-09-10T18:52:45.399819+0000 mgr.y (mgr.15159) 160 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-09-10T18:52:46.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: cluster 2024-09-10T18:52:45.400403+0000 mgr.y (mgr.15159) 161 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-10T18:52:46.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.467294+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:52:46.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.468211+0000 mgr.y (mgr.15159) 162 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:52:46.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.470061+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T18:52:46.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.470811+0000 mgr.y (mgr.15159) 163 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T18:52:46.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.478268+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:46.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.490994+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:52:46.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.500959+0000 mon.a (mon.0) 1374 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.504695+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.508658+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.512044+0000 mon.a (mon.0) 1377 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.514020+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.516397+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.518711+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.520805+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.522828+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.524873+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.526695+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.528554+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: cephadm 2024-09-10T18:52:45.529601+0000 mgr.y (mgr.15159) 164 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:52:46.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.537717+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:46.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.539850+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T18:52:46.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.545566+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T18:52:46.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.546998+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.554098+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T18:52:46.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.555409+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T18:52:46.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.560695+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T18:52:46.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.562061+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T18:52:46.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.563251+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T18:52:46.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.569495+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T18:52:46.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.570973+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T18:52:46.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.572183+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T18:52:46.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.579209+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T18:52:46.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.524873+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.526695+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.528554+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:46.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: cephadm 2024-09-10T18:52:45.529601+0000 mgr.y (mgr.15159) 164 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:52:46.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.537717+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:46.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.539850+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T18:52:46.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.545566+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T18:52:46.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.546998+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.554098+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T18:52:46.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.555409+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T18:52:46.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.560695+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T18:52:46.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.562061+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T18:52:46.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.563251+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T18:52:46.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.569495+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T18:52:46.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.570973+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T18:52:46.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.572183+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T18:52:46.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.579209+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T18:52:46.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.580597+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.581830+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T18:52:46.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.583004+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T18:52:46.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.589171+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T18:52:46.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.590375+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.591425+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.592419+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.593387+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.594304+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.595330+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.596315+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T18:52:46.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.602693+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T18:52:46.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.604601+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:52:46.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.610786+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T18:52:46.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.612415+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:46.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.613654+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:52:46.894 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.623045+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:46.894 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.681408+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:46.894 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.683174+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:52:46.894 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[19205]: audit 2024-09-10T18:52:45.693958+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:46.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.580597+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.581830+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T18:52:46.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.583004+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T18:52:46.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.589171+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T18:52:46.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.590375+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.591425+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.592419+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.593387+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.594304+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.595330+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:52:46.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.596315+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T18:52:46.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.602693+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T18:52:46.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.604601+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:52:46.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.610786+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T18:52:46.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.612415+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:46.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.613654+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:52:46.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.623045+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:46.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.681408+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:46.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.683174+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:52:46.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:46 smithi031 bash[14957]: audit 2024-09-10T18:52:45.693958+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:47.114 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.899568475Z level=info msg="Executing migration" id="create kv_store table v1" 2024-09-10T18:52:47.114 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.941652Z level=info msg="Executing migration" id="add index kv_store.org_id-namespace-key" 2024-09-10T18:52:47.115 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.966887182Z level=info msg="Executing migration" id="update dashboard_uid and panel_id from existing annotations" 2024-09-10T18:52:47.115 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:46 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:46.992077379Z level=info msg="Executing migration" id="create permission table" 2024-09-10T18:52:47.115 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.017305147Z level=info msg="Executing migration" id="add unique index permission.role_id" 2024-09-10T18:52:47.115 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.042514459Z level=info msg="Executing migration" id="add unique index role_id_action_scope" 2024-09-10T18:52:47.115 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.084628956Z level=info msg="Executing migration" id="create role table" 2024-09-10T18:52:47.115 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.109872365Z level=info msg="Executing migration" id="add column display_name" 2024-09-10T18:52:47.380 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.135046421Z level=info msg="Executing migration" id="add column group_name" 2024-09-10T18:52:47.380 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.160352302Z level=info msg="Executing migration" id="add index role.org_id" 2024-09-10T18:52:47.381 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.185520481Z level=info msg="Executing migration" id="add unique index role_org_id_name" 2024-09-10T18:52:47.381 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.210798079Z level=info msg="Executing migration" id="add index role_org_id_uid" 2024-09-10T18:52:47.381 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.236089937Z level=info msg="Executing migration" id="create team role table" 2024-09-10T18:52:47.381 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.261324448Z level=info msg="Executing migration" id="add index team_role.org_id" 2024-09-10T18:52:47.381 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.286457915Z level=info msg="Executing migration" id="add unique index team_role_org_id_team_id_role_id" 2024-09-10T18:52:47.381 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.311735396Z level=info msg="Executing migration" id="add index team_role.team_id" 2024-09-10T18:52:47.381 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.353631996Z level=info msg="Executing migration" id="create user role table" 2024-09-10T18:52:47.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[14646]: cephadm 2024-09-10T18:52:45.603727+0000 mgr.y (mgr.15159) 165 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:52:47.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[14646]: cephadm 2024-09-10T18:52:45.614684+0000 mgr.y (mgr.15159) 166 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:52:47.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[14646]: cluster 2024-09-10T18:52:45.615599+0000 mgr.y (mgr.15159) 167 : cluster [DBG] pgmap v105: 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-10T18:52:47.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[14646]: cluster 2024-09-10T18:52:45.616016+0000 mgr.y (mgr.15159) 168 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:47.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[14646]: cephadm 2024-09-10T18:52:45.684510+0000 mgr.y (mgr.15159) 169 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:52:47.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[14646]: cluster 2024-09-10T18:52:45.685415+0000 mgr.y (mgr.15159) 170 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:47.656 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[14646]: cluster 2024-09-10T18:52:45.685944+0000 mgr.y (mgr.15159) 171 : cluster [DBG] pgmap v108: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:47.656 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.398066319Z level=info msg="Executing migration" id="add index user_role.org_id" 2024-09-10T18:52:47.656 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.466745344Z level=info msg="Executing migration" id="add unique index user_role_org_id_user_id_role_id" 2024-09-10T18:52:47.656 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.507311281Z level=info msg="Executing migration" id="add index user_role.user_id" 2024-09-10T18:52:47.656 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.549429004Z level=info msg="Executing migration" id="create builtin role table" 2024-09-10T18:52:47.656 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.57463808Z level=info msg="Executing migration" id="add index builtin_role.role_id" 2024-09-10T18:52:47.656 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.5999855Z level=info msg="Executing migration" id="add index builtin_role.name" 2024-09-10T18:52:47.656 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.625125674Z level=info msg="Executing migration" id="Add column org_id to builtin_role table" 2024-09-10T18:52:47.656 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.650415667Z level=info msg="Executing migration" id="add index builtin_role.org_id" 2024-09-10T18:52:47.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:47 smithi031 bash[14957]: cephadm 2024-09-10T18:52:45.603727+0000 mgr.y (mgr.15159) 165 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:52:47.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:47 smithi031 bash[14957]: cephadm 2024-09-10T18:52:45.614684+0000 mgr.y (mgr.15159) 166 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:52:47.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:47 smithi031 bash[14957]: cluster 2024-09-10T18:52:45.615599+0000 mgr.y (mgr.15159) 167 : cluster [DBG] pgmap v105: 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-10T18:52:47.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:47 smithi031 bash[14957]: cluster 2024-09-10T18:52:45.616016+0000 mgr.y (mgr.15159) 168 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:47.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:47 smithi031 bash[14957]: cephadm 2024-09-10T18:52:45.684510+0000 mgr.y (mgr.15159) 169 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:52:47.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:47 smithi031 bash[14957]: cluster 2024-09-10T18:52:45.685415+0000 mgr.y (mgr.15159) 170 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:47.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:47 smithi031 bash[14957]: cluster 2024-09-10T18:52:45.685944+0000 mgr.y (mgr.15159) 171 : cluster [DBG] pgmap v108: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:47.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:47 smithi031 bash[19205]: cephadm 2024-09-10T18:52:45.603727+0000 mgr.y (mgr.15159) 165 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:52:47.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:47 smithi031 bash[19205]: cephadm 2024-09-10T18:52:45.614684+0000 mgr.y (mgr.15159) 166 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:52:47.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:47 smithi031 bash[19205]: cluster 2024-09-10T18:52:45.615599+0000 mgr.y (mgr.15159) 167 : cluster [DBG] pgmap v105: 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-10T18:52:47.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:47 smithi031 bash[19205]: cluster 2024-09-10T18:52:45.616016+0000 mgr.y (mgr.15159) 168 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:47.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:47 smithi031 bash[19205]: cephadm 2024-09-10T18:52:45.684510+0000 mgr.y (mgr.15159) 169 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:52:47.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:47 smithi031 bash[19205]: cluster 2024-09-10T18:52:45.685415+0000 mgr.y (mgr.15159) 170 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:47.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:47 smithi031 bash[19205]: cluster 2024-09-10T18:52:45.685944+0000 mgr.y (mgr.15159) 171 : cluster [DBG] pgmap v108: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:47.924 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.675650463Z level=info msg="Executing migration" id="add unique index builtin_role_org_id_role_id_role" 2024-09-10T18:52:47.924 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.700919554Z level=info msg="Executing migration" id="Remove unique index role_org_id_uid" 2024-09-10T18:52:47.924 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.726048838Z level=info msg="Executing migration" id="add unique index role.uid" 2024-09-10T18:52:47.924 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.751321272Z level=info msg="Executing migration" id="create seed assignment table" 2024-09-10T18:52:47.924 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.79332391Z level=info msg="Executing migration" id="add unique index builtin_role_role_name" 2024-09-10T18:52:47.925 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.818430087Z level=info msg="Executing migration" id="add column hidden to role table" 2024-09-10T18:52:47.925 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.843799004Z level=info msg="Executing migration" id="create query_history table v1" 2024-09-10T18:52:47.925 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.869087202Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2024-09-10T18:52:47.925 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.894285698Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2024-09-10T18:52:47.925 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.919377628Z level=info msg="Executing migration" id="teams permissions migration" 2024-09-10T18:52:48.184 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.961367677Z level=info msg="Executing migration" id="dashboard permissions" 2024-09-10T18:52:48.185 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:47 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:47.986591856Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2024-09-10T18:52:48.185 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.028675433Z level=info msg="Executing migration" id="drop managed folder create actions" 2024-09-10T18:52:48.185 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.070733383Z level=info msg="Executing migration" id="alerting notification permissions" 2024-09-10T18:52:48.185 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.10436926Z level=info msg="Executing migration" id="create query_history_star table v1" 2024-09-10T18:52:48.185 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.129598955Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2024-09-10T18:52:48.185 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.154847486Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2024-09-10T18:52:48.185 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.179998306Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2024-09-10T18:52:48.437 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.222006156Z level=info msg="Executing migration" id="create correlation table v1" 2024-09-10T18:52:48.438 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.247331897Z level=info msg="Executing migration" id="add index correlations.uid" 2024-09-10T18:52:48.438 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.272497336Z level=info msg="Executing migration" id="add index correlations.source_uid" 2024-09-10T18:52:48.438 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.297826429Z level=info msg="Executing migration" id="add correlation config column" 2024-09-10T18:52:48.438 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.339731898Z level=info msg="Executing migration" id="create entity_events table" 2024-09-10T18:52:48.438 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.381944343Z level=info msg="Executing migration" id="create dashboard public config v1" 2024-09-10T18:52:48.438 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.407356866Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-10T18:52:48.438 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.407742957Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-10T18:52:48.438 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.432601484Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-10T18:52:48.711 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:48 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 11. 2024-09-10T18:52:48.711 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:48 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:52:48.711 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:48 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:52:48.711 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.433003312Z 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-10T18:52:48.711 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.474490726Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2024-09-10T18:52:48.711 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.518913489Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2024-09-10T18:52:48.712 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.544213052Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2024-09-10T18:52:48.712 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.586086275Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-10T18:52:48.712 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.611399969Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2024-09-10T18:52:48.712 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.653186931Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-10T18:52:48.967 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[14646]: cluster 2024-09-10T18:52:47.686679+0000 mgr.y (mgr.15159) 172 : cluster [DBG] pgmap v109: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:48.967 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[14646]: audit 2024-09-10T18:52:47.784145+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:48.967 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.706466815Z level=info msg="Executing migration" id="Drop public config table" 2024-09-10T18:52:48.967 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.771399355Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2024-09-10T18:52:48.967 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.884671998Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2024-09-10T18:52:49.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:48 smithi031 bash[14957]: cluster 2024-09-10T18:52:47.686679+0000 mgr.y (mgr.15159) 172 : cluster [DBG] pgmap v109: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:49.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:48 smithi031 bash[14957]: audit 2024-09-10T18:52:47.784145+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:49.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:48 smithi031 bash[19205]: cluster 2024-09-10T18:52:47.686679+0000 mgr.y (mgr.15159) 172 : cluster [DBG] pgmap v109: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:49.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:48 smithi031 bash[19205]: audit 2024-09-10T18:52:47.784145+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:52:49.380 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:48 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:48.962474735Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-10T18:52:49.380 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:49 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:49.165121085Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2024-09-10T18:52:49.872 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:49 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:49.457325345Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2024-09-10T18:52:50.145 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:49 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:49.868069959Z level=info msg="Executing migration" id="add annotations_enabled column" 2024-09-10T18:52:50.145 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:49 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:49.93460953Z level=info msg="Executing migration" id="add time_selection_enabled column" 2024-09-10T18:52:50.420 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:50 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:50.142027856Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2024-09-10T18:52:50.421 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:50 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:50.247803268Z level=info msg="Executing migration" id="add share column" 2024-09-10T18:52:50.513 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-10T18:52:50.689 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:50 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:50.415738651Z level=info msg="Executing migration" id="create default alerting folders" 2024-09-10T18:52:50.689 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:50 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:50.492068255Z level=info msg="Executing migration" id="create file table" 2024-09-10T18:52:50.689 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:50 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:50.592118922Z level=info msg="Executing migration" id="file table idx: path natural pk" 2024-09-10T18:52:50.965 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:50 smithi063 bash[14646]: audit 2024-09-10T18:52:49.657835+0000 mgr.y (mgr.15159) 173 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:50.965 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:50 smithi063 bash[14646]: cluster 2024-09-10T18:52:49.688047+0000 mgr.y (mgr.15159) 174 : cluster [DBG] pgmap v110: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:50.965 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:50 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:50.684236981Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2024-09-10T18:52:50.965 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:50 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:50.776309841Z level=info msg="Executing migration" id="create file_meta table" 2024-09-10T18:52:50.965 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:50 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:50.868294946Z level=info msg="Executing migration" id="file table idx: path key" 2024-09-10T18:52:51.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:50 smithi031 bash[14957]: audit 2024-09-10T18:52:49.657835+0000 mgr.y (mgr.15159) 173 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:51.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:50 smithi031 bash[14957]: cluster 2024-09-10T18:52:49.688047+0000 mgr.y (mgr.15159) 174 : cluster [DBG] pgmap v110: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:51.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:50 smithi031 bash[19205]: audit 2024-09-10T18:52:49.657835+0000 mgr.y (mgr.15159) 173 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:51.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:50 smithi031 bash[19205]: cluster 2024-09-10T18:52:49.688047+0000 mgr.y (mgr.15159) 174 : cluster [DBG] pgmap v110: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:51.225 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:50 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:50.960386755Z level=info msg="Executing migration" id="set path collation in file table" 2024-09-10T18:52:51.226 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.024513512Z level=info msg="Executing migration" id="managed permissions migration" 2024-09-10T18:52:51.226 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.094560154Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2024-09-10T18:52:51.226 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.161639128Z level=info msg="Executing migration" id="RBAC action name migrator" 2024-09-10T18:52:51.478 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[47354]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:52:51.478 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.220587372Z level=info msg="Executing migration" id="Add UID column to playlist" 2024-09-10T18:52:51.478 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.245905857Z level=info msg="Executing migration" id="Update uid column values in playlist" 2024-09-10T18:52:51.478 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.29263516Z level=info msg="Executing migration" id="Add index for uid in playlist" 2024-09-10T18:52:51.478 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.389209772Z level=info msg="Executing migration" id="update group index for alert rules" 2024-09-10T18:52:51.478 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.43117623Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2024-09-10T18:52:51.478 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.473231973Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2024-09-10T18:52:51.732 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.515241497Z level=info msg="Executing migration" id="add action column to seed_assignment" 2024-09-10T18:52:51.733 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.560167751Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2024-09-10T18:52:51.733 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.6022283Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2024-09-10T18:52:51.733 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.627433563Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2024-09-10T18:52:51.733 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.677635877Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2024-09-10T18:52:51.993 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.728050829Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2024-09-10T18:52:51.993 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.753264737Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2024-09-10T18:52:51.993 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.786915312Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2024-09-10T18:52:51.993 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.828691594Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2024-09-10T18:52:51.993 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.854067342Z level=info msg="Executing migration" id="create folder table" 2024-09-10T18:52:51.994 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.879270183Z level=info msg="Executing migration" id="Add index for parent_uid" 2024-09-10T18:52:51.994 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.904501463Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2024-09-10T18:52:51.994 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.946535918Z level=info msg="Executing migration" id="Update folder title length" 2024-09-10T18:52:51.994 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:51 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:51.988563327Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2024-09-10T18:52:52.281 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[46161]: logger=migrator t=2024-09-10T18:52:52.013786533Z level=info msg="migrations completed" performed=485 skipped=0 duration=25.40371551s 2024-09-10T18:52:52.282 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[46161]: logger=sqlstore t=2024-09-10T18:52:52.015207658Z level=info msg="Created default organization" 2024-09-10T18:52:52.282 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[46161]: logger=plugin.loader t=2024-09-10T18:52:52.134352478Z level=info msg="Plugin registered" pluginID=input 2024-09-10T18:52:52.282 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[46161]: logger=plugin.loader t=2024-09-10T18:52:52.164745093Z level=info msg="Plugin registered" pluginID=grafana-piechart-panel 2024-09-10T18:52:52.282 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[46161]: logger=plugin.loader t=2024-09-10T18:52:52.16478085Z level=info msg="Plugin registered" pluginID=vonage-status-panel 2024-09-10T18:52:52.282 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[46161]: logger=secrets t=2024-09-10T18:52:52.164825759Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-09-10T18:52:52.282 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[46161]: logger=query_data t=2024-09-10T18:52:52.166787206Z level=info msg="Query Service initialization" 2024-09-10T18:52:52.282 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[46161]: logger=live.push_http t=2024-09-10T18:52:52.169714222Z level=info msg="Live Push Gateway initialization" 2024-09-10T18:52:52.631 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: --- Logging error --- 2024-09-10T18:52:52.631 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Traceback (most recent call last): 2024-09-10T18:52:52.631 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:52:52.631 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self.socket.send(msg) 2024-09-10T18:52:52.631 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:52:52.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:52.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Traceback (most recent call last): 2024-09-10T18:52:52.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:52:52.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self.socket.connect(address) 2024-09-10T18:52:52.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:52.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:52.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Traceback (most recent call last): 2024-09-10T18:52:52.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:52:52.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self._connect_unixsocket(self.address) 2024-09-10T18:52:52.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:52:52.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self.socket.connect(address) 2024-09-10T18:52:52.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:52.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Call stack: 2024-09-10T18:52:52.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:52:52.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self._bootstrap_inner() 2024-09-10T18:52:52.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:52:52.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self.run() 2024-09-10T18:52:52.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:52:52.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: logger.info("Started the configuration object watcher") 2024-09-10T18:52:52.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Message: 'Started the configuration object watcher' 2024-09-10T18:52:52.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Arguments: () 2024-09-10T18:52:52.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: --- Logging error --- 2024-09-10T18:52:52.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Traceback (most recent call last): 2024-09-10T18:52:52.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:52:52.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self.socket.send(msg) 2024-09-10T18:52:52.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:52:52.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:52.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Traceback (most recent call last): 2024-09-10T18:52:52.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:52:52.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self.socket.connect(address) 2024-09-10T18:52:52.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:52.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:52.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Traceback (most recent call last): 2024-09-10T18:52:52.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:52:52.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self._connect_unixsocket(self.address) 2024-09-10T18:52:52.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:52:52.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self.socket.connect(address) 2024-09-10T18:52:52.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:52.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Call stack: 2024-09-10T18:52:52.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:52:52.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: main() 2024-09-10T18:52:52.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:52:52.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:52:52.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:52:52.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:52:52.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:52:52.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Arguments: () 2024-09-10T18:52:52.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: --- Logging error --- 2024-09-10T18:52:52.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Traceback (most recent call last): 2024-09-10T18:52:52.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:52:52.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self.socket.send(msg) 2024-09-10T18:52:52.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:52:52.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:52.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Traceback (most recent call last): 2024-09-10T18:52:52.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:52:52.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self.socket.connect(address) 2024-09-10T18:52:52.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:52.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:52.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Traceback (most recent call last): 2024-09-10T18:52:52.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:52:52.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self._connect_unixsocket(self.address) 2024-09-10T18:52:52.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:52:52.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self.socket.connect(address) 2024-09-10T18:52:52.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:52.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Call stack: 2024-09-10T18:52:52.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:52:52.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self._bootstrap_inner() 2024-09-10T18:52:52.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:52:52.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self.run() 2024-09-10T18:52:52.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:52:52.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self.interval)) 2024-09-10T18:52:52.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:52:52.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Arguments: () 2024-09-10T18:52:52.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: --- Logging error --- 2024-09-10T18:52:52.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Traceback (most recent call last): 2024-09-10T18:52:52.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:52:52.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self.socket.send(msg) 2024-09-10T18:52:52.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:52:52.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:52.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Traceback (most recent call last): 2024-09-10T18:52:52.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:52:52.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self.socket.connect(address) 2024-09-10T18:52:52.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:52.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: During handling of the above exception, another exception occurred: 2024-09-10T18:52:52.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Traceback (most recent call last): 2024-09-10T18:52:52.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:52:52.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self._connect_unixsocket(self.address) 2024-09-10T18:52:52.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:52:52.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: self.socket.connect(address) 2024-09-10T18:52:52.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:52:52.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Call stack: 2024-09-10T18:52:52.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:52:52.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: main() 2024-09-10T18:52:52.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:52:52.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:52:52.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:52:52.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:52:52.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:52:52.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: "{}".format(blacklisted_ip)) 2024-09-10T18:52:52.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/3824217936' 2024-09-10T18:52:52.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Arguments: () 2024-09-10T18:52:52.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: Traceback (most recent call last): 2024-09-10T18:52:52.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:52:52.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: main() 2024-09-10T18:52:52.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:52:52.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:52:52.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:52:52.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:52:52.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:52:52.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:52:52.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:52:52.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: **kwargs).stdout 2024-09-10T18:52:52.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:52:52.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: output=stdout, stderr=stderr) 2024-09-10T18:52:52.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[47371]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/3824217936' returned non-zero exit status 13. 2024-09-10T18:52:53.127 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[14646]: cluster 2024-09-10T18:52:51.688675+0000 mgr.y (mgr.15159) 175 : cluster [DBG] pgmap v111: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:53.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[14646]: audit 2024-09-10T18:52:51.911141+0000 mon.b (mon.2) 367 : audit [DBG] from='client.? 172.21.15.63:0/3313786480' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:52:53.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:52 smithi063 bash[14646]: audit 2024-09-10T18:52:52.270595+0000 mon.b (mon.2) 368 : audit [INF] from='client.? 172.21.15.63:0/3883710797' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:52:53.128 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:53 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:52:53.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:52 smithi031 bash[14957]: cluster 2024-09-10T18:52:51.688675+0000 mgr.y (mgr.15159) 175 : cluster [DBG] pgmap v111: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:53.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:52 smithi031 bash[14957]: audit 2024-09-10T18:52:51.911141+0000 mon.b (mon.2) 367 : audit [DBG] from='client.? 172.21.15.63:0/3313786480' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:52:53.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:52 smithi031 bash[14957]: audit 2024-09-10T18:52:52.270595+0000 mon.b (mon.2) 368 : audit [INF] from='client.? 172.21.15.63:0/3883710797' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:52:53.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:52 smithi031 bash[19205]: cluster 2024-09-10T18:52:51.688675+0000 mgr.y (mgr.15159) 175 : cluster [DBG] pgmap v111: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:53.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:52 smithi031 bash[19205]: audit 2024-09-10T18:52:51.911141+0000 mon.b (mon.2) 367 : audit [DBG] from='client.? 172.21.15.63:0/3313786480' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:52:53.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:52 smithi031 bash[19205]: audit 2024-09-10T18:52:52.270595+0000 mon.b (mon.2) 368 : audit [INF] from='client.? 172.21.15.63:0/3883710797' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:52:53.380 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:53 smithi063 bash[47354]: (process:1): GLib-GObject-CRITICAL **: 18:52:53.120: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:52:53.381 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:53 smithi063 bash[46161]: logger=infra.usagestats.collector t=2024-09-10T18:52:53.138619426Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-09-10T18:52:53.381 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:53 smithi063 bash[46161]: logger=provisioning.datasources t=2024-09-10T18:52:53.139234399Z level=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2024-09-10T18:52:53.381 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:53 smithi063 bash[46161]: logger=provisioning.datasources t=2024-09-10T18:52:53.172887817Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-09-10T18:52:53.381 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:53 smithi063 bash[46161]: logger=provisioning.datasources t=2024-09-10T18:52:53.295349076Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2024-09-10T18:52:54.130 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:53 smithi063 bash[47586]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:52:54.130 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:52:53 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:52:54.131 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:53 smithi063 bash[46161]: logger=provisioning.alerting t=2024-09-10T18:52:53.655980683Z level=info msg="starting to provision alerting" 2024-09-10T18:52:54.131 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:53 smithi063 bash[46161]: logger=provisioning.alerting t=2024-09-10T18:52:53.656087485Z level=info msg="finished to provision alerting" 2024-09-10T18:52:54.131 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:53 smithi063 bash[46161]: logger=ngalert.state.manager t=2024-09-10T18:52:53.656314015Z level=info msg="Warming state cache for startup" 2024-09-10T18:52:54.131 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:53 smithi063 bash[46161]: logger=grafanaStorageLogger t=2024-09-10T18:52:53.656456597Z level=info msg="storage starting" 2024-09-10T18:52:54.131 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:53 smithi063 bash[46161]: logger=http.server t=2024-09-10T18:52:53.664034317Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-09-10T18:52:54.131 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:53 smithi063 bash[46161]: logger=ngalert.state.manager t=2024-09-10T18:52:53.805655375Z level=info msg="State cache has been initialized" states=0 duration=149.340543ms 2024-09-10T18:52:54.131 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:53 smithi063 bash[46161]: logger=ticker t=2024-09-10T18:52:53.80579818Z level=info msg=starting first_tick=2024-09-10T18:53:00Z 2024-09-10T18:52:54.131 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:53 smithi063 bash[46161]: logger=ngalert.multiorg.alertmanager t=2024-09-10T18:52:53.805849161Z level=info msg="starting MultiOrg Alertmanager" 2024-09-10T18:52:54.131 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:53 smithi063 bash[46161]: logger=sqlstore.transactions t=2024-09-10T18:52:53.841757596Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-10T18:52:54.131 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:53 smithi063 bash[46161]: logger=sqlstore.transactions t=2024-09-10T18:52:53.848074028Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-10T18:52:54.131 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 18:52:53 smithi063 bash[46161]: logger=sqlstore.transactions t=2024-09-10T18:52:53.858762087Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=1 code="database is locked" 2024-09-10T18:52:54.441 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:52:54.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:54 smithi031 bash[14957]: cluster 2024-09-10T18:52:53.690231+0000 mgr.y (mgr.15159) 176 : cluster [DBG] pgmap v112: 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-10T18:52:54.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:54 smithi031 bash[14957]: audit 2024-09-10T18:52:54.425172+0000 mon.c (mon.1) 51 : audit [DBG] from='client.? 172.21.15.31:0/3779677723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:54.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:54 smithi031 bash[19205]: cluster 2024-09-10T18:52:53.690231+0000 mgr.y (mgr.15159) 176 : cluster [DBG] pgmap v112: 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-10T18:52:54.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:54 smithi031 bash[19205]: audit 2024-09-10T18:52:54.425172+0000 mon.c (mon.1) 51 : audit [DBG] from='client.? 172.21.15.31:0/3779677723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:55.129 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.mgr | keys'"'"' | grep $sha1' 2024-09-10T18:52:55.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:54 smithi063 bash[14646]: cluster 2024-09-10T18:52:53.690231+0000 mgr.y (mgr.15159) 176 : cluster [DBG] pgmap v112: 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-10T18:52:55.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:54 smithi063 bash[14646]: audit 2024-09-10T18:52:54.425172+0000 mon.c (mon.1) 51 : audit [DBG] from='client.? 172.21.15.31:0/3779677723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:57.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:56 smithi063 bash[14646]: cluster 2024-09-10T18:52:55.690944+0000 mgr.y (mgr.15159) 177 : cluster [DBG] pgmap v113: 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-10T18:52:57.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:56 smithi031 bash[14957]: cluster 2024-09-10T18:52:55.690944+0000 mgr.y (mgr.15159) 177 : cluster [DBG] pgmap v113: 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-10T18:52:57.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:56 smithi031 bash[19205]: cluster 2024-09-10T18:52:55.690944+0000 mgr.y (mgr.15159) 177 : cluster [DBG] pgmap v113: 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-10T18:52:58.827 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)" 2024-09-10T18:52:59.529 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 2'"'"'' 2024-09-10T18:52:59.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:59 smithi031 bash[14957]: cluster 2024-09-10T18:52:57.691675+0000 mgr.y (mgr.15159) 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-10T18:52:59.767 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:52:59 smithi031 bash[14957]: audit 2024-09-10T18:52:58.812119+0000 mon.c (mon.1) 52 : audit [DBG] from='client.? 172.21.15.31:0/1919880175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:59.767 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:59 smithi031 bash[19205]: cluster 2024-09-10T18:52:57.691675+0000 mgr.y (mgr.15159) 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-10T18:52:59.767 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:52:59 smithi031 bash[19205]: audit 2024-09-10T18:52:58.812119+0000 mon.c (mon.1) 52 : audit [DBG] from='client.? 172.21.15.31:0/1919880175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:52:59.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:59 smithi063 bash[14646]: cluster 2024-09-10T18:52:57.691675+0000 mgr.y (mgr.15159) 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-10T18:52:59.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:52:59 smithi063 bash[14646]: audit 2024-09-10T18:52:58.812119+0000 mon.c (mon.1) 52 : audit [DBG] from='client.? 172.21.15.31:0/1919880175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:01.778 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:01 smithi031 bash[19205]: cluster 2024-09-10T18:52:59.693178+0000 mgr.y (mgr.15159) 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-10T18:53:01.779 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:01 smithi031 bash[14957]: cluster 2024-09-10T18:52:59.693178+0000 mgr.y (mgr.15159) 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-10T18:53:01.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:01 smithi063 bash[14646]: cluster 2024-09-10T18:52:59.693178+0000 mgr.y (mgr.15159) 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-10T18:53:03.278 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:53:03.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:03 smithi031 bash[14957]: cluster 2024-09-10T18:53:01.693904+0000 mgr.y (mgr.15159) 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-10T18:53:03.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:03 smithi031 bash[14957]: audit 2024-09-10T18:53:03.262016+0000 mon.c (mon.1) 53 : audit [DBG] from='client.? 172.21.15.31:0/4152602627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:03.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:03 smithi031 bash[19205]: cluster 2024-09-10T18:53:01.693904+0000 mgr.y (mgr.15159) 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-10T18:53:03.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:03 smithi031 bash[19205]: audit 2024-09-10T18:53:03.262016+0000 mon.c (mon.1) 53 : audit [DBG] from='client.? 172.21.15.31:0/4152602627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:03.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:03 smithi063 bash[14646]: cluster 2024-09-10T18:53:01.693904+0000 mgr.y (mgr.15159) 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-10T18:53:03.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:03 smithi063 bash[14646]: audit 2024-09-10T18:53:03.262016+0000 mon.c (mon.1) 53 : audit [DBG] from='client.? 172.21.15.31:0/4152602627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:04.038 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 2'"'"'' 2024-09-10T18:53:04.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:03 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 12. 2024-09-10T18:53:04.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:03 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:53:04.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:03 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:53:05.630 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:05 smithi063 bash[47649]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:53:05.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:05 smithi063 bash[14646]: cluster 2024-09-10T18:53:03.695441+0000 mgr.y (mgr.15159) 181 : cluster [DBG] pgmap v117: 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-10T18:53:05.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:05 smithi031 bash[19205]: cluster 2024-09-10T18:53:03.695441+0000 mgr.y (mgr.15159) 181 : cluster [DBG] pgmap v117: 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-10T18:53:05.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:05 smithi031 bash[14957]: cluster 2024-09-10T18:53:03.695441+0000 mgr.y (mgr.15159) 181 : cluster [DBG] pgmap v117: 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-10T18:53:06.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[14646]: audit 2024-09-10T18:53:06.050880+0000 mon.b (mon.2) 369 : audit [DBG] from='client.? 172.21.15.63:0/487455318' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:53:06.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[14646]: audit 2024-09-10T18:53:06.405541+0000 mon.b (mon.2) 370 : audit [INF] from='client.? 172.21.15.63:0/932195598' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:53:06.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: --- Logging error --- 2024-09-10T18:53:06.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Traceback (most recent call last): 2024-09-10T18:53:06.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:53:06.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self.socket.send(msg) 2024-09-10T18:53:06.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:53:06.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:06.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Traceback (most recent call last): 2024-09-10T18:53:06.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:53:06.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self.socket.connect(address) 2024-09-10T18:53:06.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:06.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:06.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Traceback (most recent call last): 2024-09-10T18:53:06.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:53:06.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self._connect_unixsocket(self.address) 2024-09-10T18:53:06.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:53:06.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self.socket.connect(address) 2024-09-10T18:53:06.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:06.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Call stack: 2024-09-10T18:53:06.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:53:06.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self._bootstrap_inner() 2024-09-10T18:53:06.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:53:06.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self.run() 2024-09-10T18:53:06.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:53:06.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: logger.info("Started the configuration object watcher") 2024-09-10T18:53:06.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Message: 'Started the configuration object watcher' 2024-09-10T18:53:06.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Arguments: () 2024-09-10T18:53:06.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: --- Logging error --- 2024-09-10T18:53:06.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Traceback (most recent call last): 2024-09-10T18:53:06.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:53:06.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self.socket.send(msg) 2024-09-10T18:53:06.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:53:06.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:06.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Traceback (most recent call last): 2024-09-10T18:53:06.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:53:06.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self.socket.connect(address) 2024-09-10T18:53:06.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:06.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:06.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Traceback (most recent call last): 2024-09-10T18:53:06.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:53:06.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self._connect_unixsocket(self.address) 2024-09-10T18:53:06.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:53:06.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self.socket.connect(address) 2024-09-10T18:53:06.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:06.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Call stack: 2024-09-10T18:53:06.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:53:06.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: main() 2024-09-10T18:53:06.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:53:06.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:53:06.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:53:06.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:53:06.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:53:06.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Arguments: () 2024-09-10T18:53:06.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: --- Logging error --- 2024-09-10T18:53:06.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Traceback (most recent call last): 2024-09-10T18:53:06.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:53:06.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self.socket.send(msg) 2024-09-10T18:53:06.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:53:06.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:06.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Traceback (most recent call last): 2024-09-10T18:53:06.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:53:06.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self.socket.connect(address) 2024-09-10T18:53:06.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:06.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:06.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Traceback (most recent call last): 2024-09-10T18:53:06.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:53:06.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self._connect_unixsocket(self.address) 2024-09-10T18:53:06.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:53:06.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self.socket.connect(address) 2024-09-10T18:53:06.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:06.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Call stack: 2024-09-10T18:53:06.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:53:06.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self._bootstrap_inner() 2024-09-10T18:53:06.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:53:06.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self.run() 2024-09-10T18:53:06.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:53:06.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self.interval)) 2024-09-10T18:53:06.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:53:06.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Arguments: () 2024-09-10T18:53:06.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: --- Logging error --- 2024-09-10T18:53:06.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Traceback (most recent call last): 2024-09-10T18:53:06.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:53:06.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self.socket.send(msg) 2024-09-10T18:53:06.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:53:06.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:06.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Traceback (most recent call last): 2024-09-10T18:53:06.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:53:06.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self.socket.connect(address) 2024-09-10T18:53:06.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:06.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:06.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Traceback (most recent call last): 2024-09-10T18:53:06.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:53:06.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self._connect_unixsocket(self.address) 2024-09-10T18:53:06.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:53:06.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: self.socket.connect(address) 2024-09-10T18:53:06.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:06.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Call stack: 2024-09-10T18:53:06.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:53:06.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: main() 2024-09-10T18:53:06.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:53:06.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:53:06.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:53:06.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:53:06.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:53:06.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: "{}".format(blacklisted_ip)) 2024-09-10T18:53:06.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/3824217936' 2024-09-10T18:53:06.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Arguments: () 2024-09-10T18:53:06.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: Traceback (most recent call last): 2024-09-10T18:53:06.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:53:06.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: main() 2024-09-10T18:53:06.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:53:06.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:53:06.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:53:06.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:53:06.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:53:06.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:53:06.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:53:06.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: **kwargs).stdout 2024-09-10T18:53:06.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:53:06.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: output=stdout, stderr=stderr) 2024-09-10T18:53:06.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:06 smithi063 bash[47665]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/3824217936' returned non-zero exit status 13. 2024-09-10T18:53:06.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:06 smithi031 bash[14957]: audit 2024-09-10T18:53:06.050880+0000 mon.b (mon.2) 369 : audit [DBG] from='client.? 172.21.15.63:0/487455318' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:53:06.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:06 smithi031 bash[14957]: audit 2024-09-10T18:53:06.405541+0000 mon.b (mon.2) 370 : audit [INF] from='client.? 172.21.15.63:0/932195598' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:53:06.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:06 smithi031 bash[19205]: audit 2024-09-10T18:53:06.050880+0000 mon.b (mon.2) 369 : audit [DBG] from='client.? 172.21.15.63:0/487455318' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:53:06.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:06 smithi031 bash[19205]: audit 2024-09-10T18:53:06.405541+0000 mon.b (mon.2) 370 : audit [INF] from='client.? 172.21.15.63:0/932195598' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:53:07.425 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:07 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:53:07.425 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:07 smithi063 bash[47649]: (process:1): GLib-GObject-CRITICAL **: 18:53:07.223: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:53:07.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:07 smithi031 bash[14957]: cluster 2024-09-10T18:53:05.696215+0000 mgr.y (mgr.15159) 182 : cluster [DBG] pgmap v118: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:07.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:07 smithi031 bash[19205]: cluster 2024-09-10T18:53:05.696215+0000 mgr.y (mgr.15159) 182 : cluster [DBG] pgmap v118: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:07.781 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:07 smithi063 bash[14646]: cluster 2024-09-10T18:53:05.696215+0000 mgr.y (mgr.15159) 182 : cluster [DBG] pgmap v118: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:08.130 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:07 smithi063 bash[47882]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:53:08.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:07 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:53:09.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:09 smithi063 bash[14646]: audit 2024-09-10T18:53:07.674862+0000 mgr.y (mgr.15159) 183 : audit [DBG] from='client.15867 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:09.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:09 smithi063 bash[14646]: cluster 2024-09-10T18:53:07.696707+0000 mgr.y (mgr.15159) 184 : cluster [DBG] pgmap v119: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:09.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:09 smithi031 bash[14957]: audit 2024-09-10T18:53:07.674862+0000 mgr.y (mgr.15159) 183 : audit [DBG] from='client.15867 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:09.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:09 smithi031 bash[14957]: cluster 2024-09-10T18:53:07.696707+0000 mgr.y (mgr.15159) 184 : cluster [DBG] pgmap v119: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:09.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:09 smithi031 bash[19205]: audit 2024-09-10T18:53:07.674862+0000 mgr.y (mgr.15159) 183 : audit [DBG] from='client.15867 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:09.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:09 smithi031 bash[19205]: cluster 2024-09-10T18:53:07.696707+0000 mgr.y (mgr.15159) 184 : cluster [DBG] pgmap v119: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:10.119 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:53:10.802 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- 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-10T18:53:11.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:11 smithi063 bash[14646]: cluster 2024-09-10T18:53:09.698282+0000 mgr.y (mgr.15159) 185 : 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-10T18:53:11.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:11 smithi031 bash[14957]: cluster 2024-09-10T18:53:09.698282+0000 mgr.y (mgr.15159) 185 : 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-10T18:53:11.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:11 smithi031 bash[19205]: cluster 2024-09-10T18:53:09.698282+0000 mgr.y (mgr.15159) 185 : 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-10T18:53:13.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:13 smithi063 bash[14646]: cluster 2024-09-10T18:53:11.699157+0000 mgr.y (mgr.15159) 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-10T18:53:13.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:13 smithi031 bash[14957]: cluster 2024-09-10T18:53:11.699157+0000 mgr.y (mgr.15159) 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-10T18:53:13.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:13 smithi031 bash[19205]: cluster 2024-09-10T18:53:11.699157+0000 mgr.y (mgr.15159) 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-10T18:53:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[14957]: cluster 2024-09-10T18:53:13.700797+0000 mgr.y (mgr.15159) 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-10T18:53:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[14957]: audit 2024-09-10T18:53:14.642130+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:53:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[14957]: audit 2024-09-10T18:53:14.643113+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:53:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[14957]: audit 2024-09-10T18:53:14.643972+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[14957]: audit 2024-09-10T18:53:14.644829+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[14957]: audit 2024-09-10T18:53:14.645688+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[14957]: audit 2024-09-10T18:53:14.646486+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[14957]: audit 2024-09-10T18:53:14.649347+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:53:15.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[14957]: audit 2024-09-10T18:53:14.650153+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[14957]: audit 2024-09-10T18:53:14.650846+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[14957]: audit 2024-09-10T18:53:14.651467+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[14957]: audit 2024-09-10T18:53:14.652104+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[19205]: cluster 2024-09-10T18:53:13.700797+0000 mgr.y (mgr.15159) 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-10T18:53:15.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[19205]: audit 2024-09-10T18:53:14.642130+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:53:15.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[19205]: audit 2024-09-10T18:53:14.643113+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:53:15.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[19205]: audit 2024-09-10T18:53:14.643972+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[19205]: audit 2024-09-10T18:53:14.644829+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[19205]: audit 2024-09-10T18:53:14.645688+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[19205]: audit 2024-09-10T18:53:14.646486+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[19205]: audit 2024-09-10T18:53:14.649347+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:53:15.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[19205]: audit 2024-09-10T18:53:14.650153+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[19205]: audit 2024-09-10T18:53:14.650846+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[19205]: audit 2024-09-10T18:53:14.651467+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:15 smithi031 bash[19205]: audit 2024-09-10T18:53:14.652104+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:15 smithi063 bash[14646]: cluster 2024-09-10T18:53:13.700797+0000 mgr.y (mgr.15159) 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-10T18:53:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:15 smithi063 bash[14646]: audit 2024-09-10T18:53:14.642130+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:53:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:15 smithi063 bash[14646]: audit 2024-09-10T18:53:14.643113+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:53:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:15 smithi063 bash[14646]: audit 2024-09-10T18:53:14.643972+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:15 smithi063 bash[14646]: audit 2024-09-10T18:53:14.644829+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:15 smithi063 bash[14646]: audit 2024-09-10T18:53:14.645688+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:15 smithi063 bash[14646]: audit 2024-09-10T18:53:14.646486+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:15 smithi063 bash[14646]: audit 2024-09-10T18:53:14.649347+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:53:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:15 smithi063 bash[14646]: audit 2024-09-10T18:53:14.650153+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:15 smithi063 bash[14646]: audit 2024-09-10T18:53:14.650846+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:15 smithi063 bash[14646]: audit 2024-09-10T18:53:14.651467+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:15.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:15 smithi063 bash[14646]: audit 2024-09-10T18:53:14.652104+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:16.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:16 smithi031 bash[14957]: audit 2024-09-10T18:53:14.636607+0000 mgr.y (mgr.15159) 188 : audit [DBG] from='client.15873 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:16.856 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:16 smithi031 bash[14957]: audit 2024-09-10T18:53:15.033778+0000 mgr.y (mgr.15159) 189 : audit [DBG] from='client.25780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mon", "hosts": "smithi063", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:16.856 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:16 smithi031 bash[19205]: audit 2024-09-10T18:53:14.636607+0000 mgr.y (mgr.15159) 188 : audit [DBG] from='client.15873 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:16.857 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:16 smithi031 bash[19205]: audit 2024-09-10T18:53:15.033778+0000 mgr.y (mgr.15159) 189 : audit [DBG] from='client.25780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mon", "hosts": "smithi063", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:16.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:16 smithi063 bash[14646]: audit 2024-09-10T18:53:14.636607+0000 mgr.y (mgr.15159) 188 : audit [DBG] from='client.15873 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:16.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:16 smithi063 bash[14646]: audit 2024-09-10T18:53:15.033778+0000 mgr.y (mgr.15159) 189 : audit [DBG] from='client.25780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mon", "hosts": "smithi063", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:17.486 INFO:teuthology.orchestra.run.smithi031.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:53:17.713 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:17 smithi031 bash[14957]: cluster 2024-09-10T18:53:15.701527+0000 mgr.y (mgr.15159) 190 : 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-10T18:53:17.714 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:17 smithi031 bash[19205]: cluster 2024-09-10T18:53:15.701527+0000 mgr.y (mgr.15159) 190 : 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-10T18:53:17.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:17 smithi063 bash[14646]: cluster 2024-09-10T18:53:15.701527+0000 mgr.y (mgr.15159) 190 : 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-10T18:53:18.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:17 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 13. 2024-09-10T18:53:18.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:17 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:53:18.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:17 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:53:18.449 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- 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-10T18:53:18.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:18 smithi031 bash[19205]: cephadm 2024-09-10T18:53:17.474847+0000 mgr.y (mgr.15159) 191 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:53:18.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:18 smithi031 bash[19205]: audit 2024-09-10T18:53:17.483338+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:18.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:18 smithi031 bash[19205]: audit 2024-09-10T18:53:17.872911+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:53:18.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:18 smithi031 bash[19205]: audit 2024-09-10T18:53:17.874637+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:53:18.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:18 smithi031 bash[19205]: audit 2024-09-10T18:53:17.883927+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:18.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:18 smithi031 bash[14957]: cephadm 2024-09-10T18:53:17.474847+0000 mgr.y (mgr.15159) 191 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:53:18.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:18 smithi031 bash[14957]: audit 2024-09-10T18:53:17.483338+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:18.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:18 smithi031 bash[14957]: audit 2024-09-10T18:53:17.872911+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:53:18.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:18 smithi031 bash[14957]: audit 2024-09-10T18:53:17.874637+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:53:18.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:18 smithi031 bash[14957]: audit 2024-09-10T18:53:17.883927+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:18.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:18 smithi063 bash[14646]: cephadm 2024-09-10T18:53:17.474847+0000 mgr.y (mgr.15159) 191 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:53:18.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:18 smithi063 bash[14646]: audit 2024-09-10T18:53:17.483338+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:18.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:18 smithi063 bash[14646]: audit 2024-09-10T18:53:17.872911+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:53:18.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:18 smithi063 bash[14646]: audit 2024-09-10T18:53:17.874637+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:53:18.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:18 smithi063 bash[14646]: audit 2024-09-10T18:53:17.883927+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:19.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:19 smithi063 bash[14646]: cluster 2024-09-10T18:53:17.702188+0000 mgr.y (mgr.15159) 192 : cluster [DBG] pgmap v124: 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-10T18:53:19.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:19 smithi063 bash[14646]: cephadm 2024-09-10T18:53:17.876029+0000 mgr.y (mgr.15159) 193 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:53:19.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:19 smithi063 bash[14646]: cluster 2024-09-10T18:53:17.877074+0000 mgr.y (mgr.15159) 194 : cluster [DBG] pgmap v125: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-09-10T18:53:19.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:19 smithi063 bash[14646]: cluster 2024-09-10T18:53:17.877637+0000 mgr.y (mgr.15159) 195 : cluster [DBG] pgmap v126: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:19.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:19 smithi063 bash[14646]: cephadm 2024-09-10T18:53:17.933293+0000 mgr.y (mgr.15159) 196 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:53:19.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:19 smithi063 bash[47940]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:53:19.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:19 smithi031 bash[14957]: cluster 2024-09-10T18:53:17.702188+0000 mgr.y (mgr.15159) 192 : cluster [DBG] pgmap v124: 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-10T18:53:19.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:19 smithi031 bash[14957]: cephadm 2024-09-10T18:53:17.876029+0000 mgr.y (mgr.15159) 193 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:53:19.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:19 smithi031 bash[14957]: cluster 2024-09-10T18:53:17.877074+0000 mgr.y (mgr.15159) 194 : cluster [DBG] pgmap v125: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-09-10T18:53:19.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:19 smithi031 bash[14957]: cluster 2024-09-10T18:53:17.877637+0000 mgr.y (mgr.15159) 195 : cluster [DBG] pgmap v126: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:19.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:19 smithi031 bash[14957]: cephadm 2024-09-10T18:53:17.933293+0000 mgr.y (mgr.15159) 196 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:53:19.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:19 smithi031 bash[19205]: cluster 2024-09-10T18:53:17.702188+0000 mgr.y (mgr.15159) 192 : cluster [DBG] pgmap v124: 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-10T18:53:19.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:19 smithi031 bash[19205]: cephadm 2024-09-10T18:53:17.876029+0000 mgr.y (mgr.15159) 193 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:53:19.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:19 smithi031 bash[19205]: cluster 2024-09-10T18:53:17.877074+0000 mgr.y (mgr.15159) 194 : cluster [DBG] pgmap v125: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-09-10T18:53:19.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:19 smithi031 bash[19205]: cluster 2024-09-10T18:53:17.877637+0000 mgr.y (mgr.15159) 195 : cluster [DBG] pgmap v126: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:19.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:19 smithi031 bash[19205]: cephadm 2024-09-10T18:53:17.933293+0000 mgr.y (mgr.15159) 196 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:53:20.769 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[14646]: audit 2024-09-10T18:53:20.213286+0000 mon.b (mon.2) 371 : audit [DBG] from='client.? 172.21.15.63:0/816111792' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:53:20.770 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: --- Logging error --- 2024-09-10T18:53:20.770 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Traceback (most recent call last): 2024-09-10T18:53:20.770 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:53:20.770 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self.socket.send(msg) 2024-09-10T18:53:20.771 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:53:20.771 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:20.771 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Traceback (most recent call last): 2024-09-10T18:53:20.771 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:53:20.771 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self.socket.connect(address) 2024-09-10T18:53:20.771 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:20.771 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:20.771 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Traceback (most recent call last): 2024-09-10T18:53:20.771 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:53:20.771 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self._connect_unixsocket(self.address) 2024-09-10T18:53:20.771 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:53:20.772 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self.socket.connect(address) 2024-09-10T18:53:20.772 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:20.772 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Call stack: 2024-09-10T18:53:20.772 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:53:20.772 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self._bootstrap_inner() 2024-09-10T18:53:20.772 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:53:20.772 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self.run() 2024-09-10T18:53:20.772 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:53:20.772 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: logger.info("Started the configuration object watcher") 2024-09-10T18:53:20.772 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Message: 'Started the configuration object watcher' 2024-09-10T18:53:20.772 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Arguments: () 2024-09-10T18:53:20.772 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: --- Logging error --- 2024-09-10T18:53:20.772 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Traceback (most recent call last): 2024-09-10T18:53:20.773 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:53:20.773 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self.socket.send(msg) 2024-09-10T18:53:20.773 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:53:20.773 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:20.773 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Traceback (most recent call last): 2024-09-10T18:53:20.773 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:53:20.773 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self.socket.connect(address) 2024-09-10T18:53:20.773 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:20.773 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:20.773 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Traceback (most recent call last): 2024-09-10T18:53:20.773 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:53:20.773 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self._connect_unixsocket(self.address) 2024-09-10T18:53:20.774 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:53:20.774 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self.socket.connect(address) 2024-09-10T18:53:20.774 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:20.774 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Call stack: 2024-09-10T18:53:20.774 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:53:20.774 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: main() 2024-09-10T18:53:20.774 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:53:20.775 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:53:20.775 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:53:20.775 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:53:20.775 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:53:20.775 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Arguments: () 2024-09-10T18:53:20.775 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: --- Logging error --- 2024-09-10T18:53:20.775 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Traceback (most recent call last): 2024-09-10T18:53:20.775 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:53:20.775 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self.socket.send(msg) 2024-09-10T18:53:20.775 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:53:20.775 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:20.775 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Traceback (most recent call last): 2024-09-10T18:53:20.775 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:53:20.776 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self.socket.connect(address) 2024-09-10T18:53:20.776 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:20.776 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:20.776 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Traceback (most recent call last): 2024-09-10T18:53:20.776 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:53:20.776 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self._connect_unixsocket(self.address) 2024-09-10T18:53:20.776 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:53:20.776 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self.socket.connect(address) 2024-09-10T18:53:20.776 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:20.776 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Call stack: 2024-09-10T18:53:20.776 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:53:20.776 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self._bootstrap_inner() 2024-09-10T18:53:20.777 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:53:20.777 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self.run() 2024-09-10T18:53:20.777 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:53:20.777 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self.interval)) 2024-09-10T18:53:20.777 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:53:20.777 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Arguments: () 2024-09-10T18:53:20.777 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: --- Logging error --- 2024-09-10T18:53:20.777 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Traceback (most recent call last): 2024-09-10T18:53:20.777 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:53:20.777 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self.socket.send(msg) 2024-09-10T18:53:20.777 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:53:20.777 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:20.777 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Traceback (most recent call last): 2024-09-10T18:53:20.778 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:53:20.778 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self.socket.connect(address) 2024-09-10T18:53:20.778 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:20.778 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:20.778 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Traceback (most recent call last): 2024-09-10T18:53:20.778 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:53:20.778 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self._connect_unixsocket(self.address) 2024-09-10T18:53:20.778 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:53:20.778 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: self.socket.connect(address) 2024-09-10T18:53:20.778 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:20.778 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Call stack: 2024-09-10T18:53:20.778 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:53:20.778 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: main() 2024-09-10T18:53:20.778 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:53:20.779 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:53:20.779 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:53:20.779 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:53:20.779 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:53:20.779 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: "{}".format(blacklisted_ip)) 2024-09-10T18:53:20.779 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/3824217936' 2024-09-10T18:53:20.779 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Arguments: () 2024-09-10T18:53:20.779 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: Traceback (most recent call last): 2024-09-10T18:53:20.779 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:53:20.779 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: main() 2024-09-10T18:53:20.779 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:53:20.779 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:53:20.779 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:53:20.780 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:53:20.780 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:53:20.780 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:53:20.780 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:53:20.780 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: **kwargs).stdout 2024-09-10T18:53:20.780 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:53:20.780 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: output=stdout, stderr=stderr) 2024-09-10T18:53:20.780 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:20 smithi063 bash[47956]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/3824217936' returned non-zero exit status 13. 2024-09-10T18:53:20.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:20 smithi031 bash[14957]: audit 2024-09-10T18:53:20.213286+0000 mon.b (mon.2) 371 : audit [DBG] from='client.? 172.21.15.63:0/816111792' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:53:20.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:20 smithi031 bash[19205]: audit 2024-09-10T18:53:20.213286+0000 mon.b (mon.2) 371 : audit [DBG] from='client.? 172.21.15.63:0/816111792' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:53:21.551 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:21 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:53:21.552 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:21 smithi063 bash[47940]: (process:1): GLib-GObject-CRITICAL **: 18:53:21.358: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:53:21.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:21 smithi063 bash[14646]: cluster 2024-09-10T18:53:19.879162+0000 mgr.y (mgr.15159) 197 : cluster [DBG] pgmap v127: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:21.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:21 smithi063 bash[14646]: audit 2024-09-10T18:53:20.573458+0000 mon.b (mon.2) 372 : audit [INF] from='client.? 172.21.15.63:0/3677169796' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:53:21.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:21 smithi063 bash[14646]: audit 2024-09-10T18:53:21.493769+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:21.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:21 smithi063 bash[14646]: audit 2024-09-10T18:53:21.496760+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:53:21.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:21 smithi031 bash[14957]: cluster 2024-09-10T18:53:19.879162+0000 mgr.y (mgr.15159) 197 : cluster [DBG] pgmap v127: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:21.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:21 smithi031 bash[14957]: audit 2024-09-10T18:53:20.573458+0000 mon.b (mon.2) 372 : audit [INF] from='client.? 172.21.15.63:0/3677169796' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:53:21.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:21 smithi031 bash[14957]: audit 2024-09-10T18:53:21.493769+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:21.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:21 smithi031 bash[14957]: audit 2024-09-10T18:53:21.496760+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:53:21.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:21 smithi031 bash[19205]: cluster 2024-09-10T18:53:19.879162+0000 mgr.y (mgr.15159) 197 : cluster [DBG] pgmap v127: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:21.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:21 smithi031 bash[19205]: audit 2024-09-10T18:53:20.573458+0000 mon.b (mon.2) 372 : audit [INF] from='client.? 172.21.15.63:0/3677169796' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: access denied 2024-09-10T18:53:21.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:21 smithi031 bash[19205]: audit 2024-09-10T18:53:21.493769+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:21.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:21 smithi031 bash[19205]: audit 2024-09-10T18:53:21.496760+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:53:22.350 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:21 smithi063 bash[48174]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:53:22.351 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:21 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:53:22.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:22 smithi063 bash[14646]: cephadm 2024-09-10T18:53:21.494464+0000 mgr.y (mgr.15159) 198 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:53:22.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:22 smithi063 bash[14646]: cephadm 2024-09-10T18:53:21.494626+0000 mgr.y (mgr.15159) 199 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:53:22.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:22 smithi063 bash[14646]: audit 2024-09-10T18:53:21.509072+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:22.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:22 smithi063 bash[14646]: audit 2024-09-10T18:53:21.512659+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:22.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:22 smithi063 bash[14646]: cephadm 2024-09-10T18:53:21.519162+0000 mgr.y (mgr.15159) 200 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:53:22.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:22 smithi063 bash[14646]: audit 2024-09-10T18:53:21.525699+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:22.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:22 smithi063 bash[14646]: audit 2024-09-10T18:53:21.527601+0000 mon.a (mon.0) 1440 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T18:53:22.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:22 smithi063 bash[14646]: audit 2024-09-10T18:53:21.528863+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-10T18:53:22.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:22 smithi063 bash[14646]: cephadm 2024-09-10T18:53:21.529772+0000 mgr.y (mgr.15159) 201 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-10T18:53:22.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:22 smithi031 bash[14957]: cephadm 2024-09-10T18:53:21.494464+0000 mgr.y (mgr.15159) 198 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:53:22.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:22 smithi031 bash[14957]: cephadm 2024-09-10T18:53:21.494626+0000 mgr.y (mgr.15159) 199 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:53:22.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:22 smithi031 bash[14957]: audit 2024-09-10T18:53:21.509072+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:22.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:22 smithi031 bash[14957]: audit 2024-09-10T18:53:21.512659+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:22.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:22 smithi031 bash[14957]: cephadm 2024-09-10T18:53:21.519162+0000 mgr.y (mgr.15159) 200 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:53:22.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:22 smithi031 bash[14957]: audit 2024-09-10T18:53:21.525699+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:22.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:22 smithi031 bash[14957]: audit 2024-09-10T18:53:21.527601+0000 mon.a (mon.0) 1440 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T18:53:22.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:22 smithi031 bash[14957]: audit 2024-09-10T18:53:21.528863+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-10T18:53:22.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:22 smithi031 bash[14957]: cephadm 2024-09-10T18:53:21.529772+0000 mgr.y (mgr.15159) 201 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-10T18:53:22.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:22 smithi031 bash[19205]: cephadm 2024-09-10T18:53:21.494464+0000 mgr.y (mgr.15159) 198 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:53:22.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:22 smithi031 bash[19205]: cephadm 2024-09-10T18:53:21.494626+0000 mgr.y (mgr.15159) 199 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:53:22.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:22 smithi031 bash[19205]: audit 2024-09-10T18:53:21.509072+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:22.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:22 smithi031 bash[19205]: audit 2024-09-10T18:53:21.512659+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:22.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:22 smithi031 bash[19205]: cephadm 2024-09-10T18:53:21.519162+0000 mgr.y (mgr.15159) 200 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:53:22.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:22 smithi031 bash[19205]: audit 2024-09-10T18:53:21.525699+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:22.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:22 smithi031 bash[19205]: audit 2024-09-10T18:53:21.527601+0000 mon.a (mon.0) 1440 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T18:53:22.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:22 smithi031 bash[19205]: audit 2024-09-10T18:53:21.528863+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-10T18:53:22.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:22 smithi031 bash[19205]: cephadm 2024-09-10T18:53:21.529772+0000 mgr.y (mgr.15159) 201 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-10T18:53:23.500 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:53:23.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:23 smithi063 bash[14646]: cluster 2024-09-10T18:53:21.880183+0000 mgr.y (mgr.15159) 202 : cluster [DBG] pgmap v128: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:23.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:23 smithi031 bash[19205]: cluster 2024-09-10T18:53:21.880183+0000 mgr.y (mgr.15159) 202 : cluster [DBG] pgmap v128: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:23.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:23 smithi031 bash[14957]: cluster 2024-09-10T18:53:21.880183+0000 mgr.y (mgr.15159) 202 : cluster [DBG] pgmap v128: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:24.207 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:53:24.208 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (102s) 95s ago 26m 14.8M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T18:53:24.208 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (58s) 52s ago 25m 26.7M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T18:53:24.208 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 52s ago 26m - - 2024-09-10T18:53:24.208 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (3m) 52s ago 30m 390M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T18:53:24.208 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (13m) 95s ago 32m 436M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:53:24.208 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (32m) 95s ago 32m 115M 2048M 15.2.9 dfc483079636 110985a9aaad 2024-09-10T18:53:24.208 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (31m) 52s ago 31m 81.8M 2048M 15.2.9 dfc483079636 97c3ecf5bc14 2024-09-10T18:53:24.208 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (31m) 95s ago 31m 76.0M 2048M 15.2.9 dfc483079636 b3f47a149224 2024-09-10T18:53:24.208 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (2m) 95s ago 26m 9996k - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T18:53:24.208 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (2m) 52s ago 26m 10.1M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T18:53:24.208 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (30m) 95s ago 30m 51.5M 4096M 15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:53:24.209 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (30m) 95s ago 30m 53.8M 4096M 15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:53:24.209 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (29m) 95s ago 29m 46.7M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:53:24.209 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (29m) 95s ago 29m 54.0M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:53:24.209 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (28m) 52s ago 28m 52.3M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:53:24.209 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (28m) 52s ago 28m 48.0M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:53:24.209 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (27m) 52s ago 28m 49.8M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:53:24.209 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (27m) 52s ago 27m 50.8M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:53:24.209 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (2m) 52s ago 26m 43.0M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T18:53:24.209 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (24m) 95s ago 24m 55.1M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:53:24.209 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (24m) 52s ago 24m 55.4M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:53:24.636 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:53:24.636 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:53:24.636 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-10T18:53:24.636 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:53:24.636 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:53:24.636 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:53:24.636 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:53:24.636 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:53:24.636 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-10T18:53:24.637 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:53:24.637 INFO:teuthology.orchestra.run.smithi031.stdout: "mds": {}, 2024-09-10T18:53:24.637 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:53:24.637 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:53:24.637 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:53:24.637 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:53:24.637 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-10T18:53:24.637 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:53:24.637 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:53:24.637 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:53:24.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:24 smithi063 bash[14646]: audit 2024-09-10T18:53:23.483149+0000 mgr.y (mgr.15159) 203 : audit [DBG] from='client.15909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:24.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:24 smithi063 bash[14646]: audit 2024-09-10T18:53:24.108462+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:24.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:24 smithi063 bash[14646]: audit 2024-09-10T18:53:24.110175+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:53:24.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:24 smithi063 bash[14646]: audit 2024-09-10T18:53:24.111413+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:53:24.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:24 smithi063 bash[14646]: audit 2024-09-10T18:53:24.112343+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:53:24.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:24 smithi063 bash[14646]: audit 2024-09-10T18:53:24.113846+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T18:53:24.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:24 smithi063 bash[14646]: audit 2024-09-10T18:53:24.181958+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:53:24.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:24 smithi063 bash[14646]: audit 2024-09-10T18:53:24.182657+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:53:24.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:24 smithi063 bash[14646]: audit 2024-09-10T18:53:24.183300+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:24 smithi063 bash[14646]: audit 2024-09-10T18:53:24.184012+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:24 smithi063 bash[14646]: audit 2024-09-10T18:53:24.184719+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:24 smithi063 bash[14646]: audit 2024-09-10T18:53:24.185384+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:24 smithi063 bash[14646]: audit 2024-09-10T18:53:24.189528+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:53:24.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:24 smithi063 bash[14646]: audit 2024-09-10T18:53:24.190240+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:24 smithi063 bash[14646]: audit 2024-09-10T18:53:24.190928+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:24 smithi063 bash[14646]: audit 2024-09-10T18:53:24.191610+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:24 smithi063 bash[14646]: audit 2024-09-10T18:53:24.192325+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[19205]: audit 2024-09-10T18:53:23.483149+0000 mgr.y (mgr.15159) 203 : audit [DBG] from='client.15909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:24.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[19205]: audit 2024-09-10T18:53:24.108462+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:24.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[19205]: audit 2024-09-10T18:53:24.110175+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:53:24.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[19205]: audit 2024-09-10T18:53:24.111413+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:53:24.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[19205]: audit 2024-09-10T18:53:24.112343+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:53:24.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[19205]: audit 2024-09-10T18:53:24.113846+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T18:53:24.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[19205]: audit 2024-09-10T18:53:24.181958+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:53:24.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[19205]: audit 2024-09-10T18:53:24.182657+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:53:24.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[19205]: audit 2024-09-10T18:53:24.183300+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[19205]: audit 2024-09-10T18:53:24.184012+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[19205]: audit 2024-09-10T18:53:24.184719+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[19205]: audit 2024-09-10T18:53:24.185384+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[19205]: audit 2024-09-10T18:53:24.189528+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:53:24.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[19205]: audit 2024-09-10T18:53:24.190240+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[19205]: audit 2024-09-10T18:53:24.190928+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[19205]: audit 2024-09-10T18:53:24.191610+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[19205]: audit 2024-09-10T18:53:24.192325+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[14957]: audit 2024-09-10T18:53:23.483149+0000 mgr.y (mgr.15159) 203 : audit [DBG] from='client.15909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:24.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[14957]: audit 2024-09-10T18:53:24.108462+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:24.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[14957]: audit 2024-09-10T18:53:24.110175+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:53:24.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[14957]: audit 2024-09-10T18:53:24.111413+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:53:24.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[14957]: audit 2024-09-10T18:53:24.112343+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:53:24.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[14957]: audit 2024-09-10T18:53:24.113846+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T18:53:24.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[14957]: audit 2024-09-10T18:53:24.181958+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:53:24.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[14957]: audit 2024-09-10T18:53:24.182657+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:53:24.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[14957]: audit 2024-09-10T18:53:24.183300+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[14957]: audit 2024-09-10T18:53:24.184012+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[14957]: audit 2024-09-10T18:53:24.184719+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[14957]: audit 2024-09-10T18:53:24.185384+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[14957]: audit 2024-09-10T18:53:24.189528+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:53:24.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[14957]: audit 2024-09-10T18:53:24.190240+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[14957]: audit 2024-09-10T18:53:24.190928+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[14957]: audit 2024-09-10T18:53:24.191610+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:24 smithi031 bash[14957]: audit 2024-09-10T18:53:24.192325+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:53:24.986 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:53:24.986 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:53:24.986 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T18:53:24.986 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi063", 2024-09-10T18:53:24.986 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-10T18:53:24.986 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "0/1 daemons upgraded", 2024-09-10T18:53:24.986 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading mon daemons", 2024-09-10T18:53:24.986 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T18:53:24.986 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:53:25.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:25 smithi063 bash[14646]: audit 2024-09-10T18:53:23.831763+0000 mgr.y (mgr.15159) 204 : audit [DBG] from='client.15915 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:25.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:25 smithi063 bash[14646]: cluster 2024-09-10T18:53:23.881771+0000 mgr.y (mgr.15159) 205 : cluster [DBG] pgmap v129: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 125 B/s rd, 0 op/s 2024-09-10T18:53:25.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:25 smithi063 bash[14646]: cephadm 2024-09-10T18:53:24.098895+0000 mgr.y (mgr.15159) 206 : cephadm [INF] Upgrade: Updating mon.b 2024-09-10T18:53:25.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:25 smithi063 bash[14646]: cephadm 2024-09-10T18:53:24.113360+0000 mgr.y (mgr.15159) 207 : cephadm [INF] Deploying daemon mon.b on smithi063 2024-09-10T18:53:25.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:25 smithi063 bash[14646]: audit 2024-09-10T18:53:24.177338+0000 mgr.y (mgr.15159) 208 : audit [DBG] from='client.25822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:25.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:25 smithi063 bash[14646]: audit 2024-09-10T18:53:24.630569+0000 mon.b (mon.2) 373 : audit [DBG] from='client.? 172.21.15.31:0/3874896825' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:25.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:25 smithi031 bash[14957]: audit 2024-09-10T18:53:23.831763+0000 mgr.y (mgr.15159) 204 : audit [DBG] from='client.15915 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:25.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:25 smithi031 bash[14957]: cluster 2024-09-10T18:53:23.881771+0000 mgr.y (mgr.15159) 205 : cluster [DBG] pgmap v129: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 125 B/s rd, 0 op/s 2024-09-10T18:53:25.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:25 smithi031 bash[14957]: cephadm 2024-09-10T18:53:24.098895+0000 mgr.y (mgr.15159) 206 : cephadm [INF] Upgrade: Updating mon.b 2024-09-10T18:53:25.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:25 smithi031 bash[14957]: cephadm 2024-09-10T18:53:24.113360+0000 mgr.y (mgr.15159) 207 : cephadm [INF] Deploying daemon mon.b on smithi063 2024-09-10T18:53:25.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:25 smithi031 bash[14957]: audit 2024-09-10T18:53:24.177338+0000 mgr.y (mgr.15159) 208 : audit [DBG] from='client.25822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:25.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:25 smithi031 bash[14957]: audit 2024-09-10T18:53:24.630569+0000 mon.b (mon.2) 373 : audit [DBG] from='client.? 172.21.15.31:0/3874896825' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:25.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:25 smithi031 bash[19205]: audit 2024-09-10T18:53:23.831763+0000 mgr.y (mgr.15159) 204 : audit [DBG] from='client.15915 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:25.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:25 smithi031 bash[19205]: cluster 2024-09-10T18:53:23.881771+0000 mgr.y (mgr.15159) 205 : cluster [DBG] pgmap v129: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 125 B/s rd, 0 op/s 2024-09-10T18:53:25.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:25 smithi031 bash[19205]: cephadm 2024-09-10T18:53:24.098895+0000 mgr.y (mgr.15159) 206 : cephadm [INF] Upgrade: Updating mon.b 2024-09-10T18:53:25.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:25 smithi031 bash[19205]: cephadm 2024-09-10T18:53:24.113360+0000 mgr.y (mgr.15159) 207 : cephadm [INF] Deploying daemon mon.b on smithi063 2024-09-10T18:53:25.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:25 smithi031 bash[19205]: audit 2024-09-10T18:53:24.177338+0000 mgr.y (mgr.15159) 208 : audit [DBG] from='client.25822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:25.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:25 smithi031 bash[19205]: audit 2024-09-10T18:53:24.630569+0000 mon.b (mon.2) 373 : audit [DBG] from='client.? 172.21.15.31:0/3874896825' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:26.357 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:26 smithi063 systemd[1]: Stopping Ceph mon.b for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:53:26.825 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:26 smithi063 bash[14646]: debug 2024-09-10T18:53:26.429+0000 7f15bb357700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T18:53:26.826 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:26 smithi063 bash[14646]: debug 2024-09-10T18:53:26.429+0000 7f15bb357700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-10T18:53:27.437 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:27 smithi063 bash[48446]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-mon.b 2024-09-10T18:53:27.437 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:27 smithi063 bash[48565]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-mon.b 2024-09-10T18:53:27.818 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:27 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.b.service: Succeeded. 2024-09-10T18:53:27.818 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:27 smithi063 systemd[1]: Stopped Ceph mon.b for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:53:27.818 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:27 smithi063 systemd[1]: Started Ceph mon.b for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:53:29.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.901+0000 7f5bd7335900 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T18:53:29.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.901+0000 7f5bd7335900 0 ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable), process ceph-mon, pid 7 2024-09-10T18:53:29.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.901+0000 7f5bd7335900 0 pidfile_write: ignore empty --pid-file 2024-09-10T18:53:29.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 0 load: jerasure load: lrc 2024-09-10T18:53:29.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: RocksDB version: 6.15.5 2024-09-10T18:53:29.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T18:53:29.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Compile date Sep 9 2024 2024-09-10T18:53:29.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: DB SUMMARY 2024-09-10T18:53:29.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: DB Session ID: QSRLJ1V471GSHIPLE9BE 2024-09-10T18:53:29.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: CURRENT file: CURRENT 2024-09-10T18:53:29.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T18:53:29.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 1937 Bytes 2024-09-10T18:53:29.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000047.sst 2024-09-10T18:53:29.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000045.log size: 12268324 ; 2024-09-10T18:53:29.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.error_if_exists: 0 2024-09-10T18:53:29.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.create_if_missing: 0 2024-09-10T18:53:29.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T18:53:29.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T18:53:29.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.env: 0x561679b74440 2024-09-10T18:53:29.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.fs: Posix File System 2024-09-10T18:53:29.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.info_log: 0x56167a8d4ee0 2024-09-10T18:53:29.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T18:53:29.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.statistics: (nil) 2024-09-10T18:53:29.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.use_fsync: 0 2024-09-10T18:53:29.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T18:53:29.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T18:53:29.133 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T18:53:29.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T18:53:29.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T18:53:29.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T18:53:29.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T18:53:29.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T18:53:29.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T18:53:29.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T18:53:29.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T18:53:29.134 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.db_log_dir: 2024-09-10T18:53:29.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-09-10T18:53:29.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T18:53:29.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T18:53:29.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T18:53:29.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T18:53:29.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T18:53:29.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T18:53:29.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T18:53:29.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T18:53:29.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.write_buffer_manager: 0x56167a992780 2024-09-10T18:53:29.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T18:53:29.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T18:53:29.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T18:53:29.135 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T18:53:29.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T18:53:29.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T18:53:29.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T18:53:29.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T18:53:29.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T18:53:29.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.unordered_write: 0 2024-09-10T18:53:29.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T18:53:29.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T18:53:29.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T18:53:29.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T18:53:29.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.row_cache: None 2024-09-10T18:53:29.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.wal_filter: None 2024-09-10T18:53:29.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T18:53:29.136 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T18:53:29.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T18:53:29.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.two_write_queues: 0 2024-09-10T18:53:29.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T18:53:29.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.atomic_flush: 0 2024-09-10T18:53:29.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T18:53:29.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T18:53:29.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T18:53:29.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.log_readahead_size: 0 2024-09-10T18:53:29.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T18:53:29.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-10T18:53:29.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T18:53:29.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T18:53:29.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-10T18:53:29.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-10T18:53:29.137 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T18:53:29.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T18:53:29.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T18:53:29.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T18:53:29.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T18:53:29.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T18:53:29.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T18:53:29.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T18:53:29.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T18:53:29.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T18:53:29.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T18:53:29.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_open_files: -1 2024-09-10T18:53:29.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T18:53:29.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T18:53:29.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T18:53:29.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T18:53:29.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T18:53:29.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Compression algorithms supported: 2024-09-10T18:53:29.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: kZSTD supported: 0 2024-09-10T18:53:29.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: kXpressCompression supported: 0 2024-09-10T18:53:29.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T18:53:29.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T18:53:29.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T18:53:29.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: kZlibCompression supported: 1 2024-09-10T18:53:29.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T18:53:29.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T18:53:29.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T18:53:29.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-10T18:53:29.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-10T18:53:29.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T18:53:29.140 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.merge_operator: 2024-09-10T18:53:29.140 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compaction_filter: None 2024-09-10T18:53:29.140 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T18:53:29.140 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-10T18:53:29.140 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T18:53:29.140 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T18:53:29.140 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56167a87da38) 2024-09-10T18:53:29.140 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: cache_index_and_filter_blocks: 1 2024-09-10T18:53:29.140 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T18:53:29.140 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T18:53:29.140 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: pin_top_level_index_and_filter: 1 2024-09-10T18:53:29.140 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: index_type: 0 2024-09-10T18:53:29.140 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: data_block_index_type: 0 2024-09-10T18:53:29.140 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: index_shortening: 1 2024-09-10T18:53:29.141 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T18:53:29.141 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: hash_index_allow_collision: 1 2024-09-10T18:53:29.141 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: checksum: 1 2024-09-10T18:53:29.141 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: no_block_cache: 0 2024-09-10T18:53:29.141 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: block_cache: 0x56167a8b1350 2024-09-10T18:53:29.141 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: block_cache_name: BinnedLRUCache 2024-09-10T18:53:29.141 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: block_cache_options: 2024-09-10T18:53:29.141 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: capacity : 536870912 2024-09-10T18:53:29.141 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: num_shard_bits : 4 2024-09-10T18:53:29.141 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: strict_capacity_limit : 0 2024-09-10T18:53:29.141 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: high_pri_pool_ratio: 0.000 2024-09-10T18:53:29.141 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: block_cache_compressed: (nil) 2024-09-10T18:53:29.141 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: persistent_cache: (nil) 2024-09-10T18:53:29.141 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: block_size: 4096 2024-09-10T18:53:29.141 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: block_size_deviation: 10 2024-09-10T18:53:29.142 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: block_restart_interval: 16 2024-09-10T18:53:29.142 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: index_block_restart_interval: 1 2024-09-10T18:53:29.142 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: metadata_block_size: 4096 2024-09-10T18:53:29.142 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: partition_filters: 0 2024-09-10T18:53:29.142 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: use_delta_encoding: 1 2024-09-10T18:53:29.142 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T18:53:29.142 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: whole_key_filtering: 1 2024-09-10T18:53:29.142 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: verify_compression: 0 2024-09-10T18:53:29.142 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: read_amp_bytes_per_bit: 0 2024-09-10T18:53:29.142 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: format_version: 4 2024-09-10T18:53:29.142 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: enable_index_compression: 1 2024-09-10T18:53:29.142 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: block_align: 0 2024-09-10T18:53:29.142 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T18:53:29.142 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T18:53:29.143 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compression: NoCompression 2024-09-10T18:53:29.143 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T18:53:29.143 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T18:53:29.143 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T18:53:29.144 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.num_levels: 7 2024-09-10T18:53:29.144 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T18:53:29.144 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T18:53:29.144 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T18:53:29.144 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T18:53:29.144 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T18:53:29.144 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T18:53:29.144 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T18:53:29.144 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:53:29.144 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T18:53:29.144 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T18:53:29.145 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T18:53:29.145 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T18:53:29.145 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T18:53:29.145 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T18:53:29.145 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:53:29.145 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T18:53:29.145 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T18:53:29.145 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T18:53:29.145 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T18:53:29.145 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T18:53:29.145 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T18:53:29.145 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T18:53:29.145 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T18:53:29.145 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T18:53:29.146 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T18:53:29.146 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T18:53:29.146 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T18:53:29.146 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T18:53:29.146 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T18:53:29.146 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T18:53:29.146 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T18:53:29.146 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T18:53:29.146 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T18:53:29.146 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T18:53:29.146 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T18:53:29.146 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T18:53:29.146 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T18:53:29.147 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T18:53:29.147 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T18:53:29.147 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T18:53:29.147 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T18:53:29.147 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T18:53:29.147 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T18:53:29.147 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T18:53:29.147 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T18:53:29.147 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T18:53:29.147 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T18:53:29.147 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T18:53:29.147 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T18:53:29.147 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T18:53:29.148 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T18:53:29.148 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T18:53:29.148 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T18:53:29.148 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T18:53:29.148 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T18:53:29.148 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.bloom_locality: 0 2024-09-10T18:53:29.148 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T18:53:29.148 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T18:53:29.148 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T18:53:29.148 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.force_consistency_checks: 1 2024-09-10T18:53:29.148 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T18:53:29.148 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.ttl: 2592000 2024-09-10T18:53:29.148 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T18:53:29.149 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.enable_blob_files: false 2024-09-10T18:53:29.149 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.min_blob_size: 0 2024-09-10T18:53:29.149 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.blob_file_size: 268435456 2024-09-10T18:53:29.149 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T18:53:29.149 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T18:53:29.149 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.905+0000 7f5bd7335900 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T18:53:29.149 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.909+0000 7f5bd7335900 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 49, last_sequence is 27317, log_number is 45,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-10T18:53:29.149 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.909+0000 7f5bd7335900 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 45 2024-09-10T18:53:29.149 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.909+0000 7f5bd7335900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 49 2024-09-10T18:53:29.149 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.909+0000 7f5bd7335900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994408915655, "job": 1, "event": "recovery_started", "wal_files": [45]} 2024-09-10T18:53:29.149 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.909+0000 7f5bd7335900 4 rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #45 mode 2 2024-09-10T18:53:29.149 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.925+0000 7f5bd7335900 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-10T18:53:29.149 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.937+0000 7f5bd7335900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994408945277, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 50, "file_size": 8006800, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 7996018, "index_size": 8343, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1477, "raw_key_size": 12291, "raw_average_key_size": 22, "raw_value_size": 7979328, "raw_average_value_size": 14325, "num_data_blocks": 354, "num_entries": 557, "num_deletions": 5, "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": 1725994408, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "f72faefa-cf6a-4905-99cb-5751163331ce", "db_session_id": "QSRLJ1V471GSHIPLE9BE"}} 2024-09-10T18:53:29.149 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.937+0000 7f5bd7335900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 51 2024-09-10T18:53:29.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.941+0000 7f5bd7335900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994408949039, "job": 1, "event": "recovery_finished"} 2024-09-10T18:53:29.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.945+0000 7f5bd7335900 4 rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000045.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-10T18:53:29.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.945+0000 7f5bd7335900 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x56167a8e6700 2024-09-10T18:53:29.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.945+0000 7f5bd7335900 4 rocksdb: DB pointer 0x56167a8b4000 2024-09-10T18:53:29.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.945+0000 7f5bcd101640 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-10T18:53:29.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.945+0000 7f5bcd101640 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-10T18:53:29.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: ** DB Stats ** 2024-09-10T18:53:29.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:53:29.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: 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-10T18:53:29.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T18:53:29.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:53:29.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: 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-10T18:53:29.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T18:53:29.150 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:53:29.151 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: ** Compaction Stats [default] ** 2024-09-10T18:53:29.151 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: 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-10T18:53:29.151 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:53:29.151 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: L0 1/0 7.64 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 612.5 0.01 0.00 1 0.012 0 0 2024-09-10T18:53:29.151 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: L6 1/0 33.96 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-10T18:53:29.151 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: Sum 2/0 41.60 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 612.5 0.01 0.00 1 0.012 0 0 2024-09-10T18:53:29.151 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 612.5 0.01 0.00 1 0.012 0 0 2024-09-10T18:53:29.151 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: ** Compaction Stats [default] ** 2024-09-10T18:53:29.151 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: 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-10T18:53:29.151 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:53:29.151 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 612.5 0.01 0.00 1 0.012 0 0 2024-09-10T18:53:29.151 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:53:29.151 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: Flush(GB): cumulative 0.007, interval 0.007 2024-09-10T18:53:29.152 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:53:29.152 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:53:29.152 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:53:29.152 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:53:29.152 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: Cumulative compaction: 0.01 GB write, 194.02 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:53:29.152 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: Interval compaction: 0.01 GB write, 194.02 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:53:29.152 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: 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-10T18:53:29.152 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:53:29.152 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: ** Compaction Stats [default] ** 2024-09-10T18:53:29.152 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: 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-10T18:53:29.152 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:53:29.152 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: L0 1/0 7.64 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 612.5 0.01 0.00 1 0.012 0 0 2024-09-10T18:53:29.152 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: L6 1/0 33.96 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-10T18:53:29.152 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: Sum 2/0 41.60 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 612.5 0.01 0.00 1 0.012 0 0 2024-09-10T18:53:29.153 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: 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-10T18:53:29.153 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: ** Compaction Stats [default] ** 2024-09-10T18:53:29.153 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: 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-10T18:53:29.153 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:53:29.153 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 612.5 0.01 0.00 1 0.012 0 0 2024-09-10T18:53:29.153 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:53:29.153 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: Flush(GB): cumulative 0.007, interval 0.000 2024-09-10T18:53:29.153 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:53:29.153 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:53:29.153 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:53:29.153 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:53:29.153 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: Cumulative compaction: 0.01 GB write, 193.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:53:29.153 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: 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-10T18:53:29.153 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: 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-10T18:53:29.154 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:53:29.154 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.949+0000 7f5bd7335900 0 starting mon.b rank 2 at public addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] at bind addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:53:29.155 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.949+0000 7f5bd7335900 1 mon.b@-1(???) e3 preinit fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:53:29.155 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.949+0000 7f5bd7335900 0 mon.b@-1(???).mds e1 new map 2024-09-10T18:53:29.155 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.949+0000 7f5bd7335900 0 mon.b@-1(???).mds e1 print_map 2024-09-10T18:53:29.155 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: e1 2024-09-10T18:53:29.155 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-10T18:53:29.155 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: 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-10T18:53:29.155 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: legacy client fscid: -1 2024-09-10T18:53:29.155 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: 2024-09-10T18:53:29.155 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: No filesystems configured 2024-09-10T18:53:29.155 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.953+0000 7f5bd7335900 0 mon.b@-1(???).osd e71 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-10T18:53:29.156 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.953+0000 7f5bd7335900 0 mon.b@-1(???).osd e71 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T18:53:29.156 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.953+0000 7f5bd7335900 0 mon.b@-1(???).osd e71 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T18:53:29.156 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.953+0000 7f5bd7335900 0 mon.b@-1(???).osd e71 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T18:53:29.156 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:53:28 smithi063 bash[48646]: debug 2024-09-10T18:53:28.953+0000 7f5bd7335900 1 mon.b@-1(???).paxosservice(auth 1..29) refresh upgraded, format 0 -> 3 2024-09-10T18:53:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[19205]: cluster 2024-09-10T18:53:25.882639+0000 mgr.y (mgr.15159) 210 : cluster [DBG] pgmap v130: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 125 B/s rd, 0 op/s 2024-09-10T18:53:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[19205]: audit 2024-09-10T18:53:27.716347+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:53:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[19205]: cluster 2024-09-10T18:53:27.883494+0000 mgr.y (mgr.15159) 211 : cluster [DBG] pgmap v131: 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-10T18:53:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[19205]: cluster 2024-09-10T18:53:29.176173+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T18:53:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[19205]: cluster 2024-09-10T18:53:29.180021+0000 mon.c (mon.1) 54 : cluster [INF] mon.c calling monitor election 2024-09-10T18:53:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[19205]: cluster 2024-09-10T18:53:29.180910+0000 mon.a (mon.0) 1459 : cluster [INF] mon.a calling monitor election 2024-09-10T18:53:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[19205]: cluster 2024-09-10T18:53:29.202876+0000 mon.a (mon.0) 1460 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T18:53:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[19205]: cluster 2024-09-10T18:53:29.213964+0000 mon.a (mon.0) 1461 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0]} 2024-09-10T18:53:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[19205]: cluster 2024-09-10T18:53:29.214205+0000 mon.a (mon.0) 1462 : cluster [DBG] fsmap 2024-09-10T18:53:30.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[19205]: cluster 2024-09-10T18:53:29.214310+0000 mon.a (mon.0) 1463 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-10T18:53:30.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[19205]: cluster 2024-09-10T18:53:29.215384+0000 mon.a (mon.0) 1464 : cluster [DBG] mgrmap e39: y(active, since 3m), standbys: x 2024-09-10T18:53:30.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[19205]: cluster 2024-09-10T18:53:29.223966+0000 mon.a (mon.0) 1465 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-10T18:53:30.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[19205]: cluster 2024-09-10T18:53:29.224026+0000 mon.a (mon.0) 1466 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-10T18:53:30.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[19205]: cluster 2024-09-10T18:53:29.224061+0000 mon.a (mon.0) 1467 : cluster [WRN] daemon iscsi.iscsi.a on smithi063 is in error state 2024-09-10T18:53:30.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[19205]: audit 2024-09-10T18:53:29.229319+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:30.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[19205]: audit 2024-09-10T18:53:29.237160+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:30.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[19205]: audit 2024-09-10T18:53:29.242949+0000 mon.a (mon.0) 1470 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:53:30.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[14957]: cluster 2024-09-10T18:53:25.882639+0000 mgr.y (mgr.15159) 210 : cluster [DBG] pgmap v130: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 125 B/s rd, 0 op/s 2024-09-10T18:53:30.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[14957]: audit 2024-09-10T18:53:27.716347+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:53:30.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[14957]: cluster 2024-09-10T18:53:27.883494+0000 mgr.y (mgr.15159) 211 : cluster [DBG] pgmap v131: 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-10T18:53:30.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[14957]: cluster 2024-09-10T18:53:29.176173+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T18:53:30.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[14957]: cluster 2024-09-10T18:53:29.180021+0000 mon.c (mon.1) 54 : cluster [INF] mon.c calling monitor election 2024-09-10T18:53:30.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[14957]: cluster 2024-09-10T18:53:29.180910+0000 mon.a (mon.0) 1459 : cluster [INF] mon.a calling monitor election 2024-09-10T18:53:30.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[14957]: cluster 2024-09-10T18:53:29.202876+0000 mon.a (mon.0) 1460 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T18:53:30.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[14957]: cluster 2024-09-10T18:53:29.213964+0000 mon.a (mon.0) 1461 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0]} 2024-09-10T18:53:30.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[14957]: cluster 2024-09-10T18:53:29.214205+0000 mon.a (mon.0) 1462 : cluster [DBG] fsmap 2024-09-10T18:53:30.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[14957]: cluster 2024-09-10T18:53:29.214310+0000 mon.a (mon.0) 1463 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-10T18:53:30.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[14957]: cluster 2024-09-10T18:53:29.215384+0000 mon.a (mon.0) 1464 : cluster [DBG] mgrmap e39: y(active, since 3m), standbys: x 2024-09-10T18:53:30.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[14957]: cluster 2024-09-10T18:53:29.223966+0000 mon.a (mon.0) 1465 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-10T18:53:30.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[14957]: cluster 2024-09-10T18:53:29.224026+0000 mon.a (mon.0) 1466 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-10T18:53:30.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[14957]: cluster 2024-09-10T18:53:29.224061+0000 mon.a (mon.0) 1467 : cluster [WRN] daemon iscsi.iscsi.a on smithi063 is in error state 2024-09-10T18:53:30.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[14957]: audit 2024-09-10T18:53:29.229319+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:30.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[14957]: audit 2024-09-10T18:53:29.237160+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:30.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:30 smithi031 bash[14957]: audit 2024-09-10T18:53:29.242949+0000 mon.a (mon.0) 1470 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:53:31.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:31 smithi031 bash[14957]: cluster 2024-09-10T18:53:29.885053+0000 mgr.y (mgr.15159) 212 : cluster [DBG] pgmap v132: 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-10T18:53:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:31 smithi031 bash[19205]: cluster 2024-09-10T18:53:29.885053+0000 mgr.y (mgr.15159) 212 : cluster [DBG] pgmap v132: 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-10T18:53:32.631 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:32 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 14. 2024-09-10T18:53:32.631 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:32 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:53:32.631 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:32 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:53:33.880 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:33 smithi063 bash[48791]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:53:33.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:33 smithi031 bash[14957]: cluster 2024-09-10T18:53:31.885748+0000 mgr.y (mgr.15159) 213 : cluster [DBG] pgmap v133: 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-10T18:53:33.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:33 smithi031 bash[19205]: cluster 2024-09-10T18:53:31.885748+0000 mgr.y (mgr.15159) 213 : cluster [DBG] pgmap v133: 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-10T18:53:34.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:53:33 smithi031 bash[40844]: debug 2024-09-10T18:53:33.970+0000 7f0879644640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-09-10T18:53:35.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: --- Logging error --- 2024-09-10T18:53:35.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Traceback (most recent call last): 2024-09-10T18:53:35.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:53:35.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self.socket.send(msg) 2024-09-10T18:53:35.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:53:35.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:35.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Traceback (most recent call last): 2024-09-10T18:53:35.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:53:35.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self.socket.connect(address) 2024-09-10T18:53:35.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:35.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:35.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Traceback (most recent call last): 2024-09-10T18:53:35.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:53:35.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self._connect_unixsocket(self.address) 2024-09-10T18:53:35.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:53:35.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self.socket.connect(address) 2024-09-10T18:53:35.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:35.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Call stack: 2024-09-10T18:53:35.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:53:35.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self._bootstrap_inner() 2024-09-10T18:53:35.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:53:35.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self.run() 2024-09-10T18:53:35.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:53:35.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: logger.info("Started the configuration object watcher") 2024-09-10T18:53:35.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Message: 'Started the configuration object watcher' 2024-09-10T18:53:35.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Arguments: () 2024-09-10T18:53:35.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: --- Logging error --- 2024-09-10T18:53:35.133 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Traceback (most recent call last): 2024-09-10T18:53:35.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:53:35.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self.socket.send(msg) 2024-09-10T18:53:35.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:53:35.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:35.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Traceback (most recent call last): 2024-09-10T18:53:35.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:53:35.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self.socket.connect(address) 2024-09-10T18:53:35.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:35.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:35.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Traceback (most recent call last): 2024-09-10T18:53:35.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:53:35.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self._connect_unixsocket(self.address) 2024-09-10T18:53:35.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:53:35.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self.socket.connect(address) 2024-09-10T18:53:35.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:35.134 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Call stack: 2024-09-10T18:53:35.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:53:35.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: main() 2024-09-10T18:53:35.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:53:35.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:53:35.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:53:35.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:53:35.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:53:35.135 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Arguments: () 2024-09-10T18:53:35.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: --- Logging error --- 2024-09-10T18:53:35.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Traceback (most recent call last): 2024-09-10T18:53:35.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:53:35.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self.socket.send(msg) 2024-09-10T18:53:35.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:53:35.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:35.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Traceback (most recent call last): 2024-09-10T18:53:35.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:53:35.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self.socket.connect(address) 2024-09-10T18:53:35.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:35.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:35.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Traceback (most recent call last): 2024-09-10T18:53:35.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:53:35.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self._connect_unixsocket(self.address) 2024-09-10T18:53:35.136 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:53:35.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self.socket.connect(address) 2024-09-10T18:53:35.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:35.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Call stack: 2024-09-10T18:53:35.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:53:35.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self._bootstrap_inner() 2024-09-10T18:53:35.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:53:35.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self.run() 2024-09-10T18:53:35.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:53:35.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self.interval)) 2024-09-10T18:53:35.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:53:35.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Arguments: () 2024-09-10T18:53:35.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: --- Logging error --- 2024-09-10T18:53:35.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Traceback (most recent call last): 2024-09-10T18:53:35.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:53:35.137 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self.socket.send(msg) 2024-09-10T18:53:35.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:53:35.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:35.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Traceback (most recent call last): 2024-09-10T18:53:35.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:53:35.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self.socket.connect(address) 2024-09-10T18:53:35.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:35.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:35.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Traceback (most recent call last): 2024-09-10T18:53:35.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:53:35.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self._connect_unixsocket(self.address) 2024-09-10T18:53:35.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:53:35.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: self.socket.connect(address) 2024-09-10T18:53:35.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:35.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Call stack: 2024-09-10T18:53:35.138 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:53:35.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: main() 2024-09-10T18:53:35.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:53:35.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:53:35.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:53:35.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:53:35.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:53:35.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: "{}".format(blacklisted_ip)) 2024-09-10T18:53:35.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/2289991669' 2024-09-10T18:53:35.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Arguments: () 2024-09-10T18:53:35.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: Traceback (most recent call last): 2024-09-10T18:53:35.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:53:35.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: main() 2024-09-10T18:53:35.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:53:35.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:53:35.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:53:35.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:53:35.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:53:35.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:53:35.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:53:35.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: **kwargs).stdout 2024-09-10T18:53:35.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:53:35.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: output=stdout, stderr=stderr) 2024-09-10T18:53:35.140 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:34 smithi063 bash[48806]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/2289991669' returned non-zero exit status 13. 2024-09-10T18:53:35.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:34 smithi031 bash[19205]: cluster 2024-09-10T18:53:33.887386+0000 mgr.y (mgr.15159) 214 : cluster [DBG] pgmap v134: 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-10T18:53:35.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:34 smithi031 bash[19205]: audit 2024-09-10T18:53:34.254734+0000 mon.b (mon.2) 2 : audit [DBG] from='client.44102 172.21.15.63:0/2128769412' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:53:35.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:34 smithi031 bash[19205]: audit 2024-09-10T18:53:34.621248+0000 mon.b (mon.2) 3 : audit [INF] from='client.44108 172.21.15.63:0/709494054' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:53:35.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:34 smithi031 bash[14957]: cluster 2024-09-10T18:53:33.887386+0000 mgr.y (mgr.15159) 214 : cluster [DBG] pgmap v134: 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-10T18:53:35.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:34 smithi031 bash[14957]: audit 2024-09-10T18:53:34.254734+0000 mon.b (mon.2) 2 : audit [DBG] from='client.44102 172.21.15.63:0/2128769412' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:53:35.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:34 smithi031 bash[14957]: audit 2024-09-10T18:53:34.621248+0000 mon.b (mon.2) 3 : audit [INF] from='client.44108 172.21.15.63:0/709494054' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:53:35.630 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:35 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:53:35.631 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:35 smithi063 bash[48791]: (process:1): GLib-GObject-CRITICAL **: 18:53:35.450: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:53:36.380 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:35 smithi063 bash[49268]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:53:36.381 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:35 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:53:37.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:36 smithi031 bash[14957]: cluster 2024-09-10T18:53:35.888233+0000 mgr.y (mgr.15159) 215 : cluster [DBG] pgmap v135: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:37.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:36 smithi031 bash[14957]: audit 2024-09-10T18:53:36.421956+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:53:37.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:36 smithi031 bash[14957]: audit 2024-09-10T18:53:36.428708+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:37.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:36 smithi031 bash[14957]: audit 2024-09-10T18:53:36.438224+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:37.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:36 smithi031 bash[14957]: audit 2024-09-10T18:53:36.843925+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:53:37.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:36 smithi031 bash[19205]: cluster 2024-09-10T18:53:35.888233+0000 mgr.y (mgr.15159) 215 : cluster [DBG] pgmap v135: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:37.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:36 smithi031 bash[19205]: audit 2024-09-10T18:53:36.421956+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:53:37.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:36 smithi031 bash[19205]: audit 2024-09-10T18:53:36.428708+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:37.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:36 smithi031 bash[19205]: audit 2024-09-10T18:53:36.438224+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:37.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:36 smithi031 bash[19205]: audit 2024-09-10T18:53:36.843925+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:53:38.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:37 smithi031 bash[14957]: audit 2024-09-10T18:53:37.073502+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:53:38.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:37 smithi031 bash[14957]: audit 2024-09-10T18:53:37.082085+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:38.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:37 smithi031 bash[14957]: audit 2024-09-10T18:53:37.090614+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:38.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:37 smithi031 bash[14957]: audit 2024-09-10T18:53:37.092765+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:53:38.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:37 smithi031 bash[14957]: audit 2024-09-10T18:53:37.678781+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 0]}]: dispatch 2024-09-10T18:53:38.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:37 smithi031 bash[14957]: audit 2024-09-10T18:53:37.679318+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-10T18:53:38.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:37 smithi031 bash[14957]: audit 2024-09-10T18:53:37.679798+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:53:38.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:37 smithi031 bash[14957]: audit 2024-09-10T18:53:37.680338+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [3, 2]}]: dispatch 2024-09-10T18:53:38.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:37 smithi031 bash[19205]: audit 2024-09-10T18:53:37.073502+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:53:38.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:37 smithi031 bash[19205]: audit 2024-09-10T18:53:37.082085+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:38.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:37 smithi031 bash[19205]: audit 2024-09-10T18:53:37.090614+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:38.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:37 smithi031 bash[19205]: audit 2024-09-10T18:53:37.092765+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:53:38.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:37 smithi031 bash[19205]: audit 2024-09-10T18:53:37.678781+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 0]}]: dispatch 2024-09-10T18:53:38.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:37 smithi031 bash[19205]: audit 2024-09-10T18:53:37.679318+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-10T18:53:38.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:37 smithi031 bash[19205]: audit 2024-09-10T18:53:37.679798+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:53:38.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:37 smithi031 bash[19205]: audit 2024-09-10T18:53:37.680338+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [3, 2]}]: dispatch 2024-09-10T18:53:39.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:39 smithi031 bash[19205]: cluster 2024-09-10T18:53:37.888973+0000 mgr.y (mgr.15159) 216 : cluster [DBG] pgmap v136: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:39.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:39 smithi031 bash[14957]: cluster 2024-09-10T18:53:37.888973+0000 mgr.y (mgr.15159) 216 : cluster [DBG] pgmap v136: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:41.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:41 smithi031 bash[14957]: cluster 2024-09-10T18:53:39.890519+0000 mgr.y (mgr.15159) 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-10T18:53:41.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:41 smithi031 bash[19205]: cluster 2024-09-10T18:53:39.890519+0000 mgr.y (mgr.15159) 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-10T18:53:43.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:43 smithi031 bash[14957]: cluster 2024-09-10T18:53:41.891198+0000 mgr.y (mgr.15159) 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-10T18:53:43.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:43 smithi031 bash[19205]: cluster 2024-09-10T18:53:41.891198+0000 mgr.y (mgr.15159) 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-10T18:53:45.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:45 smithi031 bash[14957]: cluster 2024-09-10T18:53:43.892734+0000 mgr.y (mgr.15159) 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-10T18:53:45.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:45 smithi031 bash[19205]: cluster 2024-09-10T18:53:43.892734+0000 mgr.y (mgr.15159) 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-10T18:53:46.588 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:46 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 15. 2024-09-10T18:53:46.589 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:46 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:53:46.589 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:46 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:53:47.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:47 smithi031 bash[14957]: cluster 2024-09-10T18:53:45.893437+0000 mgr.y (mgr.15159) 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-10T18:53:47.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:47 smithi031 bash[19205]: cluster 2024-09-10T18:53:45.893437+0000 mgr.y (mgr.15159) 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-10T18:53:48.630 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:48 smithi063 bash[52384]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:53:48.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.781693+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:53:48.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.788828+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:48.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.797575+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:48.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.798831+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:53:48.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.800009+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:53:48.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.808927+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:48.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.861407+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:53:48.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.866803+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.870222+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.880769+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:48.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.884067+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.892675+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:48.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.895773+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.903545+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:48.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.905576+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.915139+0000 mon.a (mon.0) 1498 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:48.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.916637+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T18:53:48.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.922603+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-10T18:53:48.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.925685+0000 mon.a (mon.0) 1501 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.933199+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.781693+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:53:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.788828+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.797575+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.798831+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:53:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.800009+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:53:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.808927+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.861407+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:53:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.866803+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.870222+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.880769+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.884067+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.892675+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:48.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.895773+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.903545+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:48.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.905576+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.915139+0000 mon.a (mon.0) 1498 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:48.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.916637+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T18:53:48.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.922603+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-10T18:53:48.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.925685+0000 mon.a (mon.0) 1501 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.933199+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:48.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.935684+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.938634+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T18:53:48.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.940901+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.944100+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T18:53:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.946370+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.949427+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T18:53:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.951804+0000 mon.a (mon.0) 1509 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.954954+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T18:53:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.956995+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.960049+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T18:53:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.962249+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.965684+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T18:53:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.968866+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T18:53:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.978005+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T18:53:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.979615+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:53:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.987661+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T18:53:48.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.989263+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T18:53:48.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.935684+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.938634+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T18:53:48.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.940901+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.944100+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T18:53:48.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.946370+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.949427+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T18:53:48.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.951804+0000 mon.a (mon.0) 1509 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.954954+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T18:53:48.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.956995+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.960049+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T18:53:48.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.962249+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:53:48.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.965684+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-10T18:53:48.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.968866+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T18:53:48.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.978005+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T18:53:48.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.979615+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:53:48.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.987661+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T18:53:48.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.989263+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T18:53:48.893 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.997168+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T18:53:48.893 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.998578+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T18:53:48.893 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:47.999562+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T18:53:48.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.004726+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T18:53:48.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.006042+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T18:53:48.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.007257+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T18:53:48.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.012080+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T18:53:48.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.013576+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:53:48.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.014808+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T18:53:48.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.015955+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T18:53:48.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.022544+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T18:53:48.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.023898+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:53:48.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.025187+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:53:48.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.026459+0000 mon.a (mon.0) 1533 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:53:48.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.027576+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:53:48.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.028631+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:53:48.895 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.997168+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T18:53:48.895 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.998578+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T18:53:48.895 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:47.999562+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T18:53:48.895 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.004726+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T18:53:48.895 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.006042+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T18:53:48.895 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.007257+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T18:53:48.895 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.012080+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T18:53:48.895 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.013576+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:53:48.895 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.014808+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T18:53:48.895 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.015955+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T18:53:48.895 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.022544+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T18:53:48.896 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.023898+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:53:48.896 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.025187+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:53:48.896 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.026459+0000 mon.a (mon.0) 1533 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:53:48.896 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.027576+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:53:48.896 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.028631+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:53:48.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.029779+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:53:48.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.030854+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T18:53:48.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.038331+0000 mon.a (mon.0) 1538 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T18:53:48.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.040068+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:53:48.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.044106+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T18:53:48.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.045572+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:53:48.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.046917+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:53:48.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.054281+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:48.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.114942+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:53:48.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.116875+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:53:48.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[14957]: audit 2024-09-10T18:53:48.124499+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:48.897 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.029779+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:53:48.897 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.030854+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T18:53:48.897 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.038331+0000 mon.a (mon.0) 1538 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T18:53:48.897 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.040068+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:53:48.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.044106+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T18:53:48.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.045572+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:53:48.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.046917+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:53:48.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.054281+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:48.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.114942+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:53:48.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.116875+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:53:48.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:48 smithi031 bash[19205]: audit 2024-09-10T18:53:48.124499+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:49.631 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: --- Logging error --- 2024-09-10T18:53:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Traceback (most recent call last): 2024-09-10T18:53:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:53:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self.socket.send(msg) 2024-09-10T18:53:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:53:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Traceback (most recent call last): 2024-09-10T18:53:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:53:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self.socket.connect(address) 2024-09-10T18:53:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Traceback (most recent call last): 2024-09-10T18:53:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:53:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self._connect_unixsocket(self.address) 2024-09-10T18:53:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:53:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self.socket.connect(address) 2024-09-10T18:53:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Call stack: 2024-09-10T18:53:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:53:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self._bootstrap_inner() 2024-09-10T18:53:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:53:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self.run() 2024-09-10T18:53:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:53:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: logger.info("Started the configuration object watcher") 2024-09-10T18:53:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Message: 'Started the configuration object watcher' 2024-09-10T18:53:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Arguments: () 2024-09-10T18:53:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: --- Logging error --- 2024-09-10T18:53:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Traceback (most recent call last): 2024-09-10T18:53:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:53:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self.socket.send(msg) 2024-09-10T18:53:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:53:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Traceback (most recent call last): 2024-09-10T18:53:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:53:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self.socket.connect(address) 2024-09-10T18:53:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Traceback (most recent call last): 2024-09-10T18:53:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:53:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self._connect_unixsocket(self.address) 2024-09-10T18:53:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:53:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self.socket.connect(address) 2024-09-10T18:53:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Call stack: 2024-09-10T18:53:49.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:53:49.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: main() 2024-09-10T18:53:49.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:53:49.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:53:49.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:53:49.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:53:49.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:53:49.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Arguments: () 2024-09-10T18:53:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: --- Logging error --- 2024-09-10T18:53:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Traceback (most recent call last): 2024-09-10T18:53:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:53:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self.socket.send(msg) 2024-09-10T18:53:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:53:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Traceback (most recent call last): 2024-09-10T18:53:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:53:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self.socket.connect(address) 2024-09-10T18:53:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Traceback (most recent call last): 2024-09-10T18:53:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:53:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self._connect_unixsocket(self.address) 2024-09-10T18:53:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:53:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self.socket.connect(address) 2024-09-10T18:53:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Call stack: 2024-09-10T18:53:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:53:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self._bootstrap_inner() 2024-09-10T18:53:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:53:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self.run() 2024-09-10T18:53:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:53:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self.interval)) 2024-09-10T18:53:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:53:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Arguments: () 2024-09-10T18:53:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: --- Logging error --- 2024-09-10T18:53:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Traceback (most recent call last): 2024-09-10T18:53:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:53:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self.socket.send(msg) 2024-09-10T18:53:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:53:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Traceback (most recent call last): 2024-09-10T18:53:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:53:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self.socket.connect(address) 2024-09-10T18:53:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: During handling of the above exception, another exception occurred: 2024-09-10T18:53:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Traceback (most recent call last): 2024-09-10T18:53:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:53:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self._connect_unixsocket(self.address) 2024-09-10T18:53:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:53:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: self.socket.connect(address) 2024-09-10T18:53:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:53:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Call stack: 2024-09-10T18:53:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:53:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: main() 2024-09-10T18:53:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:53:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:53:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:53:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:53:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:53:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: "{}".format(blacklisted_ip)) 2024-09-10T18:53:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/2289991669' 2024-09-10T18:53:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Arguments: () 2024-09-10T18:53:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: Traceback (most recent call last): 2024-09-10T18:53:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:53:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: main() 2024-09-10T18:53:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:53:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:53:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:53:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:53:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:53:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:53:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:53:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: **kwargs).stdout 2024-09-10T18:53:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:53:49.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: output=stdout, stderr=stderr) 2024-09-10T18:53:49.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:49 smithi063 bash[52486]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/2289991669' returned non-zero exit status 13. 2024-09-10T18:53:49.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cephadm 2024-09-10T18:53:47.780245+0000 mgr.y (mgr.15159) 221 : cephadm [INF] Detected new or changed devices on smithi063 2024-09-10T18:53:49.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cephadm 2024-09-10T18:53:47.801213+0000 mgr.y (mgr.15159) 222 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:53:49.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cluster 2024-09-10T18:53:47.802298+0000 mgr.y (mgr.15159) 223 : cluster [DBG] pgmap v141: 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-10T18:53:49.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cephadm 2024-09-10T18:53:47.871729+0000 mgr.y (mgr.15159) 224 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:53:49.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cephadm 2024-09-10T18:53:47.885653+0000 mgr.y (mgr.15159) 225 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T18:53:49.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cephadm 2024-09-10T18:53:47.897079+0000 mgr.y (mgr.15159) 226 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T18:53:49.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cephadm 2024-09-10T18:53:47.906632+0000 mgr.y (mgr.15159) 227 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T18:53:49.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cephadm 2024-09-10T18:53:47.926898+0000 mgr.y (mgr.15159) 228 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T18:53:49.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cephadm 2024-09-10T18:53:47.936818+0000 mgr.y (mgr.15159) 229 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-10T18:53:49.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cephadm 2024-09-10T18:53:47.942193+0000 mgr.y (mgr.15159) 230 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-10T18:53:49.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cephadm 2024-09-10T18:53:47.947511+0000 mgr.y (mgr.15159) 231 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-10T18:53:49.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cephadm 2024-09-10T18:53:47.953147+0000 mgr.y (mgr.15159) 232 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-10T18:53:49.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cephadm 2024-09-10T18:53:47.958232+0000 mgr.y (mgr.15159) 233 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-10T18:53:49.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cephadm 2024-09-10T18:53:47.963651+0000 mgr.y (mgr.15159) 234 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-10T18:53:49.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cephadm 2024-09-10T18:53:47.966894+0000 mgr.y (mgr.15159) 235 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:53:49.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cephadm 2024-09-10T18:53:48.039328+0000 mgr.y (mgr.15159) 236 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:53:49.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cephadm 2024-09-10T18:53:48.048080+0000 mgr.y (mgr.15159) 237 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:53:49.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cephadm 2024-09-10T18:53:48.118482+0000 mgr.y (mgr.15159) 238 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:53:49.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cluster 2024-09-10T18:53:48.795020+0000 mon.a (mon.0) 1547 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-10T18:53:49.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: cluster 2024-09-10T18:53:48.795087+0000 mon.a (mon.0) 1548 : cluster [INF] Cluster is now healthy 2024-09-10T18:53:49.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: audit 2024-09-10T18:53:48.961095+0000 mon.b (mon.2) 4 : audit [DBG] from='client.44126 172.21.15.63:0/2553564544' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:53:49.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[19205]: audit 2024-09-10T18:53:49.321568+0000 mon.b (mon.2) 5 : audit [INF] from='client.44132 172.21.15.63:0/1881555262' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:53:49.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cephadm 2024-09-10T18:53:47.780245+0000 mgr.y (mgr.15159) 221 : cephadm [INF] Detected new or changed devices on smithi063 2024-09-10T18:53:49.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cephadm 2024-09-10T18:53:47.801213+0000 mgr.y (mgr.15159) 222 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:53:49.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cluster 2024-09-10T18:53:47.802298+0000 mgr.y (mgr.15159) 223 : cluster [DBG] pgmap v141: 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-10T18:53:49.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cephadm 2024-09-10T18:53:47.871729+0000 mgr.y (mgr.15159) 224 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:53:49.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cephadm 2024-09-10T18:53:47.885653+0000 mgr.y (mgr.15159) 225 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T18:53:49.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cephadm 2024-09-10T18:53:47.897079+0000 mgr.y (mgr.15159) 226 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T18:53:49.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cephadm 2024-09-10T18:53:47.906632+0000 mgr.y (mgr.15159) 227 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T18:53:49.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cephadm 2024-09-10T18:53:47.926898+0000 mgr.y (mgr.15159) 228 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T18:53:49.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cephadm 2024-09-10T18:53:47.936818+0000 mgr.y (mgr.15159) 229 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-10T18:53:49.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cephadm 2024-09-10T18:53:47.942193+0000 mgr.y (mgr.15159) 230 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-10T18:53:49.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cephadm 2024-09-10T18:53:47.947511+0000 mgr.y (mgr.15159) 231 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-10T18:53:49.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cephadm 2024-09-10T18:53:47.953147+0000 mgr.y (mgr.15159) 232 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-10T18:53:49.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cephadm 2024-09-10T18:53:47.958232+0000 mgr.y (mgr.15159) 233 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-10T18:53:49.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cephadm 2024-09-10T18:53:47.963651+0000 mgr.y (mgr.15159) 234 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-10T18:53:49.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cephadm 2024-09-10T18:53:47.966894+0000 mgr.y (mgr.15159) 235 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:53:49.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cephadm 2024-09-10T18:53:48.039328+0000 mgr.y (mgr.15159) 236 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:53:49.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cephadm 2024-09-10T18:53:48.048080+0000 mgr.y (mgr.15159) 237 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:53:49.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cephadm 2024-09-10T18:53:48.118482+0000 mgr.y (mgr.15159) 238 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:53:49.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cluster 2024-09-10T18:53:48.795020+0000 mon.a (mon.0) 1547 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-10T18:53:49.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: cluster 2024-09-10T18:53:48.795087+0000 mon.a (mon.0) 1548 : cluster [INF] Cluster is now healthy 2024-09-10T18:53:49.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: audit 2024-09-10T18:53:48.961095+0000 mon.b (mon.2) 4 : audit [DBG] from='client.44126 172.21.15.63:0/2553564544' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:53:49.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:49 smithi031 bash[14957]: audit 2024-09-10T18:53:49.321568+0000 mon.b (mon.2) 5 : audit [INF] from='client.44132 172.21.15.63:0/1881555262' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:53:50.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:50 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:53:50.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:50 smithi063 bash[52384]: (process:1): GLib-GObject-CRITICAL **: 18:53:50.242: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:53:51.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:50 smithi063 bash[54155]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:53:51.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:53:50 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:53:51.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:51 smithi031 bash[14957]: cluster 2024-09-10T18:53:49.803910+0000 mgr.y (mgr.15159) 239 : 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-10T18:53:51.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:51 smithi031 bash[19205]: cluster 2024-09-10T18:53:49.803910+0000 mgr.y (mgr.15159) 239 : 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-10T18:53:53.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:53 smithi031 bash[19205]: cluster 2024-09-10T18:53:51.804570+0000 mgr.y (mgr.15159) 240 : cluster [DBG] pgmap v143: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:53.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:53 smithi031 bash[19205]: audit 2024-09-10T18:53:52.807979+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:53 smithi031 bash[14957]: cluster 2024-09-10T18:53:51.804570+0000 mgr.y (mgr.15159) 240 : cluster [DBG] pgmap v143: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:53 smithi031 bash[14957]: audit 2024-09-10T18:53:52.807979+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:53:55.666 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:55 smithi031 bash[14957]: cluster 2024-09-10T18:53:53.806081+0000 mgr.y (mgr.15159) 241 : cluster [DBG] pgmap v144: 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-10T18:53:55.667 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:55 smithi031 bash[19205]: cluster 2024-09-10T18:53:53.806081+0000 mgr.y (mgr.15159) 241 : cluster [DBG] pgmap v144: 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-10T18:53:56.272 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T18:53:56.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:56 smithi031 bash[14957]: audit 2024-09-10T18:53:55.355421+0000 mgr.y (mgr.15159) 242 : audit [DBG] from='client.25888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:56.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:56 smithi031 bash[19205]: audit 2024-09-10T18:53:55.355421+0000 mgr.y (mgr.15159) 242 : audit [DBG] from='client.25888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:57.774 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:57 smithi031 bash[14957]: cluster 2024-09-10T18:53:55.806754+0000 mgr.y (mgr.15159) 243 : cluster [DBG] pgmap v145: 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-10T18:53:57.775 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:57 smithi031 bash[19205]: cluster 2024-09-10T18:53:55.806754+0000 mgr.y (mgr.15159) 243 : cluster [DBG] pgmap v145: 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-10T18:53:59.863 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:53:59.863 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (2m) 2m ago 26m 14.8M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T18:53:59.863 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (94s) 23s ago 26m 80.6M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T18:53:59.863 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 running (27s) 23s ago 27m - - dfc483079636 6c68d93990aa 2024-09-10T18:53:59.864 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (3m) 23s ago 31m 391M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T18:53:59.864 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (13m) 2m ago 33m 436M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:53:59.864 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (33m) 2m ago 33m 115M 2048M 15.2.9 dfc483079636 110985a9aaad 2024-09-10T18:53:59.864 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (32s) 23s ago 31m 28.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T18:53:59.864 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (32m) 2m ago 32m 76.0M 2048M 15.2.9 dfc483079636 b3f47a149224 2024-09-10T18:53:59.864 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (3m) 2m ago 27m 9996k - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T18:53:59.864 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (3m) 23s ago 27m 10.8M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T18:53:59.864 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (31m) 2m ago 31m 51.5M 4096M 15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:53:59.864 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (30m) 2m ago 30m 53.8M 4096M 15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:53:59.864 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (30m) 2m ago 30m 46.7M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:53:59.864 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (29m) 2m ago 29m 54.0M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:53:59.864 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (29m) 23s ago 29m 52.5M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:53:59.864 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (28m) 23s ago 29m 48.4M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:53:59.865 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (28m) 23s ago 28m 49.9M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:53:59.865 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (28m) 23s ago 28m 51.3M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:53:59.865 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (2m) 23s ago 27m 45.2M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T18:53:59.865 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (25m) 2m ago 25m 55.1M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:53:59.865 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (25m) 23s ago 25m 55.8M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:53:59.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:53:59 smithi031 bash[19205]: cluster 2024-09-10T18:53:57.807448+0000 mgr.y (mgr.15159) 244 : cluster [DBG] pgmap v146: 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-10T18:53:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:53:59 smithi031 bash[14957]: cluster 2024-09-10T18:53:57.807448+0000 mgr.y (mgr.15159) 244 : cluster [DBG] pgmap v146: 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-10T18:54:00.647 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.mon | length == 2'"'"'' 2024-09-10T18:54:00.881 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[14957]: audit 2024-09-10T18:53:59.838552+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:00.881 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[14957]: audit 2024-09-10T18:53:59.839560+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:00.881 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[14957]: audit 2024-09-10T18:53:59.840448+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:00.881 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[14957]: audit 2024-09-10T18:53:59.841328+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:00.881 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[14957]: audit 2024-09-10T18:53:59.842167+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:00.881 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[14957]: audit 2024-09-10T18:53:59.842960+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:00.881 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[14957]: audit 2024-09-10T18:53:59.848634+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:00.881 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[14957]: audit 2024-09-10T18:53:59.849393+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:00.881 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[14957]: audit 2024-09-10T18:53:59.850170+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:00.881 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[14957]: audit 2024-09-10T18:53:59.850926+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:00.881 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[14957]: audit 2024-09-10T18:53:59.851683+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:00.882 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[19205]: audit 2024-09-10T18:53:59.838552+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:00.882 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[19205]: audit 2024-09-10T18:53:59.839560+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:00.882 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[19205]: audit 2024-09-10T18:53:59.840448+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:00.882 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[19205]: audit 2024-09-10T18:53:59.841328+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:00.882 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[19205]: audit 2024-09-10T18:53:59.842167+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:00.882 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[19205]: audit 2024-09-10T18:53:59.842960+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:00.882 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[19205]: audit 2024-09-10T18:53:59.848634+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:00.882 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[19205]: audit 2024-09-10T18:53:59.849393+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:00.882 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[19205]: audit 2024-09-10T18:53:59.850170+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:00.882 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[19205]: audit 2024-09-10T18:53:59.850926+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:00.882 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:00 smithi031 bash[19205]: audit 2024-09-10T18:53:59.851683+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:01.381 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:00 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 16. 2024-09-10T18:54:01.381 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:00 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:54:01.381 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:00 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:54:01.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:01 smithi031 bash[14957]: cluster 2024-09-10T18:53:59.808925+0000 mgr.y (mgr.15159) 245 : cluster [DBG] pgmap v147: 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-10T18:54:01.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:01 smithi031 bash[14957]: audit 2024-09-10T18:53:59.833186+0000 mgr.y (mgr.15159) 246 : audit [DBG] from='client.25894 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:01.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:01 smithi031 bash[19205]: cluster 2024-09-10T18:53:59.808925+0000 mgr.y (mgr.15159) 245 : cluster [DBG] pgmap v147: 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-10T18:54:01.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:01 smithi031 bash[19205]: audit 2024-09-10T18:53:59.833186+0000 mgr.y (mgr.15159) 246 : audit [DBG] from='client.25894 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:02.631 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:02 smithi063 bash[54231]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:54:03.828 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:03 smithi031 bash[14957]: cluster 2024-09-10T18:54:01.809611+0000 mgr.y (mgr.15159) 247 : cluster [DBG] pgmap v148: 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-10T18:54:03.828 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:03 smithi031 bash[14957]: audit 2024-09-10T18:54:03.050968+0000 mon.b (mon.2) 6 : audit [DBG] from='client.44162 172.21.15.63:0/3815488185' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:54:03.829 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:03 smithi031 bash[14957]: audit 2024-09-10T18:54:03.412801+0000 mon.b (mon.2) 7 : audit [INF] from='client.44168 172.21.15.63:0/1030804067' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:54:03.829 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:03 smithi031 bash[19205]: cluster 2024-09-10T18:54:01.809611+0000 mgr.y (mgr.15159) 247 : cluster [DBG] pgmap v148: 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-10T18:54:03.829 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:03 smithi031 bash[19205]: audit 2024-09-10T18:54:03.050968+0000 mon.b (mon.2) 6 : audit [DBG] from='client.44162 172.21.15.63:0/3815488185' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:54:03.829 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:03 smithi031 bash[19205]: audit 2024-09-10T18:54:03.412801+0000 mon.b (mon.2) 7 : audit [INF] from='client.44168 172.21.15.63:0/1030804067' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:54:03.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: --- Logging error --- 2024-09-10T18:54:03.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Traceback (most recent call last): 2024-09-10T18:54:03.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:54:03.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self.socket.send(msg) 2024-09-10T18:54:03.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:54:03.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:03.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Traceback (most recent call last): 2024-09-10T18:54:03.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:54:03.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self.socket.connect(address) 2024-09-10T18:54:03.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:03.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:03.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Traceback (most recent call last): 2024-09-10T18:54:03.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:54:03.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self._connect_unixsocket(self.address) 2024-09-10T18:54:03.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:54:03.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self.socket.connect(address) 2024-09-10T18:54:03.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:03.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Call stack: 2024-09-10T18:54:03.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:54:03.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self._bootstrap_inner() 2024-09-10T18:54:03.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:54:03.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self.run() 2024-09-10T18:54:03.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:54:03.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: logger.info("Started the configuration object watcher") 2024-09-10T18:54:03.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Message: 'Started the configuration object watcher' 2024-09-10T18:54:03.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Arguments: () 2024-09-10T18:54:03.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: --- Logging error --- 2024-09-10T18:54:03.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Traceback (most recent call last): 2024-09-10T18:54:03.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:54:03.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self.socket.send(msg) 2024-09-10T18:54:03.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:54:03.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:03.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Traceback (most recent call last): 2024-09-10T18:54:03.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:54:03.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self.socket.connect(address) 2024-09-10T18:54:03.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:03.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:03.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Traceback (most recent call last): 2024-09-10T18:54:03.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:54:03.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self._connect_unixsocket(self.address) 2024-09-10T18:54:03.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:54:03.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self.socket.connect(address) 2024-09-10T18:54:03.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:03.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Call stack: 2024-09-10T18:54:03.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:54:03.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: main() 2024-09-10T18:54:03.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:54:03.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:54:03.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:54:03.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:54:03.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:54:03.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Arguments: () 2024-09-10T18:54:03.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: --- Logging error --- 2024-09-10T18:54:03.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Traceback (most recent call last): 2024-09-10T18:54:03.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:54:03.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self.socket.send(msg) 2024-09-10T18:54:03.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:54:03.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:03.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Traceback (most recent call last): 2024-09-10T18:54:03.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:54:03.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self.socket.connect(address) 2024-09-10T18:54:03.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:03.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:03.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Traceback (most recent call last): 2024-09-10T18:54:03.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:54:03.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self._connect_unixsocket(self.address) 2024-09-10T18:54:03.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:54:03.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self.socket.connect(address) 2024-09-10T18:54:03.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:03.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Call stack: 2024-09-10T18:54:03.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:54:03.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self._bootstrap_inner() 2024-09-10T18:54:03.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:54:03.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self.run() 2024-09-10T18:54:03.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:54:03.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self.interval)) 2024-09-10T18:54:03.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:54:03.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Arguments: () 2024-09-10T18:54:03.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: --- Logging error --- 2024-09-10T18:54:03.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Traceback (most recent call last): 2024-09-10T18:54:03.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:54:03.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self.socket.send(msg) 2024-09-10T18:54:03.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:54:03.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:03.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Traceback (most recent call last): 2024-09-10T18:54:03.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:54:03.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self.socket.connect(address) 2024-09-10T18:54:03.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:03.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:03.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Traceback (most recent call last): 2024-09-10T18:54:03.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:54:03.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self._connect_unixsocket(self.address) 2024-09-10T18:54:03.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:54:03.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: self.socket.connect(address) 2024-09-10T18:54:03.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:03.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Call stack: 2024-09-10T18:54:03.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:54:03.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: main() 2024-09-10T18:54:03.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:54:03.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:54:03.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:54:03.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:54:03.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:54:03.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: "{}".format(blacklisted_ip)) 2024-09-10T18:54:03.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/2289991669' 2024-09-10T18:54:03.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Arguments: () 2024-09-10T18:54:03.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: Traceback (most recent call last): 2024-09-10T18:54:03.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:54:03.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: main() 2024-09-10T18:54:03.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:54:03.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:54:03.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:54:03.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:54:03.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:54:03.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:54:03.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:54:03.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: **kwargs).stdout 2024-09-10T18:54:03.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:54:03.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: output=stdout, stderr=stderr) 2024-09-10T18:54:03.891 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:03 smithi063 bash[54248]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/2289991669' returned non-zero exit status 13. 2024-09-10T18:54:04.320 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:54:04.405 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:04 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:54:04.405 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:04 smithi063 bash[54231]: (process:1): GLib-GObject-CRITICAL **: 18:54:04.236: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:54:04.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:04 smithi031 bash[14957]: audit 2024-09-10T18:54:04.304739+0000 mon.a (mon.0) 1561 : audit [DBG] from='client.? 172.21.15.31:0/961881534' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:54:04.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:04 smithi031 bash[19205]: audit 2024-09-10T18:54:04.304739+0000 mon.a (mon.0) 1561 : audit [DBG] from='client.? 172.21.15.31:0/961881534' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:54:05.108 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- 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-10T18:54:05.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:04 smithi063 bash[54461]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:54:05.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:04 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:54:05.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:05 smithi031 bash[14957]: cluster 2024-09-10T18:54:03.811117+0000 mgr.y (mgr.15159) 248 : cluster [DBG] pgmap v149: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:54:05.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:05 smithi031 bash[19205]: cluster 2024-09-10T18:54:03.811117+0000 mgr.y (mgr.15159) 248 : cluster [DBG] pgmap v149: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:54:07.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:07 smithi031 bash[19205]: cluster 2024-09-10T18:54:05.811869+0000 mgr.y (mgr.15159) 249 : cluster [DBG] pgmap v150: 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-10T18:54:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:07 smithi031 bash[14957]: cluster 2024-09-10T18:54:05.811869+0000 mgr.y (mgr.15159) 249 : cluster [DBG] pgmap v150: 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-10T18:54:09.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[19205]: cluster 2024-09-10T18:54:07.812565+0000 mgr.y (mgr.15159) 250 : cluster [DBG] pgmap v151: 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-10T18:54:09.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[19205]: audit 2024-09-10T18:54:08.733731+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:09.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[19205]: audit 2024-09-10T18:54:08.734707+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:09.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[19205]: audit 2024-09-10T18:54:08.735594+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:09.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[19205]: audit 2024-09-10T18:54:08.736465+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:09.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[19205]: audit 2024-09-10T18:54:08.737324+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:09.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[19205]: audit 2024-09-10T18:54:08.738215+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:09.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[19205]: audit 2024-09-10T18:54:08.743571+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:09.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[19205]: audit 2024-09-10T18:54:08.744334+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:09.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[19205]: audit 2024-09-10T18:54:08.745134+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:09.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[19205]: audit 2024-09-10T18:54:08.745900+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:09.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[19205]: audit 2024-09-10T18:54:08.746486+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:09.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[14957]: cluster 2024-09-10T18:54:07.812565+0000 mgr.y (mgr.15159) 250 : cluster [DBG] pgmap v151: 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-10T18:54:09.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[14957]: audit 2024-09-10T18:54:08.733731+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:09.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[14957]: audit 2024-09-10T18:54:08.734707+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:09.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[14957]: audit 2024-09-10T18:54:08.735594+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:09.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[14957]: audit 2024-09-10T18:54:08.736465+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:09.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[14957]: audit 2024-09-10T18:54:08.737324+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:09.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[14957]: audit 2024-09-10T18:54:08.738215+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:09.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[14957]: audit 2024-09-10T18:54:08.743571+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:09.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[14957]: audit 2024-09-10T18:54:08.744334+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:09.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[14957]: audit 2024-09-10T18:54:08.745134+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:09.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[14957]: audit 2024-09-10T18:54:08.745900+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:09.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:09 smithi031 bash[14957]: audit 2024-09-10T18:54:08.746486+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:10.881 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:10 smithi031 bash[14957]: audit 2024-09-10T18:54:08.728230+0000 mgr.y (mgr.15159) 251 : audit [DBG] from='client.16029 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:10.881 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:10 smithi031 bash[14957]: audit 2024-09-10T18:54:09.130045+0000 mgr.y (mgr.15159) 252 : audit [DBG] from='client.25936 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mon", "hosts": "smithi031", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:10.881 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:10 smithi031 bash[19205]: audit 2024-09-10T18:54:08.728230+0000 mgr.y (mgr.15159) 251 : audit [DBG] from='client.16029 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:10.881 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:10 smithi031 bash[19205]: audit 2024-09-10T18:54:09.130045+0000 mgr.y (mgr.15159) 252 : audit [DBG] from='client.25936 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mon", "hosts": "smithi031", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:11.465 INFO:teuthology.orchestra.run.smithi031.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:54:11.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:11 smithi031 bash[14957]: cluster 2024-09-10T18:54:09.814121+0000 mgr.y (mgr.15159) 253 : cluster [DBG] pgmap v152: 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-10T18:54:11.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:11 smithi031 bash[14957]: audit 2024-09-10T18:54:11.458771+0000 mon.a (mon.0) 1573 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:54:11.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:11 smithi031 bash[14957]: audit 2024-09-10T18:54:11.461200+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:54:11.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:11 smithi031 bash[14957]: audit 2024-09-10T18:54:11.462810+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:54:11.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:11 smithi031 bash[14957]: audit 2024-09-10T18:54:11.474121+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:54:11.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:11 smithi031 bash[19205]: cluster 2024-09-10T18:54:09.814121+0000 mgr.y (mgr.15159) 253 : cluster [DBG] pgmap v152: 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-10T18:54:11.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:11 smithi031 bash[19205]: audit 2024-09-10T18:54:11.458771+0000 mon.a (mon.0) 1573 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:54:11.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:11 smithi031 bash[19205]: audit 2024-09-10T18:54:11.461200+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:54:11.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:11 smithi031 bash[19205]: audit 2024-09-10T18:54:11.462810+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:54:11.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:11 smithi031 bash[19205]: audit 2024-09-10T18:54:11.474121+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:54:12.423 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- 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-10T18:54:12.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:12 smithi031 bash[14957]: cephadm 2024-09-10T18:54:11.450864+0000 mgr.y (mgr.15159) 254 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:54:12.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:12 smithi031 bash[14957]: cephadm 2024-09-10T18:54:11.464130+0000 mgr.y (mgr.15159) 255 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:54:12.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:12 smithi031 bash[14957]: cephadm 2024-09-10T18:54:11.527808+0000 mgr.y (mgr.15159) 256 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:54:12.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:12 smithi031 bash[19205]: cephadm 2024-09-10T18:54:11.450864+0000 mgr.y (mgr.15159) 254 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:54:12.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:12 smithi031 bash[19205]: cephadm 2024-09-10T18:54:11.464130+0000 mgr.y (mgr.15159) 255 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:54:12.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:12 smithi031 bash[19205]: cephadm 2024-09-10T18:54:11.527808+0000 mgr.y (mgr.15159) 256 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:54:13.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:13 smithi031 bash[14957]: cluster 2024-09-10T18:54:11.814784+0000 mgr.y (mgr.15159) 257 : cluster [DBG] pgmap v153: 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-10T18:54:13.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:13 smithi031 bash[19205]: cluster 2024-09-10T18:54:11.814784+0000 mgr.y (mgr.15159) 257 : cluster [DBG] pgmap v153: 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-10T18:54:15.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:14 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 17. 2024-09-10T18:54:15.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:14 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:54:15.139 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:14 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:54:15.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:15 smithi031 bash[14957]: cluster 2024-09-10T18:54:13.816369+0000 mgr.y (mgr.15159) 258 : cluster [DBG] pgmap v154: 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-10T18:54:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:15 smithi031 bash[14957]: audit 2024-09-10T18:54:14.968372+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:54:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:15 smithi031 bash[14957]: audit 2024-09-10T18:54:14.970258+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:54:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:15 smithi031 bash[14957]: audit 2024-09-10T18:54:14.980199+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:54:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:15 smithi031 bash[14957]: audit 2024-09-10T18:54:14.982686+0000 mon.a (mon.0) 1580 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:54:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:15 smithi031 bash[14957]: audit 2024-09-10T18:54:14.989225+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:54:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:15 smithi031 bash[14957]: audit 2024-09-10T18:54:14.991261+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T18:54:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:15 smithi031 bash[14957]: audit 2024-09-10T18:54:14.992699+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-10T18:54:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:15 smithi031 bash[19205]: cluster 2024-09-10T18:54:13.816369+0000 mgr.y (mgr.15159) 258 : cluster [DBG] pgmap v154: 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-10T18:54:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:15 smithi031 bash[19205]: audit 2024-09-10T18:54:14.968372+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:54:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:15 smithi031 bash[19205]: audit 2024-09-10T18:54:14.970258+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:54:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:15 smithi031 bash[19205]: audit 2024-09-10T18:54:14.980199+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:54:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:15 smithi031 bash[19205]: audit 2024-09-10T18:54:14.982686+0000 mon.a (mon.0) 1580 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:54:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:15 smithi031 bash[19205]: audit 2024-09-10T18:54:14.989225+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:54:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:15 smithi031 bash[19205]: audit 2024-09-10T18:54:14.991261+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T18:54:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:15 smithi031 bash[19205]: audit 2024-09-10T18:54:14.992699+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-10T18:54:16.631 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:16 smithi063 bash[54522]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:54:16.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:16 smithi031 bash[14957]: cephadm 2024-09-10T18:54:14.968916+0000 mgr.y (mgr.15159) 259 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:54:16.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:16 smithi031 bash[14957]: cephadm 2024-09-10T18:54:14.969000+0000 mgr.y (mgr.15159) 260 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:54:16.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:16 smithi031 bash[14957]: cephadm 2024-09-10T18:54:14.983941+0000 mgr.y (mgr.15159) 261 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:54:16.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:16 smithi031 bash[14957]: cephadm 2024-09-10T18:54:14.993574+0000 mgr.y (mgr.15159) 262 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-10T18:54:16.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:16 smithi031 bash[19205]: cephadm 2024-09-10T18:54:14.968916+0000 mgr.y (mgr.15159) 259 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:54:16.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:16 smithi031 bash[19205]: cephadm 2024-09-10T18:54:14.969000+0000 mgr.y (mgr.15159) 260 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:54:16.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:16 smithi031 bash[19205]: cephadm 2024-09-10T18:54:14.983941+0000 mgr.y (mgr.15159) 261 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:54:16.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:16 smithi031 bash[19205]: cephadm 2024-09-10T18:54:14.993574+0000 mgr.y (mgr.15159) 262 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-10T18:54:17.803 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:17 smithi031 bash[14957]: cluster 2024-09-10T18:54:15.817048+0000 mgr.y (mgr.15159) 263 : cluster [DBG] pgmap v155: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:17.804 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:17 smithi031 bash[14957]: audit 2024-09-10T18:54:17.038206+0000 mon.b (mon.2) 8 : audit [DBG] from='client.44204 172.21.15.63:0/2312253714' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:54:17.804 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:17 smithi031 bash[14957]: audit 2024-09-10T18:54:17.387362+0000 mon.b (mon.2) 9 : audit [INF] from='client.44210 172.21.15.63:0/3009832880' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:54:17.804 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:17 smithi031 bash[19205]: cluster 2024-09-10T18:54:15.817048+0000 mgr.y (mgr.15159) 263 : cluster [DBG] pgmap v155: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:17.804 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:17 smithi031 bash[19205]: audit 2024-09-10T18:54:17.038206+0000 mon.b (mon.2) 8 : audit [DBG] from='client.44204 172.21.15.63:0/2312253714' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:54:17.804 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:17 smithi031 bash[19205]: audit 2024-09-10T18:54:17.387362+0000 mon.b (mon.2) 9 : audit [INF] from='client.44210 172.21.15.63:0/3009832880' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:54:17.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: --- Logging error --- 2024-09-10T18:54:17.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Traceback (most recent call last): 2024-09-10T18:54:17.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:54:17.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self.socket.send(msg) 2024-09-10T18:54:17.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:54:17.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:17.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Traceback (most recent call last): 2024-09-10T18:54:17.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:54:17.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self.socket.connect(address) 2024-09-10T18:54:17.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:17.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:17.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Traceback (most recent call last): 2024-09-10T18:54:17.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:54:17.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self._connect_unixsocket(self.address) 2024-09-10T18:54:17.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:54:17.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self.socket.connect(address) 2024-09-10T18:54:17.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:17.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Call stack: 2024-09-10T18:54:17.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:54:17.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self._bootstrap_inner() 2024-09-10T18:54:17.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:54:17.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self.run() 2024-09-10T18:54:17.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:54:17.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: logger.info("Started the configuration object watcher") 2024-09-10T18:54:17.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Message: 'Started the configuration object watcher' 2024-09-10T18:54:17.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Arguments: () 2024-09-10T18:54:17.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: --- Logging error --- 2024-09-10T18:54:17.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Traceback (most recent call last): 2024-09-10T18:54:17.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:54:17.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self.socket.send(msg) 2024-09-10T18:54:17.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:54:17.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:17.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Traceback (most recent call last): 2024-09-10T18:54:17.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:54:17.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self.socket.connect(address) 2024-09-10T18:54:17.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:17.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:17.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Traceback (most recent call last): 2024-09-10T18:54:17.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:54:17.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self._connect_unixsocket(self.address) 2024-09-10T18:54:17.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:54:17.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self.socket.connect(address) 2024-09-10T18:54:17.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:17.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Call stack: 2024-09-10T18:54:17.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:54:17.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: main() 2024-09-10T18:54:17.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:54:17.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:54:17.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:54:17.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:54:17.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:54:17.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Arguments: () 2024-09-10T18:54:17.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: --- Logging error --- 2024-09-10T18:54:17.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Traceback (most recent call last): 2024-09-10T18:54:17.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:54:17.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self.socket.send(msg) 2024-09-10T18:54:17.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:54:17.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:17.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Traceback (most recent call last): 2024-09-10T18:54:17.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:54:17.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self.socket.connect(address) 2024-09-10T18:54:17.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:17.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:17.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Traceback (most recent call last): 2024-09-10T18:54:17.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:54:17.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self._connect_unixsocket(self.address) 2024-09-10T18:54:17.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:54:17.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self.socket.connect(address) 2024-09-10T18:54:17.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:17.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Call stack: 2024-09-10T18:54:17.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:54:17.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self._bootstrap_inner() 2024-09-10T18:54:17.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:54:17.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self.run() 2024-09-10T18:54:17.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:54:17.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self.interval)) 2024-09-10T18:54:17.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:54:17.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Arguments: () 2024-09-10T18:54:17.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: --- Logging error --- 2024-09-10T18:54:17.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Traceback (most recent call last): 2024-09-10T18:54:17.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:54:17.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self.socket.send(msg) 2024-09-10T18:54:17.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:54:17.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:17.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Traceback (most recent call last): 2024-09-10T18:54:17.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:54:17.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self.socket.connect(address) 2024-09-10T18:54:17.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:17.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:17.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Traceback (most recent call last): 2024-09-10T18:54:17.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:54:17.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self._connect_unixsocket(self.address) 2024-09-10T18:54:17.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:54:17.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: self.socket.connect(address) 2024-09-10T18:54:17.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:17.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Call stack: 2024-09-10T18:54:17.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:54:17.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: main() 2024-09-10T18:54:17.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:54:17.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:54:17.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:54:17.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:54:17.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:54:17.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: "{}".format(blacklisted_ip)) 2024-09-10T18:54:17.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/2289991669' 2024-09-10T18:54:17.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Arguments: () 2024-09-10T18:54:17.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: Traceback (most recent call last): 2024-09-10T18:54:17.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:54:17.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: main() 2024-09-10T18:54:17.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:54:17.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:54:17.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:54:17.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:54:17.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:54:17.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:54:17.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:54:17.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: **kwargs).stdout 2024-09-10T18:54:17.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:54:17.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: output=stdout, stderr=stderr) 2024-09-10T18:54:17.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:17 smithi063 bash[54539]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/2289991669' returned non-zero exit status 13. 2024-09-10T18:54:17.981 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:54:18.412 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:18 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:54:18.412 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:18 smithi063 bash[54522]: (process:1): GLib-GObject-CRITICAL **: 18:54:18.218: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:54:18.696 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:54:18.696 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (2m) 2m ago 27m 14.8M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T18:54:18.696 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (113s) 42s ago 26m 80.6M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T18:54:18.697 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 running (46s) 42s ago 27m - - dfc483079636 6c68d93990aa 2024-09-10T18:54:18.697 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (4m) 42s ago 31m 391M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T18:54:18.697 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (14m) 2m ago 33m 436M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:54:18.697 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (33m) 2m ago 33m 115M 2048M 15.2.9 dfc483079636 110985a9aaad 2024-09-10T18:54:18.697 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (50s) 42s ago 32m 28.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T18:54:18.697 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (32m) 2m ago 32m 76.0M 2048M 15.2.9 dfc483079636 b3f47a149224 2024-09-10T18:54:18.697 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (3m) 2m ago 27m 9996k - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T18:54:18.697 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (3m) 42s ago 27m 10.8M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T18:54:18.697 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (31m) 2m ago 31m 51.5M 4096M 15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:54:18.697 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (31m) 2m ago 31m 53.8M 4096M 15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:54:18.697 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (30m) 2m ago 30m 46.7M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:54:18.697 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (30m) 2m ago 30m 54.0M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:54:18.697 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (29m) 42s ago 29m 52.5M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:54:18.698 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (29m) 42s ago 29m 48.4M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:54:18.698 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (28m) 42s ago 28m 49.9M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:54:18.698 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (28m) 42s ago 28m 51.3M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:54:18.698 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (3m) 42s ago 27m 45.2M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T18:54:18.698 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (25m) 2m ago 25m 55.1M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:54:18.698 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (25m) 42s ago 25m 55.8M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:54:19.116 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:54:19.116 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:54:19.117 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2, 2024-09-10T18:54:19.117 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:54:19.117 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:54:19.117 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:54:19.117 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:54:19.117 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:54:19.117 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:54:19.117 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-10T18:54:19.117 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:54:19.117 INFO:teuthology.orchestra.run.smithi031.stdout: "mds": {}, 2024-09-10T18:54:19.117 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:54:19.117 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:54:19.118 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:54:19.118 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:54:19.118 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 12, 2024-09-10T18:54:19.118 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T18:54:19.118 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:54:19.118 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:54:19.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:18 smithi063 bash[54751]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:54:19.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:18 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:54:19.476 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:54:19.476 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:54:19.476 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T18:54:19.476 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi031", 2024-09-10T18:54:19.476 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-10T18:54:19.476 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "0/2 daemons upgraded", 2024-09-10T18:54:19.476 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading mon daemons", 2024-09-10T18:54:19.476 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T18:54:19.476 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:54:19.659 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: cluster 2024-09-10T18:54:17.817629+0000 mgr.y (mgr.15159) 264 : cluster [DBG] pgmap v156: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:19.660 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: audit 2024-09-10T18:54:17.964646+0000 mgr.y (mgr.15159) 265 : audit [DBG] from='client.25966 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:19.660 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: audit 2024-09-10T18:54:18.313957+0000 mgr.y (mgr.15159) 266 : audit [DBG] from='client.16071 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:19.660 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: cephadm 2024-09-10T18:54:18.386101+0000 mgr.y (mgr.15159) 267 : cephadm [INF] Upgrade: Updating mon.a 2024-09-10T18:54:19.660 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: audit 2024-09-10T18:54:18.395592+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:54:19.660 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: audit 2024-09-10T18:54:18.397052+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:54:19.660 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: audit 2024-09-10T18:54:18.398231+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:54:19.660 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: audit 2024-09-10T18:54:18.399439+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:54:19.660 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: cephadm 2024-09-10T18:54:18.400928+0000 mgr.y (mgr.15159) 268 : cephadm [INF] Deploying daemon mon.a on smithi031 2024-09-10T18:54:19.660 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: audit 2024-09-10T18:54:18.401592+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-10T18:54:19.660 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: audit 2024-09-10T18:54:18.670618+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:19.660 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: audit 2024-09-10T18:54:18.671535+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:19.661 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: audit 2024-09-10T18:54:18.672417+0000 mon.a (mon.0) 1591 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:19.661 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: audit 2024-09-10T18:54:18.673251+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:19.661 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: audit 2024-09-10T18:54:18.674059+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:19.661 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: audit 2024-09-10T18:54:18.674821+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:19.661 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: audit 2024-09-10T18:54:18.677571+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:19.661 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: audit 2024-09-10T18:54:18.678394+0000 mon.a (mon.0) 1596 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:19.661 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: audit 2024-09-10T18:54:18.679145+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:19.661 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: audit 2024-09-10T18:54:18.679956+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:19.661 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: audit 2024-09-10T18:54:18.680667+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:19.661 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[14957]: audit 2024-09-10T18:54:19.113856+0000 mon.c (mon.1) 55 : audit [DBG] from='client.? 172.21.15.31:0/994603962' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:54:19.662 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: cluster 2024-09-10T18:54:17.817629+0000 mgr.y (mgr.15159) 264 : cluster [DBG] pgmap v156: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:19.662 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: audit 2024-09-10T18:54:17.964646+0000 mgr.y (mgr.15159) 265 : audit [DBG] from='client.25966 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:19.662 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: audit 2024-09-10T18:54:18.313957+0000 mgr.y (mgr.15159) 266 : audit [DBG] from='client.16071 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:19.662 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: cephadm 2024-09-10T18:54:18.386101+0000 mgr.y (mgr.15159) 267 : cephadm [INF] Upgrade: Updating mon.a 2024-09-10T18:54:19.662 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: audit 2024-09-10T18:54:18.395592+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' 2024-09-10T18:54:19.662 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: audit 2024-09-10T18:54:18.397052+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:54:19.662 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: audit 2024-09-10T18:54:18.398231+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:54:19.662 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: audit 2024-09-10T18:54:18.399439+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:54:19.662 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: cephadm 2024-09-10T18:54:18.400928+0000 mgr.y (mgr.15159) 268 : cephadm [INF] Deploying daemon mon.a on smithi031 2024-09-10T18:54:19.662 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: audit 2024-09-10T18:54:18.401592+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-10T18:54:19.662 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: audit 2024-09-10T18:54:18.670618+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:19.662 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: audit 2024-09-10T18:54:18.671535+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:19.662 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: audit 2024-09-10T18:54:18.672417+0000 mon.a (mon.0) 1591 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:19.663 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: audit 2024-09-10T18:54:18.673251+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:19.663 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: audit 2024-09-10T18:54:18.674059+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:19.663 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: audit 2024-09-10T18:54:18.674821+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:19.663 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: audit 2024-09-10T18:54:18.677571+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:19.663 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: audit 2024-09-10T18:54:18.678394+0000 mon.a (mon.0) 1596 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:19.663 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: audit 2024-09-10T18:54:18.679145+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:19.663 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: audit 2024-09-10T18:54:18.679956+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:19.663 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: audit 2024-09-10T18:54:18.680667+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:19.663 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:19 smithi031 bash[19205]: audit 2024-09-10T18:54:19.113856+0000 mon.c (mon.1) 55 : audit [DBG] from='client.? 172.21.15.31:0/994603962' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:54:20.879 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:20 smithi031 bash[14957]: audit 2024-09-10T18:54:18.665452+0000 mgr.y (mgr.15159) 269 : audit [DBG] from='client.16077 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:20.879 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:20 smithi031 bash[14957]: audit 2024-09-10T18:54:19.473135+0000 mgr.y (mgr.15159) 270 : audit [DBG] from='client.16089 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:20.880 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:20 smithi031 bash[19205]: audit 2024-09-10T18:54:18.665452+0000 mgr.y (mgr.15159) 269 : audit [DBG] from='client.16077 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:20.880 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:20 smithi031 bash[19205]: audit 2024-09-10T18:54:19.473135+0000 mgr.y (mgr.15159) 270 : audit [DBG] from='client.16089 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:21.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:20 smithi031 systemd[1]: Stopping Ceph mon.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:54:21.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:21 smithi031 bash[14957]: debug 2024-09-10T18:54:20.997+0000 7f5a84f87700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T18:54:21.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:21 smithi031 bash[14957]: debug 2024-09-10T18:54:20.997+0000 7f5a84f87700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-10T18:54:22.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:21 smithi031 bash[52924]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-mon.a 2024-09-10T18:54:22.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:21 smithi031 bash[52997]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-mon.a 2024-09-10T18:54:22.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:21 smithi031 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.a.service: Succeeded. 2024-09-10T18:54:22.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:21 smithi031 systemd[1]: Stopped Ceph mon.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:54:22.371 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:22 smithi031 systemd[1]: Started Ceph mon.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:54:23.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.581+0000 7f1e905d2900 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T18:54:23.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.581+0000 7f1e905d2900 0 ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable), process ceph-mon, pid 7 2024-09-10T18:54:23.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.581+0000 7f1e905d2900 0 pidfile_write: ignore empty --pid-file 2024-09-10T18:54:23.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 0 load: jerasure load: lrc 2024-09-10T18:54:23.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: RocksDB version: 6.15.5 2024-09-10T18:54:23.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T18:54:23.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Compile date Sep 9 2024 2024-09-10T18:54:23.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: DB SUMMARY 2024-09-10T18:54:23.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: DB Session ID: 5IFY2GXZT2O8U5UJ8CSH 2024-09-10T18:54:23.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: CURRENT file: CURRENT 2024-09-10T18:54:23.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T18:54:23.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 2126 Bytes 2024-09-10T18:54:23.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000053.sst 2024-09-10T18:54:23.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000051.log size: 2839647 ; 2024-09-10T18:54:23.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.error_if_exists: 0 2024-09-10T18:54:23.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.create_if_missing: 0 2024-09-10T18:54:23.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T18:54:23.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T18:54:23.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.env: 0x562258816440 2024-09-10T18:54:23.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.fs: Posix File System 2024-09-10T18:54:23.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.info_log: 0x562259c28ee0 2024-09-10T18:54:23.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T18:54:23.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.statistics: (nil) 2024-09-10T18:54:23.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.use_fsync: 0 2024-09-10T18:54:23.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T18:54:23.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T18:54:23.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T18:54:23.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T18:54:23.894 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T18:54:23.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T18:54:23.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T18:54:23.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T18:54:23.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T18:54:23.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T18:54:23.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T18:54:23.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.db_log_dir: 2024-09-10T18:54:23.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-10T18:54:23.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T18:54:23.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T18:54:23.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T18:54:23.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T18:54:23.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T18:54:23.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T18:54:23.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T18:54:23.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T18:54:23.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.write_buffer_manager: 0x562259ce6780 2024-09-10T18:54:23.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T18:54:23.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T18:54:23.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T18:54:23.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T18:54:23.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T18:54:23.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T18:54:23.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T18:54:23.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T18:54:23.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T18:54:23.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.unordered_write: 0 2024-09-10T18:54:23.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T18:54:23.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T18:54:23.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T18:54:23.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T18:54:23.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.row_cache: None 2024-09-10T18:54:23.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.wal_filter: None 2024-09-10T18:54:23.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T18:54:23.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T18:54:23.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T18:54:23.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.two_write_queues: 0 2024-09-10T18:54:23.899 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T18:54:23.899 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.atomic_flush: 0 2024-09-10T18:54:23.899 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T18:54:23.899 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T18:54:23.899 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T18:54:23.899 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.log_readahead_size: 0 2024-09-10T18:54:23.899 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T18:54:23.899 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-10T18:54:23.899 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T18:54:23.899 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T18:54:23.899 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-10T18:54:23.899 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-10T18:54:23.899 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T18:54:23.899 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T18:54:23.900 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T18:54:23.900 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T18:54:23.900 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T18:54:23.900 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T18:54:23.900 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T18:54:23.900 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T18:54:23.900 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T18:54:23.900 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T18:54:23.900 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T18:54:23.900 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_open_files: -1 2024-09-10T18:54:23.900 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T18:54:23.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T18:54:23.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T18:54:23.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T18:54:23.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T18:54:23.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Compression algorithms supported: 2024-09-10T18:54:23.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: kZSTD supported: 0 2024-09-10T18:54:23.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: kXpressCompression supported: 0 2024-09-10T18:54:23.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T18:54:23.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T18:54:23.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T18:54:23.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: kZlibCompression supported: 1 2024-09-10T18:54:23.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T18:54:23.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T18:54:23.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T18:54:23.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 2024-09-10T18:54:23.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-10T18:54:23.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T18:54:23.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.merge_operator: 2024-09-10T18:54:23.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compaction_filter: None 2024-09-10T18:54:23.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T18:54:23.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-10T18:54:23.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T18:54:23.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T18:54:23.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562259bd1a38) 2024-09-10T18:54:23.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: cache_index_and_filter_blocks: 1 2024-09-10T18:54:23.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T18:54:23.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T18:54:23.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: pin_top_level_index_and_filter: 1 2024-09-10T18:54:23.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: index_type: 0 2024-09-10T18:54:23.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: data_block_index_type: 0 2024-09-10T18:54:23.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: index_shortening: 1 2024-09-10T18:54:23.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T18:54:23.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: hash_index_allow_collision: 1 2024-09-10T18:54:23.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: checksum: 1 2024-09-10T18:54:23.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: no_block_cache: 0 2024-09-10T18:54:23.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: block_cache: 0x562259c05350 2024-09-10T18:54:23.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: block_cache_name: BinnedLRUCache 2024-09-10T18:54:23.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: block_cache_options: 2024-09-10T18:54:23.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: capacity : 536870912 2024-09-10T18:54:23.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: num_shard_bits : 4 2024-09-10T18:54:23.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: strict_capacity_limit : 0 2024-09-10T18:54:23.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: high_pri_pool_ratio: 0.000 2024-09-10T18:54:23.904 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: block_cache_compressed: (nil) 2024-09-10T18:54:23.904 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: persistent_cache: (nil) 2024-09-10T18:54:23.904 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: block_size: 4096 2024-09-10T18:54:23.904 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: block_size_deviation: 10 2024-09-10T18:54:23.904 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: block_restart_interval: 16 2024-09-10T18:54:23.904 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: index_block_restart_interval: 1 2024-09-10T18:54:23.904 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: metadata_block_size: 4096 2024-09-10T18:54:23.904 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: partition_filters: 0 2024-09-10T18:54:23.904 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: use_delta_encoding: 1 2024-09-10T18:54:23.904 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T18:54:23.904 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: whole_key_filtering: 1 2024-09-10T18:54:23.904 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: verify_compression: 0 2024-09-10T18:54:23.904 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: read_amp_bytes_per_bit: 0 2024-09-10T18:54:23.905 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: format_version: 4 2024-09-10T18:54:23.905 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: enable_index_compression: 1 2024-09-10T18:54:23.905 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: block_align: 0 2024-09-10T18:54:23.905 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T18:54:23.905 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T18:54:23.905 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compression: NoCompression 2024-09-10T18:54:23.905 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T18:54:23.905 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T18:54:23.905 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T18:54:23.905 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.num_levels: 7 2024-09-10T18:54:23.905 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T18:54:23.905 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T18:54:23.905 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T18:54:23.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T18:54:23.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T18:54:23.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T18:54:23.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T18:54:23.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:54:23.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T18:54:23.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T18:54:23.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T18:54:23.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T18:54:23.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T18:54:23.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T18:54:23.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:54:23.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T18:54:23.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T18:54:23.907 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T18:54:23.907 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T18:54:23.907 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T18:54:23.907 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T18:54:23.907 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T18:54:23.907 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T18:54:23.907 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T18:54:23.907 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T18:54:23.907 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T18:54:23.907 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T18:54:23.907 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T18:54:23.907 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T18:54:23.908 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T18:54:23.908 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T18:54:23.908 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T18:54:23.908 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T18:54:23.908 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T18:54:23.908 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T18:54:23.908 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T18:54:23.908 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T18:54:23.908 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T18:54:23.908 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T18:54:23.908 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T18:54:23.908 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T18:54:23.908 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T18:54:23.908 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T18:54:23.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T18:54:23.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T18:54:23.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T18:54:23.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T18:54:23.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T18:54:23.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T18:54:23.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T18:54:23.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T18:54:23.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T18:54:23.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T18:54:23.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T18:54:23.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T18:54:23.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.bloom_locality: 0 2024-09-10T18:54:23.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T18:54:23.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T18:54:23.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T18:54:23.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.force_consistency_checks: 1 2024-09-10T18:54:23.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T18:54:23.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.ttl: 2592000 2024-09-10T18:54:23.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T18:54:23.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.enable_blob_files: false 2024-09-10T18:54:23.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.min_blob_size: 0 2024-09-10T18:54:23.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.blob_file_size: 268435456 2024-09-10T18:54:23.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T18:54:23.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T18:54:23.911 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.585+0000 7f1e905d2900 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T18:54:23.911 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.589+0000 7f1e905d2900 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 27307, log_number is 51,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-10T18:54:23.911 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.589+0000 7f1e905d2900 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 51 2024-09-10T18:54:23.911 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.589+0000 7f1e905d2900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 55 2024-09-10T18:54:23.911 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.589+0000 7f1e905d2900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994463594247, "job": 1, "event": "recovery_started", "wal_files": [51]} 2024-09-10T18:54:23.911 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.589+0000 7f1e905d2900 4 rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #51 mode 2 2024-09-10T18:54:23.911 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.593+0000 7f1e905d2900 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-10T18:54:23.911 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.597+0000 7f1e905d2900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994463601778, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 56, "file_size": 2803739, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 2799125, "index_size": 2943, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 709, "raw_key_size": 6382, "raw_average_key_size": 25, "raw_value_size": 2791919, "raw_average_value_size": 11035, "num_data_blocks": 128, "num_entries": 253, "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": 1725994463, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "6bd23006-a481-4716-babe-f50d2fedffe3", "db_session_id": "5IFY2GXZT2O8U5UJ8CSH"}} 2024-09-10T18:54:23.911 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.597+0000 7f1e905d2900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 57 2024-09-10T18:54:23.911 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.597+0000 7f1e905d2900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994463602669, "job": 1, "event": "recovery_finished"} 2024-09-10T18:54:23.911 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.597+0000 7f1e905d2900 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-10T18:54:23.911 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.601+0000 7f1e905d2900 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x562259c3a700 2024-09-10T18:54:23.911 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.601+0000 7f1e905d2900 4 rocksdb: DB pointer 0x562259c08000 2024-09-10T18:54:23.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.601+0000 7f1e905d2900 0 starting mon.a rank 0 at public addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] at bind addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:54:23.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.601+0000 7f1e8639e640 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-10T18:54:23.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.601+0000 7f1e8639e640 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-10T18:54:23.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: ** DB Stats ** 2024-09-10T18:54:23.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:54:23.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: 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-10T18:54:23.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T18:54:23.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:54:23.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: 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-10T18:54:23.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T18:54:23.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:54:23.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: ** Compaction Stats [default] ** 2024-09-10T18:54:23.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: 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-10T18:54:23.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:54:23.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: L0 1/0 2.67 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 586.9 0.00 0.00 1 0.005 0 0 2024-09-10T18:54:23.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: L6 1/0 36.65 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-10T18:54:23.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: Sum 2/0 39.33 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 586.9 0.00 0.00 1 0.005 0 0 2024-09-10T18:54:23.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 586.9 0.00 0.00 1 0.005 0 0 2024-09-10T18:54:23.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: ** Compaction Stats [default] ** 2024-09-10T18:54:23.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: 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-10T18:54:23.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:54:23.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 586.9 0.00 0.00 1 0.005 0 0 2024-09-10T18:54:23.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:54:23.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: Flush(GB): cumulative 0.003, interval 0.003 2024-09-10T18:54:23.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:54:23.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:54:23.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:54:23.914 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:54:23.914 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: Cumulative compaction: 0.00 GB write, 190.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:54:23.914 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: Interval compaction: 0.00 GB write, 190.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:54:23.914 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: 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-10T18:54:23.914 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:54:23.914 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: ** Compaction Stats [default] ** 2024-09-10T18:54:23.914 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: 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-10T18:54:23.914 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:54:23.914 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: L0 1/0 2.67 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 586.9 0.00 0.00 1 0.005 0 0 2024-09-10T18:54:23.914 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: L6 1/0 36.65 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-10T18:54:23.914 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: Sum 2/0 39.33 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 586.9 0.00 0.00 1 0.005 0 0 2024-09-10T18:54:23.915 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: 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-10T18:54:23.915 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: ** Compaction Stats [default] ** 2024-09-10T18:54:23.915 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: 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-10T18:54:23.915 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:54:23.915 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 586.9 0.00 0.00 1 0.005 0 0 2024-09-10T18:54:23.915 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:54:23.915 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: Flush(GB): cumulative 0.003, interval 0.000 2024-09-10T18:54:23.915 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:54:23.915 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:54:23.915 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:54:23.915 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:54:23.915 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: Cumulative compaction: 0.00 GB write, 189.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:54:23.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: 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-10T18:54:23.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: 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-10T18:54:23.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:54:23.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.601+0000 7f1e905d2900 1 mon.a@-1(???) e3 preinit fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:54:23.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.601+0000 7f1e905d2900 0 mon.a@-1(???).mds e1 new map 2024-09-10T18:54:23.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.601+0000 7f1e905d2900 0 mon.a@-1(???).mds e1 print_map 2024-09-10T18:54:23.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: e1 2024-09-10T18:54:23.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-10T18:54:23.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: 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-10T18:54:23.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: legacy client fscid: -1 2024-09-10T18:54:23.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: 2024-09-10T18:54:23.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: No filesystems configured 2024-09-10T18:54:23.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.605+0000 7f1e905d2900 0 mon.a@-1(???).osd e71 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-10T18:54:23.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.605+0000 7f1e905d2900 0 mon.a@-1(???).osd e71 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T18:54:23.917 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.605+0000 7f1e905d2900 0 mon.a@-1(???).osd e71 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T18:54:23.917 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.605+0000 7f1e905d2900 0 mon.a@-1(???).osd e71 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T18:54:23.917 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:54:23 smithi031 bash[53082]: debug 2024-09-10T18:54:23.605+0000 7f1e905d2900 1 mon.a@-1(???).paxosservice(auth 1..31) refresh upgraded, format 0 -> 3 2024-09-10T18:54:24.631 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:24 smithi063 bash[39320]: ignoring --setuser ceph since I am not root 2024-09-10T18:54:24.631 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:24 smithi063 bash[39320]: ignoring --setgroup ceph since I am not root 2024-09-10T18:54:24.631 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:24 smithi063 bash[39320]: debug 2024-09-10T18:54:24.317+0000 7fdd67b77640 1 -- 172.21.15.63:0/1515672517 <== mon.2 v2:172.21.15.63:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x561be98e4340 con 0x561be98f0c00 2024-09-10T18:54:24.631 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:24 smithi063 bash[39320]: debug 2024-09-10T18:54:24.441+0000 7fdd6a3d1ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T18:54:24.636 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:24 smithi031 bash[40844]: ignoring --setuser ceph since I am not root 2024-09-10T18:54:24.636 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:24 smithi031 bash[40844]: ignoring --setgroup ceph since I am not root 2024-09-10T18:54:24.636 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:24 smithi031 bash[40844]: debug 2024-09-10T18:54:24.317+0000 7f1fe8770640 1 -- 172.21.15.31:0/168168005 <== mon.0 v2:172.21.15.31:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555f89610340 con 0x555f8961cc00 2024-09-10T18:54:24.636 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:24 smithi031 bash[40844]: debug 2024-09-10T18:54:24.445+0000 7f1feafcaec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T18:54:24.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:24 smithi031 bash[19205]: audit 2024-09-10T18:54:21.009331+0000 mon.b (mon.2) 10 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:54:24.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:24 smithi031 bash[19205]: audit 2024-09-10T18:54:21.009926+0000 mon.b (mon.2) 11 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:54:24.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:24 smithi031 bash[19205]: audit 2024-09-10T18:54:21.010547+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.15159 172.21.15.31:0/3148728545' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:54:24.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:24 smithi031 bash[19205]: cluster 2024-09-10T18:54:21.819953+0000 mgr.y (mgr.15159) 272 : 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-10T18:54:24.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:24 smithi031 bash[19205]: cluster 2024-09-10T18:54:24.230065+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-10T18:54:24.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:24 smithi031 bash[19205]: cluster 2024-09-10T18:54:24.233465+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-10T18:54:24.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:24 smithi031 bash[19205]: audit 2024-09-10T18:54:24.237540+0000 mon.a (mon.0) 3 : audit [DBG] from='mgr.15159 ' entity='' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:54:24.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:24 smithi031 bash[19205]: cluster 2024-09-10T18:54:24.243522+0000 mon.a (mon.0) 4 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:54:24.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:24 smithi031 bash[19205]: cluster 2024-09-10T18:54:24.244634+0000 mon.a (mon.0) 5 : cluster [DBG] fsmap 2024-09-10T18:54:24.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:24 smithi031 bash[19205]: cluster 2024-09-10T18:54:24.244692+0000 mon.a (mon.0) 6 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-10T18:54:24.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:24 smithi031 bash[19205]: cluster 2024-09-10T18:54:24.246334+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e39: y(active, since 4m), standbys: x 2024-09-10T18:54:24.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:24 smithi031 bash[19205]: cluster 2024-09-10T18:54:24.247089+0000 mon.a (mon.0) 8 : cluster [INF] overall HEALTH_OK 2024-09-10T18:54:24.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:24 smithi031 bash[19205]: cluster 2024-09-10T18:54:24.261060+0000 mon.a (mon.0) 9 : cluster [DBG] mgrmap e40: y(active, since 4m), standbys: x 2024-09-10T18:54:24.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:24 smithi031 bash[19205]: audit 2024-09-10T18:54:24.278305+0000 mon.a (mon.0) 10 : audit [INF] from='mgr.15159 ' entity='mgr.y' 2024-09-10T18:54:25.525 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:25 smithi063 bash[39320]: debug 2024-09-10T18:54:25.221+0000 7fdd6a3d1ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T18:54:25.525 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:25 smithi063 bash[39320]: debug 2024-09-10T18:54:25.293+0000 7fdd6a3d1ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T18:54:25.525 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:25 smithi063 bash[39320]: debug 2024-09-10T18:54:25.361+0000 7fdd6a3d1ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T18:54:25.540 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:25 smithi031 bash[40844]: debug 2024-09-10T18:54:25.233+0000 7f1feafcaec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T18:54:25.540 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:25 smithi031 bash[40844]: debug 2024-09-10T18:54:25.305+0000 7f1feafcaec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T18:54:25.540 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:25 smithi031 bash[40844]: debug 2024-09-10T18:54:25.373+0000 7f1feafcaec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T18:54:25.540 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:25 smithi031 bash[40844]: debug 2024-09-10T18:54:25.533+0000 7f1feafcaec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:54:25.783 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:25 smithi063 bash[39320]: debug 2024-09-10T18:54:25.517+0000 7fdd6a3d1ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:54:26.130 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:25 smithi063 bash[39320]: debug 2024-09-10T18:54:25.777+0000 7fdd6a3d1ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T18:54:26.131 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:25 smithi063 bash[39320]: debug 2024-09-10T18:54:25.841+0000 7fdd6a3d1ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T18:54:26.131 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:25 smithi063 bash[39320]: debug 2024-09-10T18:54:25.981+0000 7fdd6a3d1ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T18:54:26.136 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:25 smithi031 bash[40844]: debug 2024-09-10T18:54:25.793+0000 7f1feafcaec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T18:54:26.136 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:25 smithi031 bash[40844]: debug 2024-09-10T18:54:25.861+0000 7f1feafcaec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T18:54:26.136 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:26 smithi031 bash[40844]: debug 2024-09-10T18:54:26.001+0000 7f1feafcaec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T18:54:26.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:26 smithi031 bash[19205]: cluster 2024-09-10T18:54:25.267780+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e41: y(active, since 4m), standbys: x 2024-09-10T18:54:27.085 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:26 smithi063 bash[39320]: debug 2024-09-10T18:54:26.633+0000 7fdd6a3d1ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T18:54:27.086 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:26 smithi063 bash[39320]: debug 2024-09-10T18:54:26.709+0000 7fdd6a3d1ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T18:54:27.086 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:26 smithi063 bash[39320]: debug 2024-09-10T18:54:26.785+0000 7fdd6a3d1ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T18:54:27.118 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:26 smithi031 bash[40844]: debug 2024-09-10T18:54:26.665+0000 7f1feafcaec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T18:54:27.119 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:26 smithi031 bash[40844]: debug 2024-09-10T18:54:26.737+0000 7f1feafcaec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T18:54:27.119 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:26 smithi031 bash[40844]: debug 2024-09-10T18:54:26.817+0000 7f1feafcaec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T18:54:27.381 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:27 smithi063 bash[39320]: debug 2024-09-10T18:54:27.077+0000 7fdd6a3d1ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T18:54:27.381 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:27 smithi063 bash[39320]: debug 2024-09-10T18:54:27.221+0000 7fdd6a3d1ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T18:54:27.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:27 smithi031 bash[40844]: debug 2024-09-10T18:54:27.113+0000 7f1feafcaec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T18:54:27.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:27 smithi031 bash[40844]: debug 2024-09-10T18:54:27.257+0000 7f1feafcaec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T18:54:27.881 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:27 smithi063 bash[39320]: debug 2024-09-10T18:54:27.545+0000 7fdd6a3d1ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T18:54:27.881 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:27 smithi063 bash[39320]: debug 2024-09-10T18:54:27.769+0000 7fdd6a3d1ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:54:27.886 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:27 smithi031 bash[40844]: debug 2024-09-10T18:54:27.585+0000 7f1feafcaec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T18:54:27.886 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:27 smithi031 bash[40844]: debug 2024-09-10T18:54:27.813+0000 7f1feafcaec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:54:28.507 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:28 smithi063 bash[39320]: debug 2024-09-10T18:54:28.201+0000 7fdd6a3d1ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T18:54:28.507 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:28 smithi063 bash[39320]: debug 2024-09-10T18:54:28.269+0000 7fdd6a3d1ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T18:54:28.507 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:28 smithi063 bash[39320]: debug 2024-09-10T18:54:28.333+0000 7fdd6a3d1ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T18:54:28.507 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:28 smithi063 bash[39320]: debug 2024-09-10T18:54:28.429+0000 7fdd6a3d1ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T18:54:28.557 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:28 smithi031 bash[40844]: debug 2024-09-10T18:54:28.249+0000 7f1feafcaec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T18:54:28.557 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:28 smithi031 bash[40844]: debug 2024-09-10T18:54:28.317+0000 7f1feafcaec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T18:54:28.557 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:28 smithi031 bash[40844]: debug 2024-09-10T18:54:28.385+0000 7f1feafcaec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T18:54:28.557 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:28 smithi031 bash[40844]: debug 2024-09-10T18:54:28.481+0000 7f1feafcaec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T18:54:28.819 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:28 smithi063 bash[39320]: debug 2024-09-10T18:54:28.501+0000 7fdd6a3d1ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T18:54:28.819 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:28 smithi063 bash[39320]: debug 2024-09-10T18:54:28.577+0000 7fdd6a3d1ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T18:54:28.819 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:28 smithi063 bash[39320]: debug 2024-09-10T18:54:28.733+0000 7fdd6a3d1ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T18:54:28.874 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:28 smithi031 bash[40844]: debug 2024-09-10T18:54:28.549+0000 7f1feafcaec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T18:54:28.874 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:28 smithi031 bash[40844]: debug 2024-09-10T18:54:28.629+0000 7f1feafcaec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T18:54:28.874 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:28 smithi031 bash[40844]: debug 2024-09-10T18:54:28.789+0000 7f1feafcaec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T18:54:29.130 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:28 smithi063 bash[39320]: debug 2024-09-10T18:54:28.813+0000 7fdd6a3d1ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T18:54:29.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:28 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 18. 2024-09-10T18:54:29.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:28 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:54:29.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:28 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:54:29.136 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:28 smithi031 bash[40844]: debug 2024-09-10T18:54:28.869+0000 7f1feafcaec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T18:54:30.131 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 18:54:29 smithi063 bash[39320]: debug 2024-09-10T18:54:29.801+0000 7fdd6a3d1ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T18:54:30.136 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:29 smithi031 bash[40844]: debug 2024-09-10T18:54:29.873+0000 7f1feafcaec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T18:54:30.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:29 smithi031 bash[19205]: cluster 2024-09-10T18:54:29.828738+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T18:54:30.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:29 smithi031 bash[19205]: cluster 2024-09-10T18:54:29.828914+0000 mon.a (mon.0) 13 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:54:30.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:29 smithi031 bash[19205]: audit 2024-09-10T18:54:29.830852+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.? 172.21.15.63:0/2086210502' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T18:54:30.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:29 smithi031 bash[19205]: audit 2024-09-10T18:54:29.833726+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.? 172.21.15.63:0/2086210502' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:54:30.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:29 smithi031 bash[19205]: audit 2024-09-10T18:54:29.835622+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.? 172.21.15.63:0/2086210502' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T18:54:30.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:29 smithi031 bash[19205]: audit 2024-09-10T18:54:29.836517+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.? 172.21.15.63:0/2086210502' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:54:30.630 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:30 smithi063 bash[54847]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T18:54:31.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:30 smithi031 bash[19205]: cluster 2024-09-10T18:54:29.885050+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e42: y(active, since 4m), standbys: x 2024-09-10T18:54:31.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:30 smithi031 bash[19205]: cluster 2024-09-10T18:54:29.901504+0000 mon.a (mon.0) 15 : cluster [INF] Active manager daemon y restarted 2024-09-10T18:54:31.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:30 smithi031 bash[19205]: cluster 2024-09-10T18:54:29.901874+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon y 2024-09-10T18:54:31.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:30 smithi031 bash[19205]: cluster 2024-09-10T18:54:29.910511+0000 mon.a (mon.0) 17 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:54:31.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:30 smithi031 bash[19205]: cluster 2024-09-10T18:54:29.911154+0000 mon.a (mon.0) 18 : cluster [DBG] mgrmap e43: y(active, starting, since 0.00937278s), standbys: x 2024-09-10T18:54:31.631 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: --- Logging error --- 2024-09-10T18:54:31.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Traceback (most recent call last): 2024-09-10T18:54:31.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:54:31.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self.socket.send(msg) 2024-09-10T18:54:31.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:54:31.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:31.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Traceback (most recent call last): 2024-09-10T18:54:31.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:54:31.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self.socket.connect(address) 2024-09-10T18:54:31.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:31.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:31.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Traceback (most recent call last): 2024-09-10T18:54:31.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:54:31.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self._connect_unixsocket(self.address) 2024-09-10T18:54:31.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:54:31.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self.socket.connect(address) 2024-09-10T18:54:31.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:31.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Call stack: 2024-09-10T18:54:31.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:54:31.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self._bootstrap_inner() 2024-09-10T18:54:31.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:54:31.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self.run() 2024-09-10T18:54:31.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-10T18:54:31.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: logger.info("Started the configuration object watcher") 2024-09-10T18:54:31.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Message: 'Started the configuration object watcher' 2024-09-10T18:54:31.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Arguments: () 2024-09-10T18:54:31.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: --- Logging error --- 2024-09-10T18:54:31.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Traceback (most recent call last): 2024-09-10T18:54:31.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:54:31.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self.socket.send(msg) 2024-09-10T18:54:31.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:54:31.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:31.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Traceback (most recent call last): 2024-09-10T18:54:31.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:54:31.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self.socket.connect(address) 2024-09-10T18:54:31.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:31.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:31.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Traceback (most recent call last): 2024-09-10T18:54:31.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:54:31.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self._connect_unixsocket(self.address) 2024-09-10T18:54:31.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:54:31.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self.socket.connect(address) 2024-09-10T18:54:31.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:31.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Call stack: 2024-09-10T18:54:31.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:54:31.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: main() 2024-09-10T18:54:31.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:54:31.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:54:31.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-10T18:54:31.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-10T18:54:31.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Message: 'Processing osd blacklist entries for this node' 2024-09-10T18:54:31.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Arguments: () 2024-09-10T18:54:31.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: --- Logging error --- 2024-09-10T18:54:31.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Traceback (most recent call last): 2024-09-10T18:54:31.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:54:31.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self.socket.send(msg) 2024-09-10T18:54:31.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:54:31.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:31.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Traceback (most recent call last): 2024-09-10T18:54:31.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:54:31.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self.socket.connect(address) 2024-09-10T18:54:31.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:31.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:31.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Traceback (most recent call last): 2024-09-10T18:54:31.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:54:31.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self._connect_unixsocket(self.address) 2024-09-10T18:54:31.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:54:31.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self.socket.connect(address) 2024-09-10T18:54:31.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:31.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Call stack: 2024-09-10T18:54:31.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-10T18:54:31.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self._bootstrap_inner() 2024-09-10T18:54:31.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-10T18:54:31.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self.run() 2024-09-10T18:54:31.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-10T18:54:31.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self.interval)) 2024-09-10T18:54:31.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Message: 'Checking for config object changes every 1s' 2024-09-10T18:54:31.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Arguments: () 2024-09-10T18:54:31.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: --- Logging error --- 2024-09-10T18:54:31.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Traceback (most recent call last): 2024-09-10T18:54:31.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-10T18:54:31.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self.socket.send(msg) 2024-09-10T18:54:31.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: OSError: [Errno 9] Bad file descriptor 2024-09-10T18:54:31.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:31.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Traceback (most recent call last): 2024-09-10T18:54:31.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-10T18:54:31.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self.socket.connect(address) 2024-09-10T18:54:31.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:31.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: During handling of the above exception, another exception occurred: 2024-09-10T18:54:31.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Traceback (most recent call last): 2024-09-10T18:54:31.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-10T18:54:31.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self._connect_unixsocket(self.address) 2024-09-10T18:54:31.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-10T18:54:31.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: self.socket.connect(address) 2024-09-10T18:54:31.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-10T18:54:31.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Call stack: 2024-09-10T18:54:31.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:54:31.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: main() 2024-09-10T18:54:31.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:54:31.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:54:31.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:54:31.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:54:31.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-10T18:54:31.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: "{}".format(blacklisted_ip)) 2024-09-10T18:54:31.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Message: 'Removing blacklisted entry for this host : 172.21.15.63:0/2289991669' 2024-09-10T18:54:31.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Arguments: () 2024-09-10T18:54:31.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: Traceback (most recent call last): 2024-09-10T18:54:31.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-10T18:54:31.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: main() 2024-09-10T18:54:31.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-10T18:54:31.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-10T18:54:31.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-10T18:54:31.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-10T18:54:31.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-10T18:54:31.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: stderr=subprocess.STDOUT, shell=True) 2024-09-10T18:54:31.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-10T18:54:31.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: **kwargs).stdout 2024-09-10T18:54:31.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-10T18:54:31.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: output=stdout, stderr=stderr) 2024-09-10T18:54:31.642 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:31 smithi063 bash[54863]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.63:0/2289991669' returned non-zero exit status 13. 2024-09-10T18:54:32.319 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:32 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T18:54:32.319 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:32 smithi063 bash[54847]: (process:1): GLib-GObject-CRITICAL **: 18:54:32.135: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-10T18:54:32.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:31 smithi031 bash[19205]: audit 2024-09-10T18:54:30.918530+0000 mon.b (mon.2) 13 : audit [DBG] from='client.44261 172.21.15.63:0/3732132351' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-10T18:54:32.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:31 smithi031 bash[19205]: audit 2024-09-10T18:54:31.291887+0000 mon.b (mon.2) 14 : audit [INF] from='client.44267 172.21.15.63:0/1718100263' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: access denied 2024-09-10T18:54:33.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:32 smithi063 bash[55099]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-10T18:54:33.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:32 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:54:36.355 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:36 smithi031 bash[40844]: debug 2024-09-10T18:54:36.037+0000 7f1fcf502640 -1 mgr.server handle_report got status from non-daemon mon.a 2024-09-10T18:54:36.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.923551+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:54:36.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.924038+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:54:36.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.924371+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:54:36.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.928573+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:54:36.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.929095+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:54:36.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.929793+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:54:36.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.930419+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:54:36.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.931060+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:54:36.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.931658+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:54:36.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.932168+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:54:36.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.932454+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:54:36.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.932727+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:54:36.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.933009+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:54:36.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.933297+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:54:36.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.933495+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:54:36.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.934074+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:54:36.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.935797+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:54:36.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.937873+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT53310008400BGN"}]: dispatch 2024-09-10T18:54:36.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.938466+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT5344005B400BGN"}]: dispatch 2024-09-10T18:54:36.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.939086+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T18:54:36.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.939690+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-10T18:54:36.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.940259+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T18:54:36.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.940802+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:54:36.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.942454+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:54:36.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.943063+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031"}]: dispatch 2024-09-10T18:54:36.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.943750+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi031.devices.0"}]: dispatch 2024-09-10T18:54:36.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.944372+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063"}]: dispatch 2024-09-10T18:54:36.358 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.945110+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi063.devices.0"}]: dispatch 2024-09-10T18:54:36.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.945753+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:54:36.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.946354+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:54:36.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.946948+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T18:54:36.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.947505+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi063/grafana_crt"}]: dispatch 2024-09-10T18:54:36.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.948105+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi063/grafana_key"}]: dispatch 2024-09-10T18:54:36.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.948717+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:54:36.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.949325+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:54:36.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.949905+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-10T18:54:36.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.950484+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:54:36.359 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.951152+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:54:36.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.951881+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:54:36.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.952563+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T18:54:36.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.953222+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:54:36.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.953918+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:54:36.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.954574+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:54:36.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.955162+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:54:36.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.955756+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-10T18:54:36.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.956373+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:54:36.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.956941+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:54:36.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.957511+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:54:36.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.958147+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:54:36.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.958726+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:54:36.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.959296+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T18:54:36.360 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.959888+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:54:36.361 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:35 smithi031 bash[19205]: audit 2024-09-10T18:54:35.960525+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:54:37.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:36 smithi031 bash[19205]: cluster 2024-09-10T18:54:35.975038+0000 mon.a (mon.0) 72 : cluster [INF] Manager daemon y is now available 2024-09-10T18:54:37.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:36 smithi031 bash[19205]: cluster 2024-09-10T18:54:36.039728+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e44: y(active, since 6s), standbys: x 2024-09-10T18:54:37.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:36 smithi031 bash[19205]: cluster 2024-09-10T18:54:36.056469+0000 mgr.y (mgr.26002) 1 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:37.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:36 smithi031 bash[19205]: audit 2024-09-10T18:54:36.081587+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:54:37.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:36 smithi031 bash[19205]: audit 2024-09-10T18:54:36.100381+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T18:54:37.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:36 smithi031 bash[19205]: audit 2024-09-10T18:54:36.406028+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:54:37.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:36 smithi031 bash[19205]: audit 2024-09-10T18:54:36.415416+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:54:38.137 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:37 smithi031 bash[40844]: debug 2024-09-10T18:54:37.729+0000 7f1f95dd0640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:18:54:37] ENGINE Error in HTTPServer.serve 2024-09-10T18:54:38.137 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:37 smithi031 bash[40844]: Traceback (most recent call last): 2024-09-10T18:54:38.137 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:37 smithi031 bash[40844]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:54:38.137 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:37 smithi031 bash[40844]: self._connections.run(self.expiration_interval) 2024-09-10T18:54:38.137 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:37 smithi031 bash[40844]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:54:38.137 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:37 smithi031 bash[40844]: self._run(expiration_interval) 2024-09-10T18:54:38.137 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:37 smithi031 bash[40844]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:54:38.137 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:37 smithi031 bash[40844]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:54:38.137 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:37 smithi031 bash[40844]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:54:38.137 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:37 smithi031 bash[40844]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:54:38.137 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:37 smithi031 bash[40844]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:54:38.138 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:37 smithi031 bash[40844]: s = self.context.wrap_socket( 2024-09-10T18:54:38.138 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:37 smithi031 bash[40844]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:54:38.138 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:37 smithi031 bash[40844]: return self.sslsocket_class._create( 2024-09-10T18:54:38.138 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:37 smithi031 bash[40844]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:54:38.138 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:37 smithi031 bash[40844]: self.do_handshake() 2024-09-10T18:54:38.138 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:37 smithi031 bash[40844]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:54:38.138 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:37 smithi031 bash[40844]: self._sslobj.do_handshake() 2024-09-10T18:54:38.138 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:54:37 smithi031 bash[40844]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:54:39.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: cephadm 2024-09-10T18:54:37.602603+0000 mgr.y (mgr.26002) 2 : cephadm [INF] [10/Sep/2024:18:54:37] ENGINE Bus STARTING 2024-09-10T18:54:39.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: cephadm 2024-09-10T18:54:37.731426+0000 mgr.y (mgr.26002) 3 : cephadm [INF] [10/Sep/2024:18:54:37] ENGINE Serving on https://172.21.15.31:7150 2024-09-10T18:54:39.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: cephadm 2024-09-10T18:54:37.731700+0000 mgr.y (mgr.26002) 4 : cephadm [INF] [10/Sep/2024:18:54:37] ENGINE Bus STARTED 2024-09-10T18:54:39.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: cephadm 2024-09-10T18:54:37.734741+0000 mgr.y (mgr.26002) 5 : cephadm [ERR] [10/Sep/2024:18:54:37] ENGINE Error in HTTPServer.serve 2024-09-10T18:54:39.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: Traceback (most recent call last): 2024-09-10T18:54:39.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:54:39.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: self._connections.run(self.expiration_interval) 2024-09-10T18:54:39.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:54:39.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: self._run(expiration_interval) 2024-09-10T18:54:39.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:54:39.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:54:39.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:54:39.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:54:39.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:54:39.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: s = self.context.wrap_socket( 2024-09-10T18:54:39.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:54:39.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: return self.sslsocket_class._create( 2024-09-10T18:54:39.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:54:39.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: self.do_handshake() 2024-09-10T18:54:39.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:54:39.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: self._sslobj.do_handshake() 2024-09-10T18:54:39.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:54:39.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: audit 2024-09-10T18:54:37.740361+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:54:39.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:38 smithi031 bash[19205]: cluster 2024-09-10T18:54:37.932370+0000 mgr.y (mgr.26002) 6 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:40.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:39 smithi031 bash[19205]: cluster 2024-09-10T18:54:38.760385+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e45: y(active, since 8s), standbys: x 2024-09-10T18:54:41.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:40 smithi031 bash[19205]: cluster 2024-09-10T18:54:39.933117+0000 mgr.y (mgr.26002) 7 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:42.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:41 smithi031 bash[19205]: cluster 2024-09-10T18:54:40.777969+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e46: y(active, since 10s), standbys: x 2024-09-10T18:54:43.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:42 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 19. 2024-09-10T18:54:43.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:42 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:54:43.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:42 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Start request repeated too quickly. 2024-09-10T18:54:43.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:42 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T18:54:43.131 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 18:54:42 smithi063 systemd[1]: Failed to start Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:54:43.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:42 smithi031 bash[19205]: cluster 2024-09-10T18:54:41.934692+0000 mgr.y (mgr.26002) 8 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-10T18:54:43.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:42 smithi031 bash[19205]: audit 2024-09-10T18:54:42.693070+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:54:43.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:42 smithi031 bash[19205]: audit 2024-09-10T18:54:42.700890+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:54:43.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:42 smithi031 bash[19205]: audit 2024-09-10T18:54:42.712049+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:54:44.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.112671+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:54:44.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.112858+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:54:44.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.122117+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:54:44.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.131637+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:54:44.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.342266+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:54:44.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.349198+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:54:44.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.356888+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:54:44.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.358155+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:54:44.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.358791+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:44.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.359376+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:54:44.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.360015+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:44.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.360651+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:54:44.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.361231+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:44.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.361812+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:54:44.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.362383+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:44.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.363032+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:54:44.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.526312+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:54:44.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.755560+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:54:44.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.764216+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:54:44.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.776023+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:54:44.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:43 smithi031 bash[19205]: audit 2024-09-10T18:54:43.777971+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:54:45.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:44 smithi031 bash[19205]: cluster 2024-09-10T18:54:43.935431+0000 mgr.y (mgr.26002) 9 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T18:54:47.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:46 smithi031 bash[19205]: cluster 2024-09-10T18:54:45.936195+0000 mgr.y (mgr.26002) 10 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T18:54:49.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:48 smithi031 bash[19205]: cluster 2024-09-10T18:54:47.937691+0000 mgr.y (mgr.26002) 11 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T18:54:49.864 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:54:50.618 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:54:50.618 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (3m) 7s ago 27m 16.1M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T18:54:50.618 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (2m) 7s ago 27m 82.0M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T18:54:50.619 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 7s ago 28m - - 2024-09-10T18:54:50.619 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (4m) 7s ago 32m 390M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T18:54:50.619 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (14m) 7s ago 34m 421M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:54:50.619 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (28s) 7s ago 34m 35.8M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T18:54:50.619 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (82s) 7s ago 32m 48.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T18:54:50.619 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (33m) 7s ago 33m 90.5M 2048M 15.2.9 dfc483079636 b3f47a149224 2024-09-10T18:54:50.619 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (4m) 7s ago 27m 10.6M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T18:54:50.619 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (4m) 7s ago 27m 10.9M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T18:54:50.619 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (31m) 7s ago 32m 51.8M 4096M 15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:54:50.619 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (31m) 7s ago 31m 53.0M 4096M 15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:54:50.619 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (31m) 7s ago 31m 47.2M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:54:50.619 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (30m) 7s ago 30m 54.4M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:54:50.619 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (30m) 7s ago 30m 53.6M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:54:50.620 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (29m) 7s ago 29m 48.7M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:54:50.620 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (29m) 7s ago 29m 50.2M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:54:50.620 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (28m) 7s ago 28m 51.5M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:54:50.620 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (3m) 7s ago 27m 49.1M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T18:54:50.620 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (25m) 7s ago 25m 55.7M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:54:50.620 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (25m) 7s ago 25m 56.5M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:54:51.046 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:54:51.046 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:54:51.046 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 1, 2024-09-10T18:54:51.046 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:54:51.046 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:54:51.046 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:54:51.046 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:54:51.046 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:54:51.046 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:54:51.046 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-10T18:54:51.046 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:54:51.047 INFO:teuthology.orchestra.run.smithi031.stdout: "mds": {}, 2024-09-10T18:54:51.047 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:54:51.047 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:54:51.047 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:54:51.047 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:54:51.047 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 11, 2024-09-10T18:54:51.047 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 4 2024-09-10T18:54:51.047 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:54:51.047 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:54:51.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:51 smithi031 bash[19205]: audit 2024-09-10T18:54:49.847928+0000 mgr.y (mgr.26002) 12 : audit [DBG] from='client.26056 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:51.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:51 smithi031 bash[19205]: cluster 2024-09-10T18:54:49.938260+0000 mgr.y (mgr.26002) 13 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T18:54:51.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:51 smithi031 bash[19205]: audit 2024-09-10T18:54:50.240904+0000 mgr.y (mgr.26002) 14 : audit [DBG] from='client.26062 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:51.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:51 smithi031 bash[19205]: audit 2024-09-10T18:54:50.594083+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:51.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:51 smithi031 bash[19205]: audit 2024-09-10T18:54:50.594992+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:51.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:51 smithi031 bash[19205]: audit 2024-09-10T18:54:50.595796+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:51.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:51 smithi031 bash[19205]: audit 2024-09-10T18:54:50.596673+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:51.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:51 smithi031 bash[19205]: audit 2024-09-10T18:54:50.597580+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:51.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:51 smithi031 bash[19205]: audit 2024-09-10T18:54:50.598445+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:51.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:51 smithi031 bash[19205]: audit 2024-09-10T18:54:50.604051+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:54:51.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:51 smithi031 bash[19205]: audit 2024-09-10T18:54:50.604531+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:51.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:51 smithi031 bash[19205]: audit 2024-09-10T18:54:50.605005+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:51.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:51 smithi031 bash[19205]: audit 2024-09-10T18:54:50.605459+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:51.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:51 smithi031 bash[19205]: audit 2024-09-10T18:54:50.605921+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:51.402 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:54:51.402 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:54:51.402 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T18:54:51.403 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi031", 2024-09-10T18:54:51.403 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-10T18:54:51.403 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "1/2 daemons upgraded", 2024-09-10T18:54:51.403 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "", 2024-09-10T18:54:51.403 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T18:54:51.403 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:54:52.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:52 smithi031 bash[19205]: audit 2024-09-10T18:54:50.588613+0000 mgr.y (mgr.26002) 15 : audit [DBG] from='client.54174 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:52.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:52 smithi031 bash[19205]: audit 2024-09-10T18:54:51.043019+0000 mon.c (mon.1) 60 : audit [DBG] from='client.? 172.21.15.31:0/3478285141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:54:53.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:53 smithi031 bash[19205]: audit 2024-09-10T18:54:51.399519+0000 mgr.y (mgr.26002) 16 : audit [DBG] from='client.26080 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:53.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:53 smithi031 bash[19205]: cluster 2024-09-10T18:54:51.939702+0000 mgr.y (mgr.26002) 17 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T18:54:55.027 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: cluster 2024-09-10T18:54:53.940382+0000 mgr.y (mgr.26002) 18 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: audit 2024-09-10T18:54:54.271649+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:54:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: audit 2024-09-10T18:54:54.279923+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:54:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: audit 2024-09-10T18:54:54.287358+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:54:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: audit 2024-09-10T18:54:54.288605+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:54:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: audit 2024-09-10T18:54:54.289242+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: audit 2024-09-10T18:54:54.289881+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:54:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: audit 2024-09-10T18:54:54.290509+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: audit 2024-09-10T18:54:54.291105+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:54:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: audit 2024-09-10T18:54:54.291686+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: audit 2024-09-10T18:54:54.292303+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:54:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: audit 2024-09-10T18:54:54.292921+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:54:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: audit 2024-09-10T18:54:54.293528+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:54:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: audit 2024-09-10T18:54:54.294742+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:54:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: audit 2024-09-10T18:54:54.296104+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:54:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: cephadm 2024-09-10T18:54:54.297354+0000 mgr.y (mgr.26002) 19 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:54:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: cluster 2024-09-10T18:54:54.298539+0000 mgr.y (mgr.26002) 20 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: audit 2024-09-10T18:54:54.304862+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:54:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: audit 2024-09-10T18:54:54.363300+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:54:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: audit 2024-09-10T18:54:54.367810+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:54:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: audit 2024-09-10T18:54:54.369991+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T18:54:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:55 smithi031 bash[19205]: audit 2024-09-10T18:54:54.371565+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-10T18:54:56.356 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:56 smithi031 bash[19205]: cephadm 2024-09-10T18:54:54.372700+0000 mgr.y (mgr.26002) 21 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-10T18:54:56.357 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:56 smithi031 bash[19205]: cluster 2024-09-10T18:54:55.285119+0000 mon.a (mon.0) 135 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:54:57.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:57 smithi031 bash[19205]: cluster 2024-09-10T18:54:56.300094+0000 mgr.y (mgr.26002) 22 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:57.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:57 smithi031 bash[19205]: audit 2024-09-10T18:54:56.903213+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:54:57.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:57 smithi031 bash[19205]: audit 2024-09-10T18:54:56.904931+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:54:57.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:57 smithi031 bash[19205]: audit 2024-09-10T18:54:56.906146+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:54:57.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:57 smithi031 bash[19205]: audit 2024-09-10T18:54:56.907233+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:54:57.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:57 smithi031 bash[19205]: audit 2024-09-10T18:54:56.909503+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T18:54:58.335 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:58 smithi031 bash[19205]: cephadm 2024-09-10T18:54:56.894156+0000 mgr.y (mgr.26002) 23 : cephadm [INF] Upgrade: Updating mon.c 2024-09-10T18:54:58.335 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:58 smithi031 bash[19205]: cephadm 2024-09-10T18:54:56.908711+0000 mgr.y (mgr.26002) 24 : cephadm [INF] Deploying daemon mon.c on smithi031 2024-09-10T18:54:59.375 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:59 smithi031 bash[19205]: cluster 2024-09-10T18:54:58.300915+0000 mgr.y (mgr.26002) 25 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:59.375 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:59 smithi031 systemd[1]: Stopping Ceph mon.c for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:54:59.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:59 smithi031 bash[19205]: debug 2024-09-10T18:54:59.368+0000 7f78d75ee700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T18:54:59.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:54:59 smithi031 bash[19205]: debug 2024-09-10T18:54:59.368+0000 7f78d75ee700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-10T18:55:00.382 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:00 smithi031 bash[54206]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-mon.c 2024-09-10T18:55:00.382 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:00 smithi031 bash[54275]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-mon.c 2024-09-10T18:55:00.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:00 smithi031 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.c.service: Succeeded. 2024-09-10T18:55:00.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:00 smithi031 systemd[1]: Stopped Ceph mon.c for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:55:00.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:00 smithi031 systemd[1]: Started Ceph mon.c for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:55:02.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.848+0000 7f1c87a57900 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T18:55:02.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.848+0000 7f1c87a57900 0 ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable), process ceph-mon, pid 7 2024-09-10T18:55:02.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.848+0000 7f1c87a57900 0 pidfile_write: ignore empty --pid-file 2024-09-10T18:55:02.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 0 load: jerasure load: lrc 2024-09-10T18:55:02.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: RocksDB version: 6.15.5 2024-09-10T18:55:02.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T18:55:02.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Compile date Sep 9 2024 2024-09-10T18:55:02.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: DB SUMMARY 2024-09-10T18:55:02.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: DB Session ID: 99GJZ5ZS9G44LY6VU9GG 2024-09-10T18:55:02.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: CURRENT file: CURRENT 2024-09-10T18:55:02.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T18:55:02.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 2215 Bytes 2024-09-10T18:55:02.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000053.sst 2024-09-10T18:55:02.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000051.log size: 4734185 ; 2024-09-10T18:55:02.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.error_if_exists: 0 2024-09-10T18:55:02.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.create_if_missing: 0 2024-09-10T18:55:02.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T18:55:02.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T18:55:02.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.env: 0x56510b3aa440 2024-09-10T18:55:02.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.fs: Posix File System 2024-09-10T18:55:02.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.info_log: 0x56510c6d8ee0 2024-09-10T18:55:02.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T18:55:02.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.statistics: (nil) 2024-09-10T18:55:02.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.use_fsync: 0 2024-09-10T18:55:02.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T18:55:02.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T18:55:02.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T18:55:02.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T18:55:02.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T18:55:02.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T18:55:02.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T18:55:02.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T18:55:02.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T18:55:02.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T18:55:02.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T18:55:02.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.db_log_dir: 2024-09-10T18:55:02.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-09-10T18:55:02.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T18:55:02.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T18:55:02.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T18:55:02.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T18:55:02.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T18:55:02.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T18:55:02.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T18:55:02.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T18:55:02.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.write_buffer_manager: 0x56510c796780 2024-09-10T18:55:02.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T18:55:02.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T18:55:02.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T18:55:02.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T18:55:02.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T18:55:02.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T18:55:02.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T18:55:02.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T18:55:02.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T18:55:02.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.unordered_write: 0 2024-09-10T18:55:02.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T18:55:02.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T18:55:02.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T18:55:02.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T18:55:02.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.row_cache: None 2024-09-10T18:55:02.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.wal_filter: None 2024-09-10T18:55:02.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T18:55:02.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T18:55:02.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T18:55:02.143 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.two_write_queues: 0 2024-09-10T18:55:02.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T18:55:02.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.atomic_flush: 0 2024-09-10T18:55:02.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T18:55:02.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T18:55:02.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T18:55:02.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.log_readahead_size: 0 2024-09-10T18:55:02.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T18:55:02.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-10T18:55:02.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T18:55:02.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T18:55:02.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-10T18:55:02.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-10T18:55:02.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T18:55:02.144 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T18:55:02.145 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T18:55:02.145 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T18:55:02.145 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T18:55:02.145 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T18:55:02.145 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T18:55:02.145 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T18:55:02.145 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T18:55:02.145 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T18:55:02.145 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T18:55:02.145 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_open_files: -1 2024-09-10T18:55:02.145 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T18:55:02.145 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T18:55:02.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T18:55:02.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T18:55:02.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T18:55:02.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Compression algorithms supported: 2024-09-10T18:55:02.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: kZSTD supported: 0 2024-09-10T18:55:02.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: kXpressCompression supported: 0 2024-09-10T18:55:02.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T18:55:02.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T18:55:02.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T18:55:02.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: kZlibCompression supported: 1 2024-09-10T18:55:02.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T18:55:02.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T18:55:02.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T18:55:02.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-10T18:55:02.146 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-10T18:55:02.147 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T18:55:02.147 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.merge_operator: 2024-09-10T18:55:02.147 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compaction_filter: None 2024-09-10T18:55:02.147 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T18:55:02.147 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-10T18:55:02.147 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T18:55:02.147 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T18:55:02.147 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56510c681a38) 2024-09-10T18:55:02.147 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: cache_index_and_filter_blocks: 1 2024-09-10T18:55:02.147 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T18:55:02.147 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T18:55:02.147 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: pin_top_level_index_and_filter: 1 2024-09-10T18:55:02.147 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: index_type: 0 2024-09-10T18:55:02.147 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: data_block_index_type: 0 2024-09-10T18:55:02.147 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: index_shortening: 1 2024-09-10T18:55:02.148 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T18:55:02.148 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: hash_index_allow_collision: 1 2024-09-10T18:55:02.148 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: checksum: 1 2024-09-10T18:55:02.148 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: no_block_cache: 0 2024-09-10T18:55:02.148 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: block_cache: 0x56510c6b5350 2024-09-10T18:55:02.148 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: block_cache_name: BinnedLRUCache 2024-09-10T18:55:02.148 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: block_cache_options: 2024-09-10T18:55:02.148 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: capacity : 536870912 2024-09-10T18:55:02.148 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: num_shard_bits : 4 2024-09-10T18:55:02.148 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: strict_capacity_limit : 0 2024-09-10T18:55:02.148 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: high_pri_pool_ratio: 0.000 2024-09-10T18:55:02.148 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: block_cache_compressed: (nil) 2024-09-10T18:55:02.148 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: persistent_cache: (nil) 2024-09-10T18:55:02.148 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: block_size: 4096 2024-09-10T18:55:02.149 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: block_size_deviation: 10 2024-09-10T18:55:02.149 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: block_restart_interval: 16 2024-09-10T18:55:02.149 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: index_block_restart_interval: 1 2024-09-10T18:55:02.149 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: metadata_block_size: 4096 2024-09-10T18:55:02.149 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: partition_filters: 0 2024-09-10T18:55:02.149 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: use_delta_encoding: 1 2024-09-10T18:55:02.149 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T18:55:02.149 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: whole_key_filtering: 1 2024-09-10T18:55:02.149 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: verify_compression: 0 2024-09-10T18:55:02.149 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: read_amp_bytes_per_bit: 0 2024-09-10T18:55:02.149 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: format_version: 4 2024-09-10T18:55:02.149 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: enable_index_compression: 1 2024-09-10T18:55:02.149 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: block_align: 0 2024-09-10T18:55:02.149 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T18:55:02.149 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T18:55:02.150 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compression: NoCompression 2024-09-10T18:55:02.150 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T18:55:02.150 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T18:55:02.150 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T18:55:02.150 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.num_levels: 7 2024-09-10T18:55:02.150 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T18:55:02.150 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T18:55:02.150 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T18:55:02.150 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T18:55:02.150 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T18:55:02.150 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T18:55:02.150 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T18:55:02.150 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:55:02.150 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T18:55:02.151 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T18:55:02.151 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T18:55:02.151 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T18:55:02.151 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T18:55:02.151 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T18:55:02.151 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:55:02.151 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T18:55:02.151 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T18:55:02.151 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T18:55:02.151 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T18:55:02.151 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T18:55:02.151 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T18:55:02.151 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T18:55:02.151 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T18:55:02.152 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T18:55:02.152 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T18:55:02.152 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T18:55:02.152 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T18:55:02.152 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T18:55:02.152 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T18:55:02.152 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T18:55:02.152 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T18:55:02.152 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T18:55:02.152 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T18:55:02.152 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T18:55:02.152 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T18:55:02.152 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T18:55:02.152 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T18:55:02.153 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T18:55:02.153 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T18:55:02.153 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T18:55:02.153 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T18:55:02.153 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T18:55:02.153 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T18:55:02.153 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T18:55:02.153 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T18:55:02.153 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T18:55:02.153 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T18:55:02.153 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T18:55:02.153 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T18:55:02.153 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T18:55:02.154 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T18:55:02.154 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T18:55:02.154 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T18:55:02.155 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T18:55:02.155 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T18:55:02.155 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.bloom_locality: 0 2024-09-10T18:55:02.155 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T18:55:02.155 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T18:55:02.155 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T18:55:02.155 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.force_consistency_checks: 1 2024-09-10T18:55:02.155 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T18:55:02.155 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.ttl: 2592000 2024-09-10T18:55:02.155 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T18:55:02.155 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.enable_blob_files: false 2024-09-10T18:55:02.155 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.min_blob_size: 0 2024-09-10T18:55:02.156 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.blob_file_size: 268435456 2024-09-10T18:55:02.156 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T18:55:02.156 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T18:55:02.156 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.852+0000 7f1c87a57900 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T18:55:02.156 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.856+0000 7f1c87a57900 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 31094, log_number is 51,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-10T18:55:02.156 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.856+0000 7f1c87a57900 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 51 2024-09-10T18:55:02.156 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.856+0000 7f1c87a57900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 55 2024-09-10T18:55:02.156 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.856+0000 7f1c87a57900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994501861455, "job": 1, "event": "recovery_started", "wal_files": [51]} 2024-09-10T18:55:02.156 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.856+0000 7f1c87a57900 4 rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #51 mode 2 2024-09-10T18:55:02.156 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.864+0000 7f1c87a57900 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-10T18:55:02.156 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.868+0000 7f1c87a57900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994501875509, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 56, "file_size": 3120003, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 3116150, "index_size": 2439, "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": 3264, "raw_average_key_size": 20, "raw_value_size": 3111237, "raw_average_value_size": 19943, "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": 1725994501, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "73a4d126-4ae8-4b70-8da3-8e8ad9522a81", "db_session_id": "99GJZ5ZS9G44LY6VU9GG"}} 2024-09-10T18:55:02.156 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.868+0000 7f1c87a57900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 57 2024-09-10T18:55:02.157 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.872+0000 7f1c87a57900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994501877882, "job": 1, "event": "recovery_finished"} 2024-09-10T18:55:02.157 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.872+0000 7f1c87a57900 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-10T18:55:02.157 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.876+0000 7f1c87a57900 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x56510c6ea700 2024-09-10T18:55:02.157 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.876+0000 7f1c87a57900 4 rocksdb: DB pointer 0x56510c6b8000 2024-09-10T18:55:02.157 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.876+0000 7f1c7d823640 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-10T18:55:02.157 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.876+0000 7f1c7d823640 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-10T18:55:02.157 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: ** DB Stats ** 2024-09-10T18:55:02.157 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:55:02.157 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: 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-10T18:55:02.157 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T18:55:02.157 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:55:02.157 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: 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-10T18:55:02.157 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T18:55:02.157 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:55:02.158 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: ** Compaction Stats [default] ** 2024-09-10T18:55:02.158 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: 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-10T18:55:02.158 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:55:02.158 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: L0 1/0 2.98 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 511.6 0.01 0.00 1 0.006 0 0 2024-09-10T18:55:02.158 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: L6 1/0 39.83 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-10T18:55:02.158 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: Sum 2/0 42.81 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 511.6 0.01 0.00 1 0.006 0 0 2024-09-10T18:55:02.158 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 511.6 0.01 0.00 1 0.006 0 0 2024-09-10T18:55:02.158 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: ** Compaction Stats [default] ** 2024-09-10T18:55:02.158 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: 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-10T18:55:02.158 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:55:02.158 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 511.6 0.01 0.00 1 0.006 0 0 2024-09-10T18:55:02.158 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:55:02.158 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: Flush(GB): cumulative 0.003, interval 0.003 2024-09-10T18:55:02.159 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:55:02.159 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:55:02.159 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:55:02.159 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:55:02.159 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: Cumulative compaction: 0.00 GB write, 134.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:55:02.159 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: Interval compaction: 0.00 GB write, 134.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:55:02.159 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: 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-10T18:55:02.159 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:55:02.159 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: ** Compaction Stats [default] ** 2024-09-10T18:55:02.159 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: 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-10T18:55:02.159 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:55:02.159 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: L0 1/0 2.98 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 511.6 0.01 0.00 1 0.006 0 0 2024-09-10T18:55:02.159 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: L6 1/0 39.83 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-10T18:55:02.159 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: Sum 2/0 42.81 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 511.6 0.01 0.00 1 0.006 0 0 2024-09-10T18:55:02.160 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: 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-10T18:55:02.160 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: ** Compaction Stats [default] ** 2024-09-10T18:55:02.160 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: 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-10T18:55:02.160 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:55:02.160 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 511.6 0.01 0.00 1 0.006 0 0 2024-09-10T18:55:02.160 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:55:02.160 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: Flush(GB): cumulative 0.003, interval 0.000 2024-09-10T18:55:02.160 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:55:02.160 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:55:02.160 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:55:02.160 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:55:02.160 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: Cumulative compaction: 0.00 GB write, 134.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:55:02.160 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: 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-10T18:55:02.160 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: 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-10T18:55:02.161 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:55:02.161 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.876+0000 7f1c87a57900 0 starting mon.c rank 1 at public addrs [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] at bind addrs [v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:55:02.161 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.880+0000 7f1c87a57900 1 mon.c@-1(???) e3 preinit fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:55:02.161 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.880+0000 7f1c87a57900 0 mon.c@-1(???).mds e1 new map 2024-09-10T18:55:02.161 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.880+0000 7f1c87a57900 0 mon.c@-1(???).mds e1 print_map 2024-09-10T18:55:02.161 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: e1 2024-09-10T18:55:02.161 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-10T18:55:02.161 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: 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-10T18:55:02.161 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: legacy client fscid: -1 2024-09-10T18:55:02.161 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: 2024-09-10T18:55:02.161 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: No filesystems configured 2024-09-10T18:55:02.161 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.880+0000 7f1c87a57900 0 mon.c@-1(???).osd e72 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-10T18:55:02.161 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.880+0000 7f1c87a57900 0 mon.c@-1(???).osd e72 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T18:55:02.161 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.880+0000 7f1c87a57900 0 mon.c@-1(???).osd e72 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T18:55:02.161 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.880+0000 7f1c87a57900 0 mon.c@-1(???).osd e72 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T18:55:02.162 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:01 smithi031 bash[54359]: debug 2024-09-10T18:55:01.880+0000 7f1c87a57900 1 mon.c@-1(???).paxosservice(auth 1..32) refresh upgraded, format 0 -> 3 2024-09-10T18:55:07.386 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 18:55:06 smithi031 bash[40844]: debug 2024-09-10T18:55:06.896+0000 7f1fcf502640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-10T18:55:08.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:20:34.938482+0000 mon.a (mon.0) 0 : [INF] mkfs 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:55:08.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:52:02.566287+0000 mgr.y (mgr.15159) 131 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-10T18:55:08.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:52:02.685946+0000 mgr.y (mgr.15159) 133 : cephadm [INF] Deploying daemon grafana.a on smithi063 2024-09-10T18:55:08.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:52:45.398591+0000 mgr.y (mgr.15159) 159 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:08.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:52:45.529601+0000 mgr.y (mgr.15159) 164 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:55:08.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:52:45.603727+0000 mgr.y (mgr.15159) 165 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:55:08.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:52:45.614684+0000 mgr.y (mgr.15159) 166 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:08.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:52:45.684510+0000 mgr.y (mgr.15159) 169 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:17.474847+0000 mgr.y (mgr.15159) 191 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:55:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:17.876029+0000 mgr.y (mgr.15159) 193 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:17.933293+0000 mgr.y (mgr.15159) 196 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:55:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:21.494464+0000 mgr.y (mgr.15159) 198 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:55:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:21.494626+0000 mgr.y (mgr.15159) 199 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:55:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:21.519162+0000 mgr.y (mgr.15159) 200 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:55:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:21.529772+0000 mgr.y (mgr.15159) 201 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-10T18:55:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:24.098895+0000 mgr.y (mgr.15159) 206 : cephadm [INF] Upgrade: Updating mon.b 2024-09-10T18:55:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:24.113360+0000 mgr.y (mgr.15159) 207 : cephadm [INF] Deploying daemon mon.b on smithi063 2024-09-10T18:55:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:47.780245+0000 mgr.y (mgr.15159) 221 : cephadm [INF] Detected new or changed devices on smithi063 2024-09-10T18:55:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:47.801213+0000 mgr.y (mgr.15159) 222 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:47.871729+0000 mgr.y (mgr.15159) 224 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:55:08.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:20:34.938482+0000 mon.a (mon.0) 0 : [INF] mkfs 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:55:08.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:52:02.566287+0000 mgr.y (mgr.15159) 131 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-10T18:55:08.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:52:02.685946+0000 mgr.y (mgr.15159) 133 : cephadm [INF] Deploying daemon grafana.a on smithi063 2024-09-10T18:55:08.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:52:45.398591+0000 mgr.y (mgr.15159) 159 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:08.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:52:45.529601+0000 mgr.y (mgr.15159) 164 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:55:08.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:52:45.603727+0000 mgr.y (mgr.15159) 165 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:55:08.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:52:45.614684+0000 mgr.y (mgr.15159) 166 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:08.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:52:45.684510+0000 mgr.y (mgr.15159) 169 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:08.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:17.474847+0000 mgr.y (mgr.15159) 191 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:55:08.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:17.876029+0000 mgr.y (mgr.15159) 193 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:08.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:17.933293+0000 mgr.y (mgr.15159) 196 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:55:08.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:21.494464+0000 mgr.y (mgr.15159) 198 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:55:08.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:21.494626+0000 mgr.y (mgr.15159) 199 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:55:08.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:21.519162+0000 mgr.y (mgr.15159) 200 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:55:08.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:21.529772+0000 mgr.y (mgr.15159) 201 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-10T18:55:08.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:24.098895+0000 mgr.y (mgr.15159) 206 : cephadm [INF] Upgrade: Updating mon.b 2024-09-10T18:55:08.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:24.113360+0000 mgr.y (mgr.15159) 207 : cephadm [INF] Deploying daemon mon.b on smithi063 2024-09-10T18:55:08.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:47.780245+0000 mgr.y (mgr.15159) 221 : cephadm [INF] Detected new or changed devices on smithi063 2024-09-10T18:55:08.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:47.801213+0000 mgr.y (mgr.15159) 222 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:08.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:47.871729+0000 mgr.y (mgr.15159) 224 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:55:08.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:47.885653+0000 mgr.y (mgr.15159) 225 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T18:55:08.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:47.897079+0000 mgr.y (mgr.15159) 226 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T18:55:08.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:47.906632+0000 mgr.y (mgr.15159) 227 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T18:55:08.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:47.926898+0000 mgr.y (mgr.15159) 228 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T18:55:08.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:47.936818+0000 mgr.y (mgr.15159) 229 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-10T18:55:08.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:47.942193+0000 mgr.y (mgr.15159) 230 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-10T18:55:08.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:47.947511+0000 mgr.y (mgr.15159) 231 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-10T18:55:08.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:47.953147+0000 mgr.y (mgr.15159) 232 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-10T18:55:08.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:47.958232+0000 mgr.y (mgr.15159) 233 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-10T18:55:08.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:47.963651+0000 mgr.y (mgr.15159) 234 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-10T18:55:08.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:47.966894+0000 mgr.y (mgr.15159) 235 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:55:08.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:48.039328+0000 mgr.y (mgr.15159) 236 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:55:08.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:48.048080+0000 mgr.y (mgr.15159) 237 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:08.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:53:48.118482+0000 mgr.y (mgr.15159) 238 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:08.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:53:49.803910+0000 mgr.y (mgr.15159) 239 : 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-10T18:55:08.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:53:51.804570+0000 mgr.y (mgr.15159) 240 : cluster [DBG] pgmap v143: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:53:53.806081+0000 mgr.y (mgr.15159) 241 : cluster [DBG] pgmap v144: 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-10T18:55:08.893 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:53:55.806754+0000 mgr.y (mgr.15159) 243 : cluster [DBG] pgmap v145: 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-10T18:55:08.893 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:53:57.807448+0000 mgr.y (mgr.15159) 244 : cluster [DBG] pgmap v146: 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-10T18:55:08.893 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:53:59.808925+0000 mgr.y (mgr.15159) 245 : cluster [DBG] pgmap v147: 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-10T18:55:08.893 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:01.809611+0000 mgr.y (mgr.15159) 247 : cluster [DBG] pgmap v148: 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-10T18:55:08.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:47.885653+0000 mgr.y (mgr.15159) 225 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T18:55:08.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:47.897079+0000 mgr.y (mgr.15159) 226 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T18:55:08.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:47.906632+0000 mgr.y (mgr.15159) 227 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T18:55:08.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:47.926898+0000 mgr.y (mgr.15159) 228 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T18:55:08.894 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:47.936818+0000 mgr.y (mgr.15159) 229 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-10T18:55:08.894 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:47.942193+0000 mgr.y (mgr.15159) 230 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-10T18:55:08.894 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:47.947511+0000 mgr.y (mgr.15159) 231 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-10T18:55:08.894 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:47.953147+0000 mgr.y (mgr.15159) 232 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-10T18:55:08.894 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:47.958232+0000 mgr.y (mgr.15159) 233 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-10T18:55:08.894 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:47.963651+0000 mgr.y (mgr.15159) 234 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-10T18:55:08.894 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:47.966894+0000 mgr.y (mgr.15159) 235 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:55:08.894 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:48.039328+0000 mgr.y (mgr.15159) 236 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:55:08.894 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:48.048080+0000 mgr.y (mgr.15159) 237 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:08.894 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:53:48.118482+0000 mgr.y (mgr.15159) 238 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:08.894 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:53:49.803910+0000 mgr.y (mgr.15159) 239 : 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-10T18:55:08.894 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:53:51.804570+0000 mgr.y (mgr.15159) 240 : cluster [DBG] pgmap v143: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.894 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:53:53.806081+0000 mgr.y (mgr.15159) 241 : cluster [DBG] pgmap v144: 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-10T18:55:08.895 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:53:55.806754+0000 mgr.y (mgr.15159) 243 : cluster [DBG] pgmap v145: 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-10T18:55:08.895 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:53:57.807448+0000 mgr.y (mgr.15159) 244 : cluster [DBG] pgmap v146: 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-10T18:55:08.895 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:53:59.808925+0000 mgr.y (mgr.15159) 245 : cluster [DBG] pgmap v147: 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-10T18:55:08.895 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:01.809611+0000 mgr.y (mgr.15159) 247 : cluster [DBG] pgmap v148: 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-10T18:55:08.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:03.811117+0000 mgr.y (mgr.15159) 248 : cluster [DBG] pgmap v149: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:55:08.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:05.811869+0000 mgr.y (mgr.15159) 249 : cluster [DBG] pgmap v150: 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-10T18:55:08.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:07.812565+0000 mgr.y (mgr.15159) 250 : cluster [DBG] pgmap v151: 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-10T18:55:08.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:09.814121+0000 mgr.y (mgr.15159) 253 : cluster [DBG] pgmap v152: 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-10T18:55:08.895 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:54:11.450864+0000 mgr.y (mgr.15159) 254 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:55:08.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:54:11.464130+0000 mgr.y (mgr.15159) 255 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:08.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:54:11.527808+0000 mgr.y (mgr.15159) 256 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:55:08.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:11.814784+0000 mgr.y (mgr.15159) 257 : cluster [DBG] pgmap v153: 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-10T18:55:08.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:13.816369+0000 mgr.y (mgr.15159) 258 : cluster [DBG] pgmap v154: 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-10T18:55:08.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:54:14.968916+0000 mgr.y (mgr.15159) 259 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:55:08.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:54:14.969000+0000 mgr.y (mgr.15159) 260 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:55:08.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:54:14.983941+0000 mgr.y (mgr.15159) 261 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:55:08.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:54:14.993574+0000 mgr.y (mgr.15159) 262 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-10T18:55:08.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:15.817048+0000 mgr.y (mgr.15159) 263 : cluster [DBG] pgmap v155: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:17.817629+0000 mgr.y (mgr.15159) 264 : cluster [DBG] pgmap v156: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:54:18.386101+0000 mgr.y (mgr.15159) 267 : cephadm [INF] Upgrade: Updating mon.a 2024-09-10T18:55:08.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:54:18.400928+0000 mgr.y (mgr.15159) 268 : cephadm [INF] Deploying daemon mon.a on smithi031 2024-09-10T18:55:08.896 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:21.819953+0000 mgr.y (mgr.15159) 272 : 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-10T18:55:08.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:24.230065+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-10T18:55:08.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:24.233465+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-10T18:55:08.897 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:03.811117+0000 mgr.y (mgr.15159) 248 : cluster [DBG] pgmap v149: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:55:08.897 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:05.811869+0000 mgr.y (mgr.15159) 249 : cluster [DBG] pgmap v150: 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-10T18:55:08.897 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:07.812565+0000 mgr.y (mgr.15159) 250 : cluster [DBG] pgmap v151: 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-10T18:55:08.897 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:09.814121+0000 mgr.y (mgr.15159) 253 : cluster [DBG] pgmap v152: 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-10T18:55:08.897 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:54:11.450864+0000 mgr.y (mgr.15159) 254 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:55:08.897 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:54:11.464130+0000 mgr.y (mgr.15159) 255 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:08.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:54:11.527808+0000 mgr.y (mgr.15159) 256 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:55:08.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:11.814784+0000 mgr.y (mgr.15159) 257 : cluster [DBG] pgmap v153: 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-10T18:55:08.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:13.816369+0000 mgr.y (mgr.15159) 258 : cluster [DBG] pgmap v154: 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-10T18:55:08.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:54:14.968916+0000 mgr.y (mgr.15159) 259 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:55:08.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:54:14.969000+0000 mgr.y (mgr.15159) 260 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:55:08.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:54:14.983941+0000 mgr.y (mgr.15159) 261 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:55:08.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:54:14.993574+0000 mgr.y (mgr.15159) 262 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-10T18:55:08.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:15.817048+0000 mgr.y (mgr.15159) 263 : cluster [DBG] pgmap v155: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:17.817629+0000 mgr.y (mgr.15159) 264 : cluster [DBG] pgmap v156: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:54:18.386101+0000 mgr.y (mgr.15159) 267 : cephadm [INF] Upgrade: Updating mon.a 2024-09-10T18:55:08.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:54:18.400928+0000 mgr.y (mgr.15159) 268 : cephadm [INF] Deploying daemon mon.a on smithi031 2024-09-10T18:55:08.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:21.819953+0000 mgr.y (mgr.15159) 272 : 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-10T18:55:08.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:24.230065+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-10T18:55:08.898 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:24.233465+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-10T18:55:08.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:24.243522+0000 mon.a (mon.0) 4 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:55:08.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:24.244634+0000 mon.a (mon.0) 5 : cluster [DBG] fsmap 2024-09-10T18:55:08.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:24.244692+0000 mon.a (mon.0) 6 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-10T18:55:08.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:24.246334+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e39: y(active, since 4m), standbys: x 2024-09-10T18:55:08.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:24.247089+0000 mon.a (mon.0) 8 : cluster [INF] overall HEALTH_OK 2024-09-10T18:55:08.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:24.261060+0000 mon.a (mon.0) 9 : cluster [DBG] mgrmap e40: y(active, since 4m), standbys: x 2024-09-10T18:55:08.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:25.267780+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e41: y(active, since 4m), standbys: x 2024-09-10T18:55:08.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:29.828738+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T18:55:08.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:29.828914+0000 mon.a (mon.0) 13 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:55:08.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:29.885050+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e42: y(active, since 4m), standbys: x 2024-09-10T18:55:08.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:29.901504+0000 mon.a (mon.0) 15 : cluster [INF] Active manager daemon y restarted 2024-09-10T18:55:08.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:29.901874+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon y 2024-09-10T18:55:08.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:29.910511+0000 mon.a (mon.0) 17 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:55:08.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:29.911154+0000 mon.a (mon.0) 18 : cluster [DBG] mgrmap e43: y(active, starting, since 0.00937278s), standbys: x 2024-09-10T18:55:08.900 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:35.975038+0000 mon.a (mon.0) 72 : cluster [INF] Manager daemon y is now available 2024-09-10T18:55:08.900 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:36.039728+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e44: y(active, since 6s), standbys: x 2024-09-10T18:55:08.900 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:36.056469+0000 mgr.y (mgr.26002) 1 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.900 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:54:37.602603+0000 mgr.y (mgr.26002) 2 : cephadm [INF] [10/Sep/2024:18:54:37] ENGINE Bus STARTING 2024-09-10T18:55:08.900 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:54:37.731426+0000 mgr.y (mgr.26002) 3 : cephadm [INF] [10/Sep/2024:18:54:37] ENGINE Serving on https://172.21.15.31:7150 2024-09-10T18:55:08.900 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:54:37.731700+0000 mgr.y (mgr.26002) 4 : cephadm [INF] [10/Sep/2024:18:54:37] ENGINE Bus STARTED 2024-09-10T18:55:08.900 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:54:37.734741+0000 mgr.y (mgr.26002) 5 : cephadm [ERR] [10/Sep/2024:18:54:37] ENGINE Error in HTTPServer.serve 2024-09-10T18:55:08.900 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: Traceback (most recent call last): 2024-09-10T18:55:08.900 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:55:08.900 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: self._connections.run(self.expiration_interval) 2024-09-10T18:55:08.900 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:55:08.900 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: self._run(expiration_interval) 2024-09-10T18:55:08.900 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:55:08.901 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:55:08.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:24.243522+0000 mon.a (mon.0) 4 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:55:08.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:24.244634+0000 mon.a (mon.0) 5 : cluster [DBG] fsmap 2024-09-10T18:55:08.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:24.244692+0000 mon.a (mon.0) 6 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-10T18:55:08.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:24.246334+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e39: y(active, since 4m), standbys: x 2024-09-10T18:55:08.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:24.247089+0000 mon.a (mon.0) 8 : cluster [INF] overall HEALTH_OK 2024-09-10T18:55:08.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:24.261060+0000 mon.a (mon.0) 9 : cluster [DBG] mgrmap e40: y(active, since 4m), standbys: x 2024-09-10T18:55:08.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:25.267780+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e41: y(active, since 4m), standbys: x 2024-09-10T18:55:08.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:29.828738+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T18:55:08.901 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:29.828914+0000 mon.a (mon.0) 13 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:55:08.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:29.885050+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e42: y(active, since 4m), standbys: x 2024-09-10T18:55:08.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:29.901504+0000 mon.a (mon.0) 15 : cluster [INF] Active manager daemon y restarted 2024-09-10T18:55:08.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:29.901874+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon y 2024-09-10T18:55:08.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:29.910511+0000 mon.a (mon.0) 17 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:55:08.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:29.911154+0000 mon.a (mon.0) 18 : cluster [DBG] mgrmap e43: y(active, starting, since 0.00937278s), standbys: x 2024-09-10T18:55:08.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:35.975038+0000 mon.a (mon.0) 72 : cluster [INF] Manager daemon y is now available 2024-09-10T18:55:08.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:36.039728+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e44: y(active, since 6s), standbys: x 2024-09-10T18:55:08.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:36.056469+0000 mgr.y (mgr.26002) 1 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:54:37.602603+0000 mgr.y (mgr.26002) 2 : cephadm [INF] [10/Sep/2024:18:54:37] ENGINE Bus STARTING 2024-09-10T18:55:08.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:54:37.731426+0000 mgr.y (mgr.26002) 3 : cephadm [INF] [10/Sep/2024:18:54:37] ENGINE Serving on https://172.21.15.31:7150 2024-09-10T18:55:08.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:54:37.731700+0000 mgr.y (mgr.26002) 4 : cephadm [INF] [10/Sep/2024:18:54:37] ENGINE Bus STARTED 2024-09-10T18:55:08.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:54:37.734741+0000 mgr.y (mgr.26002) 5 : cephadm [ERR] [10/Sep/2024:18:54:37] ENGINE Error in HTTPServer.serve 2024-09-10T18:55:08.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: Traceback (most recent call last): 2024-09-10T18:55:08.902 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:55:08.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: self._connections.run(self.expiration_interval) 2024-09-10T18:55:08.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:55:08.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: self._run(expiration_interval) 2024-09-10T18:55:08.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:55:08.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:55:08.903 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:55:08.903 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:55:08.903 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:55:08.903 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: s = self.context.wrap_socket( 2024-09-10T18:55:08.903 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:55:08.904 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: return self.sslsocket_class._create( 2024-09-10T18:55:08.904 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:55:08.904 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: self.do_handshake() 2024-09-10T18:55:08.904 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:55:08.904 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: self._sslobj.do_handshake() 2024-09-10T18:55:08.904 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:55:08.904 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:37.932370+0000 mgr.y (mgr.26002) 6 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.904 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:38.760385+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e45: y(active, since 8s), standbys: x 2024-09-10T18:55:08.904 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:39.933117+0000 mgr.y (mgr.26002) 7 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.904 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:40.777969+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e46: y(active, since 10s), standbys: x 2024-09-10T18:55:08.904 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:41.934692+0000 mgr.y (mgr.26002) 8 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-10T18:55:08.904 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:43.360651+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:08.904 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:43.361231+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.905 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:43.361812+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:08.905 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:43.362383+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.905 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:43.363032+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:08.905 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:43.526312+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:55:08.905 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:43.755560+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:08.905 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:43.764216+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:08.905 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:43.776023+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:08.905 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:55:08.905 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:55:08.905 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:55:08.905 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: s = self.context.wrap_socket( 2024-09-10T18:55:08.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:55:08.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: return self.sslsocket_class._create( 2024-09-10T18:55:08.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:55:08.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: self.do_handshake() 2024-09-10T18:55:08.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:55:08.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: self._sslobj.do_handshake() 2024-09-10T18:55:08.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:55:08.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:37.932370+0000 mgr.y (mgr.26002) 6 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:38.760385+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e45: y(active, since 8s), standbys: x 2024-09-10T18:55:08.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:39.933117+0000 mgr.y (mgr.26002) 7 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:40.777969+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e46: y(active, since 10s), standbys: x 2024-09-10T18:55:08.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:41.934692+0000 mgr.y (mgr.26002) 8 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-10T18:55:08.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:43.360651+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:08.906 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:43.361231+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.907 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:43.361812+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:08.907 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:43.362383+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.907 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:43.363032+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:08.907 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:43.526312+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:55:08.907 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:43.755560+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:08.907 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:43.764216+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:08.907 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:43.776023+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:08.907 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:43.777971+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:55:08.907 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:43.935431+0000 mgr.y (mgr.26002) 9 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T18:55:08.907 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:45.936195+0000 mgr.y (mgr.26002) 10 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T18:55:08.908 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:47.937691+0000 mgr.y (mgr.26002) 11 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T18:55:08.908 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:49.847928+0000 mgr.y (mgr.26002) 12 : audit [DBG] from='client.26056 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:08.908 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:49.938260+0000 mgr.y (mgr.26002) 13 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T18:55:08.908 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:50.240904+0000 mgr.y (mgr.26002) 14 : audit [DBG] from='client.26062 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:08.908 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:50.588613+0000 mgr.y (mgr.26002) 15 : audit [DBG] from='client.54174 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:08.908 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:50.594083+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:08.908 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:50.594992+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:08.908 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:50.595796+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.908 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:50.596673+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.909 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:50.597580+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.909 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:50.598445+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.909 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:50.604051+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:08.909 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:50.604531+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:43.777971+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:55:08.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:43.935431+0000 mgr.y (mgr.26002) 9 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T18:55:08.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:45.936195+0000 mgr.y (mgr.26002) 10 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T18:55:08.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:47.937691+0000 mgr.y (mgr.26002) 11 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T18:55:08.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:49.847928+0000 mgr.y (mgr.26002) 12 : audit [DBG] from='client.26056 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:08.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:49.938260+0000 mgr.y (mgr.26002) 13 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T18:55:08.909 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:50.240904+0000 mgr.y (mgr.26002) 14 : audit [DBG] from='client.26062 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:08.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:50.588613+0000 mgr.y (mgr.26002) 15 : audit [DBG] from='client.54174 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:08.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:50.594083+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:08.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:50.594992+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:08.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:50.595796+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:50.596673+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:50.597580+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:50.598445+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:50.604051+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:08.910 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:50.604531+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.910 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:50.605005+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.911 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:50.605459+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.911 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:50.605921+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.911 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:51.043019+0000 mon.c (mon.1) 60 : audit [DBG] from='client.? 172.21.15.31:0/3478285141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:55:08.911 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:51.399519+0000 mgr.y (mgr.26002) 16 : audit [DBG] from='client.26080 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:08.911 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:51.939702+0000 mgr.y (mgr.26002) 17 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T18:55:08.911 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:53.940382+0000 mgr.y (mgr.26002) 18 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.911 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:54.271649+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:08.911 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:54.279923+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:08.911 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:54.287358+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:08.911 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:54.288605+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:08.911 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:54.289242+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.911 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:54.289881+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:08.911 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:54.290509+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.911 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:54.291105+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:08.912 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:54.291686+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.912 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:54.292303+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:08.912 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:54.292921+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:50.605005+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:50.605459+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:50.605921+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:51.043019+0000 mon.c (mon.1) 60 : audit [DBG] from='client.? 172.21.15.31:0/3478285141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:55:08.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:51.399519+0000 mgr.y (mgr.26002) 16 : audit [DBG] from='client.26080 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:08.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:51.939702+0000 mgr.y (mgr.26002) 17 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T18:55:08.912 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:53.940382+0000 mgr.y (mgr.26002) 18 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:54.271649+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:08.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:54.279923+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:08.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:54.287358+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:08.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:54.288605+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:08.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:54.289242+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:54.289881+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:08.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:54.290509+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:54.291105+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:08.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:54.291686+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:54.292303+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:08.913 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:54.292921+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:08.914 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:54.293528+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:08.914 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:54.294742+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:08.914 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:54.296104+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:55:08.914 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:54:54.297354+0000 mgr.y (mgr.26002) 19 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:08.914 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:54.298539+0000 mgr.y (mgr.26002) 20 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.914 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:54.304862+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:08.914 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:54.363300+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:55:08.914 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:54.367810+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:55:08.914 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:54.369991+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T18:55:08.914 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:54.371565+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-10T18:55:08.914 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:54:54.372700+0000 mgr.y (mgr.26002) 21 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-10T18:55:08.914 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:55.285119+0000 mon.a (mon.0) 135 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:55:08.914 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:56.300094+0000 mgr.y (mgr.26002) 22 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.914 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:54:56.894156+0000 mgr.y (mgr.26002) 23 : cephadm [INF] Upgrade: Updating mon.c 2024-09-10T18:55:08.915 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:56.903213+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:08.915 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:56.904931+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:55:08.915 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:56.906146+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:08.915 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:56.907233+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:08.915 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cephadm 2024-09-10T18:54:56.908711+0000 mgr.y (mgr.26002) 24 : cephadm [INF] Deploying daemon mon.c on smithi031 2024-09-10T18:55:08.915 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:54.293528+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:08.915 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:54.294742+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:08.915 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:54.296104+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:55:08.915 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:54:54.297354+0000 mgr.y (mgr.26002) 19 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:08.915 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:54.298539+0000 mgr.y (mgr.26002) 20 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:54.304862+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:08.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:54.363300+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:55:08.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:54.367810+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:55:08.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:54.369991+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T18:55:08.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:54.371565+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-10T18:55:08.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:54:54.372700+0000 mgr.y (mgr.26002) 21 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-10T18:55:08.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:55.285119+0000 mon.a (mon.0) 135 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:55:08.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:56.300094+0000 mgr.y (mgr.26002) 22 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:54:56.894156+0000 mgr.y (mgr.26002) 23 : cephadm [INF] Upgrade: Updating mon.c 2024-09-10T18:55:08.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:56.903213+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:08.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:56.904931+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:55:08.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:56.906146+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:08.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:56.907233+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:08.916 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cephadm 2024-09-10T18:54:56.908711+0000 mgr.y (mgr.26002) 24 : cephadm [INF] Deploying daemon mon.c on smithi031 2024-09-10T18:55:08.917 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:54:56.909503+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T18:55:08.917 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:54:58.300915+0000 mgr.y (mgr.26002) 25 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.917 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:55:03.414802+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:55:08.917 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:55:03.415049+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:55:08.917 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:55:03.415458+0000 mon.a (mon.0) 153 : cluster [INF] mon.a calling monitor election 2024-09-10T18:55:08.917 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:55:03.415563+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T18:55:08.917 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:55:03.416671+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:55:08.917 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:55:04.303917+0000 mgr.y (mgr.26002) 28 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.917 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:55:06.305309+0000 mgr.y (mgr.26002) 29 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.917 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:55:08.306033+0000 mgr.y (mgr.26002) 30 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.918 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:55:08.417095+0000 mon.a (mon.0) 155 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T18:55:08.918 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:55:08.423511+0000 mon.a (mon.0) 156 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:55:08.918 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:55:08.424632+0000 mon.a (mon.0) 157 : cluster [DBG] fsmap 2024-09-10T18:55:08.918 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:55:08.424672+0000 mon.a (mon.0) 158 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:55:08.918 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:55:08.425200+0000 mon.a (mon.0) 159 : cluster [DBG] mgrmap e46: y(active, since 38s), standbys: x 2024-09-10T18:55:08.918 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:55:08.425432+0000 mon.a (mon.0) 160 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-10T18:55:08.918 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:55:08.434994+0000 mon.a (mon.0) 161 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1/3 mons down, quorum a,c 2024-09-10T18:55:08.918 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:55:08.435036+0000 mon.a (mon.0) 162 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-10T18:55:08.918 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:55:08.435081+0000 mon.a (mon.0) 163 : cluster [WRN] daemon iscsi.iscsi.a on smithi063 is in error state 2024-09-10T18:55:08.918 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:55:08.435114+0000 mon.a (mon.0) 164 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-10T18:55:08.918 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: cluster 2024-09-10T18:55:08.435152+0000 mon.a (mon.0) 165 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] is down (out of quorum) 2024-09-10T18:55:08.918 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:55:08.440794+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:08.918 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:55:08.448197+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:08.919 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[54359]: audit 2024-09-10T18:55:08.455832+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:55:08.919 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:54:56.909503+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T18:55:08.919 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:54:58.300915+0000 mgr.y (mgr.26002) 25 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.919 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:55:03.414802+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:55:08.919 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:55:03.415049+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:55:08.919 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:55:03.415458+0000 mon.a (mon.0) 153 : cluster [INF] mon.a calling monitor election 2024-09-10T18:55:08.919 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:55:03.415563+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T18:55:08.919 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:55:03.416671+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:55:08.919 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:55:04.303917+0000 mgr.y (mgr.26002) 28 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.919 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:55:06.305309+0000 mgr.y (mgr.26002) 29 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.920 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:55:08.306033+0000 mgr.y (mgr.26002) 30 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:08.920 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:55:08.417095+0000 mon.a (mon.0) 155 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T18:55:08.920 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:55:08.423511+0000 mon.a (mon.0) 156 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:55:08.920 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:55:08.424632+0000 mon.a (mon.0) 157 : cluster [DBG] fsmap 2024-09-10T18:55:08.920 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:55:08.424672+0000 mon.a (mon.0) 158 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:55:08.920 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:55:08.425200+0000 mon.a (mon.0) 159 : cluster [DBG] mgrmap e46: y(active, since 38s), standbys: x 2024-09-10T18:55:08.920 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:55:08.425432+0000 mon.a (mon.0) 160 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-10T18:55:08.920 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:55:08.434994+0000 mon.a (mon.0) 161 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1/3 mons down, quorum a,c 2024-09-10T18:55:08.920 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:55:08.435036+0000 mon.a (mon.0) 162 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-10T18:55:08.920 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:55:08.435081+0000 mon.a (mon.0) 163 : cluster [WRN] daemon iscsi.iscsi.a on smithi063 is in error state 2024-09-10T18:55:08.920 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:55:08.435114+0000 mon.a (mon.0) 164 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-10T18:55:08.920 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: cluster 2024-09-10T18:55:08.435152+0000 mon.a (mon.0) 165 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] is down (out of quorum) 2024-09-10T18:55:08.920 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:55:08.440794+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:08.921 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:55:08.448197+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:08.921 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:08 smithi031 bash[53082]: audit 2024-09-10T18:55:08.455832+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:55:09.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:20:34.938482+0000 mon.a (mon.0) 0 : [INF] mkfs 408b5ca8-6fa1-11ef-bcea-c7b262605968 2024-09-10T18:55:09.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:52:02.566287+0000 mgr.y (mgr.15159) 131 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-10T18:55:09.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:52:02.685946+0000 mgr.y (mgr.15159) 133 : cephadm [INF] Deploying daemon grafana.a on smithi063 2024-09-10T18:55:09.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:52:45.398591+0000 mgr.y (mgr.15159) 159 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:09.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:52:45.529601+0000 mgr.y (mgr.15159) 164 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:55:09.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:52:45.603727+0000 mgr.y (mgr.15159) 165 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:55:09.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:52:45.614684+0000 mgr.y (mgr.15159) 166 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:09.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:52:45.684510+0000 mgr.y (mgr.15159) 169 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:09.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:17.474847+0000 mgr.y (mgr.15159) 191 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:55:09.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:17.876029+0000 mgr.y (mgr.15159) 193 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:09.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:17.933293+0000 mgr.y (mgr.15159) 196 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:55:09.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:21.494464+0000 mgr.y (mgr.15159) 198 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:55:09.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:21.494626+0000 mgr.y (mgr.15159) 199 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:55:09.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:21.519162+0000 mgr.y (mgr.15159) 200 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:55:09.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:21.529772+0000 mgr.y (mgr.15159) 201 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-10T18:55:09.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:24.098895+0000 mgr.y (mgr.15159) 206 : cephadm [INF] Upgrade: Updating mon.b 2024-09-10T18:55:09.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:24.113360+0000 mgr.y (mgr.15159) 207 : cephadm [INF] Deploying daemon mon.b on smithi063 2024-09-10T18:55:09.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:47.780245+0000 mgr.y (mgr.15159) 221 : cephadm [INF] Detected new or changed devices on smithi063 2024-09-10T18:55:09.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:47.801213+0000 mgr.y (mgr.15159) 222 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:09.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:47.871729+0000 mgr.y (mgr.15159) 224 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:55:09.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:47.885653+0000 mgr.y (mgr.15159) 225 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T18:55:09.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:47.897079+0000 mgr.y (mgr.15159) 226 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T18:55:09.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:47.906632+0000 mgr.y (mgr.15159) 227 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T18:55:09.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:47.926898+0000 mgr.y (mgr.15159) 228 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T18:55:09.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:47.936818+0000 mgr.y (mgr.15159) 229 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-10T18:55:09.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:47.942193+0000 mgr.y (mgr.15159) 230 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-10T18:55:09.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:47.947511+0000 mgr.y (mgr.15159) 231 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-10T18:55:09.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:47.953147+0000 mgr.y (mgr.15159) 232 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-10T18:55:09.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:47.958232+0000 mgr.y (mgr.15159) 233 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-10T18:55:09.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:47.963651+0000 mgr.y (mgr.15159) 234 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-10T18:55:09.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:47.966894+0000 mgr.y (mgr.15159) 235 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:55:09.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:48.039328+0000 mgr.y (mgr.15159) 236 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:55:09.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:48.048080+0000 mgr.y (mgr.15159) 237 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:09.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:53:48.118482+0000 mgr.y (mgr.15159) 238 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:09.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:53:49.803910+0000 mgr.y (mgr.15159) 239 : 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-10T18:55:09.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:53:51.804570+0000 mgr.y (mgr.15159) 240 : cluster [DBG] pgmap v143: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:09.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:53:53.806081+0000 mgr.y (mgr.15159) 241 : cluster [DBG] pgmap v144: 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-10T18:55:09.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:53:55.806754+0000 mgr.y (mgr.15159) 243 : cluster [DBG] pgmap v145: 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-10T18:55:09.884 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:53:57.807448+0000 mgr.y (mgr.15159) 244 : cluster [DBG] pgmap v146: 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-10T18:55:09.885 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:53:59.808925+0000 mgr.y (mgr.15159) 245 : cluster [DBG] pgmap v147: 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-10T18:55:09.885 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:01.809611+0000 mgr.y (mgr.15159) 247 : cluster [DBG] pgmap v148: 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-10T18:55:09.886 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:03.811117+0000 mgr.y (mgr.15159) 248 : cluster [DBG] pgmap v149: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:55:09.886 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:05.811869+0000 mgr.y (mgr.15159) 249 : cluster [DBG] pgmap v150: 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-10T18:55:09.886 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:07.812565+0000 mgr.y (mgr.15159) 250 : cluster [DBG] pgmap v151: 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-10T18:55:09.886 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:09.814121+0000 mgr.y (mgr.15159) 253 : cluster [DBG] pgmap v152: 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-10T18:55:09.886 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:54:11.450864+0000 mgr.y (mgr.15159) 254 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:55:09.886 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:54:11.464130+0000 mgr.y (mgr.15159) 255 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:09.886 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:54:11.527808+0000 mgr.y (mgr.15159) 256 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:55:09.886 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:11.814784+0000 mgr.y (mgr.15159) 257 : cluster [DBG] pgmap v153: 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-10T18:55:09.886 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:13.816369+0000 mgr.y (mgr.15159) 258 : cluster [DBG] pgmap v154: 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-10T18:55:09.886 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:54:14.968916+0000 mgr.y (mgr.15159) 259 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:55:09.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:54:14.969000+0000 mgr.y (mgr.15159) 260 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:55:09.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:54:14.983941+0000 mgr.y (mgr.15159) 261 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:55:09.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:54:14.993574+0000 mgr.y (mgr.15159) 262 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-10T18:55:09.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:15.817048+0000 mgr.y (mgr.15159) 263 : cluster [DBG] pgmap v155: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:09.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:17.817629+0000 mgr.y (mgr.15159) 264 : cluster [DBG] pgmap v156: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:09.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:54:18.386101+0000 mgr.y (mgr.15159) 267 : cephadm [INF] Upgrade: Updating mon.a 2024-09-10T18:55:09.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:54:18.400928+0000 mgr.y (mgr.15159) 268 : cephadm [INF] Deploying daemon mon.a on smithi031 2024-09-10T18:55:09.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:21.819953+0000 mgr.y (mgr.15159) 272 : 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-10T18:55:09.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:24.230065+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-10T18:55:09.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:24.233465+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-10T18:55:09.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:24.243522+0000 mon.a (mon.0) 4 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:55:09.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:24.244634+0000 mon.a (mon.0) 5 : cluster [DBG] fsmap 2024-09-10T18:55:09.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:24.244692+0000 mon.a (mon.0) 6 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-10T18:55:09.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:24.246334+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e39: y(active, since 4m), standbys: x 2024-09-10T18:55:09.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:24.247089+0000 mon.a (mon.0) 8 : cluster [INF] overall HEALTH_OK 2024-09-10T18:55:09.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:24.261060+0000 mon.a (mon.0) 9 : cluster [DBG] mgrmap e40: y(active, since 4m), standbys: x 2024-09-10T18:55:09.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:25.267780+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e41: y(active, since 4m), standbys: x 2024-09-10T18:55:09.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:29.828738+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T18:55:09.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:29.828914+0000 mon.a (mon.0) 13 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:55:09.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:29.885050+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e42: y(active, since 4m), standbys: x 2024-09-10T18:55:09.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:29.901504+0000 mon.a (mon.0) 15 : cluster [INF] Active manager daemon y restarted 2024-09-10T18:55:09.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:29.901874+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon y 2024-09-10T18:55:09.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:29.910511+0000 mon.a (mon.0) 17 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:55:09.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:29.911154+0000 mon.a (mon.0) 18 : cluster [DBG] mgrmap e43: y(active, starting, since 0.00937278s), standbys: x 2024-09-10T18:55:09.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:35.975038+0000 mon.a (mon.0) 72 : cluster [INF] Manager daemon y is now available 2024-09-10T18:55:09.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:36.039728+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e44: y(active, since 6s), standbys: x 2024-09-10T18:55:09.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:36.056469+0000 mgr.y (mgr.26002) 1 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:09.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:54:37.602603+0000 mgr.y (mgr.26002) 2 : cephadm [INF] [10/Sep/2024:18:54:37] ENGINE Bus STARTING 2024-09-10T18:55:09.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:54:37.731426+0000 mgr.y (mgr.26002) 3 : cephadm [INF] [10/Sep/2024:18:54:37] ENGINE Serving on https://172.21.15.31:7150 2024-09-10T18:55:09.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:54:37.731700+0000 mgr.y (mgr.26002) 4 : cephadm [INF] [10/Sep/2024:18:54:37] ENGINE Bus STARTED 2024-09-10T18:55:09.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:54:37.734741+0000 mgr.y (mgr.26002) 5 : cephadm [ERR] [10/Sep/2024:18:54:37] ENGINE Error in HTTPServer.serve 2024-09-10T18:55:09.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: Traceback (most recent call last): 2024-09-10T18:55:09.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:55:09.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: self._connections.run(self.expiration_interval) 2024-09-10T18:55:09.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:55:09.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: self._run(expiration_interval) 2024-09-10T18:55:09.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:55:09.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:55:09.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:55:09.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:55:09.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:55:09.890 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: s = self.context.wrap_socket( 2024-09-10T18:55:09.890 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:55:09.890 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: return self.sslsocket_class._create( 2024-09-10T18:55:09.890 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:55:09.890 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: self.do_handshake() 2024-09-10T18:55:09.890 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:55:09.890 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: self._sslobj.do_handshake() 2024-09-10T18:55:09.890 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:55:09.890 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:37.932370+0000 mgr.y (mgr.26002) 6 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:09.890 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:38.760385+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e45: y(active, since 8s), standbys: x 2024-09-10T18:55:09.890 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:39.933117+0000 mgr.y (mgr.26002) 7 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:09.890 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:40.777969+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e46: y(active, since 10s), standbys: x 2024-09-10T18:55:09.890 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:41.934692+0000 mgr.y (mgr.26002) 8 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-10T18:55:09.890 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:43.360651+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:09.891 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:43.361231+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:09.891 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:43.361812+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:09.891 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:43.362383+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:09.891 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:43.363032+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:09.891 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:43.526312+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:55:09.891 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:43.755560+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:09.891 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:43.764216+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:09.891 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:43.776023+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:09.891 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:43.777971+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:55:09.891 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:43.935431+0000 mgr.y (mgr.26002) 9 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T18:55:09.891 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:45.936195+0000 mgr.y (mgr.26002) 10 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T18:55:09.891 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:47.937691+0000 mgr.y (mgr.26002) 11 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T18:55:09.891 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:49.847928+0000 mgr.y (mgr.26002) 12 : audit [DBG] from='client.26056 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:09.891 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:49.938260+0000 mgr.y (mgr.26002) 13 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T18:55:09.891 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:50.240904+0000 mgr.y (mgr.26002) 14 : audit [DBG] from='client.26062 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:09.891 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:50.588613+0000 mgr.y (mgr.26002) 15 : audit [DBG] from='client.54174 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:09.892 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:50.594083+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:09.892 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:50.594992+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:09.892 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:50.595796+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:09.892 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:50.596673+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:09.892 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:50.597580+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:09.892 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:50.598445+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:09.892 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:50.604051+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:09.892 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:50.604531+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:09.892 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:50.605005+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:09.892 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:50.605459+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:09.892 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:50.605921+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:09.892 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:51.043019+0000 mon.c (mon.1) 60 : audit [DBG] from='client.? 172.21.15.31:0/3478285141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:55:09.892 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:51.399519+0000 mgr.y (mgr.26002) 16 : audit [DBG] from='client.26080 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:09.893 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:51.939702+0000 mgr.y (mgr.26002) 17 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T18:55:09.893 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:53.940382+0000 mgr.y (mgr.26002) 18 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:09.893 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:54.271649+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:09.893 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:54.279923+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:09.893 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:54.287358+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:09.893 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:54.288605+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:09.893 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:54.289242+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:09.893 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:54.289881+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:09.893 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:54.290509+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:09.893 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:54.291105+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:09.893 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:54.291686+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:09.893 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:54.292303+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:09.893 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:54.292921+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:09.893 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:54.293528+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:55:09.894 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:54.294742+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:09.894 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:54.296104+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:55:09.894 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:54:54.297354+0000 mgr.y (mgr.26002) 19 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:09.894 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:54.298539+0000 mgr.y (mgr.26002) 20 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:09.894 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:54.304862+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:09.894 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:54.363300+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:55:09.894 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:54.367810+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:55:09.894 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:54.369991+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T18:55:09.894 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:54.371565+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-10T18:55:09.894 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:54:54.372700+0000 mgr.y (mgr.26002) 21 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-10T18:55:09.894 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:55.285119+0000 mon.a (mon.0) 135 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:55:09.894 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:56.300094+0000 mgr.y (mgr.26002) 22 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:09.894 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:54:56.894156+0000 mgr.y (mgr.26002) 23 : cephadm [INF] Upgrade: Updating mon.c 2024-09-10T18:55:09.894 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:56.903213+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:09.894 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:56.904931+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:55:09.895 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:56.906146+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:09.895 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:56.907233+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:09.895 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cephadm 2024-09-10T18:54:56.908711+0000 mgr.y (mgr.26002) 24 : cephadm [INF] Deploying daemon mon.c on smithi031 2024-09-10T18:55:09.895 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:54:56.909503+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T18:55:09.895 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:54:58.300915+0000 mgr.y (mgr.26002) 25 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:09.895 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:55:03.414802+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:55:09.895 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:55:03.415049+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:55:09.895 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:03.415458+0000 mon.a (mon.0) 153 : cluster [INF] mon.a calling monitor election 2024-09-10T18:55:09.895 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:03.415563+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T18:55:09.895 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:55:03.416671+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:55:09.895 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:04.303917+0000 mgr.y (mgr.26002) 28 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:09.895 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:06.305309+0000 mgr.y (mgr.26002) 29 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:09.895 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:08.306033+0000 mgr.y (mgr.26002) 30 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:09.895 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:08.417095+0000 mon.a (mon.0) 155 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T18:55:09.896 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:08.423511+0000 mon.a (mon.0) 156 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:55:09.896 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:08.424632+0000 mon.a (mon.0) 157 : cluster [DBG] fsmap 2024-09-10T18:55:09.896 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:08.424672+0000 mon.a (mon.0) 158 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:55:09.896 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:08.425200+0000 mon.a (mon.0) 159 : cluster [DBG] mgrmap e46: y(active, since 38s), standbys: x 2024-09-10T18:55:09.896 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:08.425432+0000 mon.a (mon.0) 160 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-10T18:55:09.896 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:08.434994+0000 mon.a (mon.0) 161 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1/3 mons down, quorum a,c 2024-09-10T18:55:09.896 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:08.435036+0000 mon.a (mon.0) 162 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-10T18:55:09.896 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:08.435081+0000 mon.a (mon.0) 163 : cluster [WRN] daemon iscsi.iscsi.a on smithi063 is in error state 2024-09-10T18:55:09.896 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:08.435114+0000 mon.a (mon.0) 164 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-10T18:55:09.896 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:08.435152+0000 mon.a (mon.0) 165 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] is down (out of quorum) 2024-09-10T18:55:09.896 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:55:08.440794+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:09.896 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:55:08.448197+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:09.896 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: audit 2024-09-10T18:55:08.455832+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:55:09.896 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:03.417997+0000 mon.b (mon.2) 15 : cluster [INF] mon.b calling monitor election 2024-09-10T18:55:09.897 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:09.425386+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-10T18:55:09.897 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:09.425393+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2024-09-10T18:55:09.897 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:09.448553+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-10T18:55:09.897 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:09.459693+0000 mon.a (mon.0) 171 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:55:09.897 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:09.460593+0000 mon.a (mon.0) 172 : cluster [DBG] fsmap 2024-09-10T18:55:09.897 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:09.460628+0000 mon.a (mon.0) 173 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:55:09.897 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:09.461080+0000 mon.a (mon.0) 174 : cluster [DBG] mgrmap e46: y(active, since 39s), standbys: x 2024-09-10T18:55:09.897 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:09.461286+0000 mon.a (mon.0) 175 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-10T18:55:09.897 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:09.483489+0000 mon.a (mon.0) 176 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-10T18:55:09.897 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:09.483528+0000 mon.a (mon.0) 177 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-10T18:55:09.897 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:09 smithi063 bash[48646]: cluster 2024-09-10T18:55:09.483566+0000 mon.a (mon.0) 178 : cluster [WRN] daemon iscsi.iscsi.a on smithi063 is in error state 2024-09-10T18:55:09.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[53082]: cluster 2024-09-10T18:55:03.417997+0000 mon.b (mon.2) 15 : cluster [INF] mon.b calling monitor election 2024-09-10T18:55:09.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[53082]: cluster 2024-09-10T18:55:09.425386+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-10T18:55:09.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[53082]: cluster 2024-09-10T18:55:09.425393+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2024-09-10T18:55:09.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[53082]: cluster 2024-09-10T18:55:09.448553+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-10T18:55:09.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[53082]: cluster 2024-09-10T18:55:09.459693+0000 mon.a (mon.0) 171 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:55:09.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[53082]: cluster 2024-09-10T18:55:09.460593+0000 mon.a (mon.0) 172 : cluster [DBG] fsmap 2024-09-10T18:55:09.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[53082]: cluster 2024-09-10T18:55:09.460628+0000 mon.a (mon.0) 173 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:55:09.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[53082]: cluster 2024-09-10T18:55:09.461080+0000 mon.a (mon.0) 174 : cluster [DBG] mgrmap e46: y(active, since 39s), standbys: x 2024-09-10T18:55:09.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[53082]: cluster 2024-09-10T18:55:09.461286+0000 mon.a (mon.0) 175 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-10T18:55:09.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[53082]: cluster 2024-09-10T18:55:09.483489+0000 mon.a (mon.0) 176 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-10T18:55:09.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[53082]: cluster 2024-09-10T18:55:09.483528+0000 mon.a (mon.0) 177 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-10T18:55:09.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[53082]: cluster 2024-09-10T18:55:09.483566+0000 mon.a (mon.0) 178 : cluster [WRN] daemon iscsi.iscsi.a on smithi063 is in error state 2024-09-10T18:55:09.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[54359]: cluster 2024-09-10T18:55:03.417997+0000 mon.b (mon.2) 15 : cluster [INF] mon.b calling monitor election 2024-09-10T18:55:09.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[54359]: cluster 2024-09-10T18:55:09.425386+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-10T18:55:09.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[54359]: cluster 2024-09-10T18:55:09.425393+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2024-09-10T18:55:09.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[54359]: cluster 2024-09-10T18:55:09.448553+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-10T18:55:09.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[54359]: cluster 2024-09-10T18:55:09.459693+0000 mon.a (mon.0) 171 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.31:3301/0,v1:172.21.15.31:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:55:09.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[54359]: cluster 2024-09-10T18:55:09.460593+0000 mon.a (mon.0) 172 : cluster [DBG] fsmap 2024-09-10T18:55:09.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[54359]: cluster 2024-09-10T18:55:09.460628+0000 mon.a (mon.0) 173 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:55:09.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[54359]: cluster 2024-09-10T18:55:09.461080+0000 mon.a (mon.0) 174 : cluster [DBG] mgrmap e46: y(active, since 39s), standbys: x 2024-09-10T18:55:09.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[54359]: cluster 2024-09-10T18:55:09.461286+0000 mon.a (mon.0) 175 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-10T18:55:09.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[54359]: cluster 2024-09-10T18:55:09.483489+0000 mon.a (mon.0) 176 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-10T18:55:09.899 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[54359]: cluster 2024-09-10T18:55:09.483528+0000 mon.a (mon.0) 177 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-10T18:55:09.900 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:09 smithi031 bash[54359]: cluster 2024-09-10T18:55:09.483566+0000 mon.a (mon.0) 178 : cluster [WRN] daemon iscsi.iscsi.a on smithi063 is in error state 2024-09-10T18:55:10.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:10 smithi063 bash[48646]: cluster 2024-09-10T18:55:10.306811+0000 mgr.y (mgr.26002) 31 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:10.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:10 smithi031 bash[53082]: cluster 2024-09-10T18:55:10.306811+0000 mgr.y (mgr.26002) 31 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:10.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:10 smithi031 bash[54359]: cluster 2024-09-10T18:55:10.306811+0000 mgr.y (mgr.26002) 31 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:13.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:12 smithi063 bash[48646]: cluster 2024-09-10T18:55:12.308304+0000 mgr.y (mgr.26002) 32 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:13.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:12 smithi031 bash[53082]: cluster 2024-09-10T18:55:12.308304+0000 mgr.y (mgr.26002) 32 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:13.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:12 smithi031 bash[54359]: cluster 2024-09-10T18:55:12.308304+0000 mgr.y (mgr.26002) 32 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:14.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:14 smithi063 bash[48646]: cluster 2024-09-10T18:55:14.309037+0000 mgr.y (mgr.26002) 33 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:14.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:14 smithi031 bash[54359]: cluster 2024-09-10T18:55:14.309037+0000 mgr.y (mgr.26002) 33 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:14.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:14 smithi031 bash[53082]: cluster 2024-09-10T18:55:14.309037+0000 mgr.y (mgr.26002) 33 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:15 smithi063 bash[48646]: audit 2024-09-10T18:55:14.504739+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:15 smithi063 bash[48646]: audit 2024-09-10T18:55:14.513282+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:15 smithi063 bash[48646]: audit 2024-09-10T18:55:14.523022+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:15 smithi063 bash[48646]: audit 2024-09-10T18:55:14.916069+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:55:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:15 smithi063 bash[48646]: audit 2024-09-10T18:55:15.139992+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:15 smithi063 bash[48646]: audit 2024-09-10T18:55:15.148185+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:15 smithi063 bash[48646]: audit 2024-09-10T18:55:15.157218+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:15.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:15 smithi063 bash[48646]: audit 2024-09-10T18:55:15.159076+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:55:15.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:15 smithi031 bash[53082]: audit 2024-09-10T18:55:14.504739+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:15.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:15 smithi031 bash[53082]: audit 2024-09-10T18:55:14.513282+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:15.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:15 smithi031 bash[53082]: audit 2024-09-10T18:55:14.523022+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:15.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:15 smithi031 bash[53082]: audit 2024-09-10T18:55:14.916069+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:55:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:15 smithi031 bash[53082]: audit 2024-09-10T18:55:15.139992+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:15 smithi031 bash[53082]: audit 2024-09-10T18:55:15.148185+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:15 smithi031 bash[53082]: audit 2024-09-10T18:55:15.157218+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:15 smithi031 bash[53082]: audit 2024-09-10T18:55:15.159076+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:55:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:15 smithi031 bash[54359]: audit 2024-09-10T18:55:14.504739+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:15 smithi031 bash[54359]: audit 2024-09-10T18:55:14.513282+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:15 smithi031 bash[54359]: audit 2024-09-10T18:55:14.523022+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:15 smithi031 bash[54359]: audit 2024-09-10T18:55:14.916069+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:55:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:15 smithi031 bash[54359]: audit 2024-09-10T18:55:15.139992+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:15 smithi031 bash[54359]: audit 2024-09-10T18:55:15.148185+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:15.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:15 smithi031 bash[54359]: audit 2024-09-10T18:55:15.157218+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:15 smithi031 bash[54359]: audit 2024-09-10T18:55:15.159076+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:55:16.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:16 smithi063 bash[48646]: cluster 2024-09-10T18:55:16.310537+0000 mgr.y (mgr.26002) 34 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:16.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:16 smithi031 bash[53082]: cluster 2024-09-10T18:55:16.310537+0000 mgr.y (mgr.26002) 34 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:16.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:16 smithi031 bash[54359]: cluster 2024-09-10T18:55:16.310537+0000 mgr.y (mgr.26002) 34 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:18.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:18 smithi063 bash[48646]: cluster 2024-09-10T18:55:18.311252+0000 mgr.y (mgr.26002) 35 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:18.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:18 smithi031 bash[53082]: cluster 2024-09-10T18:55:18.311252+0000 mgr.y (mgr.26002) 35 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:18.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:18 smithi031 bash[54359]: cluster 2024-09-10T18:55:18.311252+0000 mgr.y (mgr.26002) 35 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:20.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:20 smithi063 bash[48646]: cluster 2024-09-10T18:55:20.311971+0000 mgr.y (mgr.26002) 36 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:20.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:20 smithi031 bash[53082]: cluster 2024-09-10T18:55:20.311971+0000 mgr.y (mgr.26002) 36 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:20.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:20 smithi031 bash[54359]: cluster 2024-09-10T18:55:20.311971+0000 mgr.y (mgr.26002) 36 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:21.783 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:55:22.511 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:55:22.511 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (3m) 7s ago 28m 16.4M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T18:55:22.511 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (2m) 39s ago 27m 82.0M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T18:55:22.511 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 39s ago 28m - - 2024-09-10T18:55:22.511 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (5m) 39s ago 32m 390M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T18:55:22.511 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (15m) 7s ago 34m 428M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:55:22.511 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (60s) 7s ago 34m 43.2M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T18:55:22.512 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (114s) 39s ago 33m 48.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T18:55:22.512 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (21s) 7s ago 33m 24.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 cf5fe597e338 2024-09-10T18:55:22.512 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (4m) 7s ago 28m 10.7M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T18:55:22.512 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (4m) 39s ago 28m 10.9M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T18:55:22.512 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (32m) 7s ago 32m 52.2M 4096M 15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:55:22.512 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (32m) 7s ago 32m 53.4M 4096M 15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:55:22.512 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (31m) 7s ago 31m 47.5M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:55:22.512 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (31m) 7s ago 31m 54.6M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:55:22.512 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (30m) 39s ago 30m 53.6M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:55:22.512 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (30m) 39s ago 30m 48.7M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:55:22.512 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (29m) 39s ago 29m 50.2M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:55:22.512 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (29m) 39s ago 29m 51.5M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:55:22.513 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (4m) 39s ago 28m 49.1M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T18:55:22.513 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (26m) 7s ago 26m 56.0M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:55:22.513 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (26m) 39s ago 26m 56.5M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:55:22.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:22 smithi031 bash[53082]: audit 2024-09-10T18:55:21.766722+0000 mgr.y (mgr.26002) 37 : audit [DBG] from='client.54192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:22.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:22 smithi031 bash[53082]: audit 2024-09-10T18:55:22.131306+0000 mgr.y (mgr.26002) 38 : audit [DBG] from='client.54198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:22.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:22 smithi031 bash[53082]: cluster 2024-09-10T18:55:22.313435+0000 mgr.y (mgr.26002) 39 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:22.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:22 smithi031 bash[54359]: audit 2024-09-10T18:55:21.766722+0000 mgr.y (mgr.26002) 37 : audit [DBG] from='client.54192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:22.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:22 smithi031 bash[54359]: audit 2024-09-10T18:55:22.131306+0000 mgr.y (mgr.26002) 38 : audit [DBG] from='client.54198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:22.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:22 smithi031 bash[54359]: cluster 2024-09-10T18:55:22.313435+0000 mgr.y (mgr.26002) 39 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:22.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:22 smithi063 bash[48646]: audit 2024-09-10T18:55:21.766722+0000 mgr.y (mgr.26002) 37 : audit [DBG] from='client.54192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:22.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:22 smithi063 bash[48646]: audit 2024-09-10T18:55:22.131306+0000 mgr.y (mgr.26002) 38 : audit [DBG] from='client.54198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:22.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:22 smithi063 bash[48646]: cluster 2024-09-10T18:55:22.313435+0000 mgr.y (mgr.26002) 39 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:22.940 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:55:22.941 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:55:22.941 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T18:55:22.941 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:55:22.941 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:55:22.941 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:55:22.941 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:55:22.941 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:55:22.941 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-10T18:55:22.941 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:55:22.942 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:55:22.942 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:55:22.942 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:55:22.942 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:55:22.942 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 10, 2024-09-10T18:55:22.942 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 5 2024-09-10T18:55:22.942 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:55:22.942 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:55:23.314 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:55:23.314 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:55:23.314 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T18:55:23.315 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi031", 2024-09-10T18:55:23.315 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [ 2024-09-10T18:55:23.315 INFO:teuthology.orchestra.run.smithi031.stdout: "mon" 2024-09-10T18:55:23.315 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-10T18:55:23.315 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "2/2 daemons upgraded", 2024-09-10T18:55:23.315 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading mon daemons", 2024-09-10T18:55:23.315 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T18:55:23.315 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:55:23.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[54359]: audit 2024-09-10T18:55:22.481466+0000 mgr.y (mgr.26002) 40 : audit [DBG] from='client.64114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:23.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[54359]: audit 2024-09-10T18:55:22.486847+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:23.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[54359]: audit 2024-09-10T18:55:22.487921+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:23.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[54359]: audit 2024-09-10T18:55:22.488901+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[54359]: audit 2024-09-10T18:55:22.489916+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[54359]: audit 2024-09-10T18:55:22.491019+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[54359]: audit 2024-09-10T18:55:22.491883+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[54359]: audit 2024-09-10T18:55:22.496852+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:23.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[54359]: audit 2024-09-10T18:55:22.497296+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[54359]: audit 2024-09-10T18:55:22.497726+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[54359]: audit 2024-09-10T18:55:22.498143+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[54359]: audit 2024-09-10T18:55:22.498544+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[54359]: audit 2024-09-10T18:55:22.937482+0000 mon.c (mon.1) 4 : audit [DBG] from='client.54210 172.21.15.31:0/3287969772' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:55:23.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[54359]: audit 2024-09-10T18:55:23.310653+0000 mgr.y (mgr.26002) 41 : audit [DBG] from='client.64126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:23.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[53082]: audit 2024-09-10T18:55:22.481466+0000 mgr.y (mgr.26002) 40 : audit [DBG] from='client.64114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:23.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[53082]: audit 2024-09-10T18:55:22.486847+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:23.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[53082]: audit 2024-09-10T18:55:22.487921+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:23.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[53082]: audit 2024-09-10T18:55:22.488901+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[53082]: audit 2024-09-10T18:55:22.489916+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[53082]: audit 2024-09-10T18:55:22.491019+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[53082]: audit 2024-09-10T18:55:22.491883+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[53082]: audit 2024-09-10T18:55:22.496852+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:23.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[53082]: audit 2024-09-10T18:55:22.497296+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[53082]: audit 2024-09-10T18:55:22.497726+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[53082]: audit 2024-09-10T18:55:22.498143+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[53082]: audit 2024-09-10T18:55:22.498544+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[53082]: audit 2024-09-10T18:55:22.937482+0000 mon.c (mon.1) 4 : audit [DBG] from='client.54210 172.21.15.31:0/3287969772' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:55:23.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:23 smithi031 bash[53082]: audit 2024-09-10T18:55:23.310653+0000 mgr.y (mgr.26002) 41 : audit [DBG] from='client.64126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:23.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:23 smithi063 bash[48646]: audit 2024-09-10T18:55:22.481466+0000 mgr.y (mgr.26002) 40 : audit [DBG] from='client.64114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:23.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:23 smithi063 bash[48646]: audit 2024-09-10T18:55:22.486847+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:23.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:23 smithi063 bash[48646]: audit 2024-09-10T18:55:22.487921+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:23.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:23 smithi063 bash[48646]: audit 2024-09-10T18:55:22.488901+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:23 smithi063 bash[48646]: audit 2024-09-10T18:55:22.489916+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:23 smithi063 bash[48646]: audit 2024-09-10T18:55:22.491019+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:23 smithi063 bash[48646]: audit 2024-09-10T18:55:22.491883+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:23 smithi063 bash[48646]: audit 2024-09-10T18:55:22.496852+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:23.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:23 smithi063 bash[48646]: audit 2024-09-10T18:55:22.497296+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:23 smithi063 bash[48646]: audit 2024-09-10T18:55:22.497726+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:23 smithi063 bash[48646]: audit 2024-09-10T18:55:22.498143+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:23 smithi063 bash[48646]: audit 2024-09-10T18:55:22.498544+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:23.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:23 smithi063 bash[48646]: audit 2024-09-10T18:55:22.937482+0000 mon.c (mon.1) 4 : audit [DBG] from='client.54210 172.21.15.31:0/3287969772' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:55:23.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:23 smithi063 bash[48646]: audit 2024-09-10T18:55:23.310653+0000 mgr.y (mgr.26002) 41 : audit [DBG] from='client.64126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:24.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:24 smithi063 bash[48646]: cluster 2024-09-10T18:55:24.314119+0000 mgr.y (mgr.26002) 42 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:24.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:24 smithi031 bash[53082]: cluster 2024-09-10T18:55:24.314119+0000 mgr.y (mgr.26002) 42 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:24.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:24 smithi031 bash[54359]: cluster 2024-09-10T18:55:24.314119+0000 mgr.y (mgr.26002) 42 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:26.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:26 smithi063 bash[48646]: audit 2024-09-10T18:55:26.030326+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:26.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:26 smithi063 bash[48646]: audit 2024-09-10T18:55:26.039225+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:26.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:26 smithi063 bash[48646]: audit 2024-09-10T18:55:26.048279+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:26.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:26 smithi063 bash[48646]: audit 2024-09-10T18:55:26.049450+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:26.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:26 smithi063 bash[48646]: audit 2024-09-10T18:55:26.050684+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:55:26.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:26 smithi063 bash[48646]: audit 2024-09-10T18:55:26.060483+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:26.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:26 smithi031 bash[53082]: audit 2024-09-10T18:55:26.030326+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:26.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:26 smithi031 bash[53082]: audit 2024-09-10T18:55:26.039225+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:26.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:26 smithi031 bash[53082]: audit 2024-09-10T18:55:26.048279+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:26.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:26 smithi031 bash[53082]: audit 2024-09-10T18:55:26.049450+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:26.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:26 smithi031 bash[53082]: audit 2024-09-10T18:55:26.050684+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:55:26.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:26 smithi031 bash[53082]: audit 2024-09-10T18:55:26.060483+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:26.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:26 smithi031 bash[54359]: audit 2024-09-10T18:55:26.030326+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:26.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:26 smithi031 bash[54359]: audit 2024-09-10T18:55:26.039225+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:26.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:26 smithi031 bash[54359]: audit 2024-09-10T18:55:26.048279+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:26.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:26 smithi031 bash[54359]: audit 2024-09-10T18:55:26.049450+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:26.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:26 smithi031 bash[54359]: audit 2024-09-10T18:55:26.050684+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:55:26.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:26 smithi031 bash[54359]: audit 2024-09-10T18:55:26.060483+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:27.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:27 smithi063 bash[48646]: cephadm 2024-09-10T18:55:26.028476+0000 mgr.y (mgr.26002) 43 : cephadm [INF] Detected new or changed devices on smithi031 2024-09-10T18:55:27.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:27 smithi063 bash[48646]: cephadm 2024-09-10T18:55:26.051607+0000 mgr.y (mgr.26002) 44 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:27.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:27 smithi063 bash[48646]: cluster 2024-09-10T18:55:26.052493+0000 mgr.y (mgr.26002) 45 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:27.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:27 smithi063 bash[48646]: cluster 2024-09-10T18:55:26.052786+0000 mgr.y (mgr.26002) 46 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:27.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:27 smithi063 bash[48646]: cephadm 2024-09-10T18:55:26.113908+0000 mgr.y (mgr.26002) 47 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-10T18:55:27.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:27 smithi063 bash[48646]: audit 2024-09-10T18:55:26.114395+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:55:27.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:27 smithi063 bash[48646]: audit 2024-09-10T18:55:26.115637+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:27.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:27 smithi063 bash[48646]: audit 2024-09-10T18:55:26.116762+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:27.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:27 smithi063 bash[48646]: cephadm 2024-09-10T18:55:26.118065+0000 mgr.y (mgr.26002) 48 : cephadm [INF] Reconfiguring daemon mon.a on smithi031 2024-09-10T18:55:27.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:27 smithi063 bash[48646]: audit 2024-09-10T18:55:26.118671+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-10T18:55:27.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[53082]: cephadm 2024-09-10T18:55:26.028476+0000 mgr.y (mgr.26002) 43 : cephadm [INF] Detected new or changed devices on smithi031 2024-09-10T18:55:27.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[53082]: cephadm 2024-09-10T18:55:26.051607+0000 mgr.y (mgr.26002) 44 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:27.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[53082]: cluster 2024-09-10T18:55:26.052493+0000 mgr.y (mgr.26002) 45 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:27.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[53082]: cluster 2024-09-10T18:55:26.052786+0000 mgr.y (mgr.26002) 46 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:27.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[53082]: cephadm 2024-09-10T18:55:26.113908+0000 mgr.y (mgr.26002) 47 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-10T18:55:27.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[53082]: audit 2024-09-10T18:55:26.114395+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:55:27.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[53082]: audit 2024-09-10T18:55:26.115637+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:27.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[53082]: audit 2024-09-10T18:55:26.116762+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:27.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[53082]: cephadm 2024-09-10T18:55:26.118065+0000 mgr.y (mgr.26002) 48 : cephadm [INF] Reconfiguring daemon mon.a on smithi031 2024-09-10T18:55:27.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[53082]: audit 2024-09-10T18:55:26.118671+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-10T18:55:27.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[54359]: cephadm 2024-09-10T18:55:26.028476+0000 mgr.y (mgr.26002) 43 : cephadm [INF] Detected new or changed devices on smithi031 2024-09-10T18:55:27.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[54359]: cephadm 2024-09-10T18:55:26.051607+0000 mgr.y (mgr.26002) 44 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:55:27.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[54359]: cluster 2024-09-10T18:55:26.052493+0000 mgr.y (mgr.26002) 45 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:27.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[54359]: cluster 2024-09-10T18:55:26.052786+0000 mgr.y (mgr.26002) 46 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:27.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[54359]: cephadm 2024-09-10T18:55:26.113908+0000 mgr.y (mgr.26002) 47 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-10T18:55:27.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[54359]: audit 2024-09-10T18:55:26.114395+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:55:27.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[54359]: audit 2024-09-10T18:55:26.115637+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:27.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[54359]: audit 2024-09-10T18:55:26.116762+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:27.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[54359]: cephadm 2024-09-10T18:55:26.118065+0000 mgr.y (mgr.26002) 48 : cephadm [INF] Reconfiguring daemon mon.a on smithi031 2024-09-10T18:55:27.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:27 smithi031 bash[54359]: audit 2024-09-10T18:55:26.118671+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-10T18:55:29.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:29 smithi063 bash[48646]: cluster 2024-09-10T18:55:28.054285+0000 mgr.y (mgr.26002) 49 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:29.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:29 smithi063 bash[48646]: audit 2024-09-10T18:55:28.367729+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:29.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:29 smithi063 bash[48646]: audit 2024-09-10T18:55:28.374112+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:29.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:29 smithi063 bash[48646]: audit 2024-09-10T18:55:28.382286+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:29.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:29 smithi063 bash[48646]: audit 2024-09-10T18:55:28.384172+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:55:29.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:29 smithi063 bash[48646]: audit 2024-09-10T18:55:28.385845+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:55:29.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:29 smithi063 bash[48646]: audit 2024-09-10T18:55:28.387261+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:29.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:29 smithi063 bash[48646]: audit 2024-09-10T18:55:28.389312+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-10T18:55:29.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:29 smithi031 bash[53082]: cluster 2024-09-10T18:55:28.054285+0000 mgr.y (mgr.26002) 49 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:29.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:29 smithi031 bash[53082]: audit 2024-09-10T18:55:28.367729+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:29.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:29 smithi031 bash[53082]: audit 2024-09-10T18:55:28.374112+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:29.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:29 smithi031 bash[53082]: audit 2024-09-10T18:55:28.382286+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:29.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:29 smithi031 bash[53082]: audit 2024-09-10T18:55:28.384172+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:55:29.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:29 smithi031 bash[53082]: audit 2024-09-10T18:55:28.385845+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:55:29.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:29 smithi031 bash[53082]: audit 2024-09-10T18:55:28.387261+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:29.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:29 smithi031 bash[53082]: audit 2024-09-10T18:55:28.389312+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-10T18:55:29.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:29 smithi031 bash[54359]: cluster 2024-09-10T18:55:28.054285+0000 mgr.y (mgr.26002) 49 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:29.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:29 smithi031 bash[54359]: audit 2024-09-10T18:55:28.367729+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:29.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:29 smithi031 bash[54359]: audit 2024-09-10T18:55:28.374112+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:29.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:29 smithi031 bash[54359]: audit 2024-09-10T18:55:28.382286+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:29.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:29 smithi031 bash[54359]: audit 2024-09-10T18:55:28.384172+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:55:29.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:29 smithi031 bash[54359]: audit 2024-09-10T18:55:28.385845+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:55:29.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:29 smithi031 bash[54359]: audit 2024-09-10T18:55:28.387261+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:29.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:29 smithi031 bash[54359]: audit 2024-09-10T18:55:28.389312+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-10T18:55:30.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:30 smithi063 bash[48646]: cephadm 2024-09-10T18:55:28.383637+0000 mgr.y (mgr.26002) 50 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-10T18:55:30.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:30 smithi063 bash[48646]: cephadm 2024-09-10T18:55:28.388636+0000 mgr.y (mgr.26002) 51 : cephadm [INF] Reconfiguring daemon mgr.y on smithi031 2024-09-10T18:55:30.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:30 smithi031 bash[53082]: cephadm 2024-09-10T18:55:28.383637+0000 mgr.y (mgr.26002) 50 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-10T18:55:30.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:30 smithi031 bash[53082]: cephadm 2024-09-10T18:55:28.388636+0000 mgr.y (mgr.26002) 51 : cephadm [INF] Reconfiguring daemon mgr.y on smithi031 2024-09-10T18:55:30.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:30 smithi031 bash[54359]: cephadm 2024-09-10T18:55:28.383637+0000 mgr.y (mgr.26002) 50 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-10T18:55:30.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:30 smithi031 bash[54359]: cephadm 2024-09-10T18:55:28.388636+0000 mgr.y (mgr.26002) 51 : cephadm [INF] Reconfiguring daemon mgr.y on smithi031 2024-09-10T18:55:31.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:31 smithi063 bash[48646]: cluster 2024-09-10T18:55:30.055076+0000 mgr.y (mgr.26002) 52 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:31.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:31 smithi063 bash[48646]: audit 2024-09-10T18:55:30.658264+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:31.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:31 smithi063 bash[48646]: audit 2024-09-10T18:55:30.666594+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:31.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:31 smithi063 bash[48646]: audit 2024-09-10T18:55:30.673424+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:31.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:31 smithi063 bash[48646]: audit 2024-09-10T18:55:30.675148+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:55:31.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:31 smithi063 bash[48646]: audit 2024-09-10T18:55:30.676319+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:31.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:31 smithi063 bash[48646]: audit 2024-09-10T18:55:30.677455+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:31.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:31 smithi063 bash[48646]: audit 2024-09-10T18:55:30.679574+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T18:55:31.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:31 smithi031 bash[53082]: cluster 2024-09-10T18:55:30.055076+0000 mgr.y (mgr.26002) 52 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:31.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:31 smithi031 bash[53082]: audit 2024-09-10T18:55:30.658264+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:31.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:31 smithi031 bash[53082]: audit 2024-09-10T18:55:30.666594+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:31.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:31 smithi031 bash[53082]: audit 2024-09-10T18:55:30.673424+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:31.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:31 smithi031 bash[53082]: audit 2024-09-10T18:55:30.675148+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:55:31.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:31 smithi031 bash[53082]: audit 2024-09-10T18:55:30.676319+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:31.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:31 smithi031 bash[53082]: audit 2024-09-10T18:55:30.677455+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:31.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:31 smithi031 bash[53082]: audit 2024-09-10T18:55:30.679574+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T18:55:31.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:31 smithi031 bash[54359]: cluster 2024-09-10T18:55:30.055076+0000 mgr.y (mgr.26002) 52 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:31.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:31 smithi031 bash[54359]: audit 2024-09-10T18:55:30.658264+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:31.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:31 smithi031 bash[54359]: audit 2024-09-10T18:55:30.666594+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:31.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:31 smithi031 bash[54359]: audit 2024-09-10T18:55:30.673424+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:31.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:31 smithi031 bash[54359]: audit 2024-09-10T18:55:30.675148+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:55:31.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:31 smithi031 bash[54359]: audit 2024-09-10T18:55:30.676319+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:31.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:31 smithi031 bash[54359]: audit 2024-09-10T18:55:30.677455+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:31.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:31 smithi031 bash[54359]: audit 2024-09-10T18:55:30.679574+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T18:55:32.334 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:32 smithi031 bash[53082]: cephadm 2024-09-10T18:55:30.674739+0000 mgr.y (mgr.26002) 53 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T18:55:32.334 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:32 smithi031 bash[53082]: cephadm 2024-09-10T18:55:30.678902+0000 mgr.y (mgr.26002) 54 : cephadm [INF] Reconfiguring daemon mon.c on smithi031 2024-09-10T18:55:32.334 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:32 smithi031 bash[54359]: cephadm 2024-09-10T18:55:30.674739+0000 mgr.y (mgr.26002) 53 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T18:55:32.334 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:32 smithi031 bash[54359]: cephadm 2024-09-10T18:55:30.678902+0000 mgr.y (mgr.26002) 54 : cephadm [INF] Reconfiguring daemon mon.c on smithi031 2024-09-10T18:55:32.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:32 smithi063 bash[48646]: cephadm 2024-09-10T18:55:30.674739+0000 mgr.y (mgr.26002) 53 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T18:55:32.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:32 smithi063 bash[48646]: cephadm 2024-09-10T18:55:30.678902+0000 mgr.y (mgr.26002) 54 : cephadm [INF] Reconfiguring daemon mon.c on smithi031 2024-09-10T18:55:33.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:33 smithi063 bash[48646]: cluster 2024-09-10T18:55:32.056791+0000 mgr.y (mgr.26002) 55 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:33.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:33 smithi063 bash[48646]: audit 2024-09-10T18:55:32.934882+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:33.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:33 smithi063 bash[48646]: audit 2024-09-10T18:55:32.942935+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:33.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:33 smithi063 bash[48646]: audit 2024-09-10T18:55:32.953378+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:33.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:33 smithi063 bash[48646]: audit 2024-09-10T18:55:32.955221+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:55:33.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:33 smithi063 bash[48646]: audit 2024-09-10T18:55:32.956533+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:33.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:33 smithi063 bash[48646]: audit 2024-09-10T18:55:32.959704+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-10T18:55:33.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:33 smithi031 bash[53082]: cluster 2024-09-10T18:55:32.056791+0000 mgr.y (mgr.26002) 55 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:33.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:33 smithi031 bash[53082]: audit 2024-09-10T18:55:32.934882+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:33.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:33 smithi031 bash[53082]: audit 2024-09-10T18:55:32.942935+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:33.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:33 smithi031 bash[53082]: audit 2024-09-10T18:55:32.953378+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:33.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:33 smithi031 bash[53082]: audit 2024-09-10T18:55:32.955221+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:55:33.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:33 smithi031 bash[53082]: audit 2024-09-10T18:55:32.956533+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:33.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:33 smithi031 bash[53082]: audit 2024-09-10T18:55:32.959704+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-10T18:55:33.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:33 smithi031 bash[54359]: cluster 2024-09-10T18:55:32.056791+0000 mgr.y (mgr.26002) 55 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:33.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:33 smithi031 bash[54359]: audit 2024-09-10T18:55:32.934882+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:33.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:33 smithi031 bash[54359]: audit 2024-09-10T18:55:32.942935+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:33.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:33 smithi031 bash[54359]: audit 2024-09-10T18:55:32.953378+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:33.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:33 smithi031 bash[54359]: audit 2024-09-10T18:55:32.955221+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:55:33.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:33 smithi031 bash[54359]: audit 2024-09-10T18:55:32.956533+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:33.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:33 smithi031 bash[54359]: audit 2024-09-10T18:55:32.959704+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-10T18:55:34.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:34 smithi063 bash[48646]: cephadm 2024-09-10T18:55:32.954758+0000 mgr.y (mgr.26002) 56 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-10T18:55:34.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:34 smithi063 bash[48646]: cephadm 2024-09-10T18:55:32.959055+0000 mgr.y (mgr.26002) 57 : cephadm [INF] Reconfiguring daemon osd.0 on smithi031 2024-09-10T18:55:34.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:34 smithi031 bash[53082]: cephadm 2024-09-10T18:55:32.954758+0000 mgr.y (mgr.26002) 56 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-10T18:55:34.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:34 smithi031 bash[53082]: cephadm 2024-09-10T18:55:32.959055+0000 mgr.y (mgr.26002) 57 : cephadm [INF] Reconfiguring daemon osd.0 on smithi031 2024-09-10T18:55:34.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:34 smithi031 bash[54359]: cephadm 2024-09-10T18:55:32.954758+0000 mgr.y (mgr.26002) 56 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-10T18:55:34.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:34 smithi031 bash[54359]: cephadm 2024-09-10T18:55:32.959055+0000 mgr.y (mgr.26002) 57 : cephadm [INF] Reconfiguring daemon osd.0 on smithi031 2024-09-10T18:55:35.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:35 smithi031 bash[53082]: cluster 2024-09-10T18:55:34.057342+0000 mgr.y (mgr.26002) 58 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:35.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:35 smithi031 bash[54359]: cluster 2024-09-10T18:55:34.057342+0000 mgr.y (mgr.26002) 58 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:35.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:35 smithi063 bash[48646]: cluster 2024-09-10T18:55:34.057342+0000 mgr.y (mgr.26002) 58 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:36.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[53082]: audit 2024-09-10T18:55:35.149962+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:36.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[53082]: audit 2024-09-10T18:55:35.155648+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:36.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[53082]: audit 2024-09-10T18:55:35.164937+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:36.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[53082]: cephadm 2024-09-10T18:55:35.166304+0000 mgr.y (mgr.26002) 59 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-10T18:55:36.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[53082]: audit 2024-09-10T18:55:35.166745+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:55:36.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[53082]: audit 2024-09-10T18:55:35.168107+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:36.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[53082]: cephadm 2024-09-10T18:55:35.170429+0000 mgr.y (mgr.26002) 60 : cephadm [INF] Reconfiguring daemon osd.1 on smithi031 2024-09-10T18:55:36.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[53082]: audit 2024-09-10T18:55:35.171051+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-10T18:55:36.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[53082]: audit 2024-09-10T18:55:35.986861+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T18:55:36.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[53082]: audit 2024-09-10T18:55:35.987452+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T18:55:36.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[53082]: audit 2024-09-10T18:55:35.987902+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T18:55:36.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[54359]: audit 2024-09-10T18:55:35.149962+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:36.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[54359]: audit 2024-09-10T18:55:35.155648+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:36.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[54359]: audit 2024-09-10T18:55:35.164937+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:36.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[54359]: cephadm 2024-09-10T18:55:35.166304+0000 mgr.y (mgr.26002) 59 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-10T18:55:36.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[54359]: audit 2024-09-10T18:55:35.166745+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:55:36.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[54359]: audit 2024-09-10T18:55:35.168107+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:36.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[54359]: cephadm 2024-09-10T18:55:35.170429+0000 mgr.y (mgr.26002) 60 : cephadm [INF] Reconfiguring daemon osd.1 on smithi031 2024-09-10T18:55:36.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[54359]: audit 2024-09-10T18:55:35.171051+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-10T18:55:36.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[54359]: audit 2024-09-10T18:55:35.986861+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T18:55:36.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[54359]: audit 2024-09-10T18:55:35.987452+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T18:55:36.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:36 smithi031 bash[54359]: audit 2024-09-10T18:55:35.987902+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T18:55:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:36 smithi063 bash[48646]: audit 2024-09-10T18:55:35.149962+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:36 smithi063 bash[48646]: audit 2024-09-10T18:55:35.155648+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:36 smithi063 bash[48646]: audit 2024-09-10T18:55:35.164937+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:36 smithi063 bash[48646]: cephadm 2024-09-10T18:55:35.166304+0000 mgr.y (mgr.26002) 59 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-10T18:55:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:36 smithi063 bash[48646]: audit 2024-09-10T18:55:35.166745+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:55:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:36 smithi063 bash[48646]: audit 2024-09-10T18:55:35.168107+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:36 smithi063 bash[48646]: cephadm 2024-09-10T18:55:35.170429+0000 mgr.y (mgr.26002) 60 : cephadm [INF] Reconfiguring daemon osd.1 on smithi031 2024-09-10T18:55:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:36 smithi063 bash[48646]: audit 2024-09-10T18:55:35.171051+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-10T18:55:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:36 smithi063 bash[48646]: audit 2024-09-10T18:55:35.986861+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T18:55:36.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:36 smithi063 bash[48646]: audit 2024-09-10T18:55:35.987452+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T18:55:36.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:36 smithi063 bash[48646]: audit 2024-09-10T18:55:35.987902+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T18:55:37.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:37 smithi063 bash[48646]: cluster 2024-09-10T18:55:36.058126+0000 mgr.y (mgr.26002) 61 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:37.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:37 smithi031 bash[53082]: cluster 2024-09-10T18:55:36.058126+0000 mgr.y (mgr.26002) 61 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:37.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:37 smithi031 bash[54359]: cluster 2024-09-10T18:55:36.058126+0000 mgr.y (mgr.26002) 61 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:38.621 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:38 smithi031 bash[53082]: audit 2024-09-10T18:55:37.365560+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:38.621 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:38 smithi031 bash[53082]: audit 2024-09-10T18:55:37.372501+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:38.621 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:38 smithi031 bash[53082]: audit 2024-09-10T18:55:37.380957+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:38.621 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:38 smithi031 bash[53082]: audit 2024-09-10T18:55:37.382827+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:55:38.621 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:38 smithi031 bash[53082]: audit 2024-09-10T18:55:37.384399+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:38.621 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:38 smithi031 bash[53082]: audit 2024-09-10T18:55:37.387561+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-10T18:55:38.622 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:38 smithi031 bash[54359]: audit 2024-09-10T18:55:37.365560+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:38.622 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:38 smithi031 bash[54359]: audit 2024-09-10T18:55:37.372501+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:38.622 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:38 smithi031 bash[54359]: audit 2024-09-10T18:55:37.380957+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:38.622 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:38 smithi031 bash[54359]: audit 2024-09-10T18:55:37.382827+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:55:38.623 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:38 smithi031 bash[54359]: audit 2024-09-10T18:55:37.384399+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:38.623 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:38 smithi031 bash[54359]: audit 2024-09-10T18:55:37.387561+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-10T18:55:38.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:38 smithi063 bash[48646]: audit 2024-09-10T18:55:37.365560+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:38.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:38 smithi063 bash[48646]: audit 2024-09-10T18:55:37.372501+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:38.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:38 smithi063 bash[48646]: audit 2024-09-10T18:55:37.380957+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:38.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:38 smithi063 bash[48646]: audit 2024-09-10T18:55:37.382827+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:55:38.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:38 smithi063 bash[48646]: audit 2024-09-10T18:55:37.384399+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:38.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:38 smithi063 bash[48646]: audit 2024-09-10T18:55:37.387561+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-10T18:55:39.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:39 smithi031 bash[53082]: cephadm 2024-09-10T18:55:37.382238+0000 mgr.y (mgr.26002) 62 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-10T18:55:39.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:39 smithi031 bash[53082]: cephadm 2024-09-10T18:55:37.386757+0000 mgr.y (mgr.26002) 63 : cephadm [INF] Reconfiguring daemon osd.2 on smithi031 2024-09-10T18:55:39.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:39 smithi031 bash[53082]: cluster 2024-09-10T18:55:38.059337+0000 mgr.y (mgr.26002) 64 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:39.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:39 smithi031 bash[54359]: cephadm 2024-09-10T18:55:37.382238+0000 mgr.y (mgr.26002) 62 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-10T18:55:39.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:39 smithi031 bash[54359]: cephadm 2024-09-10T18:55:37.386757+0000 mgr.y (mgr.26002) 63 : cephadm [INF] Reconfiguring daemon osd.2 on smithi031 2024-09-10T18:55:39.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:39 smithi031 bash[54359]: cluster 2024-09-10T18:55:38.059337+0000 mgr.y (mgr.26002) 64 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:39.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:39 smithi063 bash[48646]: cephadm 2024-09-10T18:55:37.382238+0000 mgr.y (mgr.26002) 62 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-10T18:55:39.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:39 smithi063 bash[48646]: cephadm 2024-09-10T18:55:37.386757+0000 mgr.y (mgr.26002) 63 : cephadm [INF] Reconfiguring daemon osd.2 on smithi031 2024-09-10T18:55:39.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:39 smithi063 bash[48646]: cluster 2024-09-10T18:55:38.059337+0000 mgr.y (mgr.26002) 64 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:40.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:40 smithi063 bash[48646]: audit 2024-09-10T18:55:39.574019+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:40.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:40 smithi063 bash[48646]: audit 2024-09-10T18:55:39.581245+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:40.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:40 smithi063 bash[48646]: audit 2024-09-10T18:55:39.587651+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:40.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:40 smithi063 bash[48646]: audit 2024-09-10T18:55:39.589271+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:55:40.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:40 smithi063 bash[48646]: audit 2024-09-10T18:55:39.590472+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:40.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:40 smithi063 bash[48646]: audit 2024-09-10T18:55:39.593209+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-10T18:55:40.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:40 smithi031 bash[53082]: audit 2024-09-10T18:55:39.574019+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:40.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:40 smithi031 bash[53082]: audit 2024-09-10T18:55:39.581245+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:40.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:40 smithi031 bash[53082]: audit 2024-09-10T18:55:39.587651+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:40.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:40 smithi031 bash[53082]: audit 2024-09-10T18:55:39.589271+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:55:40.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:40 smithi031 bash[53082]: audit 2024-09-10T18:55:39.590472+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:40.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:40 smithi031 bash[53082]: audit 2024-09-10T18:55:39.593209+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-10T18:55:40.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:40 smithi031 bash[54359]: audit 2024-09-10T18:55:39.574019+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:40.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:40 smithi031 bash[54359]: audit 2024-09-10T18:55:39.581245+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:40.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:40 smithi031 bash[54359]: audit 2024-09-10T18:55:39.587651+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:40.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:40 smithi031 bash[54359]: audit 2024-09-10T18:55:39.589271+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:55:40.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:40 smithi031 bash[54359]: audit 2024-09-10T18:55:39.590472+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:40.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:40 smithi031 bash[54359]: audit 2024-09-10T18:55:39.593209+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-10T18:55:41.282 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:41 smithi031 bash[53082]: cephadm 2024-09-10T18:55:39.588906+0000 mgr.y (mgr.26002) 65 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-09-10T18:55:41.282 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:41 smithi031 bash[53082]: cephadm 2024-09-10T18:55:39.592597+0000 mgr.y (mgr.26002) 66 : cephadm [INF] Reconfiguring daemon osd.3 on smithi031 2024-09-10T18:55:41.282 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:41 smithi031 bash[53082]: cluster 2024-09-10T18:55:40.060162+0000 mgr.y (mgr.26002) 67 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:41.283 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:41 smithi031 bash[54359]: cephadm 2024-09-10T18:55:39.588906+0000 mgr.y (mgr.26002) 65 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-09-10T18:55:41.283 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:41 smithi031 bash[54359]: cephadm 2024-09-10T18:55:39.592597+0000 mgr.y (mgr.26002) 66 : cephadm [INF] Reconfiguring daemon osd.3 on smithi031 2024-09-10T18:55:41.283 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:41 smithi031 bash[54359]: cluster 2024-09-10T18:55:40.060162+0000 mgr.y (mgr.26002) 67 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:41.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:41 smithi063 bash[48646]: cephadm 2024-09-10T18:55:39.588906+0000 mgr.y (mgr.26002) 65 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-09-10T18:55:41.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:41 smithi063 bash[48646]: cephadm 2024-09-10T18:55:39.592597+0000 mgr.y (mgr.26002) 66 : cephadm [INF] Reconfiguring daemon osd.3 on smithi031 2024-09-10T18:55:41.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:41 smithi063 bash[48646]: cluster 2024-09-10T18:55:40.060162+0000 mgr.y (mgr.26002) 67 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:42.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:42 smithi063 bash[48646]: audit 2024-09-10T18:55:41.856091+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:42.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:42 smithi063 bash[48646]: audit 2024-09-10T18:55:41.864102+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:42.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:42 smithi063 bash[48646]: audit 2024-09-10T18:55:41.872882+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:42.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:42 smithi063 bash[48646]: audit 2024-09-10T18:55:41.875097+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi031.kibhei", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:55:42.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:42 smithi063 bash[48646]: audit 2024-09-10T18:55:41.882389+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:42.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:42 smithi063 bash[48646]: audit 2024-09-10T18:55:41.883783+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:42.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:42 smithi063 bash[48646]: audit 2024-09-10T18:55:41.885948+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi031.kibhei","key": "container_image"}]: dispatch 2024-09-10T18:55:42.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:42 smithi031 bash[54359]: audit 2024-09-10T18:55:41.856091+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:42.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:42 smithi031 bash[54359]: audit 2024-09-10T18:55:41.864102+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:42.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:42 smithi031 bash[54359]: audit 2024-09-10T18:55:41.872882+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:42.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:42 smithi031 bash[54359]: audit 2024-09-10T18:55:41.875097+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi031.kibhei", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:55:42.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:42 smithi031 bash[54359]: audit 2024-09-10T18:55:41.882389+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:42.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:42 smithi031 bash[54359]: audit 2024-09-10T18:55:41.883783+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:42.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:42 smithi031 bash[54359]: audit 2024-09-10T18:55:41.885948+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi031.kibhei","key": "container_image"}]: dispatch 2024-09-10T18:55:42.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:42 smithi031 bash[53082]: audit 2024-09-10T18:55:41.856091+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:42.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:42 smithi031 bash[53082]: audit 2024-09-10T18:55:41.864102+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:42.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:42 smithi031 bash[53082]: audit 2024-09-10T18:55:41.872882+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:42.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:42 smithi031 bash[53082]: audit 2024-09-10T18:55:41.875097+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi031.kibhei", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:55:42.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:42 smithi031 bash[53082]: audit 2024-09-10T18:55:41.882389+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:42.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:42 smithi031 bash[53082]: audit 2024-09-10T18:55:41.883783+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:42.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:42 smithi031 bash[53082]: audit 2024-09-10T18:55:41.885948+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi031.kibhei","key": "container_image"}]: dispatch 2024-09-10T18:55:43.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:43 smithi031 bash[53082]: cephadm 2024-09-10T18:55:41.874616+0000 mgr.y (mgr.26002) 68 : cephadm [INF] Reconfiguring rgw.r.z.smithi031.kibhei (monmap changed)... 2024-09-10T18:55:43.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:43 smithi031 bash[53082]: cephadm 2024-09-10T18:55:41.885285+0000 mgr.y (mgr.26002) 69 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi031.kibhei on smithi031 2024-09-10T18:55:43.457 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:43 smithi031 bash[53082]: cluster 2024-09-10T18:55:42.061401+0000 mgr.y (mgr.26002) 70 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:43.457 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:43 smithi031 bash[54359]: cephadm 2024-09-10T18:55:41.874616+0000 mgr.y (mgr.26002) 68 : cephadm [INF] Reconfiguring rgw.r.z.smithi031.kibhei (monmap changed)... 2024-09-10T18:55:43.458 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:43 smithi031 bash[54359]: cephadm 2024-09-10T18:55:41.885285+0000 mgr.y (mgr.26002) 69 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi031.kibhei on smithi031 2024-09-10T18:55:43.458 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:43 smithi031 bash[54359]: cluster 2024-09-10T18:55:42.061401+0000 mgr.y (mgr.26002) 70 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:43.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:43 smithi063 bash[48646]: cephadm 2024-09-10T18:55:41.874616+0000 mgr.y (mgr.26002) 68 : cephadm [INF] Reconfiguring rgw.r.z.smithi031.kibhei (monmap changed)... 2024-09-10T18:55:43.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:43 smithi063 bash[48646]: cephadm 2024-09-10T18:55:41.885285+0000 mgr.y (mgr.26002) 69 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi031.kibhei on smithi031 2024-09-10T18:55:43.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:43 smithi063 bash[48646]: cluster 2024-09-10T18:55:42.061401+0000 mgr.y (mgr.26002) 70 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:44.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:44 smithi063 bash[48646]: audit 2024-09-10T18:55:44.063498+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:44.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:44 smithi063 bash[48646]: audit 2024-09-10T18:55:44.069654+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:44.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:44 smithi063 bash[48646]: audit 2024-09-10T18:55:44.075982+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:44.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:44 smithi063 bash[48646]: audit 2024-09-10T18:55:44.077662+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:55:44.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:44 smithi063 bash[48646]: audit 2024-09-10T18:55:44.078857+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:44.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:44 smithi063 bash[48646]: audit 2024-09-10T18:55:44.079900+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:44.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:44 smithi063 bash[48646]: audit 2024-09-10T18:55:44.081728+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T18:55:44.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:44 smithi031 bash[53082]: audit 2024-09-10T18:55:44.063498+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:44.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:44 smithi031 bash[53082]: audit 2024-09-10T18:55:44.069654+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:44.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:44 smithi031 bash[53082]: audit 2024-09-10T18:55:44.075982+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:44.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:44 smithi031 bash[53082]: audit 2024-09-10T18:55:44.077662+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:55:44.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:44 smithi031 bash[53082]: audit 2024-09-10T18:55:44.078857+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:44.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:44 smithi031 bash[53082]: audit 2024-09-10T18:55:44.079900+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:44.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:44 smithi031 bash[53082]: audit 2024-09-10T18:55:44.081728+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T18:55:44.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:44 smithi031 bash[54359]: audit 2024-09-10T18:55:44.063498+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:44.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:44 smithi031 bash[54359]: audit 2024-09-10T18:55:44.069654+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:44.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:44 smithi031 bash[54359]: audit 2024-09-10T18:55:44.075982+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:44.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:44 smithi031 bash[54359]: audit 2024-09-10T18:55:44.077662+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:55:44.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:44 smithi031 bash[54359]: audit 2024-09-10T18:55:44.078857+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:44.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:44 smithi031 bash[54359]: audit 2024-09-10T18:55:44.079900+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:44.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:44 smithi031 bash[54359]: audit 2024-09-10T18:55:44.081728+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T18:55:45.508 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:45 smithi063 bash[48646]: cluster 2024-09-10T18:55:44.061911+0000 mgr.y (mgr.26002) 71 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:45.508 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:45 smithi063 bash[48646]: cephadm 2024-09-10T18:55:44.077238+0000 mgr.y (mgr.26002) 72 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T18:55:45.508 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:45 smithi063 bash[48646]: cephadm 2024-09-10T18:55:44.081068+0000 mgr.y (mgr.26002) 73 : cephadm [INF] Reconfiguring daemon mon.b on smithi063 2024-09-10T18:55:45.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:45 smithi031 bash[53082]: cluster 2024-09-10T18:55:44.061911+0000 mgr.y (mgr.26002) 71 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:45.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:45 smithi031 bash[53082]: cephadm 2024-09-10T18:55:44.077238+0000 mgr.y (mgr.26002) 72 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T18:55:45.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:45 smithi031 bash[53082]: cephadm 2024-09-10T18:55:44.081068+0000 mgr.y (mgr.26002) 73 : cephadm [INF] Reconfiguring daemon mon.b on smithi063 2024-09-10T18:55:45.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:45 smithi031 bash[54359]: cluster 2024-09-10T18:55:44.061911+0000 mgr.y (mgr.26002) 71 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:45.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:45 smithi031 bash[54359]: cephadm 2024-09-10T18:55:44.077238+0000 mgr.y (mgr.26002) 72 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T18:55:45.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:45 smithi031 bash[54359]: cephadm 2024-09-10T18:55:44.081068+0000 mgr.y (mgr.26002) 73 : cephadm [INF] Reconfiguring daemon mon.b on smithi063 2024-09-10T18:55:47.503 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:47 smithi063 bash[48646]: cluster 2024-09-10T18:55:46.063135+0000 mgr.y (mgr.26002) 74 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:47.504 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:47 smithi063 bash[48646]: audit 2024-09-10T18:55:46.287424+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:47.504 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:47 smithi063 bash[48646]: audit 2024-09-10T18:55:46.295572+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:47.504 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:47 smithi063 bash[48646]: audit 2024-09-10T18:55:46.304239+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:47.504 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:47 smithi063 bash[48646]: cephadm 2024-09-10T18:55:46.305549+0000 mgr.y (mgr.26002) 75 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-09-10T18:55:47.504 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:47 smithi063 bash[48646]: audit 2024-09-10T18:55:46.305944+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:55:47.504 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:47 smithi063 bash[48646]: audit 2024-09-10T18:55:46.307534+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:55:47.504 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:47 smithi063 bash[48646]: audit 2024-09-10T18:55:46.308817+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:47.504 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:47 smithi063 bash[48646]: cephadm 2024-09-10T18:55:46.310103+0000 mgr.y (mgr.26002) 76 : cephadm [INF] Reconfiguring daemon mgr.x on smithi063 2024-09-10T18:55:47.504 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:47 smithi063 bash[48646]: audit 2024-09-10T18:55:46.310692+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-10T18:55:47.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[53082]: cluster 2024-09-10T18:55:46.063135+0000 mgr.y (mgr.26002) 74 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[53082]: audit 2024-09-10T18:55:46.287424+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[53082]: audit 2024-09-10T18:55:46.295572+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[53082]: audit 2024-09-10T18:55:46.304239+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[53082]: cephadm 2024-09-10T18:55:46.305549+0000 mgr.y (mgr.26002) 75 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-09-10T18:55:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[53082]: audit 2024-09-10T18:55:46.305944+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:55:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[53082]: audit 2024-09-10T18:55:46.307534+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:55:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[53082]: audit 2024-09-10T18:55:46.308817+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[53082]: cephadm 2024-09-10T18:55:46.310103+0000 mgr.y (mgr.26002) 76 : cephadm [INF] Reconfiguring daemon mgr.x on smithi063 2024-09-10T18:55:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[53082]: audit 2024-09-10T18:55:46.310692+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-10T18:55:47.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[54359]: cluster 2024-09-10T18:55:46.063135+0000 mgr.y (mgr.26002) 74 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:47.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[54359]: audit 2024-09-10T18:55:46.287424+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:47.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[54359]: audit 2024-09-10T18:55:46.295572+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:47.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[54359]: audit 2024-09-10T18:55:46.304239+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:47.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[54359]: cephadm 2024-09-10T18:55:46.305549+0000 mgr.y (mgr.26002) 75 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-09-10T18:55:47.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[54359]: audit 2024-09-10T18:55:46.305944+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:55:47.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[54359]: audit 2024-09-10T18:55:46.307534+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:55:47.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[54359]: audit 2024-09-10T18:55:46.308817+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:47.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[54359]: cephadm 2024-09-10T18:55:46.310103+0000 mgr.y (mgr.26002) 76 : cephadm [INF] Reconfiguring daemon mgr.x on smithi063 2024-09-10T18:55:47.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:47 smithi031 bash[54359]: audit 2024-09-10T18:55:46.310692+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-10T18:55:49.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:49 smithi063 bash[48646]: cluster 2024-09-10T18:55:48.064193+0000 mgr.y (mgr.26002) 77 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:49.552 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:49 smithi063 bash[48646]: audit 2024-09-10T18:55:48.316848+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:49.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:49 smithi063 bash[48646]: audit 2024-09-10T18:55:48.325310+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:49.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:49 smithi063 bash[48646]: audit 2024-09-10T18:55:48.332904+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:49.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:49 smithi063 bash[48646]: cephadm 2024-09-10T18:55:48.334229+0000 mgr.y (mgr.26002) 78 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-09-10T18:55:49.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:49 smithi063 bash[48646]: audit 2024-09-10T18:55:48.334671+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:55:49.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:49 smithi063 bash[48646]: audit 2024-09-10T18:55:48.335683+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:49.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:49 smithi063 bash[48646]: cephadm 2024-09-10T18:55:48.338706+0000 mgr.y (mgr.26002) 79 : cephadm [INF] Reconfiguring daemon osd.4 on smithi063 2024-09-10T18:55:49.553 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:49 smithi063 bash[48646]: audit 2024-09-10T18:55:48.339518+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-10T18:55:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:49 smithi031 bash[53082]: cluster 2024-09-10T18:55:48.064193+0000 mgr.y (mgr.26002) 77 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:49 smithi031 bash[53082]: audit 2024-09-10T18:55:48.316848+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:49.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:49 smithi031 bash[53082]: audit 2024-09-10T18:55:48.325310+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:49.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:49 smithi031 bash[53082]: audit 2024-09-10T18:55:48.332904+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:49.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:49 smithi031 bash[53082]: cephadm 2024-09-10T18:55:48.334229+0000 mgr.y (mgr.26002) 78 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-09-10T18:55:49.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:49 smithi031 bash[53082]: audit 2024-09-10T18:55:48.334671+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:55:49.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:49 smithi031 bash[53082]: audit 2024-09-10T18:55:48.335683+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:49.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:49 smithi031 bash[53082]: cephadm 2024-09-10T18:55:48.338706+0000 mgr.y (mgr.26002) 79 : cephadm [INF] Reconfiguring daemon osd.4 on smithi063 2024-09-10T18:55:49.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:49 smithi031 bash[53082]: audit 2024-09-10T18:55:48.339518+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-10T18:55:49.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:49 smithi031 bash[54359]: cluster 2024-09-10T18:55:48.064193+0000 mgr.y (mgr.26002) 77 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:49.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:49 smithi031 bash[54359]: audit 2024-09-10T18:55:48.316848+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:49.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:49 smithi031 bash[54359]: audit 2024-09-10T18:55:48.325310+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:49.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:49 smithi031 bash[54359]: audit 2024-09-10T18:55:48.332904+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:49.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:49 smithi031 bash[54359]: cephadm 2024-09-10T18:55:48.334229+0000 mgr.y (mgr.26002) 78 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-09-10T18:55:49.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:49 smithi031 bash[54359]: audit 2024-09-10T18:55:48.334671+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:55:49.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:49 smithi031 bash[54359]: audit 2024-09-10T18:55:48.335683+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:49.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:49 smithi031 bash[54359]: cephadm 2024-09-10T18:55:48.338706+0000 mgr.y (mgr.26002) 79 : cephadm [INF] Reconfiguring daemon osd.4 on smithi063 2024-09-10T18:55:49.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:49 smithi031 bash[54359]: audit 2024-09-10T18:55:48.339518+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-10T18:55:51.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:51 smithi063 bash[48646]: cluster 2024-09-10T18:55:50.064748+0000 mgr.y (mgr.26002) 80 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:51.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:51 smithi063 bash[48646]: audit 2024-09-10T18:55:50.467592+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:51.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:51 smithi063 bash[48646]: audit 2024-09-10T18:55:50.476083+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:51.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:51 smithi063 bash[48646]: audit 2024-09-10T18:55:50.495283+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:51.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:51 smithi063 bash[48646]: audit 2024-09-10T18:55:50.497032+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:55:51.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:51 smithi063 bash[48646]: audit 2024-09-10T18:55:50.498141+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:51.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:51 smithi063 bash[48646]: audit 2024-09-10T18:55:50.501653+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-10T18:55:51.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:51 smithi031 bash[53082]: cluster 2024-09-10T18:55:50.064748+0000 mgr.y (mgr.26002) 80 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:51.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:51 smithi031 bash[53082]: audit 2024-09-10T18:55:50.467592+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:51.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:51 smithi031 bash[53082]: audit 2024-09-10T18:55:50.476083+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:51.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:51 smithi031 bash[53082]: audit 2024-09-10T18:55:50.495283+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:51.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:51 smithi031 bash[53082]: audit 2024-09-10T18:55:50.497032+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:55:51.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:51 smithi031 bash[53082]: audit 2024-09-10T18:55:50.498141+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:51.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:51 smithi031 bash[53082]: audit 2024-09-10T18:55:50.501653+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-10T18:55:51.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:51 smithi031 bash[54359]: cluster 2024-09-10T18:55:50.064748+0000 mgr.y (mgr.26002) 80 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:51.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:51 smithi031 bash[54359]: audit 2024-09-10T18:55:50.467592+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:51.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:51 smithi031 bash[54359]: audit 2024-09-10T18:55:50.476083+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:51.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:51 smithi031 bash[54359]: audit 2024-09-10T18:55:50.495283+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:51.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:51 smithi031 bash[54359]: audit 2024-09-10T18:55:50.497032+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:55:51.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:51 smithi031 bash[54359]: audit 2024-09-10T18:55:50.498141+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:51.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:51 smithi031 bash[54359]: audit 2024-09-10T18:55:50.501653+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-10T18:55:52.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:52 smithi063 bash[48646]: cephadm 2024-09-10T18:55:50.496602+0000 mgr.y (mgr.26002) 81 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-09-10T18:55:52.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:52 smithi063 bash[48646]: cephadm 2024-09-10T18:55:50.500764+0000 mgr.y (mgr.26002) 82 : cephadm [INF] Reconfiguring daemon osd.5 on smithi063 2024-09-10T18:55:52.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:52 smithi031 bash[53082]: cephadm 2024-09-10T18:55:50.496602+0000 mgr.y (mgr.26002) 81 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-09-10T18:55:52.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:52 smithi031 bash[53082]: cephadm 2024-09-10T18:55:50.500764+0000 mgr.y (mgr.26002) 82 : cephadm [INF] Reconfiguring daemon osd.5 on smithi063 2024-09-10T18:55:52.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:52 smithi031 bash[54359]: cephadm 2024-09-10T18:55:50.496602+0000 mgr.y (mgr.26002) 81 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-09-10T18:55:52.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:52 smithi031 bash[54359]: cephadm 2024-09-10T18:55:50.500764+0000 mgr.y (mgr.26002) 82 : cephadm [INF] Reconfiguring daemon osd.5 on smithi063 2024-09-10T18:55:53.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:53 smithi063 bash[48646]: cluster 2024-09-10T18:55:52.065767+0000 mgr.y (mgr.26002) 83 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:53.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:53 smithi063 bash[48646]: audit 2024-09-10T18:55:52.691487+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:53.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:53 smithi063 bash[48646]: audit 2024-09-10T18:55:52.701833+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:53.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:53 smithi063 bash[48646]: audit 2024-09-10T18:55:52.713556+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:53.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:53 smithi063 bash[48646]: audit 2024-09-10T18:55:52.715911+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:55:53.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:53 smithi063 bash[48646]: audit 2024-09-10T18:55:52.717319+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:53.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:53 smithi063 bash[48646]: audit 2024-09-10T18:55:52.719970+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-10T18:55:53.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:53 smithi031 bash[53082]: cluster 2024-09-10T18:55:52.065767+0000 mgr.y (mgr.26002) 83 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:53.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:53 smithi031 bash[53082]: audit 2024-09-10T18:55:52.691487+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:53.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:53 smithi031 bash[53082]: audit 2024-09-10T18:55:52.701833+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:53.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:53 smithi031 bash[53082]: audit 2024-09-10T18:55:52.713556+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:53.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:53 smithi031 bash[53082]: audit 2024-09-10T18:55:52.715911+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:55:53.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:53 smithi031 bash[53082]: audit 2024-09-10T18:55:52.717319+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:53.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:53 smithi031 bash[53082]: audit 2024-09-10T18:55:52.719970+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-10T18:55:53.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:53 smithi031 bash[54359]: cluster 2024-09-10T18:55:52.065767+0000 mgr.y (mgr.26002) 83 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:53.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:53 smithi031 bash[54359]: audit 2024-09-10T18:55:52.691487+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:53.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:53 smithi031 bash[54359]: audit 2024-09-10T18:55:52.701833+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:53.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:53 smithi031 bash[54359]: audit 2024-09-10T18:55:52.713556+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:53.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:53 smithi031 bash[54359]: audit 2024-09-10T18:55:52.715911+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:55:53.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:53 smithi031 bash[54359]: audit 2024-09-10T18:55:52.717319+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:53.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:53 smithi031 bash[54359]: audit 2024-09-10T18:55:52.719970+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-10T18:55:53.702 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:55:54.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:54 smithi063 bash[48646]: cephadm 2024-09-10T18:55:52.715292+0000 mgr.y (mgr.26002) 84 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-09-10T18:55:54.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:54 smithi063 bash[48646]: cephadm 2024-09-10T18:55:52.719355+0000 mgr.y (mgr.26002) 85 : cephadm [INF] Reconfiguring daemon osd.6 on smithi063 2024-09-10T18:55:54.441 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:55:54.442 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (4m) 39s ago 28m 16.4M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T18:55:54.442 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (3m) 71s ago 28m 82.0M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T18:55:54.442 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 71s ago 29m - - 2024-09-10T18:55:54.442 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (5m) 71s ago 33m 390M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T18:55:54.442 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (15m) 39s ago 35m 428M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:55:54.442 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (92s) 39s ago 35m 43.2M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T18:55:54.442 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (2m) 71s ago 33m 48.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T18:55:54.442 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (53s) 39s ago 34m 24.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 cf5fe597e338 2024-09-10T18:55:54.442 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (5m) 39s ago 28m 10.7M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T18:55:54.442 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (5m) 71s ago 28m 10.9M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T18:55:54.442 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (33m) 39s ago 33m 52.2M 4096M 15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:55:54.443 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (32m) 39s ago 32m 53.4M 4096M 15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:55:54.443 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (32m) 39s ago 32m 47.5M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:55:54.443 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (31m) 39s ago 31m 54.6M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:55:54.443 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (31m) 71s ago 31m 53.6M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:55:54.443 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (30m) 71s ago 30m 48.7M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:55:54.443 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (30m) 71s ago 30m 50.2M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:55:54.443 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (29m) 71s ago 30m 51.5M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:55:54.443 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (4m) 71s ago 29m 49.1M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T18:55:54.443 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (26m) 39s ago 26m 56.0M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:55:54.443 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (27m) 71s ago 27m 56.5M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:55:54.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:54 smithi031 bash[53082]: cephadm 2024-09-10T18:55:52.715292+0000 mgr.y (mgr.26002) 84 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-09-10T18:55:54.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:54 smithi031 bash[53082]: cephadm 2024-09-10T18:55:52.719355+0000 mgr.y (mgr.26002) 85 : cephadm [INF] Reconfiguring daemon osd.6 on smithi063 2024-09-10T18:55:54.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:54 smithi031 bash[54359]: cephadm 2024-09-10T18:55:52.715292+0000 mgr.y (mgr.26002) 84 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-09-10T18:55:54.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:54 smithi031 bash[54359]: cephadm 2024-09-10T18:55:52.719355+0000 mgr.y (mgr.26002) 85 : cephadm [INF] Reconfiguring daemon osd.6 on smithi063 2024-09-10T18:55:54.875 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:55:54.876 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:55:54.876 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T18:55:54.876 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:55:54.876 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:55:54.876 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:55:54.876 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:55:54.876 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:55:54.876 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-10T18:55:54.876 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:55:54.876 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:55:54.876 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:55:54.877 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:55:54.877 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:55:54.877 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 10, 2024-09-10T18:55:54.877 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 5 2024-09-10T18:55:54.877 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:55:54.877 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:55:55.244 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:55:55.245 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:55:55.245 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T18:55:55.245 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi031", 2024-09-10T18:55:55.245 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [ 2024-09-10T18:55:55.245 INFO:teuthology.orchestra.run.smithi031.stdout: "mon" 2024-09-10T18:55:55.245 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-10T18:55:55.245 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "2/2 daemons upgraded", 2024-09-10T18:55:55.245 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading mon daemons", 2024-09-10T18:55:55.245 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T18:55:55.246 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:55:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:53.685255+0000 mgr.y (mgr.26002) 86 : audit [DBG] from='client.54222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:54.054637+0000 mgr.y (mgr.26002) 87 : audit [DBG] from='client.64138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: cluster 2024-09-10T18:55:54.066491+0000 mgr.y (mgr.26002) 88 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:54.416930+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:54.417867+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:54.418736+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:54.419613+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:54.420478+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:54.421308+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:54.425466+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:54.426212+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:54.427082+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:54.427952+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:54.428611+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:54.873179+0000 mon.a (mon.0) 299 : audit [DBG] from='client.64150 172.21.15.31:0/3613263596' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:55:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:55.013202+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:55.020799+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:55.027318+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:55.029133+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:55:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:55.030157+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:55 smithi063 bash[48646]: audit 2024-09-10T18:55:55.033187+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-10T18:55:55.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:53.685255+0000 mgr.y (mgr.26002) 86 : audit [DBG] from='client.54222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:54.054637+0000 mgr.y (mgr.26002) 87 : audit [DBG] from='client.64138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: cluster 2024-09-10T18:55:54.066491+0000 mgr.y (mgr.26002) 88 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:54.416930+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:54.417867+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:54.418736+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:54.419613+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:54.420478+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:54.421308+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:54.425466+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:54.426212+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:54.427082+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:54.427952+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:54.428611+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:54.873179+0000 mon.a (mon.0) 299 : audit [DBG] from='client.64150 172.21.15.31:0/3613263596' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:55:55.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:55.013202+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:55.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:55.020799+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:55.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:53.685255+0000 mgr.y (mgr.26002) 86 : audit [DBG] from='client.54222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:55.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:54.054637+0000 mgr.y (mgr.26002) 87 : audit [DBG] from='client.64138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:55.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: cluster 2024-09-10T18:55:54.066491+0000 mgr.y (mgr.26002) 88 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:55.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:54.416930+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:55.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:54.417867+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:55.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:54.418736+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:54.419613+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:54.420478+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:54.421308+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:54.425466+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:55:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:54.426212+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:54.427082+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:54.427952+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:54.428611+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:55:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:54.873179+0000 mon.a (mon.0) 299 : audit [DBG] from='client.64150 172.21.15.31:0/3613263596' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:55:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:55.013202+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:55.020799+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:55.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:55.027318+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:55.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:55.029133+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:55:55.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:55.030157+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:55.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[53082]: audit 2024-09-10T18:55:55.033187+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-10T18:55:55.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:55.027318+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:55.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:55.029133+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:55:55.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:55.030157+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:55.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:55 smithi031 bash[54359]: audit 2024-09-10T18:55:55.033187+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-10T18:55:56.518 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:56 smithi063 bash[48646]: audit 2024-09-10T18:55:54.411424+0000 mgr.y (mgr.26002) 89 : audit [DBG] from='client.54234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:56.518 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:56 smithi063 bash[48646]: cephadm 2024-09-10T18:55:55.028689+0000 mgr.y (mgr.26002) 90 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-09-10T18:55:56.519 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:56 smithi063 bash[48646]: cephadm 2024-09-10T18:55:55.032594+0000 mgr.y (mgr.26002) 91 : cephadm [INF] Reconfiguring daemon osd.7 on smithi063 2024-09-10T18:55:56.519 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:56 smithi063 bash[48646]: audit 2024-09-10T18:55:55.242008+0000 mgr.y (mgr.26002) 92 : audit [DBG] from='client.64156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:56.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:56 smithi031 bash[53082]: audit 2024-09-10T18:55:54.411424+0000 mgr.y (mgr.26002) 89 : audit [DBG] from='client.54234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:56.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:56 smithi031 bash[53082]: cephadm 2024-09-10T18:55:55.028689+0000 mgr.y (mgr.26002) 90 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-09-10T18:55:56.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:56 smithi031 bash[53082]: cephadm 2024-09-10T18:55:55.032594+0000 mgr.y (mgr.26002) 91 : cephadm [INF] Reconfiguring daemon osd.7 on smithi063 2024-09-10T18:55:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:56 smithi031 bash[53082]: audit 2024-09-10T18:55:55.242008+0000 mgr.y (mgr.26002) 92 : audit [DBG] from='client.64156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:56.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:56 smithi031 bash[54359]: audit 2024-09-10T18:55:54.411424+0000 mgr.y (mgr.26002) 89 : audit [DBG] from='client.54234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:56.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:56 smithi031 bash[54359]: cephadm 2024-09-10T18:55:55.028689+0000 mgr.y (mgr.26002) 90 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-09-10T18:55:56.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:56 smithi031 bash[54359]: cephadm 2024-09-10T18:55:55.032594+0000 mgr.y (mgr.26002) 91 : cephadm [INF] Reconfiguring daemon osd.7 on smithi063 2024-09-10T18:55:56.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:56 smithi031 bash[54359]: audit 2024-09-10T18:55:55.242008+0000 mgr.y (mgr.26002) 92 : audit [DBG] from='client.64156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:57.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:57 smithi063 bash[48646]: cluster 2024-09-10T18:55:56.067967+0000 mgr.y (mgr.26002) 93 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:57.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:57 smithi031 bash[53082]: cluster 2024-09-10T18:55:56.067967+0000 mgr.y (mgr.26002) 93 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:57.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:57 smithi031 bash[54359]: cluster 2024-09-10T18:55:56.067967+0000 mgr.y (mgr.26002) 93 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:58.585 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:58 smithi063 bash[48646]: audit 2024-09-10T18:55:57.274743+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:58.585 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:58 smithi063 bash[48646]: audit 2024-09-10T18:55:57.284703+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:58.585 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:58 smithi063 bash[48646]: audit 2024-09-10T18:55:57.296429+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:58.585 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:58 smithi063 bash[48646]: cephadm 2024-09-10T18:55:57.300318+0000 mgr.y (mgr.26002) 94 : cephadm [INF] Reconfiguring rgw.r.z.smithi063.jzpdua (monmap changed)... 2024-09-10T18:55:58.585 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:58 smithi063 bash[48646]: audit 2024-09-10T18:55:57.300960+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi063.jzpdua", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:55:58.585 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:58 smithi063 bash[48646]: audit 2024-09-10T18:55:57.313716+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:58.585 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:58 smithi063 bash[48646]: audit 2024-09-10T18:55:57.315359+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:58.585 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:58 smithi063 bash[48646]: cephadm 2024-09-10T18:55:57.317157+0000 mgr.y (mgr.26002) 95 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi063.jzpdua on smithi063 2024-09-10T18:55:58.586 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:58 smithi063 bash[48646]: audit 2024-09-10T18:55:57.318043+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi063.jzpdua","key": "container_image"}]: dispatch 2024-09-10T18:55:58.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:58 smithi031 bash[53082]: audit 2024-09-10T18:55:57.274743+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:58.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:58 smithi031 bash[53082]: audit 2024-09-10T18:55:57.284703+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:58.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:58 smithi031 bash[53082]: audit 2024-09-10T18:55:57.296429+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:58.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:58 smithi031 bash[53082]: cephadm 2024-09-10T18:55:57.300318+0000 mgr.y (mgr.26002) 94 : cephadm [INF] Reconfiguring rgw.r.z.smithi063.jzpdua (monmap changed)... 2024-09-10T18:55:58.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:58 smithi031 bash[53082]: audit 2024-09-10T18:55:57.300960+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi063.jzpdua", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:55:58.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:58 smithi031 bash[53082]: audit 2024-09-10T18:55:57.313716+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:58.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:58 smithi031 bash[53082]: audit 2024-09-10T18:55:57.315359+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:58.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:58 smithi031 bash[53082]: cephadm 2024-09-10T18:55:57.317157+0000 mgr.y (mgr.26002) 95 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi063.jzpdua on smithi063 2024-09-10T18:55:58.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:58 smithi031 bash[53082]: audit 2024-09-10T18:55:57.318043+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi063.jzpdua","key": "container_image"}]: dispatch 2024-09-10T18:55:58.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:58 smithi031 bash[54359]: audit 2024-09-10T18:55:57.274743+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:55:58.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:58 smithi031 bash[54359]: audit 2024-09-10T18:55:57.284703+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:58.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:58 smithi031 bash[54359]: audit 2024-09-10T18:55:57.296429+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:58.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:58 smithi031 bash[54359]: cephadm 2024-09-10T18:55:57.300318+0000 mgr.y (mgr.26002) 94 : cephadm [INF] Reconfiguring rgw.r.z.smithi063.jzpdua (monmap changed)... 2024-09-10T18:55:58.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:58 smithi031 bash[54359]: audit 2024-09-10T18:55:57.300960+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi063.jzpdua", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:55:58.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:58 smithi031 bash[54359]: audit 2024-09-10T18:55:57.313716+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:55:58.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:58 smithi031 bash[54359]: audit 2024-09-10T18:55:57.315359+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:58.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:58 smithi031 bash[54359]: cephadm 2024-09-10T18:55:57.317157+0000 mgr.y (mgr.26002) 95 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi063.jzpdua on smithi063 2024-09-10T18:55:58.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:58 smithi031 bash[54359]: audit 2024-09-10T18:55:57.318043+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi063.jzpdua","key": "container_image"}]: dispatch 2024-09-10T18:55:59.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:55:59 smithi063 bash[48646]: cluster 2024-09-10T18:55:58.068508+0000 mgr.y (mgr.26002) 96 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:59.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:55:59 smithi031 bash[53082]: cluster 2024-09-10T18:55:58.068508+0000 mgr.y (mgr.26002) 96 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:59.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:55:59 smithi031 bash[54359]: cluster 2024-09-10T18:55:58.068508+0000 mgr.y (mgr.26002) 96 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:00.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.434061+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:00.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.443066+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.450981+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.454239+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:56:00.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.459389+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.462292+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.470728+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.472182+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.477910+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-10T18:56:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.479253+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.485846+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-10T18:56:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.487812+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.495337+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.498207+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.506188+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.508381+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.516014+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.517930+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.520931+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.522039+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.524544+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.532850+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.536450+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.540274+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.541352+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.543263+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.545794+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.546820+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.548614+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.551041+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.552055+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.553817+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.556238+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.557277+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.558867+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.561348+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.562402+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.563986+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.566483+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.567551+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.569952+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T18:56:00.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.575443+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T18:56:00.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.576734+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.585733+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T18:56:00.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.586963+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T18:56:00.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.593402+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T18:56:00.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.594756+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T18:56:00.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.596083+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T18:56:00.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.601198+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T18:56:00.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.602724+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T18:56:00.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.604030+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T18:56:00.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.610199+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T18:56:00.636 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.611620+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.636 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.613032+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T18:56:00.636 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.614351+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T18:56:00.636 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.621483+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T18:56:00.636 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.622573+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.636 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.623480+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.636 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.624582+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.636 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.625567+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.636 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.626527+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.636 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.627477+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.636 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.628493+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T18:56:00.636 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.636707+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T18:56:00.636 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.638559+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:56:00.636 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:55:59.644536+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T18:56:00.637 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:56:00.058968+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:00.637 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:56:00.060196+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:56:00.637 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:56:00.068418+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.637 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:56:00.116034+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:00.637 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:56:00.117412+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:56:00.637 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:00 smithi063 bash[48646]: audit 2024-09-10T18:56:00.128318+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.434061+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:00.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.443066+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.450981+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.454239+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:56:00.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.459389+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.462292+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.470728+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.472182+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.477910+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-10T18:56:00.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.479253+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.485846+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-10T18:56:00.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.487812+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.495337+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.498207+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.506188+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.508381+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.516014+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.517930+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.520931+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.434061+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:00.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.443066+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.450981+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.454239+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:56:00.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.459389+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.462292+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.470728+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.472182+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.477910+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-10T18:56:00.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.479253+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.485846+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-10T18:56:00.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.487812+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.495337+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.498207+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.506188+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.508381+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.516014+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.517930+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.520931+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.522039+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.524544+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.532850+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.536450+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.540274+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.541352+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.543263+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.545794+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.546820+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.548614+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.551041+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.552055+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.553817+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.556238+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.557277+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.558867+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.561348+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.562402+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.522039+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.524544+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.532850+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.536450+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.540274+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.541352+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.543263+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.545794+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.546820+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.548614+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.551041+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.552055+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.553817+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.556238+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.557277+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.558867+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.561348+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.648 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.562402+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.648 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.563986+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.648 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.566483+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.649 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.567551+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.649 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.569952+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T18:56:00.649 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.575443+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T18:56:00.649 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.576734+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.649 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.585733+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T18:56:00.649 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.586963+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T18:56:00.650 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.593402+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T18:56:00.650 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.594756+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T18:56:00.650 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.596083+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T18:56:00.650 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.601198+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T18:56:00.650 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.602724+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T18:56:00.650 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.604030+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T18:56:00.651 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.610199+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T18:56:00.651 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.611620+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.563986+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:00.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.566483+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-10T18:56:00.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.567551+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-10T18:56:00.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.569952+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T18:56:00.652 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.575443+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T18:56:00.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.576734+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.585733+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T18:56:00.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.586963+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T18:56:00.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.593402+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T18:56:00.653 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.594756+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T18:56:00.654 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.596083+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T18:56:00.654 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.601198+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T18:56:00.654 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.602724+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T18:56:00.654 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.604030+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T18:56:00.654 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.610199+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T18:56:00.655 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.611620+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.655 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.613032+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T18:56:00.655 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.614351+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T18:56:00.655 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.621483+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T18:56:00.656 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.622573+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.656 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.623480+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.656 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.624582+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.656 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.625567+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.656 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.626527+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.657 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.627477+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.657 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.628493+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T18:56:00.657 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.636707+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T18:56:00.657 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.638559+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:56:00.657 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:55:59.644536+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T18:56:00.658 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:56:00.058968+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:00.658 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:56:00.060196+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:56:00.658 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:56:00.068418+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.658 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:56:00.116034+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:00.658 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:56:00.117412+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:56:00.659 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[54359]: audit 2024-09-10T18:56:00.128318+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.659 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.613032+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T18:56:00.659 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.614351+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T18:56:00.660 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.621483+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T18:56:00.660 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.622573+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.660 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.623480+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.660 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.624582+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.660 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.625567+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.661 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.626527+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.661 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.627477+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:56:00.661 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.628493+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T18:56:00.661 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.636707+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T18:56:00.661 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.638559+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:56:00.661 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:55:59.644536+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T18:56:00.662 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:56:00.058968+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:00.662 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:56:00.060196+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:56:00.662 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:56:00.068418+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:00.662 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:56:00.116034+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:00.662 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:56:00.117412+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:56:00.663 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:00 smithi031 bash[53082]: audit 2024-09-10T18:56:00.128318+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:01.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cephadm 2024-09-10T18:55:59.463402+0000 mgr.y (mgr.26002) 97 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T18:56:01.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cephadm 2024-09-10T18:55:59.489157+0000 mgr.y (mgr.26002) 98 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:56:01.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cephadm 2024-09-10T18:55:59.499398+0000 mgr.y (mgr.26002) 99 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T18:56:01.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cephadm 2024-09-10T18:55:59.509391+0000 mgr.y (mgr.26002) 100 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T18:56:01.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cephadm 2024-09-10T18:55:59.519208+0000 mgr.y (mgr.26002) 101 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T18:56:01.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cephadm 2024-09-10T18:55:59.526053+0000 mgr.y (mgr.26002) 102 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T18:56:01.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cephadm 2024-09-10T18:55:59.537951+0000 mgr.y (mgr.26002) 103 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-10T18:56:01.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cephadm 2024-09-10T18:55:59.544262+0000 mgr.y (mgr.26002) 104 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-10T18:56:01.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cephadm 2024-09-10T18:55:59.549575+0000 mgr.y (mgr.26002) 105 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-10T18:56:01.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cephadm 2024-09-10T18:55:59.554799+0000 mgr.y (mgr.26002) 106 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-10T18:56:01.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cephadm 2024-09-10T18:55:59.559894+0000 mgr.y (mgr.26002) 107 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-10T18:56:01.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cephadm 2024-09-10T18:55:59.565007+0000 mgr.y (mgr.26002) 108 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-10T18:56:01.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cephadm 2024-09-10T18:55:59.568504+0000 mgr.y (mgr.26002) 109 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:56:01.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cephadm 2024-09-10T18:55:59.637774+0000 mgr.y (mgr.26002) 110 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:56:01.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cephadm 2024-09-10T18:56:00.060992+0000 mgr.y (mgr.26002) 111 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:56:01.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cluster 2024-09-10T18:56:00.061675+0000 mgr.y (mgr.26002) 112 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:01.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cluster 2024-09-10T18:56:00.061953+0000 mgr.y (mgr.26002) 113 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:01.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cephadm 2024-09-10T18:56:00.118552+0000 mgr.y (mgr.26002) 114 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:56:01.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cluster 2024-09-10T18:56:00.119757+0000 mgr.y (mgr.26002) 115 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:01.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: cluster 2024-09-10T18:56:00.120262+0000 mgr.y (mgr.26002) 116 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:01.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:01 smithi063 bash[48646]: audit 2024-09-10T18:56:01.101027+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:01.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cephadm 2024-09-10T18:55:59.463402+0000 mgr.y (mgr.26002) 97 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T18:56:01.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cephadm 2024-09-10T18:55:59.489157+0000 mgr.y (mgr.26002) 98 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:56:01.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cephadm 2024-09-10T18:55:59.499398+0000 mgr.y (mgr.26002) 99 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T18:56:01.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cephadm 2024-09-10T18:55:59.509391+0000 mgr.y (mgr.26002) 100 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T18:56:01.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cephadm 2024-09-10T18:55:59.519208+0000 mgr.y (mgr.26002) 101 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T18:56:01.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cephadm 2024-09-10T18:55:59.526053+0000 mgr.y (mgr.26002) 102 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T18:56:01.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cephadm 2024-09-10T18:55:59.537951+0000 mgr.y (mgr.26002) 103 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-10T18:56:01.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cephadm 2024-09-10T18:55:59.544262+0000 mgr.y (mgr.26002) 104 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-10T18:56:01.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cephadm 2024-09-10T18:55:59.549575+0000 mgr.y (mgr.26002) 105 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-10T18:56:01.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cephadm 2024-09-10T18:55:59.554799+0000 mgr.y (mgr.26002) 106 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-10T18:56:01.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cephadm 2024-09-10T18:55:59.559894+0000 mgr.y (mgr.26002) 107 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-10T18:56:01.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cephadm 2024-09-10T18:55:59.565007+0000 mgr.y (mgr.26002) 108 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-10T18:56:01.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cephadm 2024-09-10T18:55:59.568504+0000 mgr.y (mgr.26002) 109 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:56:01.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cephadm 2024-09-10T18:55:59.637774+0000 mgr.y (mgr.26002) 110 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:56:01.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cephadm 2024-09-10T18:56:00.060992+0000 mgr.y (mgr.26002) 111 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:56:01.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cluster 2024-09-10T18:56:00.061675+0000 mgr.y (mgr.26002) 112 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:01.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cluster 2024-09-10T18:56:00.061953+0000 mgr.y (mgr.26002) 113 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:01.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cephadm 2024-09-10T18:56:00.118552+0000 mgr.y (mgr.26002) 114 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:56:01.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cluster 2024-09-10T18:56:00.119757+0000 mgr.y (mgr.26002) 115 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:01.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: cluster 2024-09-10T18:56:00.120262+0000 mgr.y (mgr.26002) 116 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:01.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[53082]: audit 2024-09-10T18:56:01.101027+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:01.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cephadm 2024-09-10T18:55:59.463402+0000 mgr.y (mgr.26002) 97 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T18:56:01.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cephadm 2024-09-10T18:55:59.489157+0000 mgr.y (mgr.26002) 98 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:56:01.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cephadm 2024-09-10T18:55:59.499398+0000 mgr.y (mgr.26002) 99 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T18:56:01.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cephadm 2024-09-10T18:55:59.509391+0000 mgr.y (mgr.26002) 100 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T18:56:01.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cephadm 2024-09-10T18:55:59.519208+0000 mgr.y (mgr.26002) 101 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T18:56:01.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cephadm 2024-09-10T18:55:59.526053+0000 mgr.y (mgr.26002) 102 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T18:56:01.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cephadm 2024-09-10T18:55:59.537951+0000 mgr.y (mgr.26002) 103 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-10T18:56:01.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cephadm 2024-09-10T18:55:59.544262+0000 mgr.y (mgr.26002) 104 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-10T18:56:01.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cephadm 2024-09-10T18:55:59.549575+0000 mgr.y (mgr.26002) 105 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-10T18:56:01.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cephadm 2024-09-10T18:55:59.554799+0000 mgr.y (mgr.26002) 106 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-10T18:56:01.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cephadm 2024-09-10T18:55:59.559894+0000 mgr.y (mgr.26002) 107 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-10T18:56:01.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cephadm 2024-09-10T18:55:59.565007+0000 mgr.y (mgr.26002) 108 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-10T18:56:01.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cephadm 2024-09-10T18:55:59.568504+0000 mgr.y (mgr.26002) 109 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:56:01.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cephadm 2024-09-10T18:55:59.637774+0000 mgr.y (mgr.26002) 110 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:56:01.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cephadm 2024-09-10T18:56:00.060992+0000 mgr.y (mgr.26002) 111 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:56:01.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cluster 2024-09-10T18:56:00.061675+0000 mgr.y (mgr.26002) 112 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:01.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cluster 2024-09-10T18:56:00.061953+0000 mgr.y (mgr.26002) 113 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:01.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cephadm 2024-09-10T18:56:00.118552+0000 mgr.y (mgr.26002) 114 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:56:01.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cluster 2024-09-10T18:56:00.119757+0000 mgr.y (mgr.26002) 115 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:01.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: cluster 2024-09-10T18:56:00.120262+0000 mgr.y (mgr.26002) 116 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:01.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:01 smithi031 bash[54359]: audit 2024-09-10T18:56:01.101027+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:03.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:03 smithi063 bash[48646]: cluster 2024-09-10T18:56:02.121798+0000 mgr.y (mgr.26002) 117 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:03.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:03 smithi031 bash[54359]: cluster 2024-09-10T18:56:02.121798+0000 mgr.y (mgr.26002) 117 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:03.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:03 smithi031 bash[53082]: cluster 2024-09-10T18:56:02.121798+0000 mgr.y (mgr.26002) 117 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:05.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:05 smithi063 bash[48646]: cluster 2024-09-10T18:56:04.122502+0000 mgr.y (mgr.26002) 118 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:05.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:05 smithi031 bash[54359]: cluster 2024-09-10T18:56:04.122502+0000 mgr.y (mgr.26002) 118 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:05.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:05 smithi031 bash[53082]: cluster 2024-09-10T18:56:04.122502+0000 mgr.y (mgr.26002) 118 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:07 smithi063 bash[48646]: cluster 2024-09-10T18:56:06.123914+0000 mgr.y (mgr.26002) 119 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:07.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:07 smithi031 bash[54359]: cluster 2024-09-10T18:56:06.123914+0000 mgr.y (mgr.26002) 119 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:07.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:07 smithi031 bash[53082]: cluster 2024-09-10T18:56:06.123914+0000 mgr.y (mgr.26002) 119 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:09.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:09 smithi063 bash[48646]: cluster 2024-09-10T18:56:08.124564+0000 mgr.y (mgr.26002) 120 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:09.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:09 smithi031 bash[53082]: cluster 2024-09-10T18:56:08.124564+0000 mgr.y (mgr.26002) 120 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:09.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:09 smithi031 bash[54359]: cluster 2024-09-10T18:56:08.124564+0000 mgr.y (mgr.26002) 120 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:11.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:11 smithi063 bash[48646]: cluster 2024-09-10T18:56:10.125272+0000 mgr.y (mgr.26002) 121 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:11.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:11 smithi031 bash[54359]: cluster 2024-09-10T18:56:10.125272+0000 mgr.y (mgr.26002) 121 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:11.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:11 smithi031 bash[53082]: cluster 2024-09-10T18:56:10.125272+0000 mgr.y (mgr.26002) 121 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:13.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:13 smithi063 bash[48646]: cluster 2024-09-10T18:56:12.126721+0000 mgr.y (mgr.26002) 122 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:13.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:13 smithi031 bash[54359]: cluster 2024-09-10T18:56:12.126721+0000 mgr.y (mgr.26002) 122 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:13.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:13 smithi031 bash[53082]: cluster 2024-09-10T18:56:12.126721+0000 mgr.y (mgr.26002) 122 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:14.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:14 smithi063 bash[48646]: cluster 2024-09-10T18:56:14.127684+0000 mgr.y (mgr.26002) 123 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:14.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:14 smithi031 bash[54359]: cluster 2024-09-10T18:56:14.127684+0000 mgr.y (mgr.26002) 123 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:14.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:14 smithi031 bash[53082]: cluster 2024-09-10T18:56:14.127684+0000 mgr.y (mgr.26002) 123 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:17.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:17 smithi063 bash[48646]: cluster 2024-09-10T18:56:16.129078+0000 mgr.y (mgr.26002) 124 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:17.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:17 smithi031 bash[54359]: cluster 2024-09-10T18:56:16.129078+0000 mgr.y (mgr.26002) 124 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:17.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:17 smithi031 bash[53082]: cluster 2024-09-10T18:56:16.129078+0000 mgr.y (mgr.26002) 124 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:19.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:19 smithi063 bash[48646]: cluster 2024-09-10T18:56:18.129801+0000 mgr.y (mgr.26002) 125 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:19.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:19 smithi031 bash[54359]: cluster 2024-09-10T18:56:18.129801+0000 mgr.y (mgr.26002) 125 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:19.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:19 smithi031 bash[53082]: cluster 2024-09-10T18:56:18.129801+0000 mgr.y (mgr.26002) 125 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:21.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:21 smithi063 bash[48646]: cluster 2024-09-10T18:56:20.130500+0000 mgr.y (mgr.26002) 126 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:21.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:21 smithi031 bash[54359]: cluster 2024-09-10T18:56:20.130500+0000 mgr.y (mgr.26002) 126 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:21.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:21 smithi031 bash[53082]: cluster 2024-09-10T18:56:20.130500+0000 mgr.y (mgr.26002) 126 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:23.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:23 smithi063 bash[48646]: cluster 2024-09-10T18:56:22.132042+0000 mgr.y (mgr.26002) 127 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:23.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:23 smithi031 bash[54359]: cluster 2024-09-10T18:56:22.132042+0000 mgr.y (mgr.26002) 127 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:23.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:23 smithi031 bash[53082]: cluster 2024-09-10T18:56:22.132042+0000 mgr.y (mgr.26002) 127 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:25.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:25 smithi063 bash[48646]: cluster 2024-09-10T18:56:24.132731+0000 mgr.y (mgr.26002) 128 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:25.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:25 smithi031 bash[53082]: cluster 2024-09-10T18:56:24.132731+0000 mgr.y (mgr.26002) 128 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:25.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:25 smithi031 bash[54359]: cluster 2024-09-10T18:56:24.132731+0000 mgr.y (mgr.26002) 128 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:26.398 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T18:56:27.588 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:27 smithi031 bash[53082]: audit 2024-09-10T18:56:25.615757+0000 mgr.y (mgr.26002) 129 : audit [DBG] from='client.64162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:27.588 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:27 smithi031 bash[53082]: cluster 2024-09-10T18:56:26.134111+0000 mgr.y (mgr.26002) 130 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:27.588 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:27 smithi031 bash[54359]: audit 2024-09-10T18:56:25.615757+0000 mgr.y (mgr.26002) 129 : audit [DBG] from='client.64162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:27.588 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:27 smithi031 bash[54359]: cluster 2024-09-10T18:56:26.134111+0000 mgr.y (mgr.26002) 130 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:27.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:27 smithi063 bash[48646]: audit 2024-09-10T18:56:25.615757+0000 mgr.y (mgr.26002) 129 : audit [DBG] from='client.64162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:27.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:27 smithi063 bash[48646]: cluster 2024-09-10T18:56:26.134111+0000 mgr.y (mgr.26002) 130 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:29.516 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:29 smithi031 bash[53082]: cluster 2024-09-10T18:56:28.134846+0000 mgr.y (mgr.26002) 131 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:29.517 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:29 smithi031 bash[54359]: cluster 2024-09-10T18:56:28.134846+0000 mgr.y (mgr.26002) 131 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:29.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:29 smithi063 bash[48646]: cluster 2024-09-10T18:56:28.134846+0000 mgr.y (mgr.26002) 131 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:29.899 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:56:29.899 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (4m) 75s ago 29m 16.4M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T18:56:29.899 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (4m) 106s ago 28m 82.0M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T18:56:29.899 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 106s ago 30m - - 2024-09-10T18:56:29.899 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (6m) 106s ago 34m 390M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T18:56:29.899 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (16m) 75s ago 35m 428M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:56:29.899 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (2m) 75s ago 35m 43.2M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T18:56:29.899 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (3m) 106s ago 34m 48.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T18:56:29.899 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (89s) 75s ago 34m 24.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 cf5fe597e338 2024-09-10T18:56:29.900 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (5m) 75s ago 29m 10.7M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T18:56:29.900 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (5m) 106s ago 29m 10.9M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T18:56:29.900 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (33m) 75s ago 33m 52.2M 4096M 15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:56:29.900 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (33m) 75s ago 33m 53.4M 4096M 15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:56:29.900 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (32m) 75s ago 32m 47.5M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:56:29.900 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (32m) 75s ago 32m 54.6M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:56:29.900 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (31m) 106s ago 32m 53.6M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:56:29.900 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (31m) 106s ago 31m 48.7M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:56:29.900 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (31m) 106s ago 31m 50.2M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:56:29.900 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (30m) 106s ago 30m 51.5M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:56:29.900 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (5m) 106s ago 29m 49.1M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T18:56:29.900 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (27m) 75s ago 27m 56.0M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:56:29.900 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (27m) 106s ago 27m 56.5M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:56:30.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[53082]: audit 2024-09-10T18:56:29.871664+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:56:30.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[53082]: audit 2024-09-10T18:56:29.872525+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:56:30.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[53082]: audit 2024-09-10T18:56:29.873269+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[53082]: audit 2024-09-10T18:56:29.874091+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[53082]: audit 2024-09-10T18:56:29.874902+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[53082]: audit 2024-09-10T18:56:29.875671+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[53082]: audit 2024-09-10T18:56:29.878843+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:56:30.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[53082]: audit 2024-09-10T18:56:29.879635+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[53082]: audit 2024-09-10T18:56:29.880518+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[53082]: audit 2024-09-10T18:56:29.881242+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[53082]: audit 2024-09-10T18:56:29.881942+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[54359]: audit 2024-09-10T18:56:29.871664+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:56:30.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[54359]: audit 2024-09-10T18:56:29.872525+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:56:30.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[54359]: audit 2024-09-10T18:56:29.873269+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[54359]: audit 2024-09-10T18:56:29.874091+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[54359]: audit 2024-09-10T18:56:29.874902+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[54359]: audit 2024-09-10T18:56:29.875671+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[54359]: audit 2024-09-10T18:56:29.878843+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:56:30.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[54359]: audit 2024-09-10T18:56:29.879635+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[54359]: audit 2024-09-10T18:56:29.880518+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[54359]: audit 2024-09-10T18:56:29.881242+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:30 smithi031 bash[54359]: audit 2024-09-10T18:56:29.881942+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.579 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.mon | length == 1'"'"'' 2024-09-10T18:56:30.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:30 smithi063 bash[48646]: audit 2024-09-10T18:56:29.871664+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:56:30.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:30 smithi063 bash[48646]: audit 2024-09-10T18:56:29.872525+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:56:30.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:30 smithi063 bash[48646]: audit 2024-09-10T18:56:29.873269+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:30 smithi063 bash[48646]: audit 2024-09-10T18:56:29.874091+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:30 smithi063 bash[48646]: audit 2024-09-10T18:56:29.874902+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:30 smithi063 bash[48646]: audit 2024-09-10T18:56:29.875671+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:30 smithi063 bash[48646]: audit 2024-09-10T18:56:29.878843+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:56:30.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:30 smithi063 bash[48646]: audit 2024-09-10T18:56:29.879635+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:30 smithi063 bash[48646]: audit 2024-09-10T18:56:29.880518+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:30 smithi063 bash[48646]: audit 2024-09-10T18:56:29.881242+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:30.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:30 smithi063 bash[48646]: audit 2024-09-10T18:56:29.881942+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:31 smithi063 bash[48646]: audit 2024-09-10T18:56:29.866202+0000 mgr.y (mgr.26002) 132 : audit [DBG] from='client.54258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:31 smithi063 bash[48646]: cluster 2024-09-10T18:56:30.135581+0000 mgr.y (mgr.26002) 133 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:31 smithi031 bash[54359]: audit 2024-09-10T18:56:29.866202+0000 mgr.y (mgr.26002) 132 : audit [DBG] from='client.54258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:31 smithi031 bash[54359]: cluster 2024-09-10T18:56:30.135581+0000 mgr.y (mgr.26002) 133 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:31.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:31 smithi031 bash[53082]: audit 2024-09-10T18:56:29.866202+0000 mgr.y (mgr.26002) 132 : audit [DBG] from='client.54258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:31.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:31 smithi031 bash[53082]: cluster 2024-09-10T18:56:30.135581+0000 mgr.y (mgr.26002) 133 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:33.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:33 smithi063 bash[48646]: cluster 2024-09-10T18:56:32.137098+0000 mgr.y (mgr.26002) 134 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:33.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:33 smithi031 bash[53082]: cluster 2024-09-10T18:56:32.137098+0000 mgr.y (mgr.26002) 134 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:33.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:33 smithi031 bash[54359]: cluster 2024-09-10T18:56:32.137098+0000 mgr.y (mgr.26002) 134 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:34.175 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:56:34.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:34 smithi063 bash[48646]: audit 2024-09-10T18:56:34.158894+0000 mon.a (mon.0) 397 : audit [DBG] from='client.64174 172.21.15.31:0/558730757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:34.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:34 smithi031 bash[53082]: audit 2024-09-10T18:56:34.158894+0000 mon.a (mon.0) 397 : audit [DBG] from='client.64174 172.21.15.31:0/558730757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:34.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:34 smithi031 bash[54359]: audit 2024-09-10T18:56:34.158894+0000 mon.a (mon.0) 397 : audit [DBG] from='client.64174 172.21.15.31:0/558730757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:34.895 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.mon | keys'"'"' | grep $sha1' 2024-09-10T18:56:35.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:35 smithi031 bash[53082]: cluster 2024-09-10T18:56:34.137732+0000 mgr.y (mgr.26002) 135 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:35.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:35 smithi031 bash[54359]: cluster 2024-09-10T18:56:34.137732+0000 mgr.y (mgr.26002) 135 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:35.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:35 smithi063 bash[48646]: cluster 2024-09-10T18:56:34.137732+0000 mgr.y (mgr.26002) 135 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:36.506 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:36 smithi031 bash[53082]: audit 2024-09-10T18:56:35.994800+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:56:36.507 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:36 smithi031 bash[53082]: audit 2024-09-10T18:56:35.995566+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T18:56:36.507 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:36 smithi031 bash[53082]: audit 2024-09-10T18:56:35.996350+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T18:56:36.507 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:36 smithi031 bash[54359]: audit 2024-09-10T18:56:35.994800+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:56:36.507 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:36 smithi031 bash[54359]: audit 2024-09-10T18:56:35.995566+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T18:56:36.507 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:36 smithi031 bash[54359]: audit 2024-09-10T18:56:35.996350+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T18:56:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:36 smithi063 bash[48646]: audit 2024-09-10T18:56:35.994800+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:56:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:36 smithi063 bash[48646]: audit 2024-09-10T18:56:35.995566+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T18:56:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:36 smithi063 bash[48646]: audit 2024-09-10T18:56:35.996350+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T18:56:37.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:37 smithi063 bash[48646]: cluster 2024-09-10T18:56:36.139298+0000 mgr.y (mgr.26002) 136 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:37.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:37 smithi031 bash[53082]: cluster 2024-09-10T18:56:36.139298+0000 mgr.y (mgr.26002) 136 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:37.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:37 smithi031 bash[54359]: cluster 2024-09-10T18:56:36.139298+0000 mgr.y (mgr.26002) 136 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:38.562 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)" 2024-09-10T18:56:39.248 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 5'"'"'' 2024-09-10T18:56:39.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:39 smithi063 bash[48646]: cluster 2024-09-10T18:56:38.139952+0000 mgr.y (mgr.26002) 137 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:39.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:39 smithi063 bash[48646]: audit 2024-09-10T18:56:38.546682+0000 mon.a (mon.0) 401 : audit [DBG] from='client.64180 172.21.15.31:0/3295388459' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:39.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:39 smithi031 bash[53082]: cluster 2024-09-10T18:56:38.139952+0000 mgr.y (mgr.26002) 137 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:39.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:39 smithi031 bash[53082]: audit 2024-09-10T18:56:38.546682+0000 mon.a (mon.0) 401 : audit [DBG] from='client.64180 172.21.15.31:0/3295388459' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:39.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:39 smithi031 bash[54359]: cluster 2024-09-10T18:56:38.139952+0000 mgr.y (mgr.26002) 137 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:39.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:39 smithi031 bash[54359]: audit 2024-09-10T18:56:38.546682+0000 mon.a (mon.0) 401 : audit [DBG] from='client.64180 172.21.15.31:0/3295388459' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:41.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:41 smithi063 bash[48646]: cluster 2024-09-10T18:56:40.140663+0000 mgr.y (mgr.26002) 138 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:41 smithi031 bash[53082]: cluster 2024-09-10T18:56:40.140663+0000 mgr.y (mgr.26002) 138 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:41.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:41 smithi031 bash[54359]: cluster 2024-09-10T18:56:40.140663+0000 mgr.y (mgr.26002) 138 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:43.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:43 smithi063 bash[48646]: cluster 2024-09-10T18:56:42.142071+0000 mgr.y (mgr.26002) 139 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:43.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:43 smithi031 bash[53082]: cluster 2024-09-10T18:56:42.142071+0000 mgr.y (mgr.26002) 139 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:43.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:43 smithi031 bash[54359]: cluster 2024-09-10T18:56:42.142071+0000 mgr.y (mgr.26002) 139 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:44.546 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:44 smithi031 bash[53082]: audit 2024-09-10T18:56:42.911911+0000 mgr.y (mgr.26002) 140 : audit [DBG] from='client.64186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:44.547 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:44 smithi031 bash[54359]: audit 2024-09-10T18:56:42.911911+0000 mgr.y (mgr.26002) 140 : audit [DBG] from='client.64186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:44.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:44 smithi063 bash[48646]: audit 2024-09-10T18:56:42.911911+0000 mgr.y (mgr.26002) 140 : audit [DBG] from='client.64186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:45.326 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:56:45.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:45 smithi063 bash[48646]: cluster 2024-09-10T18:56:44.142751+0000 mgr.y (mgr.26002) 141 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:45.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:45 smithi031 bash[53082]: cluster 2024-09-10T18:56:44.142751+0000 mgr.y (mgr.26002) 141 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:45.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:45 smithi031 bash[54359]: cluster 2024-09-10T18:56:44.142751+0000 mgr.y (mgr.26002) 141 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:46.048 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types osd --limit 2' 2024-09-10T18:56:47.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:47 smithi031 bash[53082]: cluster 2024-09-10T18:56:46.144258+0000 mgr.y (mgr.26002) 142 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:47.596 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:47 smithi031 bash[54359]: cluster 2024-09-10T18:56:46.144258+0000 mgr.y (mgr.26002) 142 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:47.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:47 smithi063 bash[48646]: cluster 2024-09-10T18:56:46.144258+0000 mgr.y (mgr.26002) 142 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:49.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:49 smithi063 bash[48646]: cluster 2024-09-10T18:56:48.144986+0000 mgr.y (mgr.26002) 143 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:49 smithi031 bash[53082]: cluster 2024-09-10T18:56:48.144986+0000 mgr.y (mgr.26002) 143 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:49.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:49 smithi031 bash[54359]: cluster 2024-09-10T18:56:48.144986+0000 mgr.y (mgr.26002) 143 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:51.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:51 smithi063 bash[48646]: audit 2024-09-10T18:56:49.612899+0000 mgr.y (mgr.26002) 144 : audit [DBG] from='client.64192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:51.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:51 smithi063 bash[48646]: cluster 2024-09-10T18:56:50.145693+0000 mgr.y (mgr.26002) 145 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:51.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:51 smithi031 bash[53082]: audit 2024-09-10T18:56:49.612899+0000 mgr.y (mgr.26002) 144 : audit [DBG] from='client.64192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:51.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:51 smithi031 bash[53082]: cluster 2024-09-10T18:56:50.145693+0000 mgr.y (mgr.26002) 145 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:51.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:51 smithi031 bash[54359]: audit 2024-09-10T18:56:49.612899+0000 mgr.y (mgr.26002) 144 : audit [DBG] from='client.64192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:51.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:51 smithi031 bash[54359]: cluster 2024-09-10T18:56:50.145693+0000 mgr.y (mgr.26002) 145 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:51.782 INFO:teuthology.orchestra.run.smithi031.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:56:52.496 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- 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-10T18:56:52.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[53082]: cephadm 2024-09-10T18:56:51.774220+0000 mgr.y (mgr.26002) 146 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:56:52.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[53082]: audit 2024-09-10T18:56:51.779487+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:52.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[53082]: cluster 2024-09-10T18:56:52.146877+0000 mgr.y (mgr.26002) 147 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:52.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[53082]: audit 2024-09-10T18:56:52.167604+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:52.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[53082]: audit 2024-09-10T18:56:52.169251+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:56:52.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[53082]: cephadm 2024-09-10T18:56:52.170666+0000 mgr.y (mgr.26002) 148 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:56:52.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[53082]: cluster 2024-09-10T18:56:52.171695+0000 mgr.y (mgr.26002) 149 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:52.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[53082]: cluster 2024-09-10T18:56:52.172247+0000 mgr.y (mgr.26002) 150 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:52.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[53082]: audit 2024-09-10T18:56:52.180195+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:52.889 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[53082]: cephadm 2024-09-10T18:56:52.231860+0000 mgr.y (mgr.26002) 151 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:56:52.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[54359]: cephadm 2024-09-10T18:56:51.774220+0000 mgr.y (mgr.26002) 146 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:56:52.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[54359]: audit 2024-09-10T18:56:51.779487+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:52.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[54359]: cluster 2024-09-10T18:56:52.146877+0000 mgr.y (mgr.26002) 147 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:52.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[54359]: audit 2024-09-10T18:56:52.167604+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:52.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[54359]: audit 2024-09-10T18:56:52.169251+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:56:52.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[54359]: cephadm 2024-09-10T18:56:52.170666+0000 mgr.y (mgr.26002) 148 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:56:52.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[54359]: cluster 2024-09-10T18:56:52.171695+0000 mgr.y (mgr.26002) 149 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:52.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[54359]: cluster 2024-09-10T18:56:52.172247+0000 mgr.y (mgr.26002) 150 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:52.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[54359]: audit 2024-09-10T18:56:52.180195+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:52.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:52 smithi031 bash[54359]: cephadm 2024-09-10T18:56:52.231860+0000 mgr.y (mgr.26002) 151 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:56:53.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:52 smithi063 bash[48646]: cephadm 2024-09-10T18:56:51.774220+0000 mgr.y (mgr.26002) 146 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:56:53.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:52 smithi063 bash[48646]: audit 2024-09-10T18:56:51.779487+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:53.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:52 smithi063 bash[48646]: cluster 2024-09-10T18:56:52.146877+0000 mgr.y (mgr.26002) 147 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:53.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:52 smithi063 bash[48646]: audit 2024-09-10T18:56:52.167604+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:53.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:52 smithi063 bash[48646]: audit 2024-09-10T18:56:52.169251+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:56:53.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:52 smithi063 bash[48646]: cephadm 2024-09-10T18:56:52.170666+0000 mgr.y (mgr.26002) 148 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:56:53.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:52 smithi063 bash[48646]: cluster 2024-09-10T18:56:52.171695+0000 mgr.y (mgr.26002) 149 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:53.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:52 smithi063 bash[48646]: cluster 2024-09-10T18:56:52.172247+0000 mgr.y (mgr.26002) 150 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:53.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:52 smithi063 bash[48646]: audit 2024-09-10T18:56:52.180195+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:53.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:52 smithi063 bash[48646]: cephadm 2024-09-10T18:56:52.231860+0000 mgr.y (mgr.26002) 151 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:56:55.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:55 smithi063 bash[48646]: cluster 2024-09-10T18:56:54.173032+0000 mgr.y (mgr.26002) 152 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:55.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:55 smithi031 bash[53082]: cluster 2024-09-10T18:56:54.173032+0000 mgr.y (mgr.26002) 152 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:55.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:55 smithi031 bash[54359]: cluster 2024-09-10T18:56:54.173032+0000 mgr.y (mgr.26002) 152 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:57.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:56 smithi063 bash[48646]: audit 2024-09-10T18:56:55.785040+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:57.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:56 smithi063 bash[48646]: cephadm 2024-09-10T18:56:55.785613+0000 mgr.y (mgr.26002) 153 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:56:57.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:56 smithi063 bash[48646]: cephadm 2024-09-10T18:56:55.785713+0000 mgr.y (mgr.26002) 154 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:56:57.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:56 smithi063 bash[48646]: audit 2024-09-10T18:56:55.787124+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:56:57.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:56 smithi063 bash[48646]: audit 2024-09-10T18:56:55.796224+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:57.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:56 smithi063 bash[48646]: audit 2024-09-10T18:56:55.798558+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:57.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:56 smithi063 bash[48646]: cephadm 2024-09-10T18:56:55.799703+0000 mgr.y (mgr.26002) 155 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:56:57.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:56 smithi063 bash[48646]: audit 2024-09-10T18:56:55.806938+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:57.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:56 smithi063 bash[48646]: audit 2024-09-10T18:56:55.809542+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:57.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:56 smithi063 bash[48646]: cephadm 2024-09-10T18:56:55.810947+0000 mgr.y (mgr.26002) 156 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T18:56:57.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:56 smithi063 bash[48646]: audit 2024-09-10T18:56:55.818860+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:57.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:56 smithi063 bash[48646]: audit 2024-09-10T18:56:55.820926+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:57.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:56 smithi063 bash[48646]: cephadm 2024-09-10T18:56:55.822250+0000 mgr.y (mgr.26002) 157 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:56:57.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:56 smithi063 bash[48646]: audit 2024-09-10T18:56:55.829186+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:57.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:56 smithi063 bash[48646]: audit 2024-09-10T18:56:55.832177+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T18:56:57.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:56 smithi063 bash[48646]: audit 2024-09-10T18:56:55.832442+0000 mgr.y (mgr.26002) 158 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T18:56:57.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:56 smithi063 bash[48646]: cephadm 2024-09-10T18:56:55.834239+0000 mgr.y (mgr.26002) 159 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-09-10T18:56:57.132 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:56 smithi063 bash[48646]: cluster 2024-09-10T18:56:56.174556+0000 mgr.y (mgr.26002) 160 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:57.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[53082]: audit 2024-09-10T18:56:55.785040+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:57.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[53082]: cephadm 2024-09-10T18:56:55.785613+0000 mgr.y (mgr.26002) 153 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:56:57.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[53082]: cephadm 2024-09-10T18:56:55.785713+0000 mgr.y (mgr.26002) 154 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:56:57.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[53082]: audit 2024-09-10T18:56:55.787124+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:56:57.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[53082]: audit 2024-09-10T18:56:55.796224+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:57.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[53082]: audit 2024-09-10T18:56:55.798558+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:57.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[53082]: cephadm 2024-09-10T18:56:55.799703+0000 mgr.y (mgr.26002) 155 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:56:57.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[53082]: audit 2024-09-10T18:56:55.806938+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:57.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[53082]: audit 2024-09-10T18:56:55.809542+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:57.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[53082]: cephadm 2024-09-10T18:56:55.810947+0000 mgr.y (mgr.26002) 156 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T18:56:57.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[53082]: audit 2024-09-10T18:56:55.818860+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:57.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[53082]: audit 2024-09-10T18:56:55.820926+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:57.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[53082]: cephadm 2024-09-10T18:56:55.822250+0000 mgr.y (mgr.26002) 157 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:56:57.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[53082]: audit 2024-09-10T18:56:55.829186+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:57.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[53082]: audit 2024-09-10T18:56:55.832177+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T18:56:57.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[53082]: audit 2024-09-10T18:56:55.832442+0000 mgr.y (mgr.26002) 158 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T18:56:57.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[53082]: cephadm 2024-09-10T18:56:55.834239+0000 mgr.y (mgr.26002) 159 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-09-10T18:56:57.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[53082]: cluster 2024-09-10T18:56:56.174556+0000 mgr.y (mgr.26002) 160 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:57.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[54359]: audit 2024-09-10T18:56:55.785040+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:57.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[54359]: cephadm 2024-09-10T18:56:55.785613+0000 mgr.y (mgr.26002) 153 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:56:57.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[54359]: cephadm 2024-09-10T18:56:55.785713+0000 mgr.y (mgr.26002) 154 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:56:57.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[54359]: audit 2024-09-10T18:56:55.787124+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:56:57.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[54359]: audit 2024-09-10T18:56:55.796224+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:57.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[54359]: audit 2024-09-10T18:56:55.798558+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:57.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[54359]: cephadm 2024-09-10T18:56:55.799703+0000 mgr.y (mgr.26002) 155 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:56:57.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[54359]: audit 2024-09-10T18:56:55.806938+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:57.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[54359]: audit 2024-09-10T18:56:55.809542+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:57.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[54359]: cephadm 2024-09-10T18:56:55.810947+0000 mgr.y (mgr.26002) 156 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T18:56:57.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[54359]: audit 2024-09-10T18:56:55.818860+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:57.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[54359]: audit 2024-09-10T18:56:55.820926+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:57.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[54359]: cephadm 2024-09-10T18:56:55.822250+0000 mgr.y (mgr.26002) 157 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:56:57.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[54359]: audit 2024-09-10T18:56:55.829186+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:57.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[54359]: audit 2024-09-10T18:56:55.832177+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T18:56:57.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[54359]: audit 2024-09-10T18:56:55.832442+0000 mgr.y (mgr.26002) 158 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T18:56:57.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[54359]: cephadm 2024-09-10T18:56:55.834239+0000 mgr.y (mgr.26002) 159 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-09-10T18:56:57.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:56 smithi031 bash[54359]: cluster 2024-09-10T18:56:56.174556+0000 mgr.y (mgr.26002) 160 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:58.262 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:56:58.982 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:56:58.982 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (5m) 104s ago 29m 16.4M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T18:56:58.982 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (4m) 2m ago 29m 82.0M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T18:56:58.982 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 2m ago 30m - - 2024-09-10T18:56:58.982 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (6m) 2m ago 34m 390M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T18:56:58.982 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (16m) 104s ago 36m 428M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:56:58.982 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (2m) 104s ago 36m 43.2M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T18:56:58.983 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (3m) 2m ago 34m 48.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T18:56:58.983 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (118s) 104s ago 35m 24.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 cf5fe597e338 2024-09-10T18:56:58.983 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (6m) 104s ago 30m 10.7M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T18:56:58.983 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (6m) 2m ago 30m 10.9M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T18:56:58.983 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (34m) 104s ago 34m 52.2M 4096M 15.2.9 dfc483079636 e4408a0fa9c3 2024-09-10T18:56:58.983 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (33m) 104s ago 33m 53.4M 4096M 15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:56:58.983 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (33m) 104s ago 33m 47.5M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:56:58.983 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (32m) 104s ago 32m 54.6M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:56:58.983 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (32m) 2m ago 32m 53.6M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:56:58.983 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (31m) 2m ago 32m 48.7M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:56:58.983 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (31m) 2m ago 31m 50.2M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:56:58.983 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (31m) 2m ago 31m 51.5M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:56:58.983 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (5m) 2m ago 30m 49.1M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T18:56:58.984 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (28m) 104s ago 28m 56.0M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:56:58.984 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (28m) 2m ago 28m 56.5M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:56:59.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[54359]: cluster 2024-09-10T18:56:58.175205+0000 mgr.y (mgr.26002) 161 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:59.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[54359]: audit 2024-09-10T18:56:58.246435+0000 mgr.y (mgr.26002) 162 : audit [DBG] from='client.64198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:59.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[54359]: audit 2024-09-10T18:56:58.829005+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:59.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[54359]: audit 2024-09-10T18:56:58.830002+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:56:59.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[54359]: audit 2024-09-10T18:56:58.830799+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:59.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[54359]: audit 2024-09-10T18:56:58.833535+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-10T18:56:59.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[54359]: audit 2024-09-10T18:56:58.956001+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:56:59.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[54359]: audit 2024-09-10T18:56:58.956885+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:56:59.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[54359]: audit 2024-09-10T18:56:58.957828+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[54359]: audit 2024-09-10T18:56:58.958783+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[54359]: audit 2024-09-10T18:56:58.959659+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[54359]: audit 2024-09-10T18:56:58.960508+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[54359]: audit 2024-09-10T18:56:58.964219+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:56:59.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[54359]: audit 2024-09-10T18:56:58.965089+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[54359]: audit 2024-09-10T18:56:58.966068+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[54359]: audit 2024-09-10T18:56:58.966890+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[54359]: audit 2024-09-10T18:56:58.967480+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[53082]: cluster 2024-09-10T18:56:58.175205+0000 mgr.y (mgr.26002) 161 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:59.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[53082]: audit 2024-09-10T18:56:58.246435+0000 mgr.y (mgr.26002) 162 : audit [DBG] from='client.64198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:59.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[53082]: audit 2024-09-10T18:56:58.829005+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:59.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[53082]: audit 2024-09-10T18:56:58.830002+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:56:59.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[53082]: audit 2024-09-10T18:56:58.830799+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:59.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[53082]: audit 2024-09-10T18:56:58.833535+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-10T18:56:59.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[53082]: audit 2024-09-10T18:56:58.956001+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:56:59.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[53082]: audit 2024-09-10T18:56:58.956885+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:56:59.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[53082]: audit 2024-09-10T18:56:58.957828+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[53082]: audit 2024-09-10T18:56:58.958783+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[53082]: audit 2024-09-10T18:56:58.959659+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[53082]: audit 2024-09-10T18:56:58.960508+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[53082]: audit 2024-09-10T18:56:58.964219+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:56:59.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[53082]: audit 2024-09-10T18:56:58.965089+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[53082]: audit 2024-09-10T18:56:58.966068+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[53082]: audit 2024-09-10T18:56:58.966890+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:56:59 smithi031 bash[53082]: audit 2024-09-10T18:56:58.967480+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.406 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:56:59.407 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:56:59.407 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T18:56:59.407 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:56:59.407 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:56:59.407 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:56:59.407 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:56:59.407 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:56:59.407 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-10T18:56:59.407 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:56:59.407 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:56:59.407 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:56:59.407 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:56:59.408 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:56:59.408 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 10, 2024-09-10T18:56:59.408 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 5 2024-09-10T18:56:59.408 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:56:59.408 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:56:59.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:59 smithi063 bash[48646]: cluster 2024-09-10T18:56:58.175205+0000 mgr.y (mgr.26002) 161 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:59.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:59 smithi063 bash[48646]: audit 2024-09-10T18:56:58.246435+0000 mgr.y (mgr.26002) 162 : audit [DBG] from='client.64198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:59.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:59 smithi063 bash[48646]: audit 2024-09-10T18:56:58.829005+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:56:59.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:59 smithi063 bash[48646]: audit 2024-09-10T18:56:58.830002+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:56:59.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:59 smithi063 bash[48646]: audit 2024-09-10T18:56:58.830799+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:59.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:59 smithi063 bash[48646]: audit 2024-09-10T18:56:58.833535+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-10T18:56:59.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:59 smithi063 bash[48646]: audit 2024-09-10T18:56:58.956001+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:56:59.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:59 smithi063 bash[48646]: audit 2024-09-10T18:56:58.956885+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:56:59.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:59 smithi063 bash[48646]: audit 2024-09-10T18:56:58.957828+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:59 smithi063 bash[48646]: audit 2024-09-10T18:56:58.958783+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:59 smithi063 bash[48646]: audit 2024-09-10T18:56:58.959659+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:59 smithi063 bash[48646]: audit 2024-09-10T18:56:58.960508+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:59 smithi063 bash[48646]: audit 2024-09-10T18:56:58.964219+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:56:59.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:59 smithi063 bash[48646]: audit 2024-09-10T18:56:58.965089+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:59 smithi063 bash[48646]: audit 2024-09-10T18:56:58.966068+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:59 smithi063 bash[48646]: audit 2024-09-10T18:56:58.966890+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:56:59 smithi063 bash[48646]: audit 2024-09-10T18:56:58.967480+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:59.771 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:56:59.771 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:56:59.771 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T18:56:59.771 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 2 daemons (2 remaining).", 2024-09-10T18:56:59.771 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-10T18:56:59.772 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "0/8 daemons upgraded", 2024-09-10T18:56:59.772 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T18:56:59.772 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T18:56:59.772 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:57:00.586 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:00 smithi031 bash[53082]: audit 2024-09-10T18:56:58.597228+0000 mgr.y (mgr.26002) 163 : audit [DBG] from='client.64204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:00.586 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:00 smithi031 bash[53082]: cephadm 2024-09-10T18:56:58.820135+0000 mgr.y (mgr.26002) 164 : cephadm [INF] Upgrade: Updating osd.0 2024-09-10T18:57:00.586 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:00 smithi031 bash[53082]: cephadm 2024-09-10T18:56:58.832942+0000 mgr.y (mgr.26002) 165 : cephadm [INF] Deploying daemon osd.0 on smithi031 2024-09-10T18:57:00.586 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:00 smithi031 bash[53082]: audit 2024-09-10T18:56:58.951118+0000 mgr.y (mgr.26002) 166 : audit [DBG] from='client.54300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:00.586 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:00 smithi031 bash[53082]: audit 2024-09-10T18:56:59.404438+0000 mon.a (mon.0) 431 : audit [DBG] from='client.54306 172.21.15.31:0/144281852' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:00.586 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:00 smithi031 bash[54359]: audit 2024-09-10T18:56:58.597228+0000 mgr.y (mgr.26002) 163 : audit [DBG] from='client.64204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:00.586 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:00 smithi031 bash[54359]: cephadm 2024-09-10T18:56:58.820135+0000 mgr.y (mgr.26002) 164 : cephadm [INF] Upgrade: Updating osd.0 2024-09-10T18:57:00.587 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:00 smithi031 bash[54359]: cephadm 2024-09-10T18:56:58.832942+0000 mgr.y (mgr.26002) 165 : cephadm [INF] Deploying daemon osd.0 on smithi031 2024-09-10T18:57:00.587 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:00 smithi031 bash[54359]: audit 2024-09-10T18:56:58.951118+0000 mgr.y (mgr.26002) 166 : audit [DBG] from='client.54300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:00.587 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:00 smithi031 bash[54359]: audit 2024-09-10T18:56:59.404438+0000 mon.a (mon.0) 431 : audit [DBG] from='client.54306 172.21.15.31:0/144281852' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:00.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:00 smithi063 bash[48646]: audit 2024-09-10T18:56:58.597228+0000 mgr.y (mgr.26002) 163 : audit [DBG] from='client.64204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:00.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:00 smithi063 bash[48646]: cephadm 2024-09-10T18:56:58.820135+0000 mgr.y (mgr.26002) 164 : cephadm [INF] Upgrade: Updating osd.0 2024-09-10T18:57:00.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:00 smithi063 bash[48646]: cephadm 2024-09-10T18:56:58.832942+0000 mgr.y (mgr.26002) 165 : cephadm [INF] Deploying daemon osd.0 on smithi031 2024-09-10T18:57:00.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:00 smithi063 bash[48646]: audit 2024-09-10T18:56:58.951118+0000 mgr.y (mgr.26002) 166 : audit [DBG] from='client.54300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:00.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:00 smithi063 bash[48646]: audit 2024-09-10T18:56:59.404438+0000 mon.a (mon.0) 431 : audit [DBG] from='client.54306 172.21.15.31:0/144281852' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:01.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:01 smithi063 bash[48646]: audit 2024-09-10T18:56:59.768372+0000 mgr.y (mgr.26002) 167 : audit [DBG] from='client.64222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:01.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:01 smithi063 bash[48646]: cluster 2024-09-10T18:57:00.175998+0000 mgr.y (mgr.26002) 168 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:01.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:01 smithi031 bash[53082]: audit 2024-09-10T18:56:59.768372+0000 mgr.y (mgr.26002) 167 : audit [DBG] from='client.64222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:01.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:01 smithi031 bash[53082]: cluster 2024-09-10T18:57:00.175998+0000 mgr.y (mgr.26002) 168 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:01.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:01 smithi031 bash[54359]: audit 2024-09-10T18:56:59.768372+0000 mgr.y (mgr.26002) 167 : audit [DBG] from='client.64222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:01.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:01 smithi031 bash[54359]: cluster 2024-09-10T18:57:00.175998+0000 mgr.y (mgr.26002) 168 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:03.506 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:03 smithi031 bash[53082]: cluster 2024-09-10T18:57:02.177507+0000 mgr.y (mgr.26002) 169 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:03.507 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:03 smithi031 bash[54359]: cluster 2024-09-10T18:57:02.177507+0000 mgr.y (mgr.26002) 169 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:03.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:03 smithi063 bash[48646]: cluster 2024-09-10T18:57:02.177507+0000 mgr.y (mgr.26002) 169 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:03.827 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:03 smithi031 systemd[1]: Stopping Ceph osd.0 for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:57:04.136 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:03 smithi031 bash[21807]: debug 2024-09-10T18:57:03.822+0000 7fbeeb0f8700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T18:57:04.136 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:03 smithi031 bash[21807]: debug 2024-09-10T18:57:03.822+0000 7fbeeb0f8700 -1 osd.0 72 *** Got signal Terminated *** 2024-09-10T18:57:04.136 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:03 smithi031 bash[21807]: debug 2024-09-10T18:57:03.822+0000 7fbeeb0f8700 -1 osd.0 72 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:57:04.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:03.888191+0000 mon.a (mon.0) 432 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T18:57:04.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:03.888357+0000 mon.a (mon.0) 433 : cluster [INF] osd.0 failed (root=default,host=smithi031) (connection refused reported by osd.1) 2024-09-10T18:57:04.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:03.889174+0000 mon.a (mon.0) 434 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T18:57:04.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:03.889691+0000 mon.a (mon.0) 435 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T18:57:04.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:03.890154+0000 mon.a (mon.0) 436 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-10T18:57:04.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:03.890603+0000 mon.a (mon.0) 437 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T18:57:04.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:03.891179+0000 mon.a (mon.0) 438 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T18:57:04.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:03.891596+0000 mon.a (mon.0) 439 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T18:57:04.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:03.892073+0000 mon.a (mon.0) 440 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T18:57:04.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:03.892579+0000 mon.a (mon.0) 441 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T18:57:04.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:03.893071+0000 mon.a (mon.0) 442 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-10T18:57:04.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:03.893694+0000 mon.a (mon.0) 443 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T18:57:04.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:03.894147+0000 mon.a (mon.0) 444 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T18:57:04.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.050903+0000 mon.a (mon.0) 445 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T18:57:04.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.051669+0000 mon.a (mon.0) 446 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T18:57:04.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.053366+0000 mon.a (mon.0) 447 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T18:57:04.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.053807+0000 mon.a (mon.0) 448 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-10T18:57:04.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.057730+0000 mon.a (mon.0) 449 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T18:57:04.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.058671+0000 mon.a (mon.0) 450 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T18:57:04.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.088502+0000 mon.a (mon.0) 451 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T18:57:04.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.088608+0000 mon.a (mon.0) 452 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T18:57:04.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.088937+0000 mon.a (mon.0) 453 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-10T18:57:04.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.089201+0000 mon.a (mon.0) 454 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T18:57:04.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.089475+0000 mon.a (mon.0) 455 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T18:57:04.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.089761+0000 mon.a (mon.0) 456 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-10T18:57:04.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.090305+0000 mon.a (mon.0) 457 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-10T18:57:04.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:03.888191+0000 mon.a (mon.0) 432 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T18:57:04.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:03.888357+0000 mon.a (mon.0) 433 : cluster [INF] osd.0 failed (root=default,host=smithi031) (connection refused reported by osd.1) 2024-09-10T18:57:04.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:03.889174+0000 mon.a (mon.0) 434 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T18:57:04.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:03.889691+0000 mon.a (mon.0) 435 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T18:57:04.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:03.890154+0000 mon.a (mon.0) 436 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-10T18:57:04.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:03.890603+0000 mon.a (mon.0) 437 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T18:57:04.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:03.891179+0000 mon.a (mon.0) 438 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T18:57:04.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:03.891596+0000 mon.a (mon.0) 439 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T18:57:04.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:03.892073+0000 mon.a (mon.0) 440 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T18:57:04.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:03.892579+0000 mon.a (mon.0) 441 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T18:57:04.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:03.893071+0000 mon.a (mon.0) 442 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-10T18:57:04.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:03.893694+0000 mon.a (mon.0) 443 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T18:57:04.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:03.894147+0000 mon.a (mon.0) 444 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T18:57:04.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.050903+0000 mon.a (mon.0) 445 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T18:57:04.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.051669+0000 mon.a (mon.0) 446 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T18:57:04.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.053366+0000 mon.a (mon.0) 447 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T18:57:04.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.053807+0000 mon.a (mon.0) 448 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-10T18:57:04.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.057730+0000 mon.a (mon.0) 449 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T18:57:04.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.058671+0000 mon.a (mon.0) 450 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T18:57:04.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.088502+0000 mon.a (mon.0) 451 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T18:57:04.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.088608+0000 mon.a (mon.0) 452 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T18:57:04.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.088937+0000 mon.a (mon.0) 453 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-10T18:57:04.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.089201+0000 mon.a (mon.0) 454 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T18:57:04.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.089475+0000 mon.a (mon.0) 455 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T18:57:04.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.089761+0000 mon.a (mon.0) 456 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-10T18:57:04.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.090305+0000 mon.a (mon.0) 457 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-10T18:57:04.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.092400+0000 mon.a (mon.0) 458 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-10T18:57:04.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.092630+0000 mon.a (mon.0) 459 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T18:57:04.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.092836+0000 mon.a (mon.0) 460 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T18:57:04.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.093033+0000 mon.a (mon.0) 461 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T18:57:04.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.093514+0000 mon.a (mon.0) 462 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T18:57:04.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.093802+0000 mon.a (mon.0) 463 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T18:57:04.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.094115+0000 mon.a (mon.0) 464 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T18:57:04.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.092400+0000 mon.a (mon.0) 458 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-10T18:57:04.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.092630+0000 mon.a (mon.0) 459 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T18:57:04.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.092836+0000 mon.a (mon.0) 460 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T18:57:04.393 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.093033+0000 mon.a (mon.0) 461 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T18:57:04.393 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.093514+0000 mon.a (mon.0) 462 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T18:57:04.393 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.093802+0000 mon.a (mon.0) 463 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T18:57:04.393 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.094115+0000 mon.a (mon.0) 464 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T18:57:04.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:03.888191+0000 mon.a (mon.0) 432 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T18:57:04.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:03.888357+0000 mon.a (mon.0) 433 : cluster [INF] osd.0 failed (root=default,host=smithi031) (connection refused reported by osd.1) 2024-09-10T18:57:04.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:03.889174+0000 mon.a (mon.0) 434 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T18:57:04.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:03.889691+0000 mon.a (mon.0) 435 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T18:57:04.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:03.890154+0000 mon.a (mon.0) 436 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-10T18:57:04.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:03.890603+0000 mon.a (mon.0) 437 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T18:57:04.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:03.891179+0000 mon.a (mon.0) 438 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T18:57:04.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:03.891596+0000 mon.a (mon.0) 439 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T18:57:04.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:03.892073+0000 mon.a (mon.0) 440 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T18:57:04.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:03.892579+0000 mon.a (mon.0) 441 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T18:57:04.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:03.893071+0000 mon.a (mon.0) 442 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-10T18:57:04.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:03.893694+0000 mon.a (mon.0) 443 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T18:57:04.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:03.894147+0000 mon.a (mon.0) 444 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T18:57:04.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.050903+0000 mon.a (mon.0) 445 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T18:57:04.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.051669+0000 mon.a (mon.0) 446 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T18:57:04.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.053366+0000 mon.a (mon.0) 447 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T18:57:04.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.053807+0000 mon.a (mon.0) 448 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-10T18:57:04.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.057730+0000 mon.a (mon.0) 449 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T18:57:04.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.058671+0000 mon.a (mon.0) 450 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T18:57:04.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.088502+0000 mon.a (mon.0) 451 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T18:57:04.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.088608+0000 mon.a (mon.0) 452 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T18:57:04.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.088937+0000 mon.a (mon.0) 453 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-10T18:57:04.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.089201+0000 mon.a (mon.0) 454 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T18:57:04.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.089475+0000 mon.a (mon.0) 455 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T18:57:04.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.089761+0000 mon.a (mon.0) 456 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-10T18:57:04.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.090305+0000 mon.a (mon.0) 457 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-10T18:57:04.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.092400+0000 mon.a (mon.0) 458 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-10T18:57:04.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.092630+0000 mon.a (mon.0) 459 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T18:57:04.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.092836+0000 mon.a (mon.0) 460 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-10T18:57:04.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.093033+0000 mon.a (mon.0) 461 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-10T18:57:04.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.093514+0000 mon.a (mon.0) 462 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-10T18:57:04.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.093802+0000 mon.a (mon.0) 463 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-10T18:57:04.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:04 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.094115+0000 mon.a (mon.0) 464 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-10T18:57:04.636 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[62243]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd.0 2024-09-10T18:57:05.136 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:04 smithi031 bash[62315]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd.0 2024-09-10T18:57:05.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:05 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.178243+0000 mgr.y (mgr.26002) 170 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:05.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:05 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.251764+0000 mon.a (mon.0) 465 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:57:05.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:05 smithi063 bash[48646]: cluster 2024-09-10T18:57:04.270027+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-09-10T18:57:05.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:05 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.178243+0000 mgr.y (mgr.26002) 170 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:05.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:05 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.251764+0000 mon.a (mon.0) 465 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:57:05.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:05 smithi031 bash[53082]: cluster 2024-09-10T18:57:04.270027+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-09-10T18:57:05.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:05 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.178243+0000 mgr.y (mgr.26002) 170 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:05.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:05 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.251764+0000 mon.a (mon.0) 465 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:57:05.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:05 smithi031 bash[54359]: cluster 2024-09-10T18:57:04.270027+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-09-10T18:57:06.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:06 smithi063 bash[48646]: cluster 2024-09-10T18:57:05.270358+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-09-10T18:57:06.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:06 smithi031 bash[53082]: cluster 2024-09-10T18:57:05.270358+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-09-10T18:57:06.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:06 smithi031 bash[54359]: cluster 2024-09-10T18:57:05.270358+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-09-10T18:57:07.274 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:06 smithi031 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.0.service: Succeeded. 2024-09-10T18:57:07.275 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:06 smithi031 systemd[1]: Stopped Ceph osd.0 for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:57:07.275 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:07 smithi031 systemd[1]: Started Ceph osd.0 for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:57:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:07 smithi063 bash[48646]: cluster 2024-09-10T18:57:06.180118+0000 mgr.y (mgr.26002) 171 : cluster [DBG] pgmap v87: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:07 smithi063 bash[48646]: cluster 2024-09-10T18:57:06.268074+0000 mon.a (mon.0) 468 : cluster [WRN] Health check failed: Degraded data redundancy: 65/618 objects degraded (10.518%), 20 pgs degraded (PG_DEGRADED) 2024-09-10T18:57:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:07 smithi063 bash[48646]: audit 2024-09-10T18:57:07.235313+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:07 smithi063 bash[48646]: audit 2024-09-10T18:57:07.239795+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:07 smithi063 bash[48646]: audit 2024-09-10T18:57:07.248633+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:07 smithi063 bash[48646]: audit 2024-09-10T18:57:07.256041+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:07 smithi063 bash[48646]: audit 2024-09-10T18:57:07.258065+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:07.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:07 smithi031 bash[53082]: cluster 2024-09-10T18:57:06.180118+0000 mgr.y (mgr.26002) 171 : cluster [DBG] pgmap v87: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:07.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:07 smithi031 bash[53082]: cluster 2024-09-10T18:57:06.268074+0000 mon.a (mon.0) 468 : cluster [WRN] Health check failed: Degraded data redundancy: 65/618 objects degraded (10.518%), 20 pgs degraded (PG_DEGRADED) 2024-09-10T18:57:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:07 smithi031 bash[53082]: audit 2024-09-10T18:57:07.235313+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:07 smithi031 bash[53082]: audit 2024-09-10T18:57:07.239795+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:07 smithi031 bash[53082]: audit 2024-09-10T18:57:07.248633+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:07 smithi031 bash[53082]: audit 2024-09-10T18:57:07.256041+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:07 smithi031 bash[53082]: audit 2024-09-10T18:57:07.258065+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:07.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:07 smithi031 bash[54359]: cluster 2024-09-10T18:57:06.180118+0000 mgr.y (mgr.26002) 171 : cluster [DBG] pgmap v87: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:07.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:07 smithi031 bash[54359]: cluster 2024-09-10T18:57:06.268074+0000 mon.a (mon.0) 468 : cluster [WRN] Health check failed: Degraded data redundancy: 65/618 objects degraded (10.518%), 20 pgs degraded (PG_DEGRADED) 2024-09-10T18:57:07.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:07 smithi031 bash[54359]: audit 2024-09-10T18:57:07.235313+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:07.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:07 smithi031 bash[54359]: audit 2024-09-10T18:57:07.239795+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:07 smithi031 bash[54359]: audit 2024-09-10T18:57:07.248633+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:07 smithi031 bash[54359]: audit 2024-09-10T18:57:07.256041+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:07 smithi031 bash[54359]: audit 2024-09-10T18:57:07.258065+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:09.136 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:08 smithi031 bash[62498]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-10T18:57:09.137 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:08 smithi031 bash[62498]: 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-10T18:57:09.137 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:08 smithi031 bash[62498]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-10T18:57:09.137 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:08 smithi031 bash[62498]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-10T18:57:09.137 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:08 smithi031 bash[62498]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-10T18:57:09.137 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:08 smithi031 bash[62498]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-10T18:57:09.137 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:08 smithi031 bash[62498]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-10T18:57:09.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:09 smithi031 bash[53082]: cluster 2024-09-10T18:57:08.181111+0000 mgr.y (mgr.26002) 172 : cluster [DBG] pgmap v88: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:09.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:09 smithi031 bash[54359]: cluster 2024-09-10T18:57:08.181111+0000 mgr.y (mgr.26002) 172 : cluster [DBG] pgmap v88: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:09.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:09 smithi063 bash[48646]: cluster 2024-09-10T18:57:08.181111+0000 mgr.y (mgr.26002) 172 : cluster [DBG] pgmap v88: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:11.136 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:10 smithi031 bash[62771]: debug 2024-09-10T18:57:10.818+0000 7f896456b640 1 -- 172.21.15.31:0/1135941941 <== mon.0 v2:172.21.15.31:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564b82e3ad00 con 0x564b82e0d400 2024-09-10T18:57:11.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:11 smithi063 bash[48646]: cluster 2024-09-10T18:57:10.182182+0000 mgr.y (mgr.26002) 173 : cluster [DBG] pgmap v89: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:11.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:11 smithi031 bash[54359]: cluster 2024-09-10T18:57:10.182182+0000 mgr.y (mgr.26002) 173 : cluster [DBG] pgmap v89: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:11.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:11 smithi031 bash[53082]: cluster 2024-09-10T18:57:10.182182+0000 mgr.y (mgr.26002) 173 : cluster [DBG] pgmap v89: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:11.638 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:11 smithi031 bash[62771]: debug 2024-09-10T18:57:11.362+0000 7f8966dd3440 -1 Falling back to public interface 2024-09-10T18:57:13.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:13 smithi063 bash[48646]: cluster 2024-09-10T18:57:12.183971+0000 mgr.y (mgr.26002) 174 : cluster [DBG] pgmap v90: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:13.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:13 smithi031 bash[53082]: cluster 2024-09-10T18:57:12.183971+0000 mgr.y (mgr.26002) 174 : cluster [DBG] pgmap v90: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:13.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:13 smithi031 bash[54359]: cluster 2024-09-10T18:57:12.183971+0000 mgr.y (mgr.26002) 174 : cluster [DBG] pgmap v90: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:14.636 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:14 smithi031 bash[62771]: debug 2024-09-10T18:57:14.318+0000 7f8966dd3440 -1 osd.0 0 read_superblock omap replica is missing. 2024-09-10T18:57:14.636 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:14 smithi031 bash[62771]: debug 2024-09-10T18:57:14.354+0000 7f8966dd3440 -1 osd.0 72 log_to_monitors true 2024-09-10T18:57:15.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:15 smithi063 bash[48646]: cluster 2024-09-10T18:57:14.184861+0000 mgr.y (mgr.26002) 175 : cluster [DBG] pgmap v91: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:15.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:15 smithi063 bash[48646]: audit 2024-09-10T18:57:14.354445+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:15.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:15 smithi063 bash[48646]: audit 2024-09-10T18:57:14.361399+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:15.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:15 smithi063 bash[48646]: audit 2024-09-10T18:57:14.364162+0000 mon.a (mon.0) 476 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3368437857,v1:172.21.15.31:6803/3368437857]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:57:15.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:15 smithi063 bash[48646]: audit 2024-09-10T18:57:14.369482+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:15.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:15 smithi063 bash[48646]: audit 2024-09-10T18:57:14.745388+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:15.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:15 smithi063 bash[48646]: audit 2024-09-10T18:57:14.966915+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:15.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:15 smithi063 bash[48646]: audit 2024-09-10T18:57:14.974588+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:15.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:15 smithi063 bash[48646]: audit 2024-09-10T18:57:14.984311+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:15.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:15 smithi063 bash[48646]: audit 2024-09-10T18:57:14.986217+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:57:15.636 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[62771]: debug 2024-09-10T18:57:15.378+0000 7f895d37c640 -1 osd.0 72 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T18:57:15.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[54359]: cluster 2024-09-10T18:57:14.184861+0000 mgr.y (mgr.26002) 175 : cluster [DBG] pgmap v91: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:15.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[54359]: audit 2024-09-10T18:57:14.354445+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:15.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[54359]: audit 2024-09-10T18:57:14.361399+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:15.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[54359]: audit 2024-09-10T18:57:14.364162+0000 mon.a (mon.0) 476 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3368437857,v1:172.21.15.31:6803/3368437857]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:57:15.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[54359]: audit 2024-09-10T18:57:14.369482+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:15.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[54359]: audit 2024-09-10T18:57:14.745388+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:15.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[54359]: audit 2024-09-10T18:57:14.966915+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:15.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[54359]: audit 2024-09-10T18:57:14.974588+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:15.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[54359]: audit 2024-09-10T18:57:14.984311+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:15.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[54359]: audit 2024-09-10T18:57:14.986217+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:57:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[53082]: cluster 2024-09-10T18:57:14.184861+0000 mgr.y (mgr.26002) 175 : cluster [DBG] pgmap v91: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[53082]: audit 2024-09-10T18:57:14.354445+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:15.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[53082]: audit 2024-09-10T18:57:14.361399+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:15.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[53082]: audit 2024-09-10T18:57:14.364162+0000 mon.a (mon.0) 476 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3368437857,v1:172.21.15.31:6803/3368437857]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:57:15.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[53082]: audit 2024-09-10T18:57:14.369482+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:15.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[53082]: audit 2024-09-10T18:57:14.745388+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:15.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[53082]: audit 2024-09-10T18:57:14.966915+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:15.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[53082]: audit 2024-09-10T18:57:14.974588+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:15.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[53082]: audit 2024-09-10T18:57:14.984311+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:15.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:15 smithi031 bash[53082]: audit 2024-09-10T18:57:14.986217+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:57:16.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:16 smithi031 bash[53082]: audit 2024-09-10T18:57:15.368321+0000 mon.a (mon.0) 483 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3368437857,v1:172.21.15.31:6803/3368437857]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:57:16.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:16 smithi031 bash[53082]: cluster 2024-09-10T18:57:15.368517+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-09-10T18:57:16.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:16 smithi031 bash[53082]: audit 2024-09-10T18:57:15.369422+0000 mon.a (mon.0) 485 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3368437857,v1:172.21.15.31:6803/3368437857]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:57:16.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:16 smithi031 bash[53082]: cluster 2024-09-10T18:57:16.186511+0000 mgr.y (mgr.26002) 176 : cluster [DBG] pgmap v93: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:16.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:16 smithi031 bash[54359]: audit 2024-09-10T18:57:15.368321+0000 mon.a (mon.0) 483 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3368437857,v1:172.21.15.31:6803/3368437857]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:57:16.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:16 smithi031 bash[54359]: cluster 2024-09-10T18:57:15.368517+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-09-10T18:57:16.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:16 smithi031 bash[54359]: audit 2024-09-10T18:57:15.369422+0000 mon.a (mon.0) 485 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3368437857,v1:172.21.15.31:6803/3368437857]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:57:16.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:16 smithi031 bash[54359]: cluster 2024-09-10T18:57:16.186511+0000 mgr.y (mgr.26002) 176 : cluster [DBG] pgmap v93: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:16.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:16 smithi063 bash[48646]: audit 2024-09-10T18:57:15.368321+0000 mon.a (mon.0) 483 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3368437857,v1:172.21.15.31:6803/3368437857]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:57:16.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:16 smithi063 bash[48646]: cluster 2024-09-10T18:57:15.368517+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-09-10T18:57:16.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:16 smithi063 bash[48646]: audit 2024-09-10T18:57:15.369422+0000 mon.a (mon.0) 485 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3368437857,v1:172.21.15.31:6803/3368437857]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:57:16.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:16 smithi063 bash[48646]: cluster 2024-09-10T18:57:16.186511+0000 mgr.y (mgr.26002) 176 : cluster [DBG] pgmap v93: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:17.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:17 smithi063 bash[48646]: cluster 2024-09-10T18:57:16.363484+0000 mon.a (mon.0) 486 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:57:17.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:17 smithi063 bash[48646]: cluster 2024-09-10T18:57:16.371464+0000 mon.a (mon.0) 487 : cluster [INF] osd.0 [v2:172.21.15.31:6802/3368437857,v1:172.21.15.31:6803/3368437857] boot 2024-09-10T18:57:17.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:17 smithi063 bash[48646]: cluster 2024-09-10T18:57:16.372096+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-09-10T18:57:17.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:17 smithi063 bash[48646]: audit 2024-09-10T18:57:16.373560+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:57:17.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:17 smithi031 bash[53082]: cluster 2024-09-10T18:57:16.363484+0000 mon.a (mon.0) 486 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:57:17.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:17 smithi031 bash[53082]: cluster 2024-09-10T18:57:16.371464+0000 mon.a (mon.0) 487 : cluster [INF] osd.0 [v2:172.21.15.31:6802/3368437857,v1:172.21.15.31:6803/3368437857] boot 2024-09-10T18:57:17.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:17 smithi031 bash[53082]: cluster 2024-09-10T18:57:16.372096+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-09-10T18:57:17.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:17 smithi031 bash[53082]: audit 2024-09-10T18:57:16.373560+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:57:17.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:17 smithi031 bash[54359]: cluster 2024-09-10T18:57:16.363484+0000 mon.a (mon.0) 486 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:57:17.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:17 smithi031 bash[54359]: cluster 2024-09-10T18:57:16.371464+0000 mon.a (mon.0) 487 : cluster [INF] osd.0 [v2:172.21.15.31:6802/3368437857,v1:172.21.15.31:6803/3368437857] boot 2024-09-10T18:57:17.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:17 smithi031 bash[54359]: cluster 2024-09-10T18:57:16.372096+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-09-10T18:57:17.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:17 smithi031 bash[54359]: audit 2024-09-10T18:57:16.373560+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:57:18.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:18 smithi063 bash[48646]: cluster 2024-09-10T18:57:17.379775+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-09-10T18:57:18.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:18 smithi063 bash[48646]: cluster 2024-09-10T18:57:18.187518+0000 mgr.y (mgr.26002) 177 : cluster [DBG] pgmap v96: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:18.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:18 smithi031 bash[54359]: cluster 2024-09-10T18:57:17.379775+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-09-10T18:57:18.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:18 smithi031 bash[54359]: cluster 2024-09-10T18:57:18.187518+0000 mgr.y (mgr.26002) 177 : cluster [DBG] pgmap v96: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:18.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:18 smithi031 bash[53082]: cluster 2024-09-10T18:57:17.379775+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-09-10T18:57:18.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:18 smithi031 bash[53082]: cluster 2024-09-10T18:57:18.187518+0000 mgr.y (mgr.26002) 177 : cluster [DBG] pgmap v96: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:21.557 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:21 smithi031 bash[53082]: cluster 2024-09-10T18:57:20.188503+0000 mgr.y (mgr.26002) 178 : cluster [DBG] pgmap v97: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:21.558 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:21 smithi031 bash[54359]: cluster 2024-09-10T18:57:20.188503+0000 mgr.y (mgr.26002) 178 : cluster [DBG] pgmap v97: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:21.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:21 smithi063 bash[48646]: cluster 2024-09-10T18:57:20.188503+0000 mgr.y (mgr.26002) 178 : cluster [DBG] pgmap v97: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 65/618 objects degraded (10.518%) 2024-09-10T18:57:22.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:22 smithi063 bash[48646]: cluster 2024-09-10T18:57:22.245155+0000 mon.a (mon.0) 491 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 65/618 objects degraded (10.518%), 20 pgs degraded) 2024-09-10T18:57:22.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:22 smithi031 bash[53082]: cluster 2024-09-10T18:57:22.245155+0000 mon.a (mon.0) 491 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 65/618 objects degraded (10.518%), 20 pgs degraded) 2024-09-10T18:57:22.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:22 smithi031 bash[54359]: cluster 2024-09-10T18:57:22.245155+0000 mon.a (mon.0) 491 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 65/618 objects degraded (10.518%), 20 pgs degraded) 2024-09-10T18:57:23.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:23 smithi063 bash[48646]: cluster 2024-09-10T18:57:22.190057+0000 mgr.y (mgr.26002) 179 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:23.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:23 smithi031 bash[53082]: cluster 2024-09-10T18:57:22.190057+0000 mgr.y (mgr.26002) 179 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:23.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:23 smithi031 bash[54359]: cluster 2024-09-10T18:57:22.190057+0000 mgr.y (mgr.26002) 179 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:25.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:25 smithi063 bash[48646]: cluster 2024-09-10T18:57:24.190789+0000 mgr.y (mgr.26002) 180 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:25.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:25 smithi031 bash[53082]: cluster 2024-09-10T18:57:24.190789+0000 mgr.y (mgr.26002) 180 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:25.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:25 smithi031 bash[54359]: cluster 2024-09-10T18:57:24.190789+0000 mgr.y (mgr.26002) 180 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:26.561 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[54359]: audit 2024-09-10T18:57:26.136109+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:26.561 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[54359]: audit 2024-09-10T18:57:26.144677+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:26.561 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[54359]: audit 2024-09-10T18:57:26.154213+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:26.561 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[54359]: audit 2024-09-10T18:57:26.156046+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:26.561 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[54359]: audit 2024-09-10T18:57:26.157561+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:26.561 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[54359]: audit 2024-09-10T18:57:26.170198+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:26.562 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[54359]: audit 2024-09-10T18:57:26.228621+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:26.562 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[54359]: audit 2024-09-10T18:57:26.233235+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:26.562 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[54359]: audit 2024-09-10T18:57:26.235647+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:26.562 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[54359]: audit 2024-09-10T18:57:26.237680+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:26.562 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[54359]: audit 2024-09-10T18:57:26.240139+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T18:57:26.562 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[53082]: audit 2024-09-10T18:57:26.136109+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:26.562 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[53082]: audit 2024-09-10T18:57:26.144677+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:26.562 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[53082]: audit 2024-09-10T18:57:26.154213+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:26.562 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[53082]: audit 2024-09-10T18:57:26.156046+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:26.562 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[53082]: audit 2024-09-10T18:57:26.157561+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:26.563 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[53082]: audit 2024-09-10T18:57:26.170198+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:26.563 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[53082]: audit 2024-09-10T18:57:26.228621+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:26.563 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[53082]: audit 2024-09-10T18:57:26.233235+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:26.563 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[53082]: audit 2024-09-10T18:57:26.235647+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:26.563 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[53082]: audit 2024-09-10T18:57:26.237680+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:26.563 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:26 smithi031 bash[53082]: audit 2024-09-10T18:57:26.240139+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T18:57:26.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:26 smithi063 bash[48646]: audit 2024-09-10T18:57:26.136109+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:26.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:26 smithi063 bash[48646]: audit 2024-09-10T18:57:26.144677+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:26.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:26 smithi063 bash[48646]: audit 2024-09-10T18:57:26.154213+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:26.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:26 smithi063 bash[48646]: audit 2024-09-10T18:57:26.156046+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:26.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:26 smithi063 bash[48646]: audit 2024-09-10T18:57:26.157561+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:26.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:26 smithi063 bash[48646]: audit 2024-09-10T18:57:26.170198+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:26.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:26 smithi063 bash[48646]: audit 2024-09-10T18:57:26.228621+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:26.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:26 smithi063 bash[48646]: audit 2024-09-10T18:57:26.233235+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:26.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:26 smithi063 bash[48646]: audit 2024-09-10T18:57:26.235647+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:26.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:26 smithi063 bash[48646]: audit 2024-09-10T18:57:26.237680+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:26.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:26 smithi063 bash[48646]: audit 2024-09-10T18:57:26.240139+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T18:57:27.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:27 smithi063 bash[48646]: cephadm 2024-09-10T18:57:26.158838+0000 mgr.y (mgr.26002) 181 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:57:27.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:27 smithi063 bash[48646]: cluster 2024-09-10T18:57:26.160862+0000 mgr.y (mgr.26002) 182 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:27.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:27 smithi063 bash[48646]: cluster 2024-09-10T18:57:26.161394+0000 mgr.y (mgr.26002) 183 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:27.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:27 smithi063 bash[48646]: audit 2024-09-10T18:57:26.240409+0000 mgr.y (mgr.26002) 184 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T18:57:27.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:27 smithi063 bash[48646]: cephadm 2024-09-10T18:57:26.242095+0000 mgr.y (mgr.26002) 185 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-09-10T18:57:27.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:27 smithi031 bash[53082]: cephadm 2024-09-10T18:57:26.158838+0000 mgr.y (mgr.26002) 181 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:57:27.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:27 smithi031 bash[53082]: cluster 2024-09-10T18:57:26.160862+0000 mgr.y (mgr.26002) 182 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:27.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:27 smithi031 bash[53082]: cluster 2024-09-10T18:57:26.161394+0000 mgr.y (mgr.26002) 183 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:27.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:27 smithi031 bash[53082]: audit 2024-09-10T18:57:26.240409+0000 mgr.y (mgr.26002) 184 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T18:57:27.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:27 smithi031 bash[53082]: cephadm 2024-09-10T18:57:26.242095+0000 mgr.y (mgr.26002) 185 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-09-10T18:57:27.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:27 smithi031 bash[54359]: cephadm 2024-09-10T18:57:26.158838+0000 mgr.y (mgr.26002) 181 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:57:27.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:27 smithi031 bash[54359]: cluster 2024-09-10T18:57:26.160862+0000 mgr.y (mgr.26002) 182 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:27.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:27 smithi031 bash[54359]: cluster 2024-09-10T18:57:26.161394+0000 mgr.y (mgr.26002) 183 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:27.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:27 smithi031 bash[54359]: audit 2024-09-10T18:57:26.240409+0000 mgr.y (mgr.26002) 184 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T18:57:27.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:27 smithi031 bash[54359]: cephadm 2024-09-10T18:57:26.242095+0000 mgr.y (mgr.26002) 185 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-09-10T18:57:29.321 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:29 smithi031 bash[54359]: cluster 2024-09-10T18:57:28.162109+0000 mgr.y (mgr.26002) 186 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:29.322 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:29 smithi031 bash[54359]: audit 2024-09-10T18:57:28.615443+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:29.322 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:29 smithi031 bash[54359]: audit 2024-09-10T18:57:28.617142+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:57:29.322 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:29 smithi031 bash[54359]: audit 2024-09-10T18:57:28.618615+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:29.322 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:29 smithi031 bash[54359]: audit 2024-09-10T18:57:28.622163+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-10T18:57:29.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:29 smithi063 bash[48646]: cluster 2024-09-10T18:57:28.162109+0000 mgr.y (mgr.26002) 186 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:29.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:29 smithi063 bash[48646]: audit 2024-09-10T18:57:28.615443+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:29.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:29 smithi063 bash[48646]: audit 2024-09-10T18:57:28.617142+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:57:29.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:29 smithi063 bash[48646]: audit 2024-09-10T18:57:28.618615+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:29.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:29 smithi063 bash[48646]: audit 2024-09-10T18:57:28.622163+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-10T18:57:29.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:29 smithi031 bash[53082]: cluster 2024-09-10T18:57:28.162109+0000 mgr.y (mgr.26002) 186 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:29.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:29 smithi031 bash[53082]: audit 2024-09-10T18:57:28.615443+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:29.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:29 smithi031 bash[53082]: audit 2024-09-10T18:57:28.617142+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:57:29.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:29 smithi031 bash[53082]: audit 2024-09-10T18:57:28.618615+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:29.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:29 smithi031 bash[53082]: audit 2024-09-10T18:57:28.622163+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-10T18:57:30.168 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:57:30.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:30 smithi031 bash[53082]: cephadm 2024-09-10T18:57:28.604199+0000 mgr.y (mgr.26002) 187 : cephadm [INF] Upgrade: Updating osd.1 2024-09-10T18:57:30.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:30 smithi031 bash[53082]: cephadm 2024-09-10T18:57:28.621406+0000 mgr.y (mgr.26002) 188 : cephadm [INF] Deploying daemon osd.1 on smithi031 2024-09-10T18:57:30.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:30 smithi031 bash[54359]: cephadm 2024-09-10T18:57:28.604199+0000 mgr.y (mgr.26002) 187 : cephadm [INF] Upgrade: Updating osd.1 2024-09-10T18:57:30.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:30 smithi031 bash[54359]: cephadm 2024-09-10T18:57:28.621406+0000 mgr.y (mgr.26002) 188 : cephadm [INF] Deploying daemon osd.1 on smithi031 2024-09-10T18:57:30.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:30 smithi063 bash[48646]: cephadm 2024-09-10T18:57:28.604199+0000 mgr.y (mgr.26002) 187 : cephadm [INF] Upgrade: Updating osd.1 2024-09-10T18:57:30.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:30 smithi063 bash[48646]: cephadm 2024-09-10T18:57:28.621406+0000 mgr.y (mgr.26002) 188 : cephadm [INF] Deploying daemon osd.1 on smithi031 2024-09-10T18:57:30.914 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:57:30.914 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (5m) 16s ago 30m 16.9M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T18:57:30.914 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (5m) 2m ago 29m 82.0M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T18:57:30.914 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 2m ago 31m - - 2024-09-10T18:57:30.914 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (7m) 2m ago 35m 390M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T18:57:30.914 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (17m) 16s ago 36m 436M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:57:30.914 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (3m) 16s ago 36m 60.5M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T18:57:30.914 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (4m) 2m ago 35m 48.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T18:57:30.915 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (2m) 16s ago 35m 41.7M 2048M 17.2.7-1606-g5be57395 4c55dd409611 cf5fe597e338 2024-09-10T18:57:30.915 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (6m) 16s ago 30m 10.8M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T18:57:30.915 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (6m) 2m ago 30m 10.9M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T18:57:30.915 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (21s) 16s ago 34m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 9db09b69d74a 2024-09-10T18:57:30.915 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (34m) 16s ago 34m 54.1M 4096M 15.2.9 dfc483079636 15c6a204cd47 2024-09-10T18:57:30.915 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (33m) 16s ago 33m 48.0M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:57:30.915 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (33m) 16s ago 33m 55.5M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:57:30.915 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (32m) 2m ago 33m 53.6M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:57:30.915 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (32m) 2m ago 32m 48.7M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:57:30.915 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (32m) 2m ago 32m 50.2M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:57:30.915 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (31m) 2m ago 31m 51.5M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:57:30.915 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (6m) 2m ago 30m 49.1M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T18:57:30.915 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (28m) 16s ago 28m 56.5M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:57:30.916 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (28m) 2m ago 28m 56.5M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:57:31.357 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:57:31.357 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:57:31.357 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T18:57:31.357 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:57:31.358 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:57:31.358 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:57:31.358 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:57:31.358 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:57:31.358 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 7, 2024-09-10T18:57:31.358 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:57:31.358 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:57:31.358 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:57:31.358 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:57:31.358 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:57:31.358 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:57:31.358 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 9, 2024-09-10T18:57:31.358 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 6 2024-09-10T18:57:31.358 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:57:31.358 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:57:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:31 smithi063 bash[48646]: audit 2024-09-10T18:57:30.147961+0000 mgr.y (mgr.26002) 189 : audit [DBG] from='client.64234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:31 smithi063 bash[48646]: cluster 2024-09-10T18:57:30.162627+0000 mgr.y (mgr.26002) 190 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:31 smithi063 bash[48646]: audit 2024-09-10T18:57:30.891057+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:57:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:31 smithi063 bash[48646]: audit 2024-09-10T18:57:30.892011+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:57:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:31 smithi063 bash[48646]: audit 2024-09-10T18:57:30.892890+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:31 smithi063 bash[48646]: audit 2024-09-10T18:57:30.893563+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:31 smithi063 bash[48646]: audit 2024-09-10T18:57:30.894177+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:31 smithi063 bash[48646]: audit 2024-09-10T18:57:30.894769+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:31 smithi063 bash[48646]: audit 2024-09-10T18:57:30.897807+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:57:31.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:31 smithi063 bash[48646]: audit 2024-09-10T18:57:30.898452+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:31 smithi063 bash[48646]: audit 2024-09-10T18:57:30.899048+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:31 smithi063 bash[48646]: audit 2024-09-10T18:57:30.899640+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:31 smithi063 bash[48646]: audit 2024-09-10T18:57:30.900225+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:31 smithi063 bash[48646]: audit 2024-09-10T18:57:31.136119+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[54359]: audit 2024-09-10T18:57:30.147961+0000 mgr.y (mgr.26002) 189 : audit [DBG] from='client.64234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[54359]: cluster 2024-09-10T18:57:30.162627+0000 mgr.y (mgr.26002) 190 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[54359]: audit 2024-09-10T18:57:30.891057+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:57:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[54359]: audit 2024-09-10T18:57:30.892011+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:57:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[54359]: audit 2024-09-10T18:57:30.892890+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[54359]: audit 2024-09-10T18:57:30.893563+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[54359]: audit 2024-09-10T18:57:30.894177+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[54359]: audit 2024-09-10T18:57:30.894769+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[54359]: audit 2024-09-10T18:57:30.897807+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:57:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[54359]: audit 2024-09-10T18:57:30.898452+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[54359]: audit 2024-09-10T18:57:30.899048+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[54359]: audit 2024-09-10T18:57:30.899640+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[54359]: audit 2024-09-10T18:57:30.900225+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[54359]: audit 2024-09-10T18:57:31.136119+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[53082]: audit 2024-09-10T18:57:30.147961+0000 mgr.y (mgr.26002) 189 : audit [DBG] from='client.64234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[53082]: cluster 2024-09-10T18:57:30.162627+0000 mgr.y (mgr.26002) 190 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[53082]: audit 2024-09-10T18:57:30.891057+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:57:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[53082]: audit 2024-09-10T18:57:30.892011+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:57:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[53082]: audit 2024-09-10T18:57:30.892890+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[53082]: audit 2024-09-10T18:57:30.893563+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[53082]: audit 2024-09-10T18:57:30.894177+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[53082]: audit 2024-09-10T18:57:30.894769+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[53082]: audit 2024-09-10T18:57:30.897807+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:57:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[53082]: audit 2024-09-10T18:57:30.898452+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[53082]: audit 2024-09-10T18:57:30.899048+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[53082]: audit 2024-09-10T18:57:30.899640+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[53082]: audit 2024-09-10T18:57:30.900225+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:31.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:31 smithi031 bash[53082]: audit 2024-09-10T18:57:31.136119+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:31.721 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:57:31.722 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:57:31.722 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T18:57:31.722 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 2 daemons (1 remaining).", 2024-09-10T18:57:31.722 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-10T18:57:31.722 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "1/8 daemons upgraded", 2024-09-10T18:57:31.722 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T18:57:31.722 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T18:57:31.722 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:57:32.429 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:32 smithi031 bash[54359]: audit 2024-09-10T18:57:30.528008+0000 mgr.y (mgr.26002) 191 : audit [DBG] from='client.54330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:32.429 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:32 smithi031 bash[54359]: audit 2024-09-10T18:57:30.885449+0000 mgr.y (mgr.26002) 192 : audit [DBG] from='client.54336 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:32.429 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:32 smithi031 bash[54359]: audit 2024-09-10T18:57:31.355098+0000 mon.a (mon.0) 519 : audit [DBG] from='client.64252 172.21.15.31:0/1282235497' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:32.429 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:32 smithi031 bash[53082]: audit 2024-09-10T18:57:30.528008+0000 mgr.y (mgr.26002) 191 : audit [DBG] from='client.54330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:32.429 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:32 smithi031 bash[53082]: audit 2024-09-10T18:57:30.885449+0000 mgr.y (mgr.26002) 192 : audit [DBG] from='client.54336 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:32.429 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:32 smithi031 bash[53082]: audit 2024-09-10T18:57:31.355098+0000 mon.a (mon.0) 519 : audit [DBG] from='client.64252 172.21.15.31:0/1282235497' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:32.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:32 smithi063 bash[48646]: audit 2024-09-10T18:57:30.528008+0000 mgr.y (mgr.26002) 191 : audit [DBG] from='client.54330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:32.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:32 smithi063 bash[48646]: audit 2024-09-10T18:57:30.885449+0000 mgr.y (mgr.26002) 192 : audit [DBG] from='client.54336 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:32.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:32 smithi063 bash[48646]: audit 2024-09-10T18:57:31.355098+0000 mon.a (mon.0) 519 : audit [DBG] from='client.64252 172.21.15.31:0/1282235497' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:33.498 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:33 smithi031 bash[53082]: audit 2024-09-10T18:57:31.718953+0000 mgr.y (mgr.26002) 193 : audit [DBG] from='client.54348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:33.498 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:33 smithi031 bash[53082]: cluster 2024-09-10T18:57:32.164117+0000 mgr.y (mgr.26002) 194 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:33.499 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:33 smithi031 bash[54359]: audit 2024-09-10T18:57:31.718953+0000 mgr.y (mgr.26002) 193 : audit [DBG] from='client.54348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:33.499 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:33 smithi031 bash[54359]: cluster 2024-09-10T18:57:32.164117+0000 mgr.y (mgr.26002) 194 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:33.499 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:33 smithi031 systemd[1]: Stopping Ceph osd.1 for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:57:33.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:33 smithi063 bash[48646]: audit 2024-09-10T18:57:31.718953+0000 mgr.y (mgr.26002) 193 : audit [DBG] from='client.54348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:33.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:33 smithi063 bash[48646]: cluster 2024-09-10T18:57:32.164117+0000 mgr.y (mgr.26002) 194 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:33.886 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:33 smithi031 bash[23372]: debug 2024-09-10T18:57:33.494+0000 7fa69299c700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T18:57:33.886 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:33 smithi031 bash[23372]: debug 2024-09-10T18:57:33.494+0000 7fa69299c700 -1 osd.1 77 *** Got signal Terminated *** 2024-09-10T18:57:33.886 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:33 smithi031 bash[23372]: debug 2024-09-10T18:57:33.494+0000 7fa69299c700 -1 osd.1 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:57:34.386 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[68323]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd.1 2024-09-10T18:57:34.386 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[68392]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd.1 2024-09-10T18:57:34.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:33.744581+0000 mon.a (mon.0) 520 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-10T18:57:34.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:33.744632+0000 mon.a (mon.0) 521 : cluster [INF] osd.1 failed (root=default,host=smithi031) (connection refused reported by osd.7) 2024-09-10T18:57:34.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:33.744905+0000 mon.a (mon.0) 522 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-10T18:57:34.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:33.745068+0000 mon.a (mon.0) 523 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:57:34.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:33.745265+0000 mon.a (mon.0) 524 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T18:57:34.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:33.745484+0000 mon.a (mon.0) 525 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T18:57:34.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:33.745641+0000 mon.a (mon.0) 526 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T18:57:34.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:33.745747+0000 mon.a (mon.0) 527 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T18:57:34.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:33.745958+0000 mon.a (mon.0) 528 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:57:34.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:33.746203+0000 mon.a (mon.0) 529 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T18:57:34.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:33.746368+0000 mon.a (mon.0) 530 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T18:57:34.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:33.746518+0000 mon.a (mon.0) 531 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T18:57:34.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:33.746618+0000 mon.a (mon.0) 532 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T18:57:34.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:33.746903+0000 mon.a (mon.0) 533 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-10T18:57:34.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:33.747064+0000 mon.a (mon.0) 534 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-10T18:57:34.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.036577+0000 mon.a (mon.0) 535 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T18:57:34.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.038906+0000 mon.a (mon.0) 536 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T18:57:34.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.039275+0000 mon.a (mon.0) 537 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T18:57:34.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.041435+0000 mon.a (mon.0) 538 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T18:57:34.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.148561+0000 mon.a (mon.0) 539 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T18:57:34.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.148909+0000 mon.a (mon.0) 540 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:57:34.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.149099+0000 mon.a (mon.0) 541 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T18:57:34.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.149503+0000 mon.a (mon.0) 542 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T18:57:34.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.149689+0000 mon.a (mon.0) 543 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T18:57:34.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.150068+0000 mon.a (mon.0) 544 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-10T18:57:34.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.150247+0000 mon.a (mon.0) 545 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:57:34.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.150745+0000 mon.a (mon.0) 546 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-10T18:57:34.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.150929+0000 mon.a (mon.0) 547 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T18:57:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.151289+0000 mon.a (mon.0) 548 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T18:57:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.151467+0000 mon.a (mon.0) 549 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-10T18:57:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.151972+0000 mon.a (mon.0) 550 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-10T18:57:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.152226+0000 mon.a (mon.0) 551 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T18:57:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.152388+0000 mon.a (mon.0) 552 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T18:57:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.240440+0000 mon.a (mon.0) 553 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T18:57:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.240899+0000 mon.a (mon.0) 554 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T18:57:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.244462+0000 mon.a (mon.0) 555 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T18:57:34.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:33.744581+0000 mon.a (mon.0) 520 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-10T18:57:34.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:33.744632+0000 mon.a (mon.0) 521 : cluster [INF] osd.1 failed (root=default,host=smithi031) (connection refused reported by osd.7) 2024-09-10T18:57:34.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:33.744905+0000 mon.a (mon.0) 522 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-10T18:57:34.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:33.745068+0000 mon.a (mon.0) 523 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:57:34.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:33.745265+0000 mon.a (mon.0) 524 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T18:57:34.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:33.745484+0000 mon.a (mon.0) 525 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T18:57:34.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:33.745641+0000 mon.a (mon.0) 526 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T18:57:34.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:33.745747+0000 mon.a (mon.0) 527 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T18:57:34.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:33.745958+0000 mon.a (mon.0) 528 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:57:34.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:33.746203+0000 mon.a (mon.0) 529 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T18:57:34.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:33.746368+0000 mon.a (mon.0) 530 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T18:57:34.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:33.746518+0000 mon.a (mon.0) 531 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T18:57:34.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:33.746618+0000 mon.a (mon.0) 532 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T18:57:34.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:33.746903+0000 mon.a (mon.0) 533 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-10T18:57:34.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:33.747064+0000 mon.a (mon.0) 534 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-10T18:57:34.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.036577+0000 mon.a (mon.0) 535 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T18:57:34.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.038906+0000 mon.a (mon.0) 536 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T18:57:34.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.039275+0000 mon.a (mon.0) 537 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T18:57:34.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.041435+0000 mon.a (mon.0) 538 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T18:57:34.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.148561+0000 mon.a (mon.0) 539 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T18:57:34.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.148909+0000 mon.a (mon.0) 540 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:57:34.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.149099+0000 mon.a (mon.0) 541 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T18:57:34.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.149503+0000 mon.a (mon.0) 542 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T18:57:34.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.149689+0000 mon.a (mon.0) 543 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T18:57:34.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.150068+0000 mon.a (mon.0) 544 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-10T18:57:34.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.150247+0000 mon.a (mon.0) 545 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:57:34.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.150745+0000 mon.a (mon.0) 546 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-10T18:57:34.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.150929+0000 mon.a (mon.0) 547 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T18:57:34.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.151289+0000 mon.a (mon.0) 548 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T18:57:34.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.151467+0000 mon.a (mon.0) 549 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-10T18:57:34.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.151972+0000 mon.a (mon.0) 550 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-10T18:57:34.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.152226+0000 mon.a (mon.0) 551 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T18:57:34.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.152388+0000 mon.a (mon.0) 552 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T18:57:34.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.240440+0000 mon.a (mon.0) 553 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T18:57:34.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.240899+0000 mon.a (mon.0) 554 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T18:57:34.392 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:34 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.244462+0000 mon.a (mon.0) 555 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T18:57:34.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:33.744581+0000 mon.a (mon.0) 520 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-10T18:57:34.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:33.744632+0000 mon.a (mon.0) 521 : cluster [INF] osd.1 failed (root=default,host=smithi031) (connection refused reported by osd.7) 2024-09-10T18:57:34.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:33.744905+0000 mon.a (mon.0) 522 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-10T18:57:34.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:33.745068+0000 mon.a (mon.0) 523 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:57:34.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:33.745265+0000 mon.a (mon.0) 524 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T18:57:34.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:33.745484+0000 mon.a (mon.0) 525 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T18:57:34.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:33.745641+0000 mon.a (mon.0) 526 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T18:57:34.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:33.745747+0000 mon.a (mon.0) 527 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T18:57:34.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:33.745958+0000 mon.a (mon.0) 528 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:57:34.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:33.746203+0000 mon.a (mon.0) 529 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T18:57:34.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:33.746368+0000 mon.a (mon.0) 530 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T18:57:34.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:33.746518+0000 mon.a (mon.0) 531 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T18:57:34.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:33.746618+0000 mon.a (mon.0) 532 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T18:57:34.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:33.746903+0000 mon.a (mon.0) 533 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-10T18:57:34.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:33.747064+0000 mon.a (mon.0) 534 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-10T18:57:34.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.036577+0000 mon.a (mon.0) 535 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T18:57:34.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.038906+0000 mon.a (mon.0) 536 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T18:57:34.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.039275+0000 mon.a (mon.0) 537 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T18:57:34.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.041435+0000 mon.a (mon.0) 538 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T18:57:34.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.148561+0000 mon.a (mon.0) 539 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T18:57:34.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.148909+0000 mon.a (mon.0) 540 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:57:34.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.149099+0000 mon.a (mon.0) 541 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T18:57:34.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.149503+0000 mon.a (mon.0) 542 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T18:57:34.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.149689+0000 mon.a (mon.0) 543 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T18:57:34.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.150068+0000 mon.a (mon.0) 544 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-10T18:57:34.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.150247+0000 mon.a (mon.0) 545 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:57:34.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.150745+0000 mon.a (mon.0) 546 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-10T18:57:34.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.150929+0000 mon.a (mon.0) 547 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-10T18:57:34.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.151289+0000 mon.a (mon.0) 548 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T18:57:34.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.151467+0000 mon.a (mon.0) 549 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-10T18:57:34.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.151972+0000 mon.a (mon.0) 550 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-10T18:57:34.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.152226+0000 mon.a (mon.0) 551 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T18:57:34.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.152388+0000 mon.a (mon.0) 552 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T18:57:34.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.240440+0000 mon.a (mon.0) 553 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-10T18:57:34.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.240899+0000 mon.a (mon.0) 554 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-10T18:57:34.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:34 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.244462+0000 mon.a (mon.0) 555 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-10T18:57:35.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:35 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.164627+0000 mgr.y (mgr.26002) 195 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:35.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:35 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.343177+0000 mon.a (mon.0) 556 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:57:35.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:35 smithi063 bash[48646]: cluster 2024-09-10T18:57:34.360648+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-09-10T18:57:35.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:35 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.164627+0000 mgr.y (mgr.26002) 195 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:35.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:35 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.343177+0000 mon.a (mon.0) 556 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:57:35.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:35 smithi031 bash[54359]: cluster 2024-09-10T18:57:34.360648+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-09-10T18:57:35.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:35 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.164627+0000 mgr.y (mgr.26002) 195 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-10T18:57:35.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:35 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.343177+0000 mon.a (mon.0) 556 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:57:35.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:35 smithi031 bash[53082]: cluster 2024-09-10T18:57:34.360648+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-09-10T18:57:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:36 smithi063 bash[48646]: cluster 2024-09-10T18:57:35.362764+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-09-10T18:57:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:36 smithi063 bash[48646]: audit 2024-09-10T18:57:36.003614+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.c", "id": [3, 2]}]: dispatch 2024-09-10T18:57:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:36 smithi063 bash[48646]: audit 2024-09-10T18:57:36.004345+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [3, 2]}]: dispatch 2024-09-10T18:57:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:36 smithi063 bash[48646]: audit 2024-09-10T18:57:36.005009+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1e", "id": [3, 1]}]: dispatch 2024-09-10T18:57:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:36 smithi063 bash[48646]: audit 2024-09-10T18:57:36.005538+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.2", "id": [3, 1]}]: dispatch 2024-09-10T18:57:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:36 smithi063 bash[48646]: audit 2024-09-10T18:57:36.006042+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.4", "id": [3, 6, 5, 0]}]: dispatch 2024-09-10T18:57:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:36 smithi063 bash[48646]: audit 2024-09-10T18:57:36.006520+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.13", "id": [3, 1]}]: dispatch 2024-09-10T18:57:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:36 smithi063 bash[48646]: audit 2024-09-10T18:57:36.007052+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.1a", "id": [5, 0]}]: dispatch 2024-09-10T18:57:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:36 smithi063 bash[48646]: audit 2024-09-10T18:57:36.007647+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.1c", "id": [7, 1]}]: dispatch 2024-09-10T18:57:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:36 smithi063 bash[48646]: audit 2024-09-10T18:57:36.008123+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.1f", "id": [3, 1]}]: dispatch 2024-09-10T18:57:36.636 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:36 smithi031 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.1.service: Succeeded. 2024-09-10T18:57:36.636 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:36 smithi031 systemd[1]: Stopped Ceph osd.1 for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:57:36.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[53082]: cluster 2024-09-10T18:57:35.362764+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-09-10T18:57:36.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[53082]: audit 2024-09-10T18:57:36.003614+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.c", "id": [3, 2]}]: dispatch 2024-09-10T18:57:36.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[53082]: audit 2024-09-10T18:57:36.004345+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [3, 2]}]: dispatch 2024-09-10T18:57:36.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[53082]: audit 2024-09-10T18:57:36.005009+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1e", "id": [3, 1]}]: dispatch 2024-09-10T18:57:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[53082]: audit 2024-09-10T18:57:36.005538+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.2", "id": [3, 1]}]: dispatch 2024-09-10T18:57:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[53082]: audit 2024-09-10T18:57:36.006042+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.4", "id": [3, 6, 5, 0]}]: dispatch 2024-09-10T18:57:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[53082]: audit 2024-09-10T18:57:36.006520+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.13", "id": [3, 1]}]: dispatch 2024-09-10T18:57:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[53082]: audit 2024-09-10T18:57:36.007052+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.1a", "id": [5, 0]}]: dispatch 2024-09-10T18:57:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[53082]: audit 2024-09-10T18:57:36.007647+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.1c", "id": [7, 1]}]: dispatch 2024-09-10T18:57:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[53082]: audit 2024-09-10T18:57:36.008123+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.1f", "id": [3, 1]}]: dispatch 2024-09-10T18:57:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[54359]: cluster 2024-09-10T18:57:35.362764+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-09-10T18:57:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[54359]: audit 2024-09-10T18:57:36.003614+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.c", "id": [3, 2]}]: dispatch 2024-09-10T18:57:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[54359]: audit 2024-09-10T18:57:36.004345+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [3, 2]}]: dispatch 2024-09-10T18:57:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[54359]: audit 2024-09-10T18:57:36.005009+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1e", "id": [3, 1]}]: dispatch 2024-09-10T18:57:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[54359]: audit 2024-09-10T18:57:36.005538+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.2", "id": [3, 1]}]: dispatch 2024-09-10T18:57:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[54359]: audit 2024-09-10T18:57:36.006042+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.4", "id": [3, 6, 5, 0]}]: dispatch 2024-09-10T18:57:36.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[54359]: audit 2024-09-10T18:57:36.006520+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.13", "id": [3, 1]}]: dispatch 2024-09-10T18:57:36.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[54359]: audit 2024-09-10T18:57:36.007052+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.1a", "id": [5, 0]}]: dispatch 2024-09-10T18:57:36.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[54359]: audit 2024-09-10T18:57:36.007647+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.1c", "id": [7, 1]}]: dispatch 2024-09-10T18:57:36.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:36 smithi031 bash[54359]: audit 2024-09-10T18:57:36.008123+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.1f", "id": [3, 1]}]: dispatch 2024-09-10T18:57:37.136 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:36 smithi031 systemd[1]: Started Ceph osd.1 for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:57:37.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:37 smithi063 bash[48646]: cluster 2024-09-10T18:57:36.166314+0000 mgr.y (mgr.26002) 196 : cluster [DBG] pgmap v108: 132 pgs: 2 activating+undersized, 29 active+undersized, 26 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 114/618 objects degraded (18.447%) 2024-09-10T18:57:37.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:37 smithi063 bash[48646]: cluster 2024-09-10T18:57:36.358427+0000 mon.a (mon.0) 568 : cluster [WRN] Health check failed: Degraded data redundancy: 114/618 objects degraded (18.447%), 26 pgs degraded (PG_DEGRADED) 2024-09-10T18:57:37.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:37 smithi063 bash[48646]: audit 2024-09-10T18:57:36.789715+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:37.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:37 smithi063 bash[48646]: audit 2024-09-10T18:57:36.796180+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:37.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:37 smithi063 bash[48646]: audit 2024-09-10T18:57:36.802681+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:37.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:37 smithi063 bash[48646]: audit 2024-09-10T18:57:36.808236+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:37.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:37 smithi063 bash[48646]: audit 2024-09-10T18:57:36.809874+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:37.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:37 smithi031 bash[53082]: cluster 2024-09-10T18:57:36.166314+0000 mgr.y (mgr.26002) 196 : cluster [DBG] pgmap v108: 132 pgs: 2 activating+undersized, 29 active+undersized, 26 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 114/618 objects degraded (18.447%) 2024-09-10T18:57:37.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:37 smithi031 bash[53082]: cluster 2024-09-10T18:57:36.358427+0000 mon.a (mon.0) 568 : cluster [WRN] Health check failed: Degraded data redundancy: 114/618 objects degraded (18.447%), 26 pgs degraded (PG_DEGRADED) 2024-09-10T18:57:37.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:37 smithi031 bash[53082]: audit 2024-09-10T18:57:36.789715+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:37.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:37 smithi031 bash[53082]: audit 2024-09-10T18:57:36.796180+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:37.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:37 smithi031 bash[53082]: audit 2024-09-10T18:57:36.802681+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:37.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:37 smithi031 bash[53082]: audit 2024-09-10T18:57:36.808236+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:37.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:37 smithi031 bash[53082]: audit 2024-09-10T18:57:36.809874+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:37 smithi031 bash[54359]: cluster 2024-09-10T18:57:36.166314+0000 mgr.y (mgr.26002) 196 : cluster [DBG] pgmap v108: 132 pgs: 2 activating+undersized, 29 active+undersized, 26 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 114/618 objects degraded (18.447%) 2024-09-10T18:57:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:37 smithi031 bash[54359]: cluster 2024-09-10T18:57:36.358427+0000 mon.a (mon.0) 568 : cluster [WRN] Health check failed: Degraded data redundancy: 114/618 objects degraded (18.447%), 26 pgs degraded (PG_DEGRADED) 2024-09-10T18:57:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:37 smithi031 bash[54359]: audit 2024-09-10T18:57:36.789715+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:37 smithi031 bash[54359]: audit 2024-09-10T18:57:36.796180+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:37 smithi031 bash[54359]: audit 2024-09-10T18:57:36.802681+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:37 smithi031 bash[54359]: audit 2024-09-10T18:57:36.808236+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:37 smithi031 bash[54359]: audit 2024-09-10T18:57:36.809874+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:38.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:38 smithi031 bash[53082]: cluster 2024-09-10T18:57:38.167336+0000 mgr.y (mgr.26002) 197 : cluster [DBG] pgmap v109: 132 pgs: 2 activating+undersized, 29 active+undersized, 26 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 114/618 objects degraded (18.447%) 2024-09-10T18:57:38.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:38 smithi031 bash[54359]: cluster 2024-09-10T18:57:38.167336+0000 mgr.y (mgr.26002) 197 : cluster [DBG] pgmap v109: 132 pgs: 2 activating+undersized, 29 active+undersized, 26 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 114/618 objects degraded (18.447%) 2024-09-10T18:57:38.637 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:38 smithi031 bash[68569]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T18:57:38.637 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:38 smithi031 bash[68569]: 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-10T18:57:38.637 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:38 smithi031 bash[68569]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-10T18:57:38.637 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:38 smithi031 bash[68569]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T18:57:38.637 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:38 smithi031 bash[68569]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-10T18:57:38.637 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:38 smithi031 bash[68569]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T18:57:38.637 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:38 smithi031 bash[68569]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-10T18:57:38.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:38 smithi063 bash[48646]: cluster 2024-09-10T18:57:38.167336+0000 mgr.y (mgr.26002) 197 : cluster [DBG] pgmap v109: 132 pgs: 2 activating+undersized, 29 active+undersized, 26 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 114/618 objects degraded (18.447%) 2024-09-10T18:57:40.636 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:40 smithi031 bash[68845]: debug 2024-09-10T18:57:40.394+0000 7ffaabbf5640 1 -- 172.21.15.31:0/3467634565 <== mon.0 v2:172.21.15.31:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559e8deb4d00 con 0x559e8de87000 2024-09-10T18:57:41.227 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:40 smithi031 bash[68845]: debug 2024-09-10T18:57:40.930+0000 7ffaae45d440 -1 Falling back to public interface 2024-09-10T18:57:41.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:41 smithi063 bash[48646]: cluster 2024-09-10T18:57:40.168430+0000 mgr.y (mgr.26002) 198 : cluster [DBG] pgmap v110: 132 pgs: 2 activating+undersized, 29 active+undersized, 26 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 114/618 objects degraded (18.447%) 2024-09-10T18:57:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:41 smithi031 bash[53082]: cluster 2024-09-10T18:57:40.168430+0000 mgr.y (mgr.26002) 198 : cluster [DBG] pgmap v110: 132 pgs: 2 activating+undersized, 29 active+undersized, 26 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 114/618 objects degraded (18.447%) 2024-09-10T18:57:41.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:41 smithi031 bash[54359]: cluster 2024-09-10T18:57:40.168430+0000 mgr.y (mgr.26002) 198 : cluster [DBG] pgmap v110: 132 pgs: 2 activating+undersized, 29 active+undersized, 26 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 114/618 objects degraded (18.447%) 2024-09-10T18:57:42.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:42 smithi063 bash[48646]: cluster 2024-09-10T18:57:42.225008+0000 mon.a (mon.0) 574 : cluster [WRN] Health check update: Degraded data redundancy: 114/618 objects degraded (18.447%), 27 pgs degraded (PG_DEGRADED) 2024-09-10T18:57:42.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:42 smithi031 bash[53082]: cluster 2024-09-10T18:57:42.225008+0000 mon.a (mon.0) 574 : cluster [WRN] Health check update: Degraded data redundancy: 114/618 objects degraded (18.447%), 27 pgs degraded (PG_DEGRADED) 2024-09-10T18:57:42.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:42 smithi031 bash[54359]: cluster 2024-09-10T18:57:42.225008+0000 mon.a (mon.0) 574 : cluster [WRN] Health check update: Degraded data redundancy: 114/618 objects degraded (18.447%), 27 pgs degraded (PG_DEGRADED) 2024-09-10T18:57:43.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:43 smithi063 bash[48646]: cluster 2024-09-10T18:57:42.170235+0000 mgr.y (mgr.26002) 199 : cluster [DBG] pgmap v111: 132 pgs: 30 active+undersized, 27 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 114/618 objects degraded (18.447%) 2024-09-10T18:57:43.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:43 smithi031 bash[53082]: cluster 2024-09-10T18:57:42.170235+0000 mgr.y (mgr.26002) 199 : cluster [DBG] pgmap v111: 132 pgs: 30 active+undersized, 27 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 114/618 objects degraded (18.447%) 2024-09-10T18:57:43.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:43 smithi031 bash[54359]: cluster 2024-09-10T18:57:42.170235+0000 mgr.y (mgr.26002) 199 : cluster [DBG] pgmap v111: 132 pgs: 30 active+undersized, 27 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 114/618 objects degraded (18.447%) 2024-09-10T18:57:44.284 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:43 smithi031 bash[68845]: debug 2024-09-10T18:57:43.917+0000 7ffaae45d440 -1 osd.1 0 read_superblock omap replica is missing. 2024-09-10T18:57:44.284 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:43 smithi031 bash[68845]: debug 2024-09-10T18:57:43.961+0000 7ffaae45d440 -1 osd.1 77 log_to_monitors true 2024-09-10T18:57:44.286 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:44 smithi031 bash[53082]: audit 2024-09-10T18:57:43.972735+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.31:6810/874839874,v1:172.21.15.31:6811/874839874]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:57:44.287 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:44 smithi031 bash[53082]: audit 2024-09-10T18:57:43.973337+0000 mon.a (mon.0) 575 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:57:44.287 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:44 smithi031 bash[53082]: audit 2024-09-10T18:57:44.004798+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:44.287 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:44 smithi031 bash[53082]: audit 2024-09-10T18:57:44.009858+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:44.287 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:44 smithi031 bash[53082]: audit 2024-09-10T18:57:44.017237+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:44.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:44 smithi063 bash[48646]: audit 2024-09-10T18:57:43.972735+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.31:6810/874839874,v1:172.21.15.31:6811/874839874]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:57:44.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:44 smithi063 bash[48646]: audit 2024-09-10T18:57:43.973337+0000 mon.a (mon.0) 575 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:57:44.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:44 smithi063 bash[48646]: audit 2024-09-10T18:57:44.004798+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:44.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:44 smithi063 bash[48646]: audit 2024-09-10T18:57:44.009858+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:44.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:44 smithi063 bash[48646]: audit 2024-09-10T18:57:44.017237+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:44.636 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 18:57:44 smithi031 bash[68845]: debug 2024-09-10T18:57:44.305+0000 7ffaa5a08640 -1 osd.1 77 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T18:57:44.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:44 smithi031 bash[54359]: audit 2024-09-10T18:57:43.972735+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.31:6810/874839874,v1:172.21.15.31:6811/874839874]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:57:44.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:44 smithi031 bash[54359]: audit 2024-09-10T18:57:43.973337+0000 mon.a (mon.0) 575 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:57:44.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:44 smithi031 bash[54359]: audit 2024-09-10T18:57:44.004798+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:44.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:44 smithi031 bash[54359]: audit 2024-09-10T18:57:44.009858+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:44.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:44 smithi031 bash[54359]: audit 2024-09-10T18:57:44.017237+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:45.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:45 smithi063 bash[48646]: cluster 2024-09-10T18:57:44.171219+0000 mgr.y (mgr.26002) 200 : cluster [DBG] pgmap v112: 132 pgs: 30 active+undersized, 27 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 114/618 objects degraded (18.447%) 2024-09-10T18:57:45.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:45 smithi063 bash[48646]: audit 2024-09-10T18:57:44.293068+0000 mon.a (mon.0) 579 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:57:45.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:45 smithi063 bash[48646]: cluster 2024-09-10T18:57:44.293178+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-09-10T18:57:45.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:45 smithi063 bash[48646]: audit 2024-09-10T18:57:44.293856+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.31:6810/874839874,v1:172.21.15.31:6811/874839874]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:57:45.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:45 smithi063 bash[48646]: audit 2024-09-10T18:57:44.294248+0000 mon.a (mon.0) 581 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:57:45.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:45 smithi063 bash[48646]: audit 2024-09-10T18:57:44.399942+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:45.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:45 smithi063 bash[48646]: audit 2024-09-10T18:57:44.624753+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:45.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:45 smithi063 bash[48646]: audit 2024-09-10T18:57:44.633161+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:45.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:45 smithi063 bash[48646]: audit 2024-09-10T18:57:44.642308+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:45.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:45 smithi063 bash[48646]: audit 2024-09-10T18:57:44.644017+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:57:45.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[53082]: cluster 2024-09-10T18:57:44.171219+0000 mgr.y (mgr.26002) 200 : cluster [DBG] pgmap v112: 132 pgs: 30 active+undersized, 27 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 114/618 objects degraded (18.447%) 2024-09-10T18:57:45.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[53082]: audit 2024-09-10T18:57:44.293068+0000 mon.a (mon.0) 579 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:57:45.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[53082]: cluster 2024-09-10T18:57:44.293178+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-09-10T18:57:45.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[53082]: audit 2024-09-10T18:57:44.293856+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.31:6810/874839874,v1:172.21.15.31:6811/874839874]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:57:45.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[53082]: audit 2024-09-10T18:57:44.294248+0000 mon.a (mon.0) 581 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:57:45.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[53082]: audit 2024-09-10T18:57:44.399942+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:45.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[53082]: audit 2024-09-10T18:57:44.624753+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:45.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[53082]: audit 2024-09-10T18:57:44.633161+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:45.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[53082]: audit 2024-09-10T18:57:44.642308+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:45.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[53082]: audit 2024-09-10T18:57:44.644017+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:57:45.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[54359]: cluster 2024-09-10T18:57:44.171219+0000 mgr.y (mgr.26002) 200 : cluster [DBG] pgmap v112: 132 pgs: 30 active+undersized, 27 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 114/618 objects degraded (18.447%) 2024-09-10T18:57:45.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[54359]: audit 2024-09-10T18:57:44.293068+0000 mon.a (mon.0) 579 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:57:45.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[54359]: cluster 2024-09-10T18:57:44.293178+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-09-10T18:57:45.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[54359]: audit 2024-09-10T18:57:44.293856+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.31:6810/874839874,v1:172.21.15.31:6811/874839874]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:57:45.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[54359]: audit 2024-09-10T18:57:44.294248+0000 mon.a (mon.0) 581 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:57:45.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[54359]: audit 2024-09-10T18:57:44.399942+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:45.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[54359]: audit 2024-09-10T18:57:44.624753+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:45.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[54359]: audit 2024-09-10T18:57:44.633161+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:45.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[54359]: audit 2024-09-10T18:57:44.642308+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:45.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:45 smithi031 bash[54359]: audit 2024-09-10T18:57:44.644017+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:57:46.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:46 smithi063 bash[48646]: cluster 2024-09-10T18:57:45.290763+0000 mon.a (mon.0) 587 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:57:46.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:46 smithi063 bash[48646]: cluster 2024-09-10T18:57:45.300782+0000 mon.a (mon.0) 588 : cluster [INF] osd.1 [v2:172.21.15.31:6810/874839874,v1:172.21.15.31:6811/874839874] boot 2024-09-10T18:57:46.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:46 smithi063 bash[48646]: cluster 2024-09-10T18:57:45.300857+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-09-10T18:57:46.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:46 smithi063 bash[48646]: audit 2024-09-10T18:57:45.303282+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:57:46.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:46 smithi063 bash[48646]: cluster 2024-09-10T18:57:46.305166+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-09-10T18:57:46.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:46 smithi031 bash[53082]: cluster 2024-09-10T18:57:45.290763+0000 mon.a (mon.0) 587 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:57:46.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:46 smithi031 bash[53082]: cluster 2024-09-10T18:57:45.300782+0000 mon.a (mon.0) 588 : cluster [INF] osd.1 [v2:172.21.15.31:6810/874839874,v1:172.21.15.31:6811/874839874] boot 2024-09-10T18:57:46.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:46 smithi031 bash[53082]: cluster 2024-09-10T18:57:45.300857+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-09-10T18:57:46.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:46 smithi031 bash[53082]: audit 2024-09-10T18:57:45.303282+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:57:46.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:46 smithi031 bash[53082]: cluster 2024-09-10T18:57:46.305166+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-09-10T18:57:46.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:46 smithi031 bash[54359]: cluster 2024-09-10T18:57:45.290763+0000 mon.a (mon.0) 587 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:57:46.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:46 smithi031 bash[54359]: cluster 2024-09-10T18:57:45.300782+0000 mon.a (mon.0) 588 : cluster [INF] osd.1 [v2:172.21.15.31:6810/874839874,v1:172.21.15.31:6811/874839874] boot 2024-09-10T18:57:46.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:46 smithi031 bash[54359]: cluster 2024-09-10T18:57:45.300857+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-09-10T18:57:46.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:46 smithi031 bash[54359]: audit 2024-09-10T18:57:45.303282+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:57:46.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:46 smithi031 bash[54359]: cluster 2024-09-10T18:57:46.305166+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-09-10T18:57:47.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:47 smithi063 bash[48646]: cluster 2024-09-10T18:57:46.172878+0000 mgr.y (mgr.26002) 201 : cluster [DBG] pgmap v115: 132 pgs: 42 peering, 10 active+undersized, 5 active+undersized+degraded, 75 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail; 30/618 objects degraded (4.854%) 2024-09-10T18:57:47.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:47 smithi031 bash[53082]: cluster 2024-09-10T18:57:46.172878+0000 mgr.y (mgr.26002) 201 : cluster [DBG] pgmap v115: 132 pgs: 42 peering, 10 active+undersized, 5 active+undersized+degraded, 75 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail; 30/618 objects degraded (4.854%) 2024-09-10T18:57:47.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:47 smithi031 bash[54359]: cluster 2024-09-10T18:57:46.172878+0000 mgr.y (mgr.26002) 201 : cluster [DBG] pgmap v115: 132 pgs: 42 peering, 10 active+undersized, 5 active+undersized+degraded, 75 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail; 30/618 objects degraded (4.854%) 2024-09-10T18:57:49.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:49 smithi063 bash[48646]: cluster 2024-09-10T18:57:48.173759+0000 mgr.y (mgr.26002) 202 : cluster [DBG] pgmap v117: 132 pgs: 42 peering, 10 active+undersized, 5 active+undersized+degraded, 75 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail; 30/618 objects degraded (4.854%) 2024-09-10T18:57:49.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:49 smithi063 bash[48646]: cluster 2024-09-10T18:57:48.688901+0000 mon.a (mon.0) 592 : cluster [WRN] Health check update: Degraded data redundancy: 30/618 objects degraded (4.854%), 5 pgs degraded (PG_DEGRADED) 2024-09-10T18:57:49.686 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:49 smithi031 bash[53082]: cluster 2024-09-10T18:57:48.173759+0000 mgr.y (mgr.26002) 202 : cluster [DBG] pgmap v117: 132 pgs: 42 peering, 10 active+undersized, 5 active+undersized+degraded, 75 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail; 30/618 objects degraded (4.854%) 2024-09-10T18:57:49.686 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:49 smithi031 bash[53082]: cluster 2024-09-10T18:57:48.688901+0000 mon.a (mon.0) 592 : cluster [WRN] Health check update: Degraded data redundancy: 30/618 objects degraded (4.854%), 5 pgs degraded (PG_DEGRADED) 2024-09-10T18:57:49.686 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:49 smithi031 bash[54359]: cluster 2024-09-10T18:57:48.173759+0000 mgr.y (mgr.26002) 202 : cluster [DBG] pgmap v117: 132 pgs: 42 peering, 10 active+undersized, 5 active+undersized+degraded, 75 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail; 30/618 objects degraded (4.854%) 2024-09-10T18:57:49.686 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:49 smithi031 bash[54359]: cluster 2024-09-10T18:57:48.688901+0000 mon.a (mon.0) 592 : cluster [WRN] Health check update: Degraded data redundancy: 30/618 objects degraded (4.854%), 5 pgs degraded (PG_DEGRADED) 2024-09-10T18:57:50.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:50 smithi031 bash[53082]: cluster 2024-09-10T18:57:50.174594+0000 mgr.y (mgr.26002) 203 : cluster [DBG] pgmap v118: 132 pgs: 42 peering, 90 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:50.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:50 smithi031 bash[53082]: cluster 2024-09-10T18:57:50.330486+0000 mon.a (mon.0) 593 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/618 objects degraded (4.854%), 5 pgs degraded) 2024-09-10T18:57:50.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:50 smithi031 bash[54359]: cluster 2024-09-10T18:57:50.174594+0000 mgr.y (mgr.26002) 203 : cluster [DBG] pgmap v118: 132 pgs: 42 peering, 90 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:50.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:50 smithi031 bash[54359]: cluster 2024-09-10T18:57:50.330486+0000 mon.a (mon.0) 593 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/618 objects degraded (4.854%), 5 pgs degraded) 2024-09-10T18:57:50.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:50 smithi063 bash[48646]: cluster 2024-09-10T18:57:50.174594+0000 mgr.y (mgr.26002) 203 : cluster [DBG] pgmap v118: 132 pgs: 42 peering, 90 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:50.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:50 smithi063 bash[48646]: cluster 2024-09-10T18:57:50.330486+0000 mon.a (mon.0) 593 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/618 objects degraded (4.854%), 5 pgs degraded) 2024-09-10T18:57:53.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:53 smithi063 bash[48646]: cluster 2024-09-10T18:57:52.176112+0000 mgr.y (mgr.26002) 204 : cluster [DBG] pgmap v119: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:53.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:53 smithi031 bash[53082]: cluster 2024-09-10T18:57:52.176112+0000 mgr.y (mgr.26002) 204 : cluster [DBG] pgmap v119: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:53.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:53 smithi031 bash[54359]: cluster 2024-09-10T18:57:52.176112+0000 mgr.y (mgr.26002) 204 : cluster [DBG] pgmap v119: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:55.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:55 smithi063 bash[48646]: cluster 2024-09-10T18:57:54.176776+0000 mgr.y (mgr.26002) 205 : cluster [DBG] pgmap v120: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:55.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:55 smithi031 bash[53082]: cluster 2024-09-10T18:57:54.176776+0000 mgr.y (mgr.26002) 205 : cluster [DBG] pgmap v120: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:55.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:55 smithi031 bash[54359]: cluster 2024-09-10T18:57:54.176776+0000 mgr.y (mgr.26002) 205 : cluster [DBG] pgmap v120: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:56.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.257266+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:56.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.265840+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:56.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.273933+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:56.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.275658+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:56.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.277136+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:56.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: cephadm 2024-09-10T18:57:55.278431+0000 mgr.y (mgr.26002) 206 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:57:56.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: cluster 2024-09-10T18:57:55.279785+0000 mgr.y (mgr.26002) 207 : cluster [DBG] pgmap v121: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:56.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: cluster 2024-09-10T18:57:55.280336+0000 mgr.y (mgr.26002) 208 : cluster [DBG] pgmap v122: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:56.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.288111+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:56.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.345325+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:56.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.351863+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.354997+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.357601+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.360156+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.362684+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.365156+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.367466+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.370649+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T18:57:56.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.378276+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T18:57:56.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.379656+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.387490+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T18:57:56.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.389217+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T18:57:56.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.396114+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T18:57:56.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.397295+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T18:57:56.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.398263+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T18:57:56.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.399190+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T18:57:56.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.400314+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T18:57:56.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.401491+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.402725+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T18:57:56.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.403982+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T18:57:56.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.405241+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.406505+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.407756+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.409016+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.410285+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.411553+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.412836+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T18:57:56.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.419992+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T18:57:56.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.422077+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:57:56.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.427408+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T18:57:56.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.429353+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:56.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.430775+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:56.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.439118+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:56.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.500262+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:56.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.501829+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:56.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:55.512511+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:56.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:56 smithi063 bash[48646]: audit 2024-09-10T18:57:56.160568+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:56.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.257266+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.265840+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.273933+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.275658+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.277136+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: cephadm 2024-09-10T18:57:55.278431+0000 mgr.y (mgr.26002) 206 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:57:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: cluster 2024-09-10T18:57:55.279785+0000 mgr.y (mgr.26002) 207 : cluster [DBG] pgmap v121: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: cluster 2024-09-10T18:57:55.280336+0000 mgr.y (mgr.26002) 208 : cluster [DBG] pgmap v122: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.288111+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.345325+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.351863+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.354997+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.357601+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.360156+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.362684+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.365156+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.367466+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.370649+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T18:57:56.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.378276+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T18:57:56.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.257266+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:56.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.265840+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:56.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.273933+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:56.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.275658+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:56.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.277136+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:56.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: cephadm 2024-09-10T18:57:55.278431+0000 mgr.y (mgr.26002) 206 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:57:56.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: cluster 2024-09-10T18:57:55.279785+0000 mgr.y (mgr.26002) 207 : cluster [DBG] pgmap v121: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:56.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: cluster 2024-09-10T18:57:55.280336+0000 mgr.y (mgr.26002) 208 : cluster [DBG] pgmap v122: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:56.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.288111+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:56.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.345325+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:56.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.351863+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.354997+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.357601+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.360156+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.362684+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.365156+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.367466+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:56.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.370649+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T18:57:56.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.378276+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T18:57:56.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.379656+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.387490+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T18:57:56.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.389217+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T18:57:56.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.396114+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T18:57:56.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.397295+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T18:57:56.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.398263+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T18:57:56.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.399190+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T18:57:56.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.400314+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T18:57:56.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.401491+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.402725+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T18:57:56.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.403982+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T18:57:56.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.405241+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.406505+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.407756+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.409016+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.410285+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.379656+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.387490+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T18:57:56.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.389217+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T18:57:56.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.396114+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T18:57:56.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.397295+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T18:57:56.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.398263+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T18:57:56.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.399190+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T18:57:56.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.400314+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T18:57:56.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.401491+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.402725+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T18:57:56.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.403982+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T18:57:56.646 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.405241+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.646 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.406505+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.646 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.407756+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.646 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.409016+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.646 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.410285+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.411553+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.412836+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T18:57:56.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.419992+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T18:57:56.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.422077+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:57:56.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.427408+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T18:57:56.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.429353+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:56.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.430775+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:56.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.439118+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:56.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.500262+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:56.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.501829+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:56.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:55.512511+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:56.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[53082]: audit 2024-09-10T18:57:56.160568+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:56.647 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.411553+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:57:56.647 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.412836+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T18:57:56.647 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.419992+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T18:57:56.647 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.422077+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:57:56.648 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.427408+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T18:57:56.648 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.429353+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:56.648 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.430775+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:56.648 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.439118+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:56.648 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.500262+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:56.648 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.501829+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:56.648 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:55.512511+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:56.648 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:56 smithi031 bash[54359]: audit 2024-09-10T18:57:56.160568+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:57:57.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:57 smithi063 bash[48646]: cephadm 2024-09-10T18:57:55.368815+0000 mgr.y (mgr.26002) 209 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:57:57.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:57 smithi063 bash[48646]: cephadm 2024-09-10T18:57:55.421216+0000 mgr.y (mgr.26002) 210 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:57:57.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:57 smithi063 bash[48646]: cephadm 2024-09-10T18:57:55.432031+0000 mgr.y (mgr.26002) 211 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:57:57.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:57 smithi063 bash[48646]: cluster 2024-09-10T18:57:55.433229+0000 mgr.y (mgr.26002) 212 : cluster [DBG] pgmap v123: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:57.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:57 smithi063 bash[48646]: cluster 2024-09-10T18:57:55.433756+0000 mgr.y (mgr.26002) 213 : cluster [DBG] pgmap v124: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:57.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:57 smithi063 bash[48646]: cephadm 2024-09-10T18:57:55.503133+0000 mgr.y (mgr.26002) 214 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:57:57.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:57 smithi063 bash[48646]: cluster 2024-09-10T18:57:55.504131+0000 mgr.y (mgr.26002) 215 : cluster [DBG] pgmap v125: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:57.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:57 smithi063 bash[48646]: cluster 2024-09-10T18:57:55.504516+0000 mgr.y (mgr.26002) 216 : cluster [DBG] pgmap v126: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:57.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:57 smithi031 bash[53082]: cephadm 2024-09-10T18:57:55.368815+0000 mgr.y (mgr.26002) 209 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:57:57.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:57 smithi031 bash[53082]: cephadm 2024-09-10T18:57:55.421216+0000 mgr.y (mgr.26002) 210 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:57:57.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:57 smithi031 bash[53082]: cephadm 2024-09-10T18:57:55.432031+0000 mgr.y (mgr.26002) 211 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:57:57.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:57 smithi031 bash[53082]: cluster 2024-09-10T18:57:55.433229+0000 mgr.y (mgr.26002) 212 : cluster [DBG] pgmap v123: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:57.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:57 smithi031 bash[53082]: cluster 2024-09-10T18:57:55.433756+0000 mgr.y (mgr.26002) 213 : cluster [DBG] pgmap v124: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:57.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:57 smithi031 bash[53082]: cephadm 2024-09-10T18:57:55.503133+0000 mgr.y (mgr.26002) 214 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:57:57.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:57 smithi031 bash[53082]: cluster 2024-09-10T18:57:55.504131+0000 mgr.y (mgr.26002) 215 : cluster [DBG] pgmap v125: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:57.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:57 smithi031 bash[53082]: cluster 2024-09-10T18:57:55.504516+0000 mgr.y (mgr.26002) 216 : cluster [DBG] pgmap v126: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:57.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:57 smithi031 bash[54359]: cephadm 2024-09-10T18:57:55.368815+0000 mgr.y (mgr.26002) 209 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:57:57.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:57 smithi031 bash[54359]: cephadm 2024-09-10T18:57:55.421216+0000 mgr.y (mgr.26002) 210 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:57:57.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:57 smithi031 bash[54359]: cephadm 2024-09-10T18:57:55.432031+0000 mgr.y (mgr.26002) 211 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:57:57.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:57 smithi031 bash[54359]: cluster 2024-09-10T18:57:55.433229+0000 mgr.y (mgr.26002) 212 : cluster [DBG] pgmap v123: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:57.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:57 smithi031 bash[54359]: cluster 2024-09-10T18:57:55.433756+0000 mgr.y (mgr.26002) 213 : cluster [DBG] pgmap v124: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:57.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:57 smithi031 bash[54359]: cephadm 2024-09-10T18:57:55.503133+0000 mgr.y (mgr.26002) 214 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:57:57.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:57 smithi031 bash[54359]: cluster 2024-09-10T18:57:55.504131+0000 mgr.y (mgr.26002) 215 : cluster [DBG] pgmap v125: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:57.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:57 smithi031 bash[54359]: cluster 2024-09-10T18:57:55.504516+0000 mgr.y (mgr.26002) 216 : cluster [DBG] pgmap v126: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:59.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:57:59 smithi063 bash[48646]: cluster 2024-09-10T18:57:57.505888+0000 mgr.y (mgr.26002) 217 : cluster [DBG] pgmap v127: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:59.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:57:59 smithi031 bash[53082]: cluster 2024-09-10T18:57:57.505888+0000 mgr.y (mgr.26002) 217 : cluster [DBG] pgmap v127: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:57:59.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:57:59 smithi031 bash[54359]: cluster 2024-09-10T18:57:57.505888+0000 mgr.y (mgr.26002) 217 : cluster [DBG] pgmap v127: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:01.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:01 smithi063 bash[48646]: cluster 2024-09-10T18:57:59.506840+0000 mgr.y (mgr.26002) 218 : cluster [DBG] pgmap v128: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:01.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:01 smithi063 bash[48646]: audit 2024-09-10T18:58:01.171827+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:01.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:01 smithi031 bash[53082]: cluster 2024-09-10T18:57:59.506840+0000 mgr.y (mgr.26002) 218 : cluster [DBG] pgmap v128: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:01.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:01 smithi031 bash[53082]: audit 2024-09-10T18:58:01.171827+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:01.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:01 smithi031 bash[54359]: cluster 2024-09-10T18:57:59.506840+0000 mgr.y (mgr.26002) 218 : cluster [DBG] pgmap v128: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:01.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:01 smithi031 bash[54359]: audit 2024-09-10T18:58:01.171827+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:02.889 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T18:58:03.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:03 smithi031 bash[53082]: cluster 2024-09-10T18:58:01.508341+0000 mgr.y (mgr.26002) 219 : cluster [DBG] pgmap v129: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:03.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:03 smithi031 bash[53082]: audit 2024-09-10T18:58:02.093661+0000 mgr.y (mgr.26002) 220 : audit [DBG] from='client.54360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:03.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:03 smithi031 bash[54359]: cluster 2024-09-10T18:58:01.508341+0000 mgr.y (mgr.26002) 219 : cluster [DBG] pgmap v129: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:03.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:03 smithi031 bash[54359]: audit 2024-09-10T18:58:02.093661+0000 mgr.y (mgr.26002) 220 : audit [DBG] from='client.54360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:03.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:03 smithi063 bash[48646]: cluster 2024-09-10T18:58:01.508341+0000 mgr.y (mgr.26002) 219 : cluster [DBG] pgmap v129: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:03.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:03 smithi063 bash[48646]: audit 2024-09-10T18:58:02.093661+0000 mgr.y (mgr.26002) 220 : audit [DBG] from='client.54360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:05.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:05 smithi031 bash[53082]: cluster 2024-09-10T18:58:03.509037+0000 mgr.y (mgr.26002) 221 : cluster [DBG] pgmap v130: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:05.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:05 smithi031 bash[54359]: cluster 2024-09-10T18:58:03.509037+0000 mgr.y (mgr.26002) 221 : cluster [DBG] pgmap v130: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:05.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:05 smithi063 bash[48646]: cluster 2024-09-10T18:58:03.509037+0000 mgr.y (mgr.26002) 221 : cluster [DBG] pgmap v130: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:06.482 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:58:06.482 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (6m) 22s ago 30m 17.0M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T18:58:06.482 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (5m) 3m ago 30m 82.0M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T18:58:06.482 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 3m ago 31m - - 2024-09-10T18:58:06.482 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (7m) 3m ago 35m 390M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T18:58:06.482 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (17m) 22s ago 37m 437M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:58:06.482 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (3m) 22s ago 37m 62.2M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T18:58:06.482 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (4m) 3m ago 35m 48.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T18:58:06.483 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (3m) 22s ago 36m 43.7M 2048M 17.2.7-1606-g5be57395 4c55dd409611 cf5fe597e338 2024-09-10T18:58:06.483 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (7m) 22s ago 31m 11.1M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T18:58:06.483 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (7m) 3m ago 31m 10.9M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T18:58:06.483 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (56s) 22s ago 35m 44.7M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9db09b69d74a 2024-09-10T18:58:06.483 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (27s) 22s ago 34m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 83e1bd140921 2024-09-10T18:58:06.483 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (34m) 22s ago 34m 48.6M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:58:06.483 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (33m) 22s ago 34m 56.6M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:58:06.483 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (33m) 3m ago 33m 53.6M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:58:06.483 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (33m) 3m ago 33m 48.7M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:58:06.483 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (32m) 3m ago 32m 50.2M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:58:06.483 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (32m) 3m ago 32m 51.5M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:58:06.483 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (6m) 3m ago 31m 49.1M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T18:58:06.483 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (29m) 22s ago 29m 56.6M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:58:06.484 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (29m) 3m ago 29m 56.5M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:58:07.130 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 2'"'"'' 2024-09-10T18:58:07.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[54359]: cluster 2024-09-10T18:58:05.509988+0000 mgr.y (mgr.26002) 222 : cluster [DBG] pgmap v131: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:07.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[54359]: audit 2024-09-10T18:58:06.452329+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:07.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[54359]: audit 2024-09-10T18:58:06.453281+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:07.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[54359]: audit 2024-09-10T18:58:06.454156+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[54359]: audit 2024-09-10T18:58:06.454876+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[54359]: audit 2024-09-10T18:58:06.455673+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[54359]: audit 2024-09-10T18:58:06.456463+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[54359]: audit 2024-09-10T18:58:06.459969+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:07.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[54359]: audit 2024-09-10T18:58:06.460642+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[54359]: audit 2024-09-10T18:58:06.461225+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[54359]: audit 2024-09-10T18:58:06.461902+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[54359]: audit 2024-09-10T18:58:06.462651+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[53082]: cluster 2024-09-10T18:58:05.509988+0000 mgr.y (mgr.26002) 222 : cluster [DBG] pgmap v131: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:07.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[53082]: audit 2024-09-10T18:58:06.452329+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:07.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[53082]: audit 2024-09-10T18:58:06.453281+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:07.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[53082]: audit 2024-09-10T18:58:06.454156+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[53082]: audit 2024-09-10T18:58:06.454876+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[53082]: audit 2024-09-10T18:58:06.455673+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[53082]: audit 2024-09-10T18:58:06.456463+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[53082]: audit 2024-09-10T18:58:06.459969+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:07.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[53082]: audit 2024-09-10T18:58:06.460642+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[53082]: audit 2024-09-10T18:58:06.461225+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[53082]: audit 2024-09-10T18:58:06.461902+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:07 smithi031 bash[53082]: audit 2024-09-10T18:58:06.462651+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:07 smithi063 bash[48646]: cluster 2024-09-10T18:58:05.509988+0000 mgr.y (mgr.26002) 222 : cluster [DBG] pgmap v131: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:07 smithi063 bash[48646]: audit 2024-09-10T18:58:06.452329+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:07 smithi063 bash[48646]: audit 2024-09-10T18:58:06.453281+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:07 smithi063 bash[48646]: audit 2024-09-10T18:58:06.454156+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:07 smithi063 bash[48646]: audit 2024-09-10T18:58:06.454876+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:07 smithi063 bash[48646]: audit 2024-09-10T18:58:06.455673+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:07 smithi063 bash[48646]: audit 2024-09-10T18:58:06.456463+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:07 smithi063 bash[48646]: audit 2024-09-10T18:58:06.459969+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:07 smithi063 bash[48646]: audit 2024-09-10T18:58:06.460642+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:07 smithi063 bash[48646]: audit 2024-09-10T18:58:06.461225+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:07 smithi063 bash[48646]: audit 2024-09-10T18:58:06.461902+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:07 smithi063 bash[48646]: audit 2024-09-10T18:58:06.462651+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:08.579 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:08 smithi031 bash[53082]: audit 2024-09-10T18:58:06.446928+0000 mgr.y (mgr.26002) 223 : audit [DBG] from='client.54366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:08.579 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:08 smithi031 bash[54359]: audit 2024-09-10T18:58:06.446928+0000 mgr.y (mgr.26002) 223 : audit [DBG] from='client.54366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:08.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:08 smithi063 bash[48646]: audit 2024-09-10T18:58:06.446928+0000 mgr.y (mgr.26002) 223 : audit [DBG] from='client.54366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:09.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:09 smithi063 bash[48646]: cluster 2024-09-10T18:58:07.511368+0000 mgr.y (mgr.26002) 224 : cluster [DBG] pgmap v132: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:09.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:09 smithi031 bash[53082]: cluster 2024-09-10T18:58:07.511368+0000 mgr.y (mgr.26002) 224 : cluster [DBG] pgmap v132: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:09.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:09 smithi031 bash[54359]: cluster 2024-09-10T18:58:07.511368+0000 mgr.y (mgr.26002) 224 : cluster [DBG] pgmap v132: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:10.891 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:58:11.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:11 smithi031 bash[54359]: cluster 2024-09-10T18:58:09.512261+0000 mgr.y (mgr.26002) 225 : cluster [DBG] pgmap v133: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:11.609 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:11 smithi031 bash[54359]: audit 2024-09-10T18:58:10.875430+0000 mon.c (mon.1) 7 : audit [DBG] from='client.64282 172.21.15.31:0/2860764971' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:11.609 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:11 smithi031 bash[53082]: cluster 2024-09-10T18:58:09.512261+0000 mgr.y (mgr.26002) 225 : cluster [DBG] pgmap v133: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:11.609 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:11 smithi031 bash[53082]: audit 2024-09-10T18:58:10.875430+0000 mon.c (mon.1) 7 : audit [DBG] from='client.64282 172.21.15.31:0/2860764971' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:11.610 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 7'"'"'' 2024-09-10T18:58:11.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:11 smithi063 bash[48646]: cluster 2024-09-10T18:58:09.512261+0000 mgr.y (mgr.26002) 225 : cluster [DBG] pgmap v133: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:11.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:11 smithi063 bash[48646]: audit 2024-09-10T18:58:10.875430+0000 mon.c (mon.1) 7 : audit [DBG] from='client.64282 172.21.15.31:0/2860764971' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:13.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:13 smithi063 bash[48646]: cluster 2024-09-10T18:58:11.513692+0000 mgr.y (mgr.26002) 226 : cluster [DBG] pgmap v134: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:13.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:13 smithi031 bash[53082]: cluster 2024-09-10T18:58:11.513692+0000 mgr.y (mgr.26002) 226 : cluster [DBG] pgmap v134: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:13.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:13 smithi031 bash[54359]: cluster 2024-09-10T18:58:11.513692+0000 mgr.y (mgr.26002) 226 : cluster [DBG] pgmap v134: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:15.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:15 smithi063 bash[48646]: cluster 2024-09-10T18:58:13.514428+0000 mgr.y (mgr.26002) 227 : cluster [DBG] pgmap v135: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:15.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:15 smithi031 bash[53082]: cluster 2024-09-10T18:58:13.514428+0000 mgr.y (mgr.26002) 227 : cluster [DBG] pgmap v135: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:15.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:15 smithi031 bash[54359]: cluster 2024-09-10T18:58:13.514428+0000 mgr.y (mgr.26002) 227 : cluster [DBG] pgmap v135: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:16.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:16 smithi063 bash[48646]: audit 2024-09-10T18:58:15.221686+0000 mgr.y (mgr.26002) 228 : audit [DBG] from='client.54378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:16.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:16 smithi031 bash[53082]: audit 2024-09-10T18:58:15.221686+0000 mgr.y (mgr.26002) 228 : audit [DBG] from='client.54378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:16.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:16 smithi031 bash[54359]: audit 2024-09-10T18:58:15.221686+0000 mgr.y (mgr.26002) 228 : audit [DBG] from='client.54378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:17.470 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:58:17.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:17 smithi063 bash[48646]: cluster 2024-09-10T18:58:15.515455+0000 mgr.y (mgr.26002) 229 : cluster [DBG] pgmap v136: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:17.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:17 smithi031 bash[53082]: cluster 2024-09-10T18:58:15.515455+0000 mgr.y (mgr.26002) 229 : cluster [DBG] pgmap v136: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:17.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:17 smithi031 bash[54359]: cluster 2024-09-10T18:58:15.515455+0000 mgr.y (mgr.26002) 229 : cluster [DBG] pgmap v136: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:18.129 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd --limit 1' 2024-09-10T18:58:19.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:19 smithi063 bash[48646]: cluster 2024-09-10T18:58:17.516898+0000 mgr.y (mgr.26002) 230 : cluster [DBG] pgmap v137: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:19.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:19 smithi031 bash[53082]: cluster 2024-09-10T18:58:17.516898+0000 mgr.y (mgr.26002) 230 : cluster [DBG] pgmap v137: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:19.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:19 smithi031 bash[54359]: cluster 2024-09-10T18:58:17.516898+0000 mgr.y (mgr.26002) 230 : cluster [DBG] pgmap v137: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:21.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:21 smithi063 bash[48646]: cluster 2024-09-10T18:58:19.517769+0000 mgr.y (mgr.26002) 231 : cluster [DBG] pgmap v138: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:21.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:21 smithi031 bash[53082]: cluster 2024-09-10T18:58:19.517769+0000 mgr.y (mgr.26002) 231 : cluster [DBG] pgmap v138: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:21.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:21 smithi031 bash[54359]: cluster 2024-09-10T18:58:19.517769+0000 mgr.y (mgr.26002) 231 : cluster [DBG] pgmap v138: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:23.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:23 smithi063 bash[48646]: cluster 2024-09-10T18:58:21.519258+0000 mgr.y (mgr.26002) 232 : cluster [DBG] pgmap v139: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:23.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:23 smithi063 bash[48646]: audit 2024-09-10T18:58:21.645057+0000 mgr.y (mgr.26002) 233 : audit [DBG] from='client.54384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:23.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:23 smithi031 bash[53082]: cluster 2024-09-10T18:58:21.519258+0000 mgr.y (mgr.26002) 232 : cluster [DBG] pgmap v139: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:23.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:23 smithi031 bash[53082]: audit 2024-09-10T18:58:21.645057+0000 mgr.y (mgr.26002) 233 : audit [DBG] from='client.54384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:23.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:23 smithi031 bash[54359]: cluster 2024-09-10T18:58:21.519258+0000 mgr.y (mgr.26002) 232 : cluster [DBG] pgmap v139: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:23.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:23 smithi031 bash[54359]: audit 2024-09-10T18:58:21.645057+0000 mgr.y (mgr.26002) 233 : audit [DBG] from='client.54384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:23.857 INFO:teuthology.orchestra.run.smithi031.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:58:24.552 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- 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-10T18:58:25.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[53082]: cluster 2024-09-10T18:58:23.520035+0000 mgr.y (mgr.26002) 234 : cluster [DBG] pgmap v140: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:25.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[53082]: cephadm 2024-09-10T18:58:23.847964+0000 mgr.y (mgr.26002) 235 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:58:25.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[53082]: audit 2024-09-10T18:58:23.854107+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:25.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[53082]: audit 2024-09-10T18:58:24.248673+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:25.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[53082]: audit 2024-09-10T18:58:24.250151+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:25.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[53082]: cephadm 2024-09-10T18:58:24.251366+0000 mgr.y (mgr.26002) 236 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:58:25.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[53082]: cluster 2024-09-10T18:58:24.252194+0000 mgr.y (mgr.26002) 237 : cluster [DBG] pgmap v141: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:25.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[53082]: cluster 2024-09-10T18:58:24.252457+0000 mgr.y (mgr.26002) 238 : cluster [DBG] pgmap v142: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:25.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[53082]: audit 2024-09-10T18:58:24.262817+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:25.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[53082]: cephadm 2024-09-10T18:58:24.320069+0000 mgr.y (mgr.26002) 239 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:58:25.098 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[54359]: cluster 2024-09-10T18:58:23.520035+0000 mgr.y (mgr.26002) 234 : cluster [DBG] pgmap v140: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:25.099 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[54359]: cephadm 2024-09-10T18:58:23.847964+0000 mgr.y (mgr.26002) 235 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:58:25.099 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[54359]: audit 2024-09-10T18:58:23.854107+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:25.099 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[54359]: audit 2024-09-10T18:58:24.248673+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:25.099 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[54359]: audit 2024-09-10T18:58:24.250151+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:25.099 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[54359]: cephadm 2024-09-10T18:58:24.251366+0000 mgr.y (mgr.26002) 236 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:58:25.099 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[54359]: cluster 2024-09-10T18:58:24.252194+0000 mgr.y (mgr.26002) 237 : cluster [DBG] pgmap v141: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:25.099 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[54359]: cluster 2024-09-10T18:58:24.252457+0000 mgr.y (mgr.26002) 238 : cluster [DBG] pgmap v142: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:25.099 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[54359]: audit 2024-09-10T18:58:24.262817+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:25.099 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:24 smithi031 bash[54359]: cephadm 2024-09-10T18:58:24.320069+0000 mgr.y (mgr.26002) 239 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:58:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:24 smithi063 bash[48646]: cluster 2024-09-10T18:58:23.520035+0000 mgr.y (mgr.26002) 234 : cluster [DBG] pgmap v140: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:25.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:24 smithi063 bash[48646]: cephadm 2024-09-10T18:58:23.847964+0000 mgr.y (mgr.26002) 235 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:58:25.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:24 smithi063 bash[48646]: audit 2024-09-10T18:58:23.854107+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:25.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:24 smithi063 bash[48646]: audit 2024-09-10T18:58:24.248673+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:25.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:24 smithi063 bash[48646]: audit 2024-09-10T18:58:24.250151+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:25.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:24 smithi063 bash[48646]: cephadm 2024-09-10T18:58:24.251366+0000 mgr.y (mgr.26002) 236 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:58:25.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:24 smithi063 bash[48646]: cluster 2024-09-10T18:58:24.252194+0000 mgr.y (mgr.26002) 237 : cluster [DBG] pgmap v141: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:25.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:24 smithi063 bash[48646]: cluster 2024-09-10T18:58:24.252457+0000 mgr.y (mgr.26002) 238 : cluster [DBG] pgmap v142: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:25.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:24 smithi063 bash[48646]: audit 2024-09-10T18:58:24.262817+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:25.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:24 smithi063 bash[48646]: cephadm 2024-09-10T18:58:24.320069+0000 mgr.y (mgr.26002) 239 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:58:27.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:27 smithi063 bash[48646]: cluster 2024-09-10T18:58:26.253961+0000 mgr.y (mgr.26002) 240 : cluster [DBG] pgmap v143: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:27.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:27 smithi031 bash[53082]: cluster 2024-09-10T18:58:26.253961+0000 mgr.y (mgr.26002) 240 : cluster [DBG] pgmap v143: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:27.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:27 smithi031 bash[54359]: cluster 2024-09-10T18:58:26.253961+0000 mgr.y (mgr.26002) 240 : cluster [DBG] pgmap v143: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:29.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:28 smithi063 bash[48646]: audit 2024-09-10T18:58:27.931932+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:29.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:28 smithi063 bash[48646]: cephadm 2024-09-10T18:58:27.932441+0000 mgr.y (mgr.26002) 241 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:58:29.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:28 smithi063 bash[48646]: cephadm 2024-09-10T18:58:27.932523+0000 mgr.y (mgr.26002) 242 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:58:29.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:28 smithi063 bash[48646]: audit 2024-09-10T18:58:27.933726+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:29.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:28 smithi063 bash[48646]: audit 2024-09-10T18:58:27.944647+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:29.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:28 smithi063 bash[48646]: audit 2024-09-10T18:58:27.947152+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:29.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:28 smithi063 bash[48646]: cephadm 2024-09-10T18:58:27.948371+0000 mgr.y (mgr.26002) 243 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:58:29.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:28 smithi063 bash[48646]: audit 2024-09-10T18:58:27.957667+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:29.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:28 smithi063 bash[48646]: audit 2024-09-10T18:58:27.960438+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:29.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:28 smithi063 bash[48646]: cephadm 2024-09-10T18:58:27.961856+0000 mgr.y (mgr.26002) 244 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T18:58:29.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:28 smithi063 bash[48646]: audit 2024-09-10T18:58:27.970834+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:29.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:28 smithi063 bash[48646]: audit 2024-09-10T18:58:27.973232+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:29.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:28 smithi063 bash[48646]: cephadm 2024-09-10T18:58:27.974781+0000 mgr.y (mgr.26002) 245 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:58:29.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:28 smithi063 bash[48646]: audit 2024-09-10T18:58:27.985056+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:29.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:28 smithi063 bash[48646]: audit 2024-09-10T18:58:27.987204+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T18:58:29.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:28 smithi063 bash[48646]: audit 2024-09-10T18:58:27.987494+0000 mgr.y (mgr.26002) 246 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T18:58:29.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:28 smithi063 bash[48646]: cephadm 2024-09-10T18:58:27.989028+0000 mgr.y (mgr.26002) 247 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-09-10T18:58:29.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:28 smithi063 bash[48646]: cluster 2024-09-10T18:58:28.254681+0000 mgr.y (mgr.26002) 248 : cluster [DBG] pgmap v144: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:29.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[53082]: audit 2024-09-10T18:58:27.931932+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:29.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[53082]: cephadm 2024-09-10T18:58:27.932441+0000 mgr.y (mgr.26002) 241 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:58:29.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[53082]: cephadm 2024-09-10T18:58:27.932523+0000 mgr.y (mgr.26002) 242 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:58:29.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[53082]: audit 2024-09-10T18:58:27.933726+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:29.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[53082]: audit 2024-09-10T18:58:27.944647+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:29.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[53082]: audit 2024-09-10T18:58:27.947152+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:29.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[53082]: cephadm 2024-09-10T18:58:27.948371+0000 mgr.y (mgr.26002) 243 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:58:29.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[53082]: audit 2024-09-10T18:58:27.957667+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:29.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[53082]: audit 2024-09-10T18:58:27.960438+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:29.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[53082]: cephadm 2024-09-10T18:58:27.961856+0000 mgr.y (mgr.26002) 244 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T18:58:29.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[53082]: audit 2024-09-10T18:58:27.970834+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:29.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[53082]: audit 2024-09-10T18:58:27.973232+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:29.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[53082]: cephadm 2024-09-10T18:58:27.974781+0000 mgr.y (mgr.26002) 245 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:58:29.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[53082]: audit 2024-09-10T18:58:27.985056+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:29.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[53082]: audit 2024-09-10T18:58:27.987204+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T18:58:29.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[53082]: audit 2024-09-10T18:58:27.987494+0000 mgr.y (mgr.26002) 246 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T18:58:29.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[53082]: cephadm 2024-09-10T18:58:27.989028+0000 mgr.y (mgr.26002) 247 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-09-10T18:58:29.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[53082]: cluster 2024-09-10T18:58:28.254681+0000 mgr.y (mgr.26002) 248 : cluster [DBG] pgmap v144: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:29.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[54359]: audit 2024-09-10T18:58:27.931932+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:29.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[54359]: cephadm 2024-09-10T18:58:27.932441+0000 mgr.y (mgr.26002) 241 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:58:29.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[54359]: cephadm 2024-09-10T18:58:27.932523+0000 mgr.y (mgr.26002) 242 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:58:29.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[54359]: audit 2024-09-10T18:58:27.933726+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:29.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[54359]: audit 2024-09-10T18:58:27.944647+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:29.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[54359]: audit 2024-09-10T18:58:27.947152+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:29.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[54359]: cephadm 2024-09-10T18:58:27.948371+0000 mgr.y (mgr.26002) 243 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:58:29.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[54359]: audit 2024-09-10T18:58:27.957667+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:29.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[54359]: audit 2024-09-10T18:58:27.960438+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:29.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[54359]: cephadm 2024-09-10T18:58:27.961856+0000 mgr.y (mgr.26002) 244 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T18:58:29.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[54359]: audit 2024-09-10T18:58:27.970834+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:29.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[54359]: audit 2024-09-10T18:58:27.973232+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:29.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[54359]: cephadm 2024-09-10T18:58:27.974781+0000 mgr.y (mgr.26002) 245 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:58:29.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[54359]: audit 2024-09-10T18:58:27.985056+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:29.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[54359]: audit 2024-09-10T18:58:27.987204+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T18:58:29.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[54359]: audit 2024-09-10T18:58:27.987494+0000 mgr.y (mgr.26002) 246 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T18:58:29.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[54359]: cephadm 2024-09-10T18:58:27.989028+0000 mgr.y (mgr.26002) 247 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-09-10T18:58:29.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:28 smithi031 bash[54359]: cluster 2024-09-10T18:58:28.254681+0000 mgr.y (mgr.26002) 248 : cluster [DBG] pgmap v144: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:30.293 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:58:31.030 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:58:31.030 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (6m) 47s ago 31m 17.0M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T18:58:31.030 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (6m) 3m ago 30m 82.0M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T18:58:31.030 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 3m ago 32m - - 2024-09-10T18:58:31.030 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (8m) 3m ago 36m 390M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T18:58:31.030 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (18m) 47s ago 37m 437M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:58:31.031 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (4m) 47s ago 37m 62.2M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T18:58:31.031 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (5m) 3m ago 36m 48.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T18:58:31.031 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (3m) 47s ago 36m 43.7M 2048M 17.2.7-1606-g5be57395 4c55dd409611 cf5fe597e338 2024-09-10T18:58:31.031 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (7m) 47s ago 31m 11.1M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T18:58:31.031 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (7m) 3m ago 31m 10.9M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T18:58:31.031 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (81s) 47s ago 35m 44.7M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9db09b69d74a 2024-09-10T18:58:31.031 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (51s) 47s ago 35m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 83e1bd140921 2024-09-10T18:58:31.031 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (34m) 47s ago 34m 48.6M 4096M 15.2.9 dfc483079636 e97a74bd631b 2024-09-10T18:58:31.031 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (34m) 47s ago 34m 56.6M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:58:31.031 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (33m) 3m ago 34m 53.6M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:58:31.031 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (33m) 3m ago 33m 48.7M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:58:31.031 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (33m) 3m ago 33m 50.2M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:58:31.031 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (32m) 3m ago 32m 51.5M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:58:31.031 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (7m) 3m ago 31m 49.1M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T18:58:31.031 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (29m) 47s ago 29m 56.6M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:58:31.032 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (29m) 3m ago 29m 56.5M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:58:31.465 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:58:31.465 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:58:31.466 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T18:58:31.466 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:58:31.466 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:58:31.466 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:58:31.466 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:58:31.466 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:58:31.466 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 6, 2024-09-10T18:58:31.466 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:58:31.466 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:58:31.466 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:58:31.466 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:58:31.466 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:58:31.466 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:58:31.466 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8, 2024-09-10T18:58:31.467 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 7 2024-09-10T18:58:31.467 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:58:31.467 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:58:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:31 smithi063 bash[48646]: cluster 2024-09-10T18:58:30.255235+0000 mgr.y (mgr.26002) 249 : cluster [DBG] pgmap v145: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:31 smithi063 bash[48646]: audit 2024-09-10T18:58:30.276816+0000 mgr.y (mgr.26002) 250 : audit [DBG] from='client.54390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:31 smithi063 bash[48646]: audit 2024-09-10T18:58:30.988597+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:31 smithi063 bash[48646]: audit 2024-09-10T18:58:30.989686+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:58:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:31 smithi063 bash[48646]: audit 2024-09-10T18:58:30.990516+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:31 smithi063 bash[48646]: audit 2024-09-10T18:58:30.993204+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-10T18:58:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:31 smithi063 bash[48646]: audit 2024-09-10T18:58:31.006819+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:31 smithi063 bash[48646]: audit 2024-09-10T18:58:31.007577+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:31 smithi063 bash[48646]: audit 2024-09-10T18:58:31.008438+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:31 smithi063 bash[48646]: audit 2024-09-10T18:58:31.009094+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:31 smithi063 bash[48646]: audit 2024-09-10T18:58:31.009787+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:31 smithi063 bash[48646]: audit 2024-09-10T18:58:31.010510+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:31 smithi063 bash[48646]: audit 2024-09-10T18:58:31.013894+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:31.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:31 smithi063 bash[48646]: audit 2024-09-10T18:58:31.014562+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:31 smithi063 bash[48646]: audit 2024-09-10T18:58:31.015252+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:31 smithi063 bash[48646]: audit 2024-09-10T18:58:31.015938+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:31 smithi063 bash[48646]: audit 2024-09-10T18:58:31.016654+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[54359]: cluster 2024-09-10T18:58:30.255235+0000 mgr.y (mgr.26002) 249 : cluster [DBG] pgmap v145: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[54359]: audit 2024-09-10T18:58:30.276816+0000 mgr.y (mgr.26002) 250 : audit [DBG] from='client.54390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[54359]: audit 2024-09-10T18:58:30.988597+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[54359]: audit 2024-09-10T18:58:30.989686+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:58:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[54359]: audit 2024-09-10T18:58:30.990516+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[54359]: audit 2024-09-10T18:58:30.993204+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-10T18:58:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[54359]: audit 2024-09-10T18:58:31.006819+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[54359]: audit 2024-09-10T18:58:31.007577+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[54359]: audit 2024-09-10T18:58:31.008438+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[54359]: audit 2024-09-10T18:58:31.009094+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[54359]: audit 2024-09-10T18:58:31.009787+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[54359]: audit 2024-09-10T18:58:31.010510+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[54359]: audit 2024-09-10T18:58:31.013894+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[54359]: audit 2024-09-10T18:58:31.014562+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[54359]: audit 2024-09-10T18:58:31.015252+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[54359]: audit 2024-09-10T18:58:31.015938+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[54359]: audit 2024-09-10T18:58:31.016654+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[53082]: cluster 2024-09-10T18:58:30.255235+0000 mgr.y (mgr.26002) 249 : cluster [DBG] pgmap v145: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[53082]: audit 2024-09-10T18:58:30.276816+0000 mgr.y (mgr.26002) 250 : audit [DBG] from='client.54390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[53082]: audit 2024-09-10T18:58:30.988597+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[53082]: audit 2024-09-10T18:58:30.989686+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:58:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[53082]: audit 2024-09-10T18:58:30.990516+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[53082]: audit 2024-09-10T18:58:30.993204+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-10T18:58:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[53082]: audit 2024-09-10T18:58:31.006819+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[53082]: audit 2024-09-10T18:58:31.007577+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[53082]: audit 2024-09-10T18:58:31.008438+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[53082]: audit 2024-09-10T18:58:31.009094+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[53082]: audit 2024-09-10T18:58:31.009787+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[53082]: audit 2024-09-10T18:58:31.010510+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[53082]: audit 2024-09-10T18:58:31.013894+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:31.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[53082]: audit 2024-09-10T18:58:31.014562+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[53082]: audit 2024-09-10T18:58:31.015252+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[53082]: audit 2024-09-10T18:58:31.015938+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:31 smithi031 bash[53082]: audit 2024-09-10T18:58:31.016654+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:31.823 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:58:31.823 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:58:31.823 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T18:58:31.823 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) crash,osd. Upgrade limited to 1 daemons (1 remaining).", 2024-09-10T18:58:31.824 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-10T18:58:31.824 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "2/8 daemons upgraded", 2024-09-10T18:58:31.824 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T18:58:31.824 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T18:58:31.824 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:58:32.595 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:32 smithi031 bash[54359]: audit 2024-09-10T18:58:30.647445+0000 mgr.y (mgr.26002) 251 : audit [DBG] from='client.54396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:32.595 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:32 smithi031 bash[54359]: cephadm 2024-09-10T18:58:30.980373+0000 mgr.y (mgr.26002) 252 : cephadm [INF] Upgrade: Updating osd.2 2024-09-10T18:58:32.596 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:32 smithi031 bash[54359]: cephadm 2024-09-10T18:58:30.992692+0000 mgr.y (mgr.26002) 253 : cephadm [INF] Deploying daemon osd.2 on smithi031 2024-09-10T18:58:32.596 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:32 smithi031 bash[54359]: audit 2024-09-10T18:58:31.002942+0000 mgr.y (mgr.26002) 254 : audit [DBG] from='client.64312 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:32.596 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:32 smithi031 bash[54359]: audit 2024-09-10T18:58:31.463399+0000 mon.c (mon.1) 8 : audit [DBG] from='client.64318 172.21.15.31:0/3963977629' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:32.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:32 smithi031 bash[53082]: audit 2024-09-10T18:58:30.647445+0000 mgr.y (mgr.26002) 251 : audit [DBG] from='client.54396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:32.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:32 smithi031 bash[53082]: cephadm 2024-09-10T18:58:30.980373+0000 mgr.y (mgr.26002) 252 : cephadm [INF] Upgrade: Updating osd.2 2024-09-10T18:58:32.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:32 smithi031 bash[53082]: cephadm 2024-09-10T18:58:30.992692+0000 mgr.y (mgr.26002) 253 : cephadm [INF] Deploying daemon osd.2 on smithi031 2024-09-10T18:58:32.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:32 smithi031 bash[53082]: audit 2024-09-10T18:58:31.002942+0000 mgr.y (mgr.26002) 254 : audit [DBG] from='client.64312 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:32.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:32 smithi031 bash[53082]: audit 2024-09-10T18:58:31.463399+0000 mon.c (mon.1) 8 : audit [DBG] from='client.64318 172.21.15.31:0/3963977629' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:32.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:32 smithi063 bash[48646]: audit 2024-09-10T18:58:30.647445+0000 mgr.y (mgr.26002) 251 : audit [DBG] from='client.54396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:32.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:32 smithi063 bash[48646]: cephadm 2024-09-10T18:58:30.980373+0000 mgr.y (mgr.26002) 252 : cephadm [INF] Upgrade: Updating osd.2 2024-09-10T18:58:32.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:32 smithi063 bash[48646]: cephadm 2024-09-10T18:58:30.992692+0000 mgr.y (mgr.26002) 253 : cephadm [INF] Deploying daemon osd.2 on smithi031 2024-09-10T18:58:32.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:32 smithi063 bash[48646]: audit 2024-09-10T18:58:31.002942+0000 mgr.y (mgr.26002) 254 : audit [DBG] from='client.64312 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:32.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:32 smithi063 bash[48646]: audit 2024-09-10T18:58:31.463399+0000 mon.c (mon.1) 8 : audit [DBG] from='client.64318 172.21.15.31:0/3963977629' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:33.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:33 smithi063 bash[48646]: audit 2024-09-10T18:58:31.821049+0000 mgr.y (mgr.26002) 255 : audit [DBG] from='client.54414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:33.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:33 smithi063 bash[48646]: cluster 2024-09-10T18:58:32.256727+0000 mgr.y (mgr.26002) 256 : cluster [DBG] pgmap v146: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:33.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:33 smithi031 bash[53082]: audit 2024-09-10T18:58:31.821049+0000 mgr.y (mgr.26002) 255 : audit [DBG] from='client.54414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:33.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:33 smithi031 bash[53082]: cluster 2024-09-10T18:58:32.256727+0000 mgr.y (mgr.26002) 256 : cluster [DBG] pgmap v146: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:33.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:33 smithi031 bash[54359]: audit 2024-09-10T18:58:31.821049+0000 mgr.y (mgr.26002) 255 : audit [DBG] from='client.54414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:33.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:33 smithi031 bash[54359]: cluster 2024-09-10T18:58:32.256727+0000 mgr.y (mgr.26002) 256 : cluster [DBG] pgmap v146: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:35.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:35 smithi063 bash[48646]: cluster 2024-09-10T18:58:34.257484+0000 mgr.y (mgr.26002) 257 : cluster [DBG] pgmap v147: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:35.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:35 smithi031 bash[54359]: cluster 2024-09-10T18:58:34.257484+0000 mgr.y (mgr.26002) 257 : cluster [DBG] pgmap v147: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:35.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:35 smithi031 bash[53082]: cluster 2024-09-10T18:58:34.257484+0000 mgr.y (mgr.26002) 257 : cluster [DBG] pgmap v147: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:35.637 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:35 smithi031 systemd[1]: Stopping Ceph osd.2 for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:58:36.136 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:35 smithi031 bash[24976]: debug 2024-09-10T18:58:35.665+0000 7fd86c5ce700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T18:58:36.136 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:35 smithi031 bash[24976]: debug 2024-09-10T18:58:35.665+0000 7fd86c5ce700 -1 osd.2 82 *** Got signal Terminated *** 2024-09-10T18:58:36.136 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:35 smithi031 bash[24976]: debug 2024-09-10T18:58:35.665+0000 7fd86c5ce700 -1 osd.2 82 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:58:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:36 smithi063 bash[48646]: cluster 2024-09-10T18:58:35.944298+0000 mon.a (mon.0) 679 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-10T18:58:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:36 smithi063 bash[48646]: cluster 2024-09-10T18:58:35.944564+0000 mon.a (mon.0) 680 : cluster [INF] osd.2 failed (root=default,host=smithi031) (connection refused reported by osd.7) 2024-09-10T18:58:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:36 smithi063 bash[48646]: cluster 2024-09-10T18:58:35.944962+0000 mon.a (mon.0) 681 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-10T18:58:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:36 smithi063 bash[48646]: cluster 2024-09-10T18:58:35.945189+0000 mon.a (mon.0) 682 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:58:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:36 smithi063 bash[48646]: cluster 2024-09-10T18:58:35.945445+0000 mon.a (mon.0) 683 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:58:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:36 smithi063 bash[48646]: cluster 2024-09-10T18:58:35.945719+0000 mon.a (mon.0) 684 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-10T18:58:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:36 smithi063 bash[48646]: cluster 2024-09-10T18:58:35.945902+0000 mon.a (mon.0) 685 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-10T18:58:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:36 smithi063 bash[48646]: cluster 2024-09-10T18:58:35.946088+0000 mon.a (mon.0) 686 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-10T18:58:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:36 smithi063 bash[48646]: cluster 2024-09-10T18:58:35.946281+0000 mon.a (mon.0) 687 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:58:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:36 smithi063 bash[48646]: cluster 2024-09-10T18:58:35.946583+0000 mon.a (mon.0) 688 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:58:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:36 smithi063 bash[48646]: cluster 2024-09-10T18:58:35.946889+0000 mon.a (mon.0) 689 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-10T18:58:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:36 smithi063 bash[48646]: cluster 2024-09-10T18:58:35.947098+0000 mon.a (mon.0) 690 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-10T18:58:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:36 smithi063 bash[48646]: cluster 2024-09-10T18:58:35.947322+0000 mon.a (mon.0) 691 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-10T18:58:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:36 smithi063 bash[48646]: cluster 2024-09-10T18:58:35.947627+0000 mon.a (mon.0) 692 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-10T18:58:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:36 smithi063 bash[48646]: cluster 2024-09-10T18:58:35.947976+0000 mon.a (mon.0) 693 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-10T18:58:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:36 smithi063 bash[48646]: audit 2024-09-10T18:58:36.013131+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-10T18:58:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:36 smithi063 bash[48646]: audit 2024-09-10T18:58:36.013610+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T18:58:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:36 smithi063 bash[48646]: audit 2024-09-10T18:58:36.013983+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:58:36.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[54359]: cluster 2024-09-10T18:58:35.944298+0000 mon.a (mon.0) 679 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-10T18:58:36.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[54359]: cluster 2024-09-10T18:58:35.944564+0000 mon.a (mon.0) 680 : cluster [INF] osd.2 failed (root=default,host=smithi031) (connection refused reported by osd.7) 2024-09-10T18:58:36.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[54359]: cluster 2024-09-10T18:58:35.944962+0000 mon.a (mon.0) 681 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-10T18:58:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[54359]: cluster 2024-09-10T18:58:35.945189+0000 mon.a (mon.0) 682 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:58:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[54359]: cluster 2024-09-10T18:58:35.945445+0000 mon.a (mon.0) 683 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:58:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[54359]: cluster 2024-09-10T18:58:35.945719+0000 mon.a (mon.0) 684 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-10T18:58:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[54359]: cluster 2024-09-10T18:58:35.945902+0000 mon.a (mon.0) 685 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-10T18:58:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[54359]: cluster 2024-09-10T18:58:35.946088+0000 mon.a (mon.0) 686 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-10T18:58:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[54359]: cluster 2024-09-10T18:58:35.946281+0000 mon.a (mon.0) 687 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:58:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[54359]: cluster 2024-09-10T18:58:35.946583+0000 mon.a (mon.0) 688 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:58:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[54359]: cluster 2024-09-10T18:58:35.946889+0000 mon.a (mon.0) 689 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-10T18:58:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[54359]: cluster 2024-09-10T18:58:35.947098+0000 mon.a (mon.0) 690 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-10T18:58:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[54359]: cluster 2024-09-10T18:58:35.947322+0000 mon.a (mon.0) 691 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-10T18:58:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[54359]: cluster 2024-09-10T18:58:35.947627+0000 mon.a (mon.0) 692 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-10T18:58:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[54359]: cluster 2024-09-10T18:58:35.947976+0000 mon.a (mon.0) 693 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-10T18:58:36.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[54359]: audit 2024-09-10T18:58:36.013131+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-10T18:58:36.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[54359]: audit 2024-09-10T18:58:36.013610+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T18:58:36.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[54359]: audit 2024-09-10T18:58:36.013983+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:58:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[53082]: cluster 2024-09-10T18:58:35.944298+0000 mon.a (mon.0) 679 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-10T18:58:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[53082]: cluster 2024-09-10T18:58:35.944564+0000 mon.a (mon.0) 680 : cluster [INF] osd.2 failed (root=default,host=smithi031) (connection refused reported by osd.7) 2024-09-10T18:58:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[53082]: cluster 2024-09-10T18:58:35.944962+0000 mon.a (mon.0) 681 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-10T18:58:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[53082]: cluster 2024-09-10T18:58:35.945189+0000 mon.a (mon.0) 682 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:58:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[53082]: cluster 2024-09-10T18:58:35.945445+0000 mon.a (mon.0) 683 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:58:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[53082]: cluster 2024-09-10T18:58:35.945719+0000 mon.a (mon.0) 684 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-10T18:58:36.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[53082]: cluster 2024-09-10T18:58:35.945902+0000 mon.a (mon.0) 685 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-10T18:58:36.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[53082]: cluster 2024-09-10T18:58:35.946088+0000 mon.a (mon.0) 686 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-10T18:58:36.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[53082]: cluster 2024-09-10T18:58:35.946281+0000 mon.a (mon.0) 687 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:58:36.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[53082]: cluster 2024-09-10T18:58:35.946583+0000 mon.a (mon.0) 688 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:58:36.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[53082]: cluster 2024-09-10T18:58:35.946889+0000 mon.a (mon.0) 689 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-10T18:58:36.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[53082]: cluster 2024-09-10T18:58:35.947098+0000 mon.a (mon.0) 690 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-10T18:58:36.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[53082]: cluster 2024-09-10T18:58:35.947322+0000 mon.a (mon.0) 691 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-10T18:58:36.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[53082]: cluster 2024-09-10T18:58:35.947627+0000 mon.a (mon.0) 692 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-10T18:58:36.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[53082]: cluster 2024-09-10T18:58:35.947976+0000 mon.a (mon.0) 693 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-10T18:58:36.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[53082]: audit 2024-09-10T18:58:36.013131+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-10T18:58:36.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[53082]: audit 2024-09-10T18:58:36.013610+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T18:58:36.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[53082]: audit 2024-09-10T18:58:36.013983+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T18:58:36.640 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[75443]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd.2 2024-09-10T18:58:36.640 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:36 smithi031 bash[75513]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd.2 2024-09-10T18:58:37.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:37 smithi063 bash[48646]: cluster 2024-09-10T18:58:36.258865+0000 mgr.y (mgr.26002) 258 : cluster [DBG] pgmap v148: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:37.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:37 smithi063 bash[48646]: cluster 2024-09-10T18:58:36.330491+0000 mon.a (mon.0) 697 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:58:37.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:37 smithi063 bash[48646]: cluster 2024-09-10T18:58:36.353141+0000 mon.a (mon.0) 698 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-09-10T18:58:37.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:37 smithi031 bash[53082]: cluster 2024-09-10T18:58:36.258865+0000 mgr.y (mgr.26002) 258 : cluster [DBG] pgmap v148: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:37.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:37 smithi031 bash[53082]: cluster 2024-09-10T18:58:36.330491+0000 mon.a (mon.0) 697 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:58:37.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:37 smithi031 bash[53082]: cluster 2024-09-10T18:58:36.353141+0000 mon.a (mon.0) 698 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-09-10T18:58:37.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:37 smithi031 bash[54359]: cluster 2024-09-10T18:58:36.258865+0000 mgr.y (mgr.26002) 258 : cluster [DBG] pgmap v148: 132 pgs: 132 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:37 smithi031 bash[54359]: cluster 2024-09-10T18:58:36.330491+0000 mon.a (mon.0) 697 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:58:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:37 smithi031 bash[54359]: cluster 2024-09-10T18:58:36.353141+0000 mon.a (mon.0) 698 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-09-10T18:58:38.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:38 smithi063 bash[48646]: cluster 2024-09-10T18:58:37.348154+0000 mon.a (mon.0) 699 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-09-10T18:58:38.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:38 smithi031 bash[53082]: cluster 2024-09-10T18:58:37.348154+0000 mon.a (mon.0) 699 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-09-10T18:58:38.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:38 smithi031 bash[54359]: cluster 2024-09-10T18:58:37.348154+0000 mon.a (mon.0) 699 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-09-10T18:58:39.136 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:38 smithi031 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.2.service: Succeeded. 2024-09-10T18:58:39.136 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:38 smithi031 systemd[1]: Stopped Ceph osd.2 for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:58:39.136 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:39 smithi031 systemd[1]: Started Ceph osd.2 for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:58:39.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:39 smithi031 bash[53082]: cluster 2024-09-10T18:58:38.259535+0000 mgr.y (mgr.26002) 259 : cluster [DBG] pgmap v151: 132 pgs: 9 stale+active+clean, 123 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:39.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:39 smithi031 bash[53082]: audit 2024-09-10T18:58:39.170520+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:58:39.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:39 smithi031 bash[53082]: audit 2024-09-10T18:58:39.177059+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:39.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:39 smithi031 bash[53082]: audit 2024-09-10T18:58:39.184648+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:39.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:39 smithi031 bash[53082]: audit 2024-09-10T18:58:39.190371+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:39.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:39 smithi031 bash[53082]: audit 2024-09-10T18:58:39.192031+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:58:39.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:39 smithi031 bash[54359]: cluster 2024-09-10T18:58:38.259535+0000 mgr.y (mgr.26002) 259 : cluster [DBG] pgmap v151: 132 pgs: 9 stale+active+clean, 123 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:39.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:39 smithi031 bash[54359]: audit 2024-09-10T18:58:39.170520+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:58:39.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:39 smithi031 bash[54359]: audit 2024-09-10T18:58:39.177059+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:39.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:39 smithi031 bash[54359]: audit 2024-09-10T18:58:39.184648+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:39.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:39 smithi031 bash[54359]: audit 2024-09-10T18:58:39.190371+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:39.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:39 smithi031 bash[54359]: audit 2024-09-10T18:58:39.192031+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:58:39.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:39 smithi063 bash[48646]: cluster 2024-09-10T18:58:38.259535+0000 mgr.y (mgr.26002) 259 : cluster [DBG] pgmap v151: 132 pgs: 9 stale+active+clean, 123 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:39.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:39 smithi063 bash[48646]: audit 2024-09-10T18:58:39.170520+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:58:39.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:39 smithi063 bash[48646]: audit 2024-09-10T18:58:39.177059+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:39.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:39 smithi063 bash[48646]: audit 2024-09-10T18:58:39.184648+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:39.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:39 smithi063 bash[48646]: audit 2024-09-10T18:58:39.190371+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:39.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:39 smithi063 bash[48646]: audit 2024-09-10T18:58:39.192031+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:58:40.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:40 smithi031 bash[53082]: cluster 2024-09-10T18:58:40.260533+0000 mgr.y (mgr.26002) 260 : cluster [DBG] pgmap v152: 132 pgs: 3 active+undersized, 8 stale+active+clean, 3 active+undersized+degraded, 118 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail; 21/618 objects degraded (3.398%) 2024-09-10T18:58:40.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:40 smithi031 bash[53082]: cluster 2024-09-10T18:58:40.365314+0000 mon.a (mon.0) 705 : cluster [WRN] Health check failed: Degraded data redundancy: 21/618 objects degraded (3.398%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T18:58:40.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:40 smithi031 bash[54359]: cluster 2024-09-10T18:58:40.260533+0000 mgr.y (mgr.26002) 260 : cluster [DBG] pgmap v152: 132 pgs: 3 active+undersized, 8 stale+active+clean, 3 active+undersized+degraded, 118 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail; 21/618 objects degraded (3.398%) 2024-09-10T18:58:40.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:40 smithi031 bash[54359]: cluster 2024-09-10T18:58:40.365314+0000 mon.a (mon.0) 705 : cluster [WRN] Health check failed: Degraded data redundancy: 21/618 objects degraded (3.398%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T18:58:40.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:40 smithi063 bash[48646]: cluster 2024-09-10T18:58:40.260533+0000 mgr.y (mgr.26002) 260 : cluster [DBG] pgmap v152: 132 pgs: 3 active+undersized, 8 stale+active+clean, 3 active+undersized+degraded, 118 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail; 21/618 objects degraded (3.398%) 2024-09-10T18:58:40.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:40 smithi063 bash[48646]: cluster 2024-09-10T18:58:40.365314+0000 mon.a (mon.0) 705 : cluster [WRN] Health check failed: Degraded data redundancy: 21/618 objects degraded (3.398%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T18:58:41.136 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:40 smithi031 bash[75691]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T18:58:41.136 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:40 smithi031 bash[75691]: 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-10T18:58:41.136 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:40 smithi031 bash[75691]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-10T18:58:41.136 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:40 smithi031 bash[75691]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T18:58:41.137 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:40 smithi031 bash[75691]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-10T18:58:41.137 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:40 smithi031 bash[75691]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T18:58:41.137 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:40 smithi031 bash[75691]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-10T18:58:42.886 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:42 smithi031 bash[75963]: debug 2024-09-10T18:58:42.720+0000 7f2eaae96640 1 -- 172.21.15.31:0/4024437227 <== mon.0 v2:172.21.15.31:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559dc8d34d00 con 0x559dc8d07400 2024-09-10T18:58:43.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:43 smithi063 bash[48646]: cluster 2024-09-10T18:58:42.262186+0000 mgr.y (mgr.26002) 261 : cluster [DBG] pgmap v153: 132 pgs: 24 active+undersized, 12 active+undersized+degraded, 96 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail; 48/618 objects degraded (7.767%) 2024-09-10T18:58:43.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:43 smithi031 bash[53082]: cluster 2024-09-10T18:58:42.262186+0000 mgr.y (mgr.26002) 261 : cluster [DBG] pgmap v153: 132 pgs: 24 active+undersized, 12 active+undersized+degraded, 96 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail; 48/618 objects degraded (7.767%) 2024-09-10T18:58:43.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:43 smithi031 bash[54359]: cluster 2024-09-10T18:58:42.262186+0000 mgr.y (mgr.26002) 261 : cluster [DBG] pgmap v153: 132 pgs: 24 active+undersized, 12 active+undersized+degraded, 96 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail; 48/618 objects degraded (7.767%) 2024-09-10T18:58:43.636 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:43 smithi031 bash[75963]: debug 2024-09-10T18:58:43.264+0000 7f2ead6fe440 -1 Falling back to public interface 2024-09-10T18:58:45.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:45 smithi063 bash[48646]: cluster 2024-09-10T18:58:44.263089+0000 mgr.y (mgr.26002) 262 : cluster [DBG] pgmap v154: 132 pgs: 24 active+undersized, 12 active+undersized+degraded, 96 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail; 48/618 objects degraded (7.767%) 2024-09-10T18:58:45.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:45 smithi031 bash[53082]: cluster 2024-09-10T18:58:44.263089+0000 mgr.y (mgr.26002) 262 : cluster [DBG] pgmap v154: 132 pgs: 24 active+undersized, 12 active+undersized+degraded, 96 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail; 48/618 objects degraded (7.767%) 2024-09-10T18:58:45.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:45 smithi031 bash[54359]: cluster 2024-09-10T18:58:44.263089+0000 mgr.y (mgr.26002) 262 : cluster [DBG] pgmap v154: 132 pgs: 24 active+undersized, 12 active+undersized+degraded, 96 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail; 48/618 objects degraded (7.767%) 2024-09-10T18:58:46.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:46 smithi063 bash[48646]: audit 2024-09-10T18:58:46.267481+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:58:46.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:46 smithi063 bash[48646]: audit 2024-09-10T18:58:46.272487+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:46.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:46 smithi063 bash[48646]: audit 2024-09-10T18:58:46.278532+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:46.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:46 smithi063 bash[48646]: audit 2024-09-10T18:58:46.310979+0000 mon.a (mon.0) 709 : audit [INF] from='osd.2 [v2:172.21.15.31:6818/92782371,v1:172.21.15.31:6819/92782371]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:58:46.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:46 smithi031 bash[54359]: audit 2024-09-10T18:58:46.267481+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:58:46.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:46 smithi031 bash[54359]: audit 2024-09-10T18:58:46.272487+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:46.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:46 smithi031 bash[54359]: audit 2024-09-10T18:58:46.278532+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:46.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:46 smithi031 bash[54359]: audit 2024-09-10T18:58:46.310979+0000 mon.a (mon.0) 709 : audit [INF] from='osd.2 [v2:172.21.15.31:6818/92782371,v1:172.21.15.31:6819/92782371]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:58:46.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:46 smithi031 bash[53082]: audit 2024-09-10T18:58:46.267481+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:58:46.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:46 smithi031 bash[53082]: audit 2024-09-10T18:58:46.272487+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:46.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:46 smithi031 bash[53082]: audit 2024-09-10T18:58:46.278532+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:46.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:46 smithi031 bash[53082]: audit 2024-09-10T18:58:46.310979+0000 mon.a (mon.0) 709 : audit [INF] from='osd.2 [v2:172.21.15.31:6818/92782371,v1:172.21.15.31:6819/92782371]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:58:46.637 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:46 smithi031 bash[75963]: debug 2024-09-10T18:58:46.268+0000 7f2ead6fe440 -1 osd.2 0 read_superblock omap replica is missing. 2024-09-10T18:58:46.637 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:46 smithi031 bash[75963]: debug 2024-09-10T18:58:46.300+0000 7f2ead6fe440 -1 osd.2 82 log_to_monitors true 2024-09-10T18:58:47.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:47 smithi063 bash[48646]: cluster 2024-09-10T18:58:46.264249+0000 mgr.y (mgr.26002) 263 : cluster [DBG] pgmap v155: 132 pgs: 24 active+undersized, 12 active+undersized+degraded, 96 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail; 48/618 objects degraded (7.767%) 2024-09-10T18:58:47.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:47 smithi063 bash[48646]: audit 2024-09-10T18:58:46.652187+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:58:47.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:47 smithi063 bash[48646]: audit 2024-09-10T18:58:46.877475+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:58:47.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:47 smithi063 bash[48646]: audit 2024-09-10T18:58:46.883697+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:47.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:47 smithi063 bash[48646]: audit 2024-09-10T18:58:46.893285+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:47.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:47 smithi063 bash[48646]: audit 2024-09-10T18:58:46.895290+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:58:47.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:47 smithi063 bash[48646]: audit 2024-09-10T18:58:47.285830+0000 mon.a (mon.0) 715 : audit [INF] from='osd.2 [v2:172.21.15.31:6818/92782371,v1:172.21.15.31:6819/92782371]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:58:47.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:47 smithi063 bash[48646]: cluster 2024-09-10T18:58:47.286051+0000 mon.a (mon.0) 716 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-09-10T18:58:47.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:47 smithi063 bash[48646]: audit 2024-09-10T18:58:47.288254+0000 mon.a (mon.0) 717 : audit [INF] from='osd.2 [v2:172.21.15.31:6818/92782371,v1:172.21.15.31:6819/92782371]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:58:47.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:47 smithi031 bash[53082]: cluster 2024-09-10T18:58:46.264249+0000 mgr.y (mgr.26002) 263 : cluster [DBG] pgmap v155: 132 pgs: 24 active+undersized, 12 active+undersized+degraded, 96 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail; 48/618 objects degraded (7.767%) 2024-09-10T18:58:47.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:47 smithi031 bash[53082]: audit 2024-09-10T18:58:46.652187+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:58:47.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:47 smithi031 bash[53082]: audit 2024-09-10T18:58:46.877475+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:58:47.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:47 smithi031 bash[53082]: audit 2024-09-10T18:58:46.883697+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:47 smithi031 bash[53082]: audit 2024-09-10T18:58:46.893285+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:47 smithi031 bash[53082]: audit 2024-09-10T18:58:46.895290+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:58:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:47 smithi031 bash[53082]: audit 2024-09-10T18:58:47.285830+0000 mon.a (mon.0) 715 : audit [INF] from='osd.2 [v2:172.21.15.31:6818/92782371,v1:172.21.15.31:6819/92782371]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:58:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:47 smithi031 bash[53082]: cluster 2024-09-10T18:58:47.286051+0000 mon.a (mon.0) 716 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-09-10T18:58:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:47 smithi031 bash[53082]: audit 2024-09-10T18:58:47.288254+0000 mon.a (mon.0) 717 : audit [INF] from='osd.2 [v2:172.21.15.31:6818/92782371,v1:172.21.15.31:6819/92782371]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:58:47.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:47 smithi031 bash[54359]: cluster 2024-09-10T18:58:46.264249+0000 mgr.y (mgr.26002) 263 : cluster [DBG] pgmap v155: 132 pgs: 24 active+undersized, 12 active+undersized+degraded, 96 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail; 48/618 objects degraded (7.767%) 2024-09-10T18:58:47.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:47 smithi031 bash[54359]: audit 2024-09-10T18:58:46.652187+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:58:47.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:47 smithi031 bash[54359]: audit 2024-09-10T18:58:46.877475+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:58:47.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:47 smithi031 bash[54359]: audit 2024-09-10T18:58:46.883697+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:47.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:47 smithi031 bash[54359]: audit 2024-09-10T18:58:46.893285+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:47.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:47 smithi031 bash[54359]: audit 2024-09-10T18:58:46.895290+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:58:47.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:47 smithi031 bash[54359]: audit 2024-09-10T18:58:47.285830+0000 mon.a (mon.0) 715 : audit [INF] from='osd.2 [v2:172.21.15.31:6818/92782371,v1:172.21.15.31:6819/92782371]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:58:47.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:47 smithi031 bash[54359]: cluster 2024-09-10T18:58:47.286051+0000 mon.a (mon.0) 716 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-09-10T18:58:47.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:47 smithi031 bash[54359]: audit 2024-09-10T18:58:47.288254+0000 mon.a (mon.0) 717 : audit [INF] from='osd.2 [v2:172.21.15.31:6818/92782371,v1:172.21.15.31:6819/92782371]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:58:47.638 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 18:58:47 smithi031 bash[75963]: debug 2024-09-10T18:58:47.296+0000 7f2ea1ca3640 -1 osd.2 82 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T18:58:48.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:48 smithi063 bash[48646]: cluster 2024-09-10T18:58:48.279982+0000 mon.a (mon.0) 718 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:58:48.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:48 smithi063 bash[48646]: cluster 2024-09-10T18:58:48.293872+0000 mon.a (mon.0) 719 : cluster [INF] osd.2 [v2:172.21.15.31:6818/92782371,v1:172.21.15.31:6819/92782371] boot 2024-09-10T18:58:48.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:48 smithi063 bash[48646]: cluster 2024-09-10T18:58:48.293985+0000 mon.a (mon.0) 720 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-09-10T18:58:48.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:48 smithi063 bash[48646]: audit 2024-09-10T18:58:48.294631+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:48.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:48 smithi031 bash[53082]: cluster 2024-09-10T18:58:48.279982+0000 mon.a (mon.0) 718 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:58:48.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:48 smithi031 bash[53082]: cluster 2024-09-10T18:58:48.293872+0000 mon.a (mon.0) 719 : cluster [INF] osd.2 [v2:172.21.15.31:6818/92782371,v1:172.21.15.31:6819/92782371] boot 2024-09-10T18:58:48.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:48 smithi031 bash[53082]: cluster 2024-09-10T18:58:48.293985+0000 mon.a (mon.0) 720 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-09-10T18:58:48.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:48 smithi031 bash[53082]: audit 2024-09-10T18:58:48.294631+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:48.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:48 smithi031 bash[54359]: cluster 2024-09-10T18:58:48.279982+0000 mon.a (mon.0) 718 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:58:48.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:48 smithi031 bash[54359]: cluster 2024-09-10T18:58:48.293872+0000 mon.a (mon.0) 719 : cluster [INF] osd.2 [v2:172.21.15.31:6818/92782371,v1:172.21.15.31:6819/92782371] boot 2024-09-10T18:58:48.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:48 smithi031 bash[54359]: cluster 2024-09-10T18:58:48.293985+0000 mon.a (mon.0) 720 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-09-10T18:58:48.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:48 smithi031 bash[54359]: audit 2024-09-10T18:58:48.294631+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:58:49.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:49 smithi063 bash[48646]: cluster 2024-09-10T18:58:48.265137+0000 mgr.y (mgr.26002) 264 : cluster [DBG] pgmap v157: 132 pgs: 24 active+undersized, 12 active+undersized+degraded, 96 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 48/618 objects degraded (7.767%) 2024-09-10T18:58:49.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:49 smithi063 bash[48646]: cluster 2024-09-10T18:58:48.701988+0000 mon.a (mon.0) 722 : cluster [WRN] Health check update: Degraded data redundancy: 48/618 objects degraded (7.767%), 12 pgs degraded (PG_DEGRADED) 2024-09-10T18:58:49.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:49 smithi063 bash[48646]: cluster 2024-09-10T18:58:49.292658+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-09-10T18:58:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:49 smithi031 bash[53082]: cluster 2024-09-10T18:58:48.265137+0000 mgr.y (mgr.26002) 264 : cluster [DBG] pgmap v157: 132 pgs: 24 active+undersized, 12 active+undersized+degraded, 96 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 48/618 objects degraded (7.767%) 2024-09-10T18:58:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:49 smithi031 bash[53082]: cluster 2024-09-10T18:58:48.701988+0000 mon.a (mon.0) 722 : cluster [WRN] Health check update: Degraded data redundancy: 48/618 objects degraded (7.767%), 12 pgs degraded (PG_DEGRADED) 2024-09-10T18:58:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:49 smithi031 bash[53082]: cluster 2024-09-10T18:58:49.292658+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-09-10T18:58:49.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:49 smithi031 bash[54359]: cluster 2024-09-10T18:58:48.265137+0000 mgr.y (mgr.26002) 264 : cluster [DBG] pgmap v157: 132 pgs: 24 active+undersized, 12 active+undersized+degraded, 96 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 48/618 objects degraded (7.767%) 2024-09-10T18:58:49.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:49 smithi031 bash[54359]: cluster 2024-09-10T18:58:48.701988+0000 mon.a (mon.0) 722 : cluster [WRN] Health check update: Degraded data redundancy: 48/618 objects degraded (7.767%), 12 pgs degraded (PG_DEGRADED) 2024-09-10T18:58:49.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:49 smithi031 bash[54359]: cluster 2024-09-10T18:58:49.292658+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-09-10T18:58:51.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:51 smithi063 bash[48646]: cluster 2024-09-10T18:58:50.266178+0000 mgr.y (mgr.26002) 265 : cluster [DBG] pgmap v160: 132 pgs: 21 active+undersized, 10 active+undersized+degraded, 101 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 35/618 objects degraded (5.663%) 2024-09-10T18:58:51.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:51 smithi063 bash[48646]: audit 2024-09-10T18:58:51.204153+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:51.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:51 smithi031 bash[54359]: cluster 2024-09-10T18:58:50.266178+0000 mgr.y (mgr.26002) 265 : cluster [DBG] pgmap v160: 132 pgs: 21 active+undersized, 10 active+undersized+degraded, 101 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 35/618 objects degraded (5.663%) 2024-09-10T18:58:51.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:51 smithi031 bash[54359]: audit 2024-09-10T18:58:51.204153+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:51.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:51 smithi031 bash[53082]: cluster 2024-09-10T18:58:50.266178+0000 mgr.y (mgr.26002) 265 : cluster [DBG] pgmap v160: 132 pgs: 21 active+undersized, 10 active+undersized+degraded, 101 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 35/618 objects degraded (5.663%) 2024-09-10T18:58:51.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:51 smithi031 bash[53082]: audit 2024-09-10T18:58:51.204153+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:53.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:53 smithi063 bash[48646]: cluster 2024-09-10T18:58:52.267701+0000 mgr.y (mgr.26002) 266 : cluster [DBG] pgmap v161: 132 pgs: 7 active+undersized, 2 active+undersized+degraded, 123 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 9/618 objects degraded (1.456%) 2024-09-10T18:58:53.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:53 smithi031 bash[53082]: cluster 2024-09-10T18:58:52.267701+0000 mgr.y (mgr.26002) 266 : cluster [DBG] pgmap v161: 132 pgs: 7 active+undersized, 2 active+undersized+degraded, 123 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 9/618 objects degraded (1.456%) 2024-09-10T18:58:53.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:53 smithi031 bash[54359]: cluster 2024-09-10T18:58:52.267701+0000 mgr.y (mgr.26002) 266 : cluster [DBG] pgmap v161: 132 pgs: 7 active+undersized, 2 active+undersized+degraded, 123 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 9/618 objects degraded (1.456%) 2024-09-10T18:58:54.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:54 smithi063 bash[48646]: cluster 2024-09-10T18:58:53.703046+0000 mon.a (mon.0) 725 : cluster [WRN] Health check update: Degraded data redundancy: 9/618 objects degraded (1.456%), 2 pgs degraded (PG_DEGRADED) 2024-09-10T18:58:54.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:54 smithi031 bash[53082]: cluster 2024-09-10T18:58:53.703046+0000 mon.a (mon.0) 725 : cluster [WRN] Health check update: Degraded data redundancy: 9/618 objects degraded (1.456%), 2 pgs degraded (PG_DEGRADED) 2024-09-10T18:58:54.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:54 smithi031 bash[54359]: cluster 2024-09-10T18:58:53.703046+0000 mon.a (mon.0) 725 : cluster [WRN] Health check update: Degraded data redundancy: 9/618 objects degraded (1.456%), 2 pgs degraded (PG_DEGRADED) 2024-09-10T18:58:55.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:55 smithi063 bash[48646]: cluster 2024-09-10T18:58:54.268525+0000 mgr.y (mgr.26002) 267 : cluster [DBG] pgmap v162: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:55.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:55 smithi063 bash[48646]: cluster 2024-09-10T18:58:54.349426+0000 mon.a (mon.0) 726 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 9/618 objects degraded (1.456%), 2 pgs degraded) 2024-09-10T18:58:55.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:55 smithi031 bash[53082]: cluster 2024-09-10T18:58:54.268525+0000 mgr.y (mgr.26002) 267 : cluster [DBG] pgmap v162: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:55.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:55 smithi031 bash[53082]: cluster 2024-09-10T18:58:54.349426+0000 mon.a (mon.0) 726 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 9/618 objects degraded (1.456%), 2 pgs degraded) 2024-09-10T18:58:55.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:55 smithi031 bash[54359]: cluster 2024-09-10T18:58:54.268525+0000 mgr.y (mgr.26002) 267 : cluster [DBG] pgmap v162: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:58:55.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:55 smithi031 bash[54359]: cluster 2024-09-10T18:58:54.349426+0000 mon.a (mon.0) 726 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 9/618 objects degraded (1.456%), 2 pgs degraded) 2024-09-10T18:58:57.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:57 smithi063 bash[48646]: cluster 2024-09-10T18:58:56.269867+0000 mgr.y (mgr.26002) 268 : cluster [DBG] pgmap v163: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 38 op/s 2024-09-10T18:58:57.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:57 smithi031 bash[53082]: cluster 2024-09-10T18:58:56.269867+0000 mgr.y (mgr.26002) 268 : cluster [DBG] pgmap v163: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 38 op/s 2024-09-10T18:58:57.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:57 smithi031 bash[54359]: cluster 2024-09-10T18:58:56.269867+0000 mgr.y (mgr.26002) 268 : cluster [DBG] pgmap v163: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 38 op/s 2024-09-10T18:58:58.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.620870+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:58:58.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.629230+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:58.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.638778+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:58.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.640363+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:58.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.641797+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:58.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.650782+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:58.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.708494+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:58.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.713831+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.717799+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.720682+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.723547+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.726087+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.728374+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.730616+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.733789+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T18:58:58.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.743493+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T18:58:58.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.744893+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.752210+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T18:58:58.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.753296+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T18:58:58.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.761976+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T18:58:58.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.763614+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T18:58:58.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.765070+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T18:58:58.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.766489+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T18:58:58.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.768022+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T18:58:58.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.769483+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.770882+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T18:58:58.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.771969+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T18:58:58.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.773093+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.774206+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.775317+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.776405+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.777515+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.778573+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.779611+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T18:58:58.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.788862+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T18:58:58.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.790911+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:58:58.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.797690+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T18:58:58.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.799158+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:58.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.800665+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:58.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.813038+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:58.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.870003+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:58.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.871644+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:58.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:58 smithi063 bash[48646]: audit 2024-09-10T18:58:57.884517+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:58.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.620870+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:58:58.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.629230+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:58.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.638778+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:58.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.640363+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:58.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.641797+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:58.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.650782+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:58.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.708494+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:58.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.713831+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.717799+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.720682+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.723547+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.726087+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.728374+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.730616+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.733789+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T18:58:58.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.743493+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T18:58:58.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.744893+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.752210+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T18:58:58.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.620870+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:58:58.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.629230+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:58.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.638778+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:58.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.640363+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:58.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.641797+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:58.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.650782+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:58.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.708494+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:58:58.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.713831+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.717799+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.720682+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.723547+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.726087+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.728374+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.730616+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:58.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.733789+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T18:58:58.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.743493+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T18:58:58.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.744893+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.752210+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T18:58:58.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.753296+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T18:58:58.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.761976+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T18:58:58.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.763614+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T18:58:58.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.765070+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T18:58:58.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.766489+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T18:58:58.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.768022+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T18:58:58.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.769483+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.770882+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T18:58:58.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.771969+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T18:58:58.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.773093+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.774206+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.775317+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.776405+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.777515+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.778573+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.779611+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T18:58:58.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.788862+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T18:58:58.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.753296+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T18:58:58.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.761976+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T18:58:58.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.763614+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T18:58:58.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.765070+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T18:58:58.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.766489+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T18:58:58.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.768022+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T18:58:58.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.769483+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.770882+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T18:58:58.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.771969+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T18:58:58.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.773093+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.774206+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.775317+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.776405+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.777515+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.778573+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T18:58:58.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.779611+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T18:58:58.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.788862+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T18:58:58.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.790911+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:58:58.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.797690+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T18:58:58.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.799158+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:58.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.800665+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:58.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.813038+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:58.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.870003+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:58.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.871644+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:58.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[54359]: audit 2024-09-10T18:58:57.884517+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:58.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.790911+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:58:58.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.797690+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T18:58:58.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.799158+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:58.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.800665+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:58.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.813038+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:58.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.870003+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:58:58.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.871644+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:58:58.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:58 smithi031 bash[53082]: audit 2024-09-10T18:58:57.884517+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:58:59.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:59 smithi063 bash[48646]: cephadm 2024-09-10T18:58:57.643099+0000 mgr.y (mgr.26002) 269 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:58:59.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:59 smithi063 bash[48646]: cluster 2024-09-10T18:58:57.644216+0000 mgr.y (mgr.26002) 270 : cluster [DBG] pgmap v164: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 35 op/s 2024-09-10T18:58:59.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:59 smithi063 bash[48646]: cluster 2024-09-10T18:58:57.644789+0000 mgr.y (mgr.26002) 271 : cluster [DBG] pgmap v165: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 40 op/s 2024-09-10T18:58:59.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:59 smithi063 bash[48646]: cephadm 2024-09-10T18:58:57.731993+0000 mgr.y (mgr.26002) 272 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:58:59.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:59 smithi063 bash[48646]: cephadm 2024-09-10T18:58:57.790104+0000 mgr.y (mgr.26002) 273 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:58:59.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:59 smithi063 bash[48646]: cephadm 2024-09-10T18:58:57.802039+0000 mgr.y (mgr.26002) 274 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:58:59.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:59 smithi063 bash[48646]: cluster 2024-09-10T18:58:57.803158+0000 mgr.y (mgr.26002) 275 : cluster [DBG] pgmap v166: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 44 op/s 2024-09-10T18:58:59.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:59 smithi063 bash[48646]: cluster 2024-09-10T18:58:57.803650+0000 mgr.y (mgr.26002) 276 : cluster [DBG] pgmap v167: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-10T18:58:59.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:59 smithi063 bash[48646]: cephadm 2024-09-10T18:58:57.873071+0000 mgr.y (mgr.26002) 277 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:58:59.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:59 smithi063 bash[48646]: cluster 2024-09-10T18:58:57.874288+0000 mgr.y (mgr.26002) 278 : cluster [DBG] pgmap v168: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 92 op/s 2024-09-10T18:58:59.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:58:59 smithi063 bash[48646]: cluster 2024-09-10T18:58:57.874643+0000 mgr.y (mgr.26002) 279 : cluster [DBG] pgmap v169: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 18 op/s 2024-09-10T18:58:59.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[53082]: cephadm 2024-09-10T18:58:57.643099+0000 mgr.y (mgr.26002) 269 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:58:59.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[53082]: cluster 2024-09-10T18:58:57.644216+0000 mgr.y (mgr.26002) 270 : cluster [DBG] pgmap v164: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 35 op/s 2024-09-10T18:58:59.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[53082]: cluster 2024-09-10T18:58:57.644789+0000 mgr.y (mgr.26002) 271 : cluster [DBG] pgmap v165: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 40 op/s 2024-09-10T18:58:59.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[53082]: cephadm 2024-09-10T18:58:57.731993+0000 mgr.y (mgr.26002) 272 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:58:59.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[53082]: cephadm 2024-09-10T18:58:57.790104+0000 mgr.y (mgr.26002) 273 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:58:59.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[53082]: cephadm 2024-09-10T18:58:57.802039+0000 mgr.y (mgr.26002) 274 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:58:59.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[53082]: cluster 2024-09-10T18:58:57.803158+0000 mgr.y (mgr.26002) 275 : cluster [DBG] pgmap v166: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 44 op/s 2024-09-10T18:58:59.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[53082]: cluster 2024-09-10T18:58:57.803650+0000 mgr.y (mgr.26002) 276 : cluster [DBG] pgmap v167: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-10T18:58:59.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[53082]: cephadm 2024-09-10T18:58:57.873071+0000 mgr.y (mgr.26002) 277 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:58:59.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[53082]: cluster 2024-09-10T18:58:57.874288+0000 mgr.y (mgr.26002) 278 : cluster [DBG] pgmap v168: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 92 op/s 2024-09-10T18:58:59.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[53082]: cluster 2024-09-10T18:58:57.874643+0000 mgr.y (mgr.26002) 279 : cluster [DBG] pgmap v169: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 18 op/s 2024-09-10T18:58:59.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[54359]: cephadm 2024-09-10T18:58:57.643099+0000 mgr.y (mgr.26002) 269 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:58:59.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[54359]: cluster 2024-09-10T18:58:57.644216+0000 mgr.y (mgr.26002) 270 : cluster [DBG] pgmap v164: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 35 op/s 2024-09-10T18:58:59.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[54359]: cluster 2024-09-10T18:58:57.644789+0000 mgr.y (mgr.26002) 271 : cluster [DBG] pgmap v165: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 40 op/s 2024-09-10T18:58:59.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[54359]: cephadm 2024-09-10T18:58:57.731993+0000 mgr.y (mgr.26002) 272 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T18:58:59.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[54359]: cephadm 2024-09-10T18:58:57.790104+0000 mgr.y (mgr.26002) 273 : cephadm [INF] Upgrade: Complete! 2024-09-10T18:58:59.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[54359]: cephadm 2024-09-10T18:58:57.802039+0000 mgr.y (mgr.26002) 274 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:58:59.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[54359]: cluster 2024-09-10T18:58:57.803158+0000 mgr.y (mgr.26002) 275 : cluster [DBG] pgmap v166: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 44 op/s 2024-09-10T18:58:59.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[54359]: cluster 2024-09-10T18:58:57.803650+0000 mgr.y (mgr.26002) 276 : cluster [DBG] pgmap v167: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-10T18:58:59.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[54359]: cephadm 2024-09-10T18:58:57.873071+0000 mgr.y (mgr.26002) 277 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:58:59.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[54359]: cluster 2024-09-10T18:58:57.874288+0000 mgr.y (mgr.26002) 278 : cluster [DBG] pgmap v168: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 92 op/s 2024-09-10T18:58:59.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:58:59 smithi031 bash[54359]: cluster 2024-09-10T18:58:57.874643+0000 mgr.y (mgr.26002) 279 : cluster [DBG] pgmap v169: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 18 op/s 2024-09-10T18:59:01.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:01 smithi031 bash[53082]: cluster 2024-09-10T18:58:59.875460+0000 mgr.y (mgr.26002) 280 : cluster [DBG] pgmap v170: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 94 op/s 2024-09-10T18:59:01.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:01 smithi031 bash[53082]: audit 2024-09-10T18:59:01.225129+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:01.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:01 smithi031 bash[54359]: cluster 2024-09-10T18:58:59.875460+0000 mgr.y (mgr.26002) 280 : cluster [DBG] pgmap v170: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 94 op/s 2024-09-10T18:59:01.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:01 smithi031 bash[54359]: audit 2024-09-10T18:59:01.225129+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:01.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:01 smithi063 bash[48646]: cluster 2024-09-10T18:58:59.875460+0000 mgr.y (mgr.26002) 280 : cluster [DBG] pgmap v170: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 94 op/s 2024-09-10T18:59:01.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:01 smithi063 bash[48646]: audit 2024-09-10T18:59:01.225129+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:02.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:02 smithi031 bash[53082]: cluster 2024-09-10T18:59:01.876839+0000 mgr.y (mgr.26002) 281 : cluster [DBG] pgmap v171: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 151 KiB/s rd, 0 B/s wr, 251 op/s 2024-09-10T18:59:02.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:02 smithi031 bash[53082]: audit 2024-09-10T18:59:02.198605+0000 mgr.y (mgr.26002) 282 : audit [DBG] from='client.64336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:02.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:02 smithi031 bash[54359]: cluster 2024-09-10T18:59:01.876839+0000 mgr.y (mgr.26002) 281 : cluster [DBG] pgmap v171: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 151 KiB/s rd, 0 B/s wr, 251 op/s 2024-09-10T18:59:02.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:02 smithi031 bash[54359]: audit 2024-09-10T18:59:02.198605+0000 mgr.y (mgr.26002) 282 : audit [DBG] from='client.64336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:02.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:02 smithi063 bash[48646]: cluster 2024-09-10T18:59:01.876839+0000 mgr.y (mgr.26002) 281 : cluster [DBG] pgmap v171: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 151 KiB/s rd, 0 B/s wr, 251 op/s 2024-09-10T18:59:02.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:02 smithi063 bash[48646]: audit 2024-09-10T18:59:02.198605+0000 mgr.y (mgr.26002) 282 : audit [DBG] from='client.64336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:03.109 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T18:59:05.304 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:04 smithi031 bash[53082]: cluster 2024-09-10T18:59:03.877661+0000 mgr.y (mgr.26002) 283 : cluster [DBG] pgmap v172: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 180 op/s 2024-09-10T18:59:05.304 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:04 smithi031 bash[54359]: cluster 2024-09-10T18:59:03.877661+0000 mgr.y (mgr.26002) 283 : cluster [DBG] pgmap v172: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 180 op/s 2024-09-10T18:59:05.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:04 smithi063 bash[48646]: cluster 2024-09-10T18:59:03.877661+0000 mgr.y (mgr.26002) 283 : cluster [DBG] pgmap v172: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 180 op/s 2024-09-10T18:59:06.777 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:59:06.777 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (7m) 20s ago 31m 16.7M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T18:59:06.777 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (6m) 4m ago 31m 82.0M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T18:59:06.777 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 4m ago 32m - - 2024-09-10T18:59:06.777 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (8m) 4m ago 36m 390M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T18:59:06.777 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (18m) 20s ago 38m 438M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:59:06.777 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (4m) 20s ago 38m 69.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T18:59:06.777 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (5m) 4m ago 36m 48.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T18:59:06.777 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (4m) 20s ago 37m 46.5M 2048M 17.2.7-1606-g5be57395 4c55dd409611 cf5fe597e338 2024-09-10T18:59:06.777 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (8m) 20s ago 32m 11.7M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T18:59:06.778 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (8m) 4m ago 32m 10.9M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T18:59:06.778 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (117s) 20s ago 36m 45.9M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9db09b69d74a 2024-09-10T18:59:06.778 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (87s) 20s ago 35m 46.8M 4096M 17.2.7-1606-g5be57395 4c55dd409611 83e1bd140921 2024-09-10T18:59:06.778 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (25s) 20s ago 35m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 fdd9237ce79f 2024-09-10T18:59:06.778 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (34m) 20s ago 35m 56.5M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:59:06.778 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (34m) 4m ago 34m 53.6M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:59:06.778 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (34m) 4m ago 34m 48.7M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:59:06.778 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (33m) 4m ago 33m 50.2M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:59:06.778 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (33m) 4m ago 33m 51.5M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:59:06.778 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (7m) 4m ago 32m 49.1M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T18:59:06.778 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (30m) 20s ago 30m 56.9M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:59:06.778 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (30m) 4m ago 30m 56.5M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:59:07.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[53082]: cluster 2024-09-10T18:59:05.878942+0000 mgr.y (mgr.26002) 284 : cluster [DBG] pgmap v173: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 135 op/s 2024-09-10T18:59:07.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[53082]: audit 2024-09-10T18:59:06.747693+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:07.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[53082]: audit 2024-09-10T18:59:06.748685+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:07.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[53082]: audit 2024-09-10T18:59:06.749522+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[53082]: audit 2024-09-10T18:59:06.750411+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[53082]: audit 2024-09-10T18:59:06.751272+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[53082]: audit 2024-09-10T18:59:06.752142+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[53082]: audit 2024-09-10T18:59:06.755772+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:07.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[53082]: audit 2024-09-10T18:59:06.756537+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[53082]: audit 2024-09-10T18:59:06.757323+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[53082]: audit 2024-09-10T18:59:06.758094+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[53082]: audit 2024-09-10T18:59:06.758859+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[54359]: cluster 2024-09-10T18:59:05.878942+0000 mgr.y (mgr.26002) 284 : cluster [DBG] pgmap v173: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 135 op/s 2024-09-10T18:59:07.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[54359]: audit 2024-09-10T18:59:06.747693+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:07.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[54359]: audit 2024-09-10T18:59:06.748685+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:07.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[54359]: audit 2024-09-10T18:59:06.749522+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[54359]: audit 2024-09-10T18:59:06.750411+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[54359]: audit 2024-09-10T18:59:06.751272+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[54359]: audit 2024-09-10T18:59:06.752142+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[54359]: audit 2024-09-10T18:59:06.755772+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:07.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[54359]: audit 2024-09-10T18:59:06.756537+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[54359]: audit 2024-09-10T18:59:06.757323+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[54359]: audit 2024-09-10T18:59:06.758094+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:06 smithi031 bash[54359]: audit 2024-09-10T18:59:06.758859+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:06 smithi063 bash[48646]: cluster 2024-09-10T18:59:05.878942+0000 mgr.y (mgr.26002) 284 : cluster [DBG] pgmap v173: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 135 op/s 2024-09-10T18:59:07.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:06 smithi063 bash[48646]: audit 2024-09-10T18:59:06.747693+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:07.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:06 smithi063 bash[48646]: audit 2024-09-10T18:59:06.748685+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:07.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:06 smithi063 bash[48646]: audit 2024-09-10T18:59:06.749522+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:06 smithi063 bash[48646]: audit 2024-09-10T18:59:06.750411+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:06 smithi063 bash[48646]: audit 2024-09-10T18:59:06.751272+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:06 smithi063 bash[48646]: audit 2024-09-10T18:59:06.752142+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:06 smithi063 bash[48646]: audit 2024-09-10T18:59:06.755772+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:07.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:06 smithi063 bash[48646]: audit 2024-09-10T18:59:06.756537+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:06 smithi063 bash[48646]: audit 2024-09-10T18:59:06.757323+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:06 smithi063 bash[48646]: audit 2024-09-10T18:59:06.758094+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:06 smithi063 bash[48646]: audit 2024-09-10T18:59:06.758859+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:07.601 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 2'"'"'' 2024-09-10T18:59:08.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:07 smithi031 bash[54359]: audit 2024-09-10T18:59:06.742361+0000 mgr.y (mgr.26002) 285 : audit [DBG] from='client.54432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:08.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:07 smithi031 bash[53082]: audit 2024-09-10T18:59:06.742361+0000 mgr.y (mgr.26002) 285 : audit [DBG] from='client.54432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:08.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:07 smithi063 bash[48646]: audit 2024-09-10T18:59:06.742361+0000 mgr.y (mgr.26002) 285 : audit [DBG] from='client.54432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:09.222 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:08 smithi031 bash[53082]: cluster 2024-09-10T18:59:07.880402+0000 mgr.y (mgr.26002) 286 : cluster [DBG] pgmap v174: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 109 op/s 2024-09-10T18:59:09.223 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:08 smithi031 bash[54359]: cluster 2024-09-10T18:59:07.880402+0000 mgr.y (mgr.26002) 286 : cluster [DBG] pgmap v174: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 109 op/s 2024-09-10T18:59:09.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:08 smithi063 bash[48646]: cluster 2024-09-10T18:59:07.880402+0000 mgr.y (mgr.26002) 286 : cluster [DBG] pgmap v174: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 109 op/s 2024-09-10T18:59:11.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:10 smithi031 bash[53082]: cluster 2024-09-10T18:59:09.881370+0000 mgr.y (mgr.26002) 287 : cluster [DBG] pgmap v175: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 55 KiB/s rd, 0 B/s wr, 91 op/s 2024-09-10T18:59:11.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:10 smithi031 bash[54359]: cluster 2024-09-10T18:59:09.881370+0000 mgr.y (mgr.26002) 287 : cluster [DBG] pgmap v175: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 55 KiB/s rd, 0 B/s wr, 91 op/s 2024-09-10T18:59:11.287 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:59:11.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:10 smithi063 bash[48646]: cluster 2024-09-10T18:59:09.881370+0000 mgr.y (mgr.26002) 287 : cluster [DBG] pgmap v175: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 55 KiB/s rd, 0 B/s wr, 91 op/s 2024-09-10T18:59:11.997 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 8'"'"'' 2024-09-10T18:59:12.230 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:11 smithi031 bash[53082]: audit 2024-09-10T18:59:11.271793+0000 mon.c (mon.1) 9 : audit [DBG] from='client.64348 172.21.15.31:0/1896890218' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:12.230 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:11 smithi031 bash[54359]: audit 2024-09-10T18:59:11.271793+0000 mon.c (mon.1) 9 : audit [DBG] from='client.64348 172.21.15.31:0/1896890218' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:12.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:11 smithi063 bash[48646]: audit 2024-09-10T18:59:11.271793+0000 mon.c (mon.1) 9 : audit [DBG] from='client.64348 172.21.15.31:0/1896890218' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:13.294 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:12 smithi031 bash[53082]: cluster 2024-09-10T18:59:11.882892+0000 mgr.y (mgr.26002) 288 : cluster [DBG] pgmap v176: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 73 op/s 2024-09-10T18:59:13.294 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:12 smithi031 bash[54359]: cluster 2024-09-10T18:59:11.882892+0000 mgr.y (mgr.26002) 288 : cluster [DBG] pgmap v176: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 73 op/s 2024-09-10T18:59:13.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:12 smithi063 bash[48646]: cluster 2024-09-10T18:59:11.882892+0000 mgr.y (mgr.26002) 288 : cluster [DBG] pgmap v176: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 73 op/s 2024-09-10T18:59:15.245 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:14 smithi031 bash[53082]: cluster 2024-09-10T18:59:13.883762+0000 mgr.y (mgr.26002) 289 : cluster [DBG] pgmap v177: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 1.5 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-10T18:59:15.245 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:14 smithi031 bash[54359]: cluster 2024-09-10T18:59:13.883762+0000 mgr.y (mgr.26002) 289 : cluster [DBG] pgmap v177: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 1.5 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-10T18:59:15.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:14 smithi063 bash[48646]: cluster 2024-09-10T18:59:13.883762+0000 mgr.y (mgr.26002) 289 : cluster [DBG] pgmap v177: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 1.5 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-10T18:59:17.254 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:16 smithi031 bash[53082]: audit 2024-09-10T18:59:15.662997+0000 mgr.y (mgr.26002) 290 : audit [DBG] from='client.64354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:17.254 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:16 smithi031 bash[53082]: cluster 2024-09-10T18:59:15.884622+0000 mgr.y (mgr.26002) 291 : cluster [DBG] pgmap v178: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:17.254 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:16 smithi031 bash[54359]: audit 2024-09-10T18:59:15.662997+0000 mgr.y (mgr.26002) 290 : audit [DBG] from='client.64354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:17.254 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:16 smithi031 bash[54359]: cluster 2024-09-10T18:59:15.884622+0000 mgr.y (mgr.26002) 291 : cluster [DBG] pgmap v178: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:17.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:16 smithi063 bash[48646]: audit 2024-09-10T18:59:15.662997+0000 mgr.y (mgr.26002) 290 : audit [DBG] from='client.64354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:17.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:16 smithi063 bash[48646]: cluster 2024-09-10T18:59:15.884622+0000 mgr.y (mgr.26002) 291 : cluster [DBG] pgmap v178: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:18.032 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:59:18.722 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd' 2024-09-10T18:59:19.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:18 smithi063 bash[48646]: cluster 2024-09-10T18:59:17.885904+0000 mgr.y (mgr.26002) 292 : cluster [DBG] pgmap v179: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:19.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:18 smithi031 bash[53082]: cluster 2024-09-10T18:59:17.885904+0000 mgr.y (mgr.26002) 292 : cluster [DBG] pgmap v179: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:19.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:18 smithi031 bash[54359]: cluster 2024-09-10T18:59:17.885904+0000 mgr.y (mgr.26002) 292 : cluster [DBG] pgmap v179: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:21.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:20 smithi063 bash[48646]: cluster 2024-09-10T18:59:19.886772+0000 mgr.y (mgr.26002) 293 : cluster [DBG] pgmap v180: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:21.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:20 smithi031 bash[53082]: cluster 2024-09-10T18:59:19.886772+0000 mgr.y (mgr.26002) 293 : cluster [DBG] pgmap v180: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:21.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:20 smithi031 bash[54359]: cluster 2024-09-10T18:59:19.886772+0000 mgr.y (mgr.26002) 293 : cluster [DBG] pgmap v180: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:23.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:22 smithi031 bash[53082]: cluster 2024-09-10T18:59:21.888247+0000 mgr.y (mgr.26002) 294 : cluster [DBG] pgmap v181: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:23.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:22 smithi031 bash[54359]: cluster 2024-09-10T18:59:21.888247+0000 mgr.y (mgr.26002) 294 : cluster [DBG] pgmap v181: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:23.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:22 smithi063 bash[48646]: cluster 2024-09-10T18:59:21.888247+0000 mgr.y (mgr.26002) 294 : cluster [DBG] pgmap v181: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:24.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:23 smithi031 bash[53082]: audit 2024-09-10T18:59:22.461205+0000 mgr.y (mgr.26002) 295 : audit [DBG] from='client.64360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:24.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:24 smithi031 bash[54359]: audit 2024-09-10T18:59:22.461205+0000 mgr.y (mgr.26002) 295 : audit [DBG] from='client.64360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:24.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:23 smithi063 bash[48646]: audit 2024-09-10T18:59:22.461205+0000 mgr.y (mgr.26002) 295 : audit [DBG] from='client.64360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:24.815 INFO:teuthology.orchestra.run.smithi031.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:59:25.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:25 smithi031 bash[53082]: cluster 2024-09-10T18:59:23.889088+0000 mgr.y (mgr.26002) 296 : cluster [DBG] pgmap v182: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:25.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:25 smithi031 bash[53082]: audit 2024-09-10T18:59:24.812528+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:25.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:25 smithi031 bash[54359]: cluster 2024-09-10T18:59:23.889088+0000 mgr.y (mgr.26002) 296 : cluster [DBG] pgmap v182: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:25.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:25 smithi031 bash[54359]: audit 2024-09-10T18:59:24.812528+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:25.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:25 smithi063 bash[48646]: cluster 2024-09-10T18:59:23.889088+0000 mgr.y (mgr.26002) 296 : cluster [DBG] pgmap v182: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:25.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:25 smithi063 bash[48646]: audit 2024-09-10T18:59:24.812528+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:25.811 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- 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-10T18:59:26.016 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:26 smithi031 bash[54359]: cephadm 2024-09-10T18:59:24.802850+0000 mgr.y (mgr.26002) 297 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:59:26.016 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:26 smithi031 bash[54359]: audit 2024-09-10T18:59:25.199807+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:26.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:26 smithi031 bash[54359]: audit 2024-09-10T18:59:25.201685+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:26.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:26 smithi031 bash[54359]: cephadm 2024-09-10T18:59:25.203192+0000 mgr.y (mgr.26002) 298 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:59:26.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:26 smithi031 bash[54359]: cluster 2024-09-10T18:59:25.204348+0000 mgr.y (mgr.26002) 299 : cluster [DBG] pgmap v183: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:26.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:26 smithi031 bash[54359]: cluster 2024-09-10T18:59:25.204824+0000 mgr.y (mgr.26002) 300 : cluster [DBG] pgmap v184: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:26.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:26 smithi031 bash[54359]: audit 2024-09-10T18:59:25.212164+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:26.017 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:26 smithi031 bash[54359]: cephadm 2024-09-10T18:59:25.259343+0000 mgr.y (mgr.26002) 301 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:59:26.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:26 smithi063 bash[48646]: cephadm 2024-09-10T18:59:24.802850+0000 mgr.y (mgr.26002) 297 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:59:26.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:26 smithi063 bash[48646]: audit 2024-09-10T18:59:25.199807+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:26.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:26 smithi063 bash[48646]: audit 2024-09-10T18:59:25.201685+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:26.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:26 smithi063 bash[48646]: cephadm 2024-09-10T18:59:25.203192+0000 mgr.y (mgr.26002) 298 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:59:26.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:26 smithi063 bash[48646]: cluster 2024-09-10T18:59:25.204348+0000 mgr.y (mgr.26002) 299 : cluster [DBG] pgmap v183: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:26.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:26 smithi063 bash[48646]: cluster 2024-09-10T18:59:25.204824+0000 mgr.y (mgr.26002) 300 : cluster [DBG] pgmap v184: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:26.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:26 smithi063 bash[48646]: audit 2024-09-10T18:59:25.212164+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:26.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:26 smithi063 bash[48646]: cephadm 2024-09-10T18:59:25.259343+0000 mgr.y (mgr.26002) 301 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:59:26.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:26 smithi031 bash[53082]: cephadm 2024-09-10T18:59:24.802850+0000 mgr.y (mgr.26002) 297 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:59:26.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:26 smithi031 bash[53082]: audit 2024-09-10T18:59:25.199807+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:26.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:26 smithi031 bash[53082]: audit 2024-09-10T18:59:25.201685+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:26.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:26 smithi031 bash[53082]: cephadm 2024-09-10T18:59:25.203192+0000 mgr.y (mgr.26002) 298 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:59:26.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:26 smithi031 bash[53082]: cluster 2024-09-10T18:59:25.204348+0000 mgr.y (mgr.26002) 299 : cluster [DBG] pgmap v183: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:26.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:26 smithi031 bash[53082]: cluster 2024-09-10T18:59:25.204824+0000 mgr.y (mgr.26002) 300 : cluster [DBG] pgmap v184: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:26.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:26 smithi031 bash[53082]: audit 2024-09-10T18:59:25.212164+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:26.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:26 smithi031 bash[53082]: cephadm 2024-09-10T18:59:25.259343+0000 mgr.y (mgr.26002) 301 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:59:28.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:28 smithi031 bash[53082]: cluster 2024-09-10T18:59:27.206237+0000 mgr.y (mgr.26002) 302 : cluster [DBG] pgmap v185: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:28.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:28 smithi031 bash[54359]: cluster 2024-09-10T18:59:27.206237+0000 mgr.y (mgr.26002) 302 : cluster [DBG] pgmap v185: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:28.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:28 smithi063 bash[48646]: cluster 2024-09-10T18:59:27.206237+0000 mgr.y (mgr.26002) 302 : cluster [DBG] pgmap v185: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:29.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[54359]: audit 2024-09-10T18:59:28.379636+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:29.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[54359]: cephadm 2024-09-10T18:59:28.380410+0000 mgr.y (mgr.26002) 303 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:59:29.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[54359]: cephadm 2024-09-10T18:59:28.380597+0000 mgr.y (mgr.26002) 304 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:59:29.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[54359]: audit 2024-09-10T18:59:28.383585+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:29.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[54359]: audit 2024-09-10T18:59:28.396404+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:29.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[54359]: audit 2024-09-10T18:59:28.398694+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:29.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[54359]: audit 2024-09-10T18:59:28.406869+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:29.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[54359]: audit 2024-09-10T18:59:28.408962+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:29.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[54359]: audit 2024-09-10T18:59:28.418649+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:29.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[54359]: audit 2024-09-10T18:59:28.420537+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:29.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[54359]: audit 2024-09-10T18:59:28.427409+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:29.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[54359]: audit 2024-09-10T18:59:28.430761+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T18:59:29.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[53082]: audit 2024-09-10T18:59:28.379636+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:29.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[53082]: cephadm 2024-09-10T18:59:28.380410+0000 mgr.y (mgr.26002) 303 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:59:29.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[53082]: cephadm 2024-09-10T18:59:28.380597+0000 mgr.y (mgr.26002) 304 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:59:29.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[53082]: audit 2024-09-10T18:59:28.383585+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:29.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[53082]: audit 2024-09-10T18:59:28.396404+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:29.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[53082]: audit 2024-09-10T18:59:28.398694+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:29.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[53082]: audit 2024-09-10T18:59:28.406869+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:29.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[53082]: audit 2024-09-10T18:59:28.408962+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:29.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[53082]: audit 2024-09-10T18:59:28.418649+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:29.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[53082]: audit 2024-09-10T18:59:28.420537+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:29.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[53082]: audit 2024-09-10T18:59:28.427409+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:29.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:29 smithi031 bash[53082]: audit 2024-09-10T18:59:28.430761+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T18:59:29.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:29 smithi063 bash[48646]: audit 2024-09-10T18:59:28.379636+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:29.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:29 smithi063 bash[48646]: cephadm 2024-09-10T18:59:28.380410+0000 mgr.y (mgr.26002) 303 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T18:59:29.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:29 smithi063 bash[48646]: cephadm 2024-09-10T18:59:28.380597+0000 mgr.y (mgr.26002) 304 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:59:29.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:29 smithi063 bash[48646]: audit 2024-09-10T18:59:28.383585+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:29.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:29 smithi063 bash[48646]: audit 2024-09-10T18:59:28.396404+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:29.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:29 smithi063 bash[48646]: audit 2024-09-10T18:59:28.398694+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:29.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:29 smithi063 bash[48646]: audit 2024-09-10T18:59:28.406869+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:29.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:29 smithi063 bash[48646]: audit 2024-09-10T18:59:28.408962+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:29.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:29 smithi063 bash[48646]: audit 2024-09-10T18:59:28.418649+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:29.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:29 smithi063 bash[48646]: audit 2024-09-10T18:59:28.420537+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:29.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:29 smithi063 bash[48646]: audit 2024-09-10T18:59:28.427409+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:29.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:29 smithi063 bash[48646]: audit 2024-09-10T18:59:28.430761+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T18:59:30.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:30 smithi031 bash[53082]: cephadm 2024-09-10T18:59:28.399860+0000 mgr.y (mgr.26002) 305 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:59:30.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:30 smithi031 bash[53082]: cephadm 2024-09-10T18:59:28.410396+0000 mgr.y (mgr.26002) 306 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T18:59:30.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:30 smithi031 bash[53082]: cephadm 2024-09-10T18:59:28.421766+0000 mgr.y (mgr.26002) 307 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:59:30.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:30 smithi031 bash[53082]: audit 2024-09-10T18:59:28.431034+0000 mgr.y (mgr.26002) 308 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T18:59:30.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:30 smithi031 bash[53082]: cephadm 2024-09-10T18:59:28.432848+0000 mgr.y (mgr.26002) 309 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-09-10T18:59:30.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:30 smithi031 bash[53082]: cluster 2024-09-10T18:59:29.207057+0000 mgr.y (mgr.26002) 310 : cluster [DBG] pgmap v186: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:30 smithi031 bash[54359]: cephadm 2024-09-10T18:59:28.399860+0000 mgr.y (mgr.26002) 305 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:59:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:30 smithi031 bash[54359]: cephadm 2024-09-10T18:59:28.410396+0000 mgr.y (mgr.26002) 306 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T18:59:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:30 smithi031 bash[54359]: cephadm 2024-09-10T18:59:28.421766+0000 mgr.y (mgr.26002) 307 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:59:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:30 smithi031 bash[54359]: audit 2024-09-10T18:59:28.431034+0000 mgr.y (mgr.26002) 308 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T18:59:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:30 smithi031 bash[54359]: cephadm 2024-09-10T18:59:28.432848+0000 mgr.y (mgr.26002) 309 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-09-10T18:59:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:30 smithi031 bash[54359]: cluster 2024-09-10T18:59:29.207057+0000 mgr.y (mgr.26002) 310 : cluster [DBG] pgmap v186: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:30.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:30 smithi063 bash[48646]: cephadm 2024-09-10T18:59:28.399860+0000 mgr.y (mgr.26002) 305 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:59:30.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:30 smithi063 bash[48646]: cephadm 2024-09-10T18:59:28.410396+0000 mgr.y (mgr.26002) 306 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T18:59:30.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:30 smithi063 bash[48646]: cephadm 2024-09-10T18:59:28.421766+0000 mgr.y (mgr.26002) 307 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T18:59:30.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:30 smithi063 bash[48646]: audit 2024-09-10T18:59:28.431034+0000 mgr.y (mgr.26002) 308 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T18:59:30.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:30 smithi063 bash[48646]: cephadm 2024-09-10T18:59:28.432848+0000 mgr.y (mgr.26002) 309 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-09-10T18:59:30.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:30 smithi063 bash[48646]: cluster 2024-09-10T18:59:29.207057+0000 mgr.y (mgr.26002) 310 : cluster [DBG] pgmap v186: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:31.403 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T18:59:32.149 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:59:32.149 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (7m) 45s ago 32m 16.7M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T18:59:32.149 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (7m) 4m ago 31m 82.0M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T18:59:32.149 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 4m ago 33m - - 2024-09-10T18:59:32.149 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (9m) 4m ago 37m 390M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T18:59:32.149 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (19m) 45s ago 38m 438M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T18:59:32.149 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (5m) 45s ago 38m 69.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T18:59:32.149 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (6m) 4m ago 37m 48.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T18:59:32.149 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (4m) 45s ago 37m 46.5M 2048M 17.2.7-1606-g5be57395 4c55dd409611 cf5fe597e338 2024-09-10T18:59:32.149 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (8m) 45s ago 32m 11.7M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T18:59:32.149 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (8m) 4m ago 32m 10.9M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T18:59:32.149 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (2m) 45s ago 36m 45.9M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9db09b69d74a 2024-09-10T18:59:32.150 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (112s) 45s ago 36m 46.8M 4096M 17.2.7-1606-g5be57395 4c55dd409611 83e1bd140921 2024-09-10T18:59:32.150 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (50s) 45s ago 35m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 fdd9237ce79f 2024-09-10T18:59:32.150 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (35m) 45s ago 35m 56.5M 4096M 15.2.9 dfc483079636 d8bf26c712f8 2024-09-10T18:59:32.150 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (34m) 4m ago 35m 53.6M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T18:59:32.150 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (34m) 4m ago 34m 48.7M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T18:59:32.150 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (34m) 4m ago 34m 50.2M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T18:59:32.151 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (33m) 4m ago 33m 51.5M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T18:59:32.151 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (8m) 4m ago 32m 49.1M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T18:59:32.151 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (30m) 45s ago 30m 56.9M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T18:59:32.151 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (30m) 4m ago 30m 56.5M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T18:59:32.582 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:59:32.582 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T18:59:32.582 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T18:59:32.582 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:59:32.582 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T18:59:32.582 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:59:32.582 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:59:32.582 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T18:59:32.582 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 5, 2024-09-10T18:59:32.583 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T18:59:32.583 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:59:32.583 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T18:59:32.583 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T18:59:32.583 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T18:59:32.583 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T18:59:32.583 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 7, 2024-09-10T18:59:32.583 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T18:59:32.583 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T18:59:32.583 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:59:32.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:32 smithi063 bash[48646]: cluster 2024-09-10T18:59:31.208474+0000 mgr.y (mgr.26002) 311 : cluster [DBG] pgmap v187: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:32.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:32 smithi063 bash[48646]: audit 2024-09-10T18:59:31.788466+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:32.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:32 smithi063 bash[48646]: audit 2024-09-10T18:59:31.790018+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:59:32.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:32 smithi063 bash[48646]: audit 2024-09-10T18:59:31.791395+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:32.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:32 smithi063 bash[48646]: audit 2024-09-10T18:59:31.794601+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-10T18:59:32.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:32 smithi063 bash[48646]: audit 2024-09-10T18:59:32.120481+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:32.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:32 smithi063 bash[48646]: audit 2024-09-10T18:59:32.121366+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:32.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:32 smithi063 bash[48646]: audit 2024-09-10T18:59:32.122134+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:32 smithi063 bash[48646]: audit 2024-09-10T18:59:32.122998+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:32 smithi063 bash[48646]: audit 2024-09-10T18:59:32.123914+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:32 smithi063 bash[48646]: audit 2024-09-10T18:59:32.124903+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:32 smithi063 bash[48646]: audit 2024-09-10T18:59:32.130451+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:32.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:32 smithi063 bash[48646]: audit 2024-09-10T18:59:32.131345+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:32 smithi063 bash[48646]: audit 2024-09-10T18:59:32.132158+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:32 smithi063 bash[48646]: audit 2024-09-10T18:59:32.132748+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:32 smithi063 bash[48646]: audit 2024-09-10T18:59:32.133316+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[53082]: cluster 2024-09-10T18:59:31.208474+0000 mgr.y (mgr.26002) 311 : cluster [DBG] pgmap v187: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:32.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[53082]: audit 2024-09-10T18:59:31.788466+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:32.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[53082]: audit 2024-09-10T18:59:31.790018+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:59:32.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[53082]: audit 2024-09-10T18:59:31.791395+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:32.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[53082]: audit 2024-09-10T18:59:31.794601+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-10T18:59:32.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[53082]: audit 2024-09-10T18:59:32.120481+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:32.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[53082]: audit 2024-09-10T18:59:32.121366+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:32.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[53082]: audit 2024-09-10T18:59:32.122134+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[53082]: audit 2024-09-10T18:59:32.122998+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[53082]: audit 2024-09-10T18:59:32.123914+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[53082]: audit 2024-09-10T18:59:32.124903+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[53082]: audit 2024-09-10T18:59:32.130451+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:32.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[53082]: audit 2024-09-10T18:59:32.131345+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[53082]: audit 2024-09-10T18:59:32.132158+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[53082]: audit 2024-09-10T18:59:32.132748+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[53082]: audit 2024-09-10T18:59:32.133316+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[54359]: cluster 2024-09-10T18:59:31.208474+0000 mgr.y (mgr.26002) 311 : cluster [DBG] pgmap v187: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:32.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[54359]: audit 2024-09-10T18:59:31.788466+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:32.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[54359]: audit 2024-09-10T18:59:31.790018+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:59:32.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[54359]: audit 2024-09-10T18:59:31.791395+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:32.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[54359]: audit 2024-09-10T18:59:31.794601+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-10T18:59:32.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[54359]: audit 2024-09-10T18:59:32.120481+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:32.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[54359]: audit 2024-09-10T18:59:32.121366+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:32.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[54359]: audit 2024-09-10T18:59:32.122134+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[54359]: audit 2024-09-10T18:59:32.122998+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[54359]: audit 2024-09-10T18:59:32.123914+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[54359]: audit 2024-09-10T18:59:32.124903+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[54359]: audit 2024-09-10T18:59:32.130451+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:32.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[54359]: audit 2024-09-10T18:59:32.131345+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[54359]: audit 2024-09-10T18:59:32.132158+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[54359]: audit 2024-09-10T18:59:32.132748+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:32 smithi031 bash[54359]: audit 2024-09-10T18:59:32.133316+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:32.950 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T18:59:32.950 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:59:32.950 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T18:59:32.950 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-10T18:59:32.950 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-10T18:59:32.950 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "3/8 daemons upgraded", 2024-09-10T18:59:32.950 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T18:59:32.950 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T18:59:32.950 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T18:59:33.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:33 smithi031 bash[53082]: audit 2024-09-10T18:59:31.387887+0000 mgr.y (mgr.26002) 312 : audit [DBG] from='client.54456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:33.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:33 smithi031 bash[53082]: audit 2024-09-10T18:59:31.748639+0000 mgr.y (mgr.26002) 313 : audit [DBG] from='client.54462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:33.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:33 smithi031 bash[53082]: cephadm 2024-09-10T18:59:31.780277+0000 mgr.y (mgr.26002) 314 : cephadm [INF] Upgrade: Updating osd.3 2024-09-10T18:59:33.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:33 smithi031 bash[53082]: cephadm 2024-09-10T18:59:31.793966+0000 mgr.y (mgr.26002) 315 : cephadm [INF] Deploying daemon osd.3 on smithi031 2024-09-10T18:59:33.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:33 smithi031 bash[53082]: audit 2024-09-10T18:59:32.116306+0000 mgr.y (mgr.26002) 316 : audit [DBG] from='client.54468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:33.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:33 smithi031 bash[53082]: audit 2024-09-10T18:59:32.579532+0000 mon.c (mon.1) 10 : audit [DBG] from='client.54474 172.21.15.31:0/2345201747' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:33.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:33 smithi031 bash[54359]: audit 2024-09-10T18:59:31.387887+0000 mgr.y (mgr.26002) 312 : audit [DBG] from='client.54456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:33.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:33 smithi031 bash[54359]: audit 2024-09-10T18:59:31.748639+0000 mgr.y (mgr.26002) 313 : audit [DBG] from='client.54462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:33.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:33 smithi031 bash[54359]: cephadm 2024-09-10T18:59:31.780277+0000 mgr.y (mgr.26002) 314 : cephadm [INF] Upgrade: Updating osd.3 2024-09-10T18:59:33.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:33 smithi031 bash[54359]: cephadm 2024-09-10T18:59:31.793966+0000 mgr.y (mgr.26002) 315 : cephadm [INF] Deploying daemon osd.3 on smithi031 2024-09-10T18:59:33.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:33 smithi031 bash[54359]: audit 2024-09-10T18:59:32.116306+0000 mgr.y (mgr.26002) 316 : audit [DBG] from='client.54468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:33.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:33 smithi031 bash[54359]: audit 2024-09-10T18:59:32.579532+0000 mon.c (mon.1) 10 : audit [DBG] from='client.54474 172.21.15.31:0/2345201747' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:33.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:33 smithi063 bash[48646]: audit 2024-09-10T18:59:31.387887+0000 mgr.y (mgr.26002) 312 : audit [DBG] from='client.54456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:33.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:33 smithi063 bash[48646]: audit 2024-09-10T18:59:31.748639+0000 mgr.y (mgr.26002) 313 : audit [DBG] from='client.54462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:33.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:33 smithi063 bash[48646]: cephadm 2024-09-10T18:59:31.780277+0000 mgr.y (mgr.26002) 314 : cephadm [INF] Upgrade: Updating osd.3 2024-09-10T18:59:33.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:33 smithi063 bash[48646]: cephadm 2024-09-10T18:59:31.793966+0000 mgr.y (mgr.26002) 315 : cephadm [INF] Deploying daemon osd.3 on smithi031 2024-09-10T18:59:33.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:33 smithi063 bash[48646]: audit 2024-09-10T18:59:32.116306+0000 mgr.y (mgr.26002) 316 : audit [DBG] from='client.54468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:33.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:33 smithi063 bash[48646]: audit 2024-09-10T18:59:32.579532+0000 mon.c (mon.1) 10 : audit [DBG] from='client.54474 172.21.15.31:0/2345201747' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:34.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:34 smithi063 bash[48646]: audit 2024-09-10T18:59:32.947553+0000 mgr.y (mgr.26002) 317 : audit [DBG] from='client.54480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:34.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:34 smithi063 bash[48646]: cluster 2024-09-10T18:59:33.209290+0000 mgr.y (mgr.26002) 318 : cluster [DBG] pgmap v188: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:34.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:34 smithi031 bash[53082]: audit 2024-09-10T18:59:32.947553+0000 mgr.y (mgr.26002) 317 : audit [DBG] from='client.54480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:34.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:34 smithi031 bash[53082]: cluster 2024-09-10T18:59:33.209290+0000 mgr.y (mgr.26002) 318 : cluster [DBG] pgmap v188: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:34.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:34 smithi031 bash[54359]: audit 2024-09-10T18:59:32.947553+0000 mgr.y (mgr.26002) 317 : audit [DBG] from='client.54480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:34.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:34 smithi031 bash[54359]: cluster 2024-09-10T18:59:33.209290+0000 mgr.y (mgr.26002) 318 : cluster [DBG] pgmap v188: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:35.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:35 smithi063 bash[48646]: cluster 2024-09-10T18:59:35.210047+0000 mgr.y (mgr.26002) 319 : cluster [DBG] pgmap v189: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:35.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:35 smithi031 bash[53082]: cluster 2024-09-10T18:59:35.210047+0000 mgr.y (mgr.26002) 319 : cluster [DBG] pgmap v189: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:35.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:35 smithi031 bash[54359]: cluster 2024-09-10T18:59:35.210047+0000 mgr.y (mgr.26002) 319 : cluster [DBG] pgmap v189: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:36.553 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:36 smithi031 bash[53082]: audit 2024-09-10T18:59:36.020783+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T18:59:36.553 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:36 smithi031 bash[53082]: audit 2024-09-10T18:59:36.021296+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:59:36.553 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:36 smithi031 bash[53082]: audit 2024-09-10T18:59:36.021828+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:59:36.553 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:36 smithi031 systemd[1]: Stopping Ceph osd.3 for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T18:59:36.554 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:36 smithi031 bash[54359]: audit 2024-09-10T18:59:36.020783+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T18:59:36.554 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:36 smithi031 bash[54359]: audit 2024-09-10T18:59:36.021296+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:59:36.554 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:36 smithi031 bash[54359]: audit 2024-09-10T18:59:36.021828+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:59:36.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:36 smithi063 bash[48646]: audit 2024-09-10T18:59:36.020783+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T18:59:36.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:36 smithi063 bash[48646]: audit 2024-09-10T18:59:36.021296+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:59:36.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:36 smithi063 bash[48646]: audit 2024-09-10T18:59:36.021828+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:59:36.886 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:36 smithi031 bash[26575]: debug 2024-09-10T18:59:36.543+0000 7fa6ad62a700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T18:59:36.886 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:36 smithi031 bash[26575]: debug 2024-09-10T18:59:36.543+0000 7fa6ad62a700 -1 osd.3 87 *** Got signal Terminated *** 2024-09-10T18:59:36.886 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:36 smithi031 bash[26575]: debug 2024-09-10T18:59:36.543+0000 7fa6ad62a700 -1 osd.3 87 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:59:37.574 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[82570]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd.3 2024-09-10T18:59:37.575 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[82641]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd.3 2024-09-10T18:59:37.575 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.602006+0000 mon.a (mon.0) 814 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.575 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.602083+0000 mon.a (mon.0) 815 : cluster [INF] osd.3 failed (root=default,host=smithi031) (connection refused reported by osd.0) 2024-09-10T18:59:37.575 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.602422+0000 mon.a (mon.0) 816 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.575 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.602705+0000 mon.a (mon.0) 817 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.575 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.602896+0000 mon.a (mon.0) 818 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.576 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.603008+0000 mon.a (mon.0) 819 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.576 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.801897+0000 mon.a (mon.0) 820 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.576 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.802625+0000 mon.a (mon.0) 821 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T18:59:37.576 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.802926+0000 mon.a (mon.0) 822 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.576 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.803214+0000 mon.a (mon.0) 823 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.576 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.803568+0000 mon.a (mon.0) 824 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T18:59:37.576 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.803921+0000 mon.a (mon.0) 825 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.576 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.804132+0000 mon.a (mon.0) 826 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T18:59:37.576 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.804240+0000 mon.a (mon.0) 827 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T18:59:37.576 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.804571+0000 mon.a (mon.0) 828 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T18:59:37.576 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.804751+0000 mon.a (mon.0) 829 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T18:59:37.576 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.804947+0000 mon.a (mon.0) 830 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T18:59:37.576 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.805206+0000 mon.a (mon.0) 831 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.577 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.805381+0000 mon.a (mon.0) 832 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T18:59:37.577 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.805693+0000 mon.a (mon.0) 833 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.577 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.825464+0000 mon.a (mon.0) 834 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T18:59:37.577 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:36.830171+0000 mon.a (mon.0) 835 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.577 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.027631+0000 mon.a (mon.0) 836 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T18:59:37.577 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.032144+0000 mon.a (mon.0) 837 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.577 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.208085+0000 mon.a (mon.0) 838 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T18:59:37.577 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.208475+0000 mon.a (mon.0) 839 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T18:59:37.578 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.602006+0000 mon.a (mon.0) 814 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.578 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.602083+0000 mon.a (mon.0) 815 : cluster [INF] osd.3 failed (root=default,host=smithi031) (connection refused reported by osd.0) 2024-09-10T18:59:37.578 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.602422+0000 mon.a (mon.0) 816 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.578 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.602705+0000 mon.a (mon.0) 817 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.578 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.602896+0000 mon.a (mon.0) 818 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.578 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.603008+0000 mon.a (mon.0) 819 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.578 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.801897+0000 mon.a (mon.0) 820 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.578 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.802625+0000 mon.a (mon.0) 821 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T18:59:37.578 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.802926+0000 mon.a (mon.0) 822 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.578 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.803214+0000 mon.a (mon.0) 823 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.578 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.803568+0000 mon.a (mon.0) 824 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T18:59:37.578 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.803921+0000 mon.a (mon.0) 825 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.578 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.804132+0000 mon.a (mon.0) 826 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T18:59:37.579 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.804240+0000 mon.a (mon.0) 827 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T18:59:37.579 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.804571+0000 mon.a (mon.0) 828 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T18:59:37.579 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.804751+0000 mon.a (mon.0) 829 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T18:59:37.579 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.804947+0000 mon.a (mon.0) 830 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T18:59:37.579 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.805206+0000 mon.a (mon.0) 831 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.579 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.805381+0000 mon.a (mon.0) 832 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T18:59:37.579 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.805693+0000 mon.a (mon.0) 833 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.579 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.825464+0000 mon.a (mon.0) 834 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T18:59:37.579 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:36.830171+0000 mon.a (mon.0) 835 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.580 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.027631+0000 mon.a (mon.0) 836 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T18:59:37.580 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.032144+0000 mon.a (mon.0) 837 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.580 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.208085+0000 mon.a (mon.0) 838 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T18:59:37.580 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.208475+0000 mon.a (mon.0) 839 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T18:59:37.580 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.208845+0000 mon.a (mon.0) 840 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T18:59:37.580 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.209203+0000 mon.a (mon.0) 841 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T18:59:37.580 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.209456+0000 mon.a (mon.0) 842 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T18:59:37.580 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.209717+0000 mon.a (mon.0) 843 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.580 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.209910+0000 mon.a (mon.0) 844 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.580 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.210151+0000 mon.a (mon.0) 845 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T18:59:37.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.210498+0000 mon.a (mon.0) 846 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.210740+0000 mon.a (mon.0) 847 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.210971+0000 mon.a (mon.0) 848 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.211236+0000 mon.a (mon.0) 849 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T18:59:37.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.211523+0000 mgr.y (mgr.26002) 320 : cluster [DBG] pgmap v190: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:37.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.211563+0000 mon.a (mon.0) 850 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T18:59:37.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.212119+0000 mon.a (mon.0) 851 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.307636+0000 mon.a (mon.0) 852 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.311432+0000 mon.a (mon.0) 853 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.311758+0000 mon.a (mon.0) 854 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T18:59:37.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.314742+0000 mon.a (mon.0) 855 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T18:59:37.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.208845+0000 mon.a (mon.0) 840 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T18:59:37.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.209203+0000 mon.a (mon.0) 841 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T18:59:37.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.209456+0000 mon.a (mon.0) 842 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T18:59:37.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.209717+0000 mon.a (mon.0) 843 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.209910+0000 mon.a (mon.0) 844 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.210151+0000 mon.a (mon.0) 845 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T18:59:37.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.210498+0000 mon.a (mon.0) 846 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.210740+0000 mon.a (mon.0) 847 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.210971+0000 mon.a (mon.0) 848 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.211236+0000 mon.a (mon.0) 849 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T18:59:37.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.211523+0000 mgr.y (mgr.26002) 320 : cluster [DBG] pgmap v190: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:37.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.211563+0000 mon.a (mon.0) 850 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T18:59:37.583 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.212119+0000 mon.a (mon.0) 851 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.583 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.307636+0000 mon.a (mon.0) 852 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.583 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.311432+0000 mon.a (mon.0) 853 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.583 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.311758+0000 mon.a (mon.0) 854 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T18:59:37.583 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:37 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.314742+0000 mon.a (mon.0) 855 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T18:59:37.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.602006+0000 mon.a (mon.0) 814 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.602083+0000 mon.a (mon.0) 815 : cluster [INF] osd.3 failed (root=default,host=smithi031) (connection refused reported by osd.0) 2024-09-10T18:59:37.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.602422+0000 mon.a (mon.0) 816 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.602705+0000 mon.a (mon.0) 817 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.602896+0000 mon.a (mon.0) 818 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.603008+0000 mon.a (mon.0) 819 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.801897+0000 mon.a (mon.0) 820 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.802625+0000 mon.a (mon.0) 821 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T18:59:37.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.802926+0000 mon.a (mon.0) 822 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.803214+0000 mon.a (mon.0) 823 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.803568+0000 mon.a (mon.0) 824 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T18:59:37.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.803921+0000 mon.a (mon.0) 825 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.804132+0000 mon.a (mon.0) 826 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T18:59:37.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.804240+0000 mon.a (mon.0) 827 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T18:59:37.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.804571+0000 mon.a (mon.0) 828 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T18:59:37.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.804751+0000 mon.a (mon.0) 829 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T18:59:37.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.804947+0000 mon.a (mon.0) 830 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T18:59:37.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.805206+0000 mon.a (mon.0) 831 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.805381+0000 mon.a (mon.0) 832 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T18:59:37.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.805693+0000 mon.a (mon.0) 833 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.825464+0000 mon.a (mon.0) 834 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T18:59:37.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:36.830171+0000 mon.a (mon.0) 835 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.027631+0000 mon.a (mon.0) 836 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T18:59:37.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.032144+0000 mon.a (mon.0) 837 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.208085+0000 mon.a (mon.0) 838 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T18:59:37.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.208475+0000 mon.a (mon.0) 839 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T18:59:37.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.208845+0000 mon.a (mon.0) 840 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T18:59:37.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.209203+0000 mon.a (mon.0) 841 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T18:59:37.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.209456+0000 mon.a (mon.0) 842 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-10T18:59:37.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.209717+0000 mon.a (mon.0) 843 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.209910+0000 mon.a (mon.0) 844 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.210151+0000 mon.a (mon.0) 845 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T18:59:37.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.210498+0000 mon.a (mon.0) 846 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.210740+0000 mon.a (mon.0) 847 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.210971+0000 mon.a (mon.0) 848 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.211236+0000 mon.a (mon.0) 849 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T18:59:37.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.211523+0000 mgr.y (mgr.26002) 320 : cluster [DBG] pgmap v190: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:37.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.211563+0000 mon.a (mon.0) 850 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-10T18:59:37.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.212119+0000 mon.a (mon.0) 851 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-10T18:59:37.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.307636+0000 mon.a (mon.0) 852 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-10T18:59:37.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.311432+0000 mon.a (mon.0) 853 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-10T18:59:37.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.311758+0000 mon.a (mon.0) 854 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-10T18:59:37.883 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:37 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.314742+0000 mon.a (mon.0) 855 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-10T18:59:38.737 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:38 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.400785+0000 mon.a (mon.0) 856 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:59:38.738 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:38 smithi031 bash[53082]: cluster 2024-09-10T18:59:37.423536+0000 mon.a (mon.0) 857 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-09-10T18:59:38.738 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:38 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.400785+0000 mon.a (mon.0) 856 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:59:38.738 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:38 smithi031 bash[54359]: cluster 2024-09-10T18:59:37.423536+0000 mon.a (mon.0) 857 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-09-10T18:59:38.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:38 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.400785+0000 mon.a (mon.0) 856 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:59:38.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:38 smithi063 bash[48646]: cluster 2024-09-10T18:59:37.423536+0000 mon.a (mon.0) 857 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-09-10T18:59:39.701 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:39 smithi031 bash[53082]: cluster 2024-09-10T18:59:38.432505+0000 mon.a (mon.0) 858 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-09-10T18:59:39.701 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:39 smithi031 bash[53082]: cluster 2024-09-10T18:59:39.212258+0000 mgr.y (mgr.26002) 321 : cluster [DBG] pgmap v193: 132 pgs: 24 stale+active+clean, 108 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:39.701 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:39 smithi031 bash[54359]: cluster 2024-09-10T18:59:38.432505+0000 mon.a (mon.0) 858 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-09-10T18:59:39.701 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:39 smithi031 bash[54359]: cluster 2024-09-10T18:59:39.212258+0000 mgr.y (mgr.26002) 321 : cluster [DBG] pgmap v193: 132 pgs: 24 stale+active+clean, 108 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:39.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:39 smithi063 bash[48646]: cluster 2024-09-10T18:59:38.432505+0000 mon.a (mon.0) 858 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-09-10T18:59:39.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:39 smithi063 bash[48646]: cluster 2024-09-10T18:59:39.212258+0000 mgr.y (mgr.26002) 321 : cluster [DBG] pgmap v193: 132 pgs: 24 stale+active+clean, 108 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-10T18:59:39.960 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:39 smithi031 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.3.service: Succeeded. 2024-09-10T18:59:39.960 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:39 smithi031 systemd[1]: Stopped Ceph osd.3 for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:59:40.386 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:39 smithi031 systemd[1]: Started Ceph osd.3 for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T18:59:40.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:40 smithi063 bash[48646]: audit 2024-09-10T18:59:39.990503+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:59:40.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:40 smithi063 bash[48646]: audit 2024-09-10T18:59:39.996983+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:40.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:40 smithi063 bash[48646]: audit 2024-09-10T18:59:40.003965+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:40.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:40 smithi063 bash[48646]: audit 2024-09-10T18:59:40.006426+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:59:40.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:40 smithi031 bash[53082]: audit 2024-09-10T18:59:39.990503+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:59:40.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:40 smithi031 bash[53082]: audit 2024-09-10T18:59:39.996983+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:40.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:40 smithi031 bash[53082]: audit 2024-09-10T18:59:40.003965+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:40.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:40 smithi031 bash[53082]: audit 2024-09-10T18:59:40.006426+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:59:40.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:40 smithi031 bash[54359]: audit 2024-09-10T18:59:39.990503+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:59:40.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:40 smithi031 bash[54359]: audit 2024-09-10T18:59:39.996983+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:40.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:40 smithi031 bash[54359]: audit 2024-09-10T18:59:40.003965+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:40.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:40 smithi031 bash[54359]: audit 2024-09-10T18:59:40.006426+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:59:41.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:41 smithi031 bash[54359]: cluster 2024-09-10T18:59:41.214020+0000 mgr.y (mgr.26002) 322 : cluster [DBG] pgmap v194: 132 pgs: 28 active+undersized, 1 stale+active+clean, 23 active+undersized+degraded, 80 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 83/618 objects degraded (13.430%) 2024-09-10T18:59:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:41 smithi031 bash[53082]: cluster 2024-09-10T18:59:41.214020+0000 mgr.y (mgr.26002) 322 : cluster [DBG] pgmap v194: 132 pgs: 28 active+undersized, 1 stale+active+clean, 23 active+undersized+degraded, 80 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 83/618 objects degraded (13.430%) 2024-09-10T18:59:41.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:41 smithi063 bash[48646]: cluster 2024-09-10T18:59:41.214020+0000 mgr.y (mgr.26002) 322 : cluster [DBG] pgmap v194: 132 pgs: 28 active+undersized, 1 stale+active+clean, 23 active+undersized+degraded, 80 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 83/618 objects degraded (13.430%) 2024-09-10T18:59:42.136 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:41 smithi031 bash[82821]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-10T18:59:42.136 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:41 smithi031 bash[82821]: 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-10T18:59:42.137 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:41 smithi031 bash[82821]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-10T18:59:42.137 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:41 smithi031 bash[82821]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-10T18:59:42.137 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:41 smithi031 bash[82821]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-10T18:59:42.137 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:41 smithi031 bash[82821]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-10T18:59:42.137 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:41 smithi031 bash[82821]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-10T18:59:42.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:42 smithi063 bash[48646]: cluster 2024-09-10T18:59:41.435150+0000 mon.a (mon.0) 863 : cluster [WRN] Health check failed: Degraded data redundancy: 83/618 objects degraded (13.430%), 23 pgs degraded (PG_DEGRADED) 2024-09-10T18:59:42.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:42 smithi031 bash[53082]: cluster 2024-09-10T18:59:41.435150+0000 mon.a (mon.0) 863 : cluster [WRN] Health check failed: Degraded data redundancy: 83/618 objects degraded (13.430%), 23 pgs degraded (PG_DEGRADED) 2024-09-10T18:59:42.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:42 smithi031 bash[54359]: cluster 2024-09-10T18:59:41.435150+0000 mon.a (mon.0) 863 : cluster [WRN] Health check failed: Degraded data redundancy: 83/618 objects degraded (13.430%), 23 pgs degraded (PG_DEGRADED) 2024-09-10T18:59:43.740 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:43 smithi031 bash[53082]: cluster 2024-09-10T18:59:43.215141+0000 mgr.y (mgr.26002) 323 : cluster [DBG] pgmap v195: 132 pgs: 31 active+undersized, 25 active+undersized+degraded, 76 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 98/618 objects degraded (15.858%) 2024-09-10T18:59:43.741 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:43 smithi031 bash[54359]: cluster 2024-09-10T18:59:43.215141+0000 mgr.y (mgr.26002) 323 : cluster [DBG] pgmap v195: 132 pgs: 31 active+undersized, 25 active+undersized+degraded, 76 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 98/618 objects degraded (15.858%) 2024-09-10T18:59:43.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:43 smithi063 bash[48646]: cluster 2024-09-10T18:59:43.215141+0000 mgr.y (mgr.26002) 323 : cluster [DBG] pgmap v195: 132 pgs: 31 active+undersized, 25 active+undersized+degraded, 76 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 98/618 objects degraded (15.858%) 2024-09-10T18:59:44.136 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:43 smithi031 bash[83120]: debug 2024-09-10T18:59:43.735+0000 7f3bf79b2640 1 -- 172.21.15.31:0/3633600356 <== mon.0 v2:172.21.15.31:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55d0440bcd00 con 0x55d04408f000 2024-09-10T18:59:44.636 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:44 smithi031 bash[83120]: debug 2024-09-10T18:59:44.283+0000 7f3bfa21a440 -1 Falling back to public interface 2024-09-10T18:59:46.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:46 smithi063 bash[48646]: cluster 2024-09-10T18:59:45.216310+0000 mgr.y (mgr.26002) 324 : cluster [DBG] pgmap v196: 132 pgs: 31 active+undersized, 25 active+undersized+degraded, 76 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 98/618 objects degraded (15.858%) 2024-09-10T18:59:46.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:46 smithi031 bash[54359]: cluster 2024-09-10T18:59:45.216310+0000 mgr.y (mgr.26002) 324 : cluster [DBG] pgmap v196: 132 pgs: 31 active+undersized, 25 active+undersized+degraded, 76 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 98/618 objects degraded (15.858%) 2024-09-10T18:59:46.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:46 smithi031 bash[53082]: cluster 2024-09-10T18:59:45.216310+0000 mgr.y (mgr.26002) 324 : cluster [DBG] pgmap v196: 132 pgs: 31 active+undersized, 25 active+undersized+degraded, 76 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 98/618 objects degraded (15.858%) 2024-09-10T18:59:47.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:47 smithi063 bash[48646]: audit 2024-09-10T18:59:47.131058+0000 mon.a (mon.0) 864 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:59:47.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:47 smithi063 bash[48646]: audit 2024-09-10T18:59:47.137166+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:47.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:47 smithi063 bash[48646]: audit 2024-09-10T18:59:47.144949+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:47.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:47 smithi031 bash[54359]: audit 2024-09-10T18:59:47.131058+0000 mon.a (mon.0) 864 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:59:47.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:47 smithi031 bash[54359]: audit 2024-09-10T18:59:47.137166+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:47.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:47 smithi031 bash[54359]: audit 2024-09-10T18:59:47.144949+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:47.636 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:47 smithi031 bash[83120]: debug 2024-09-10T18:59:47.283+0000 7f3bfa21a440 -1 osd.3 0 read_superblock omap replica is missing. 2024-09-10T18:59:47.636 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:47 smithi031 bash[83120]: debug 2024-09-10T18:59:47.327+0000 7f3bfa21a440 -1 osd.3 87 log_to_monitors true 2024-09-10T18:59:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:47 smithi031 bash[53082]: audit 2024-09-10T18:59:47.131058+0000 mon.a (mon.0) 864 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:59:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:47 smithi031 bash[53082]: audit 2024-09-10T18:59:47.137166+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:47.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:47 smithi031 bash[53082]: audit 2024-09-10T18:59:47.144949+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:48.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:48 smithi063 bash[48646]: cluster 2024-09-10T18:59:47.217739+0000 mgr.y (mgr.26002) 325 : cluster [DBG] pgmap v197: 132 pgs: 31 active+undersized, 25 active+undersized+degraded, 76 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 98/618 objects degraded (15.858%) 2024-09-10T18:59:48.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:48 smithi063 bash[48646]: audit 2024-09-10T18:59:47.336970+0000 mon.c (mon.1) 11 : audit [INF] from='osd.3 [v2:172.21.15.31:6826/835988775,v1:172.21.15.31:6827/835988775]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:59:48.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:48 smithi063 bash[48646]: audit 2024-09-10T18:59:47.337578+0000 mon.a (mon.0) 867 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:59:48.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:48 smithi063 bash[48646]: audit 2024-09-10T18:59:47.519091+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:59:48.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:48 smithi063 bash[48646]: audit 2024-09-10T18:59:47.739425+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:59:48.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:48 smithi063 bash[48646]: audit 2024-09-10T18:59:47.746636+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:48.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:48 smithi063 bash[48646]: audit 2024-09-10T18:59:47.752353+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:48.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:48 smithi063 bash[48646]: audit 2024-09-10T18:59:47.754044+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:59:48.636 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 18:59:48 smithi031 bash[83120]: debug 2024-09-10T18:59:48.311+0000 7f3beefc0640 -1 osd.3 87 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T18:59:48.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:48 smithi031 bash[53082]: cluster 2024-09-10T18:59:47.217739+0000 mgr.y (mgr.26002) 325 : cluster [DBG] pgmap v197: 132 pgs: 31 active+undersized, 25 active+undersized+degraded, 76 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 98/618 objects degraded (15.858%) 2024-09-10T18:59:48.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:48 smithi031 bash[53082]: audit 2024-09-10T18:59:47.336970+0000 mon.c (mon.1) 11 : audit [INF] from='osd.3 [v2:172.21.15.31:6826/835988775,v1:172.21.15.31:6827/835988775]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:59:48.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:48 smithi031 bash[53082]: audit 2024-09-10T18:59:47.337578+0000 mon.a (mon.0) 867 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:59:48.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:48 smithi031 bash[53082]: audit 2024-09-10T18:59:47.519091+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:59:48.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:48 smithi031 bash[53082]: audit 2024-09-10T18:59:47.739425+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:59:48.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:48 smithi031 bash[53082]: audit 2024-09-10T18:59:47.746636+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:48.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:48 smithi031 bash[53082]: audit 2024-09-10T18:59:47.752353+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:48.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:48 smithi031 bash[53082]: audit 2024-09-10T18:59:47.754044+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:59:48.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:48 smithi031 bash[54359]: cluster 2024-09-10T18:59:47.217739+0000 mgr.y (mgr.26002) 325 : cluster [DBG] pgmap v197: 132 pgs: 31 active+undersized, 25 active+undersized+degraded, 76 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 98/618 objects degraded (15.858%) 2024-09-10T18:59:48.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:48 smithi031 bash[54359]: audit 2024-09-10T18:59:47.336970+0000 mon.c (mon.1) 11 : audit [INF] from='osd.3 [v2:172.21.15.31:6826/835988775,v1:172.21.15.31:6827/835988775]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:59:48.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:48 smithi031 bash[54359]: audit 2024-09-10T18:59:47.337578+0000 mon.a (mon.0) 867 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:59:48.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:48 smithi031 bash[54359]: audit 2024-09-10T18:59:47.519091+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:59:48.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:48 smithi031 bash[54359]: audit 2024-09-10T18:59:47.739425+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:59:48.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:48 smithi031 bash[54359]: audit 2024-09-10T18:59:47.746636+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:48.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:48 smithi031 bash[54359]: audit 2024-09-10T18:59:47.752353+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:48.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:48 smithi031 bash[54359]: audit 2024-09-10T18:59:47.754044+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:59:49.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:49 smithi063 bash[48646]: audit 2024-09-10T18:59:48.294997+0000 mon.a (mon.0) 873 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:59:49.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:49 smithi063 bash[48646]: cluster 2024-09-10T18:59:48.295146+0000 mon.a (mon.0) 874 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2024-09-10T18:59:49.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:49 smithi063 bash[48646]: audit 2024-09-10T18:59:48.296368+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.31:6826/835988775,v1:172.21.15.31:6827/835988775]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:59:49.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:49 smithi063 bash[48646]: audit 2024-09-10T18:59:48.296931+0000 mon.a (mon.0) 875 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:59:49.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:49 smithi063 bash[48646]: cluster 2024-09-10T18:59:48.714535+0000 mon.a (mon.0) 876 : cluster [WRN] Health check update: Degraded data redundancy: 98/618 objects degraded (15.858%), 25 pgs degraded (PG_DEGRADED) 2024-09-10T18:59:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:49 smithi031 bash[53082]: audit 2024-09-10T18:59:48.294997+0000 mon.a (mon.0) 873 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:59:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:49 smithi031 bash[53082]: cluster 2024-09-10T18:59:48.295146+0000 mon.a (mon.0) 874 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2024-09-10T18:59:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:49 smithi031 bash[53082]: audit 2024-09-10T18:59:48.296368+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.31:6826/835988775,v1:172.21.15.31:6827/835988775]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:59:49.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:49 smithi031 bash[53082]: audit 2024-09-10T18:59:48.296931+0000 mon.a (mon.0) 875 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:59:49.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:49 smithi031 bash[53082]: cluster 2024-09-10T18:59:48.714535+0000 mon.a (mon.0) 876 : cluster [WRN] Health check update: Degraded data redundancy: 98/618 objects degraded (15.858%), 25 pgs degraded (PG_DEGRADED) 2024-09-10T18:59:49.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:49 smithi031 bash[54359]: audit 2024-09-10T18:59:48.294997+0000 mon.a (mon.0) 873 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:59:49.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:49 smithi031 bash[54359]: cluster 2024-09-10T18:59:48.295146+0000 mon.a (mon.0) 874 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2024-09-10T18:59:49.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:49 smithi031 bash[54359]: audit 2024-09-10T18:59:48.296368+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.31:6826/835988775,v1:172.21.15.31:6827/835988775]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:59:49.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:49 smithi031 bash[54359]: audit 2024-09-10T18:59:48.296931+0000 mon.a (mon.0) 875 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-09-10T18:59:49.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:49 smithi031 bash[54359]: cluster 2024-09-10T18:59:48.714535+0000 mon.a (mon.0) 876 : cluster [WRN] Health check update: Degraded data redundancy: 98/618 objects degraded (15.858%), 25 pgs degraded (PG_DEGRADED) 2024-09-10T18:59:50.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:50 smithi063 bash[48646]: cluster 2024-09-10T18:59:49.218771+0000 mgr.y (mgr.26002) 326 : cluster [DBG] pgmap v199: 132 pgs: 31 active+undersized, 25 active+undersized+degraded, 76 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 98/618 objects degraded (15.858%) 2024-09-10T18:59:50.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:50 smithi063 bash[48646]: cluster 2024-09-10T18:59:49.287801+0000 mon.a (mon.0) 877 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:59:50.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:50 smithi063 bash[48646]: cluster 2024-09-10T18:59:49.301739+0000 mon.a (mon.0) 878 : cluster [INF] osd.3 [v2:172.21.15.31:6826/835988775,v1:172.21.15.31:6827/835988775] boot 2024-09-10T18:59:50.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:50 smithi063 bash[48646]: cluster 2024-09-10T18:59:49.301815+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-09-10T18:59:50.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:50 smithi063 bash[48646]: audit 2024-09-10T18:59:49.303039+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:59:50.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:50 smithi031 bash[53082]: cluster 2024-09-10T18:59:49.218771+0000 mgr.y (mgr.26002) 326 : cluster [DBG] pgmap v199: 132 pgs: 31 active+undersized, 25 active+undersized+degraded, 76 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 98/618 objects degraded (15.858%) 2024-09-10T18:59:50.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:50 smithi031 bash[53082]: cluster 2024-09-10T18:59:49.287801+0000 mon.a (mon.0) 877 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:59:50.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:50 smithi031 bash[53082]: cluster 2024-09-10T18:59:49.301739+0000 mon.a (mon.0) 878 : cluster [INF] osd.3 [v2:172.21.15.31:6826/835988775,v1:172.21.15.31:6827/835988775] boot 2024-09-10T18:59:50.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:50 smithi031 bash[53082]: cluster 2024-09-10T18:59:49.301815+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-09-10T18:59:50.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:50 smithi031 bash[53082]: audit 2024-09-10T18:59:49.303039+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:59:50.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:50 smithi031 bash[54359]: cluster 2024-09-10T18:59:49.218771+0000 mgr.y (mgr.26002) 326 : cluster [DBG] pgmap v199: 132 pgs: 31 active+undersized, 25 active+undersized+degraded, 76 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 98/618 objects degraded (15.858%) 2024-09-10T18:59:50.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:50 smithi031 bash[54359]: cluster 2024-09-10T18:59:49.287801+0000 mon.a (mon.0) 877 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:59:50.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:50 smithi031 bash[54359]: cluster 2024-09-10T18:59:49.301739+0000 mon.a (mon.0) 878 : cluster [INF] osd.3 [v2:172.21.15.31:6826/835988775,v1:172.21.15.31:6827/835988775] boot 2024-09-10T18:59:50.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:50 smithi031 bash[54359]: cluster 2024-09-10T18:59:49.301815+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-09-10T18:59:50.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:50 smithi031 bash[54359]: audit 2024-09-10T18:59:49.303039+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:59:51.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:51 smithi063 bash[48646]: cluster 2024-09-10T18:59:50.306322+0000 mon.a (mon.0) 881 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-09-10T18:59:51.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:51 smithi063 bash[48646]: audit 2024-09-10T18:59:51.251875+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:51.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:51 smithi031 bash[53082]: cluster 2024-09-10T18:59:50.306322+0000 mon.a (mon.0) 881 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-09-10T18:59:51.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:51 smithi031 bash[53082]: audit 2024-09-10T18:59:51.251875+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:51.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:51 smithi031 bash[54359]: cluster 2024-09-10T18:59:50.306322+0000 mon.a (mon.0) 881 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-09-10T18:59:51.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:51 smithi031 bash[54359]: audit 2024-09-10T18:59:51.251875+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:52.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:52 smithi063 bash[48646]: cluster 2024-09-10T18:59:51.220257+0000 mgr.y (mgr.26002) 327 : cluster [DBG] pgmap v202: 132 pgs: 5 peering, 16 active+undersized, 12 active+undersized+degraded, 99 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 48/618 objects degraded (7.767%) 2024-09-10T18:59:52.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:52 smithi031 bash[53082]: cluster 2024-09-10T18:59:51.220257+0000 mgr.y (mgr.26002) 327 : cluster [DBG] pgmap v202: 132 pgs: 5 peering, 16 active+undersized, 12 active+undersized+degraded, 99 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 48/618 objects degraded (7.767%) 2024-09-10T18:59:52.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:52 smithi031 bash[54359]: cluster 2024-09-10T18:59:51.220257+0000 mgr.y (mgr.26002) 327 : cluster [DBG] pgmap v202: 132 pgs: 5 peering, 16 active+undersized, 12 active+undersized+degraded, 99 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 48/618 objects degraded (7.767%) 2024-09-10T18:59:54.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:54 smithi031 bash[53082]: cluster 2024-09-10T18:59:53.221370+0000 mgr.y (mgr.26002) 328 : cluster [DBG] pgmap v203: 132 pgs: 5 peering, 13 active+undersized, 11 active+undersized+degraded, 103 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 40/618 objects degraded (6.472%) 2024-09-10T18:59:54.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:54 smithi031 bash[53082]: cluster 2024-09-10T18:59:53.715873+0000 mon.a (mon.0) 883 : cluster [WRN] Health check update: Degraded data redundancy: 40/618 objects degraded (6.472%), 11 pgs degraded (PG_DEGRADED) 2024-09-10T18:59:54.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:54 smithi031 bash[54359]: cluster 2024-09-10T18:59:53.221370+0000 mgr.y (mgr.26002) 328 : cluster [DBG] pgmap v203: 132 pgs: 5 peering, 13 active+undersized, 11 active+undersized+degraded, 103 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 40/618 objects degraded (6.472%) 2024-09-10T18:59:54.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:54 smithi031 bash[54359]: cluster 2024-09-10T18:59:53.715873+0000 mon.a (mon.0) 883 : cluster [WRN] Health check update: Degraded data redundancy: 40/618 objects degraded (6.472%), 11 pgs degraded (PG_DEGRADED) 2024-09-10T18:59:54.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:54 smithi063 bash[48646]: cluster 2024-09-10T18:59:53.221370+0000 mgr.y (mgr.26002) 328 : cluster [DBG] pgmap v203: 132 pgs: 5 peering, 13 active+undersized, 11 active+undersized+degraded, 103 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 40/618 objects degraded (6.472%) 2024-09-10T18:59:54.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:54 smithi063 bash[48646]: cluster 2024-09-10T18:59:53.715873+0000 mon.a (mon.0) 883 : cluster [WRN] Health check update: Degraded data redundancy: 40/618 objects degraded (6.472%), 11 pgs degraded (PG_DEGRADED) 2024-09-10T18:59:55.738 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:55 smithi031 bash[53082]: cluster 2024-09-10T18:59:55.333389+0000 mon.a (mon.0) 884 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/618 objects degraded (6.472%), 11 pgs degraded) 2024-09-10T18:59:55.738 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:55 smithi031 bash[54359]: cluster 2024-09-10T18:59:55.333389+0000 mon.a (mon.0) 884 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/618 objects degraded (6.472%), 11 pgs degraded) 2024-09-10T18:59:55.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:55 smithi063 bash[48646]: cluster 2024-09-10T18:59:55.333389+0000 mon.a (mon.0) 884 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/618 objects degraded (6.472%), 11 pgs degraded) 2024-09-10T18:59:56.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:56 smithi063 bash[48646]: cluster 2024-09-10T18:59:55.222535+0000 mgr.y (mgr.26002) 329 : cluster [DBG] pgmap v204: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T18:59:56.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:56 smithi031 bash[53082]: cluster 2024-09-10T18:59:55.222535+0000 mgr.y (mgr.26002) 329 : cluster [DBG] pgmap v204: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T18:59:56.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:56 smithi031 bash[54359]: cluster 2024-09-10T18:59:55.222535+0000 mgr.y (mgr.26002) 329 : cluster [DBG] pgmap v204: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T18:59:57.765 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:57 smithi031 bash[53082]: cluster 2024-09-10T18:59:57.224169+0000 mgr.y (mgr.26002) 330 : cluster [DBG] pgmap v205: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T18:59:57.765 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:57 smithi031 bash[54359]: cluster 2024-09-10T18:59:57.224169+0000 mgr.y (mgr.26002) 330 : cluster [DBG] pgmap v205: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T18:59:57.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:57 smithi063 bash[48646]: cluster 2024-09-10T18:59:57.224169+0000 mgr.y (mgr.26002) 330 : cluster [DBG] pgmap v205: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T18:59:58.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:58 smithi063 bash[48646]: audit 2024-09-10T18:59:58.517727+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:59:58.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:58 smithi063 bash[48646]: audit 2024-09-10T18:59:58.526155+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:58.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:58 smithi063 bash[48646]: audit 2024-09-10T18:59:58.535153+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:58.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:58 smithi063 bash[48646]: audit 2024-09-10T18:59:58.536936+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:58.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:58 smithi063 bash[48646]: audit 2024-09-10T18:59:58.538394+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:58.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:58 smithi063 bash[48646]: audit 2024-09-10T18:59:58.549230+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:58.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:58 smithi031 bash[53082]: audit 2024-09-10T18:59:58.517727+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:59:58.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:58 smithi031 bash[53082]: audit 2024-09-10T18:59:58.526155+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:58.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:58 smithi031 bash[53082]: audit 2024-09-10T18:59:58.535153+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:58.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:58 smithi031 bash[53082]: audit 2024-09-10T18:59:58.536936+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:58.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:58 smithi031 bash[53082]: audit 2024-09-10T18:59:58.538394+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:58.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:58 smithi031 bash[53082]: audit 2024-09-10T18:59:58.549230+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:58.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:58 smithi031 bash[54359]: audit 2024-09-10T18:59:58.517727+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:59:58.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:58 smithi031 bash[54359]: audit 2024-09-10T18:59:58.526155+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:58.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:58 smithi031 bash[54359]: audit 2024-09-10T18:59:58.535153+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:58.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:58 smithi031 bash[54359]: audit 2024-09-10T18:59:58.536936+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:58.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:58 smithi031 bash[54359]: audit 2024-09-10T18:59:58.538394+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:59:58.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:58 smithi031 bash[54359]: audit 2024-09-10T18:59:58.549230+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T18:59:59.580 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[53082]: cephadm 2024-09-10T18:59:58.539598+0000 mgr.y (mgr.26002) 331 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:59:59.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[53082]: cluster 2024-09-10T18:59:58.540770+0000 mgr.y (mgr.26002) 332 : cluster [DBG] pgmap v206: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T18:59:59.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[53082]: cluster 2024-09-10T18:59:58.541235+0000 mgr.y (mgr.26002) 333 : cluster [DBG] pgmap v207: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T18:59:59.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[53082]: audit 2024-09-10T18:59:58.608561+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:59.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[53082]: audit 2024-09-10T18:59:58.614390+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:59.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[53082]: audit 2024-09-10T18:59:58.616888+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:59.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[53082]: audit 2024-09-10T18:59:58.618993+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:59.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[53082]: audit 2024-09-10T18:59:58.621577+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T18:59:59.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[53082]: audit 2024-09-10T18:59:58.621912+0000 mgr.y (mgr.26002) 334 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T18:59:59.581 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[53082]: cephadm 2024-09-10T18:59:58.623934+0000 mgr.y (mgr.26002) 335 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-09-10T18:59:59.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[54359]: cephadm 2024-09-10T18:59:58.539598+0000 mgr.y (mgr.26002) 331 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:59:59.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[54359]: cluster 2024-09-10T18:59:58.540770+0000 mgr.y (mgr.26002) 332 : cluster [DBG] pgmap v206: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T18:59:59.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[54359]: cluster 2024-09-10T18:59:58.541235+0000 mgr.y (mgr.26002) 333 : cluster [DBG] pgmap v207: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T18:59:59.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[54359]: audit 2024-09-10T18:59:58.608561+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:59.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[54359]: audit 2024-09-10T18:59:58.614390+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:59.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[54359]: audit 2024-09-10T18:59:58.616888+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:59.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[54359]: audit 2024-09-10T18:59:58.618993+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:59.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[54359]: audit 2024-09-10T18:59:58.621577+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T18:59:59.582 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[54359]: audit 2024-09-10T18:59:58.621912+0000 mgr.y (mgr.26002) 334 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T18:59:59.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:59 smithi063 bash[48646]: cephadm 2024-09-10T18:59:58.539598+0000 mgr.y (mgr.26002) 331 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:59:59.917 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:59 smithi063 bash[48646]: cluster 2024-09-10T18:59:58.540770+0000 mgr.y (mgr.26002) 332 : cluster [DBG] pgmap v206: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T18:59:59.917 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:59 smithi063 bash[48646]: cluster 2024-09-10T18:59:58.541235+0000 mgr.y (mgr.26002) 333 : cluster [DBG] pgmap v207: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T18:59:59.917 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:59 smithi063 bash[48646]: audit 2024-09-10T18:59:58.608561+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:59:59.917 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:59 smithi063 bash[48646]: audit 2024-09-10T18:59:58.614390+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:59.917 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:59 smithi063 bash[48646]: audit 2024-09-10T18:59:58.616888+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:59.917 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:59 smithi063 bash[48646]: audit 2024-09-10T18:59:58.618993+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:59.917 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:59 smithi063 bash[48646]: audit 2024-09-10T18:59:58.621577+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T18:59:59.918 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:59 smithi063 bash[48646]: audit 2024-09-10T18:59:58.621912+0000 mgr.y (mgr.26002) 334 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T18:59:59.918 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 18:59:59 smithi063 bash[48646]: cephadm 2024-09-10T18:59:58.623934+0000 mgr.y (mgr.26002) 335 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-09-10T19:00:00.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:00 smithi063 bash[48646]: cluster 2024-09-10T19:00:00.000180+0000 mon.a (mon.0) 896 : cluster [WRN] overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-10T19:00:00.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:00 smithi031 bash[53082]: cluster 2024-09-10T19:00:00.000180+0000 mon.a (mon.0) 896 : cluster [WRN] overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-10T19:00:00.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 18:59:59 smithi031 bash[54359]: cephadm 2024-09-10T18:59:58.623934+0000 mgr.y (mgr.26002) 335 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-09-10T19:00:00.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:00 smithi031 bash[54359]: cluster 2024-09-10T19:00:00.000180+0000 mon.a (mon.0) 896 : cluster [WRN] overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-10T19:00:02.266 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:01 smithi063 bash[48646]: cluster 2024-09-10T19:00:00.542108+0000 mgr.y (mgr.26002) 336 : cluster [DBG] pgmap v208: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:00:02.266 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:01 smithi063 bash[48646]: cephadm 2024-09-10T19:00:00.920725+0000 mgr.y (mgr.26002) 337 : cephadm [INF] Upgrade: Updating osd.4 2024-09-10T19:00:02.266 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:01 smithi063 bash[48646]: audit 2024-09-10T19:00:00.932344+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:02.266 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:01 smithi063 bash[48646]: audit 2024-09-10T19:00:00.934274+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T19:00:02.266 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:01 smithi063 bash[48646]: audit 2024-09-10T19:00:00.935909+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:02.266 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:01 smithi063 bash[48646]: cephadm 2024-09-10T19:00:00.939080+0000 mgr.y (mgr.26002) 338 : cephadm [INF] Deploying daemon osd.4 on smithi063 2024-09-10T19:00:02.266 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:01 smithi063 bash[48646]: audit 2024-09-10T19:00:00.939930+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-10T19:00:02.266 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:01 smithi063 bash[48646]: audit 2024-09-10T19:00:01.273105+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:02.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:01 smithi031 bash[54359]: cluster 2024-09-10T19:00:00.542108+0000 mgr.y (mgr.26002) 336 : cluster [DBG] pgmap v208: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:00:02.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:01 smithi031 bash[54359]: cephadm 2024-09-10T19:00:00.920725+0000 mgr.y (mgr.26002) 337 : cephadm [INF] Upgrade: Updating osd.4 2024-09-10T19:00:02.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:01 smithi031 bash[54359]: audit 2024-09-10T19:00:00.932344+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:02.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:01 smithi031 bash[54359]: audit 2024-09-10T19:00:00.934274+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T19:00:02.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:01 smithi031 bash[54359]: audit 2024-09-10T19:00:00.935909+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:02.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:01 smithi031 bash[54359]: cephadm 2024-09-10T19:00:00.939080+0000 mgr.y (mgr.26002) 338 : cephadm [INF] Deploying daemon osd.4 on smithi063 2024-09-10T19:00:02.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:01 smithi031 bash[54359]: audit 2024-09-10T19:00:00.939930+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-10T19:00:02.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:01 smithi031 bash[54359]: audit 2024-09-10T19:00:01.273105+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:02.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:01 smithi031 bash[53082]: cluster 2024-09-10T19:00:00.542108+0000 mgr.y (mgr.26002) 336 : cluster [DBG] pgmap v208: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:00:02.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:01 smithi031 bash[53082]: cephadm 2024-09-10T19:00:00.920725+0000 mgr.y (mgr.26002) 337 : cephadm [INF] Upgrade: Updating osd.4 2024-09-10T19:00:02.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:01 smithi031 bash[53082]: audit 2024-09-10T19:00:00.932344+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:02.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:01 smithi031 bash[53082]: audit 2024-09-10T19:00:00.934274+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T19:00:02.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:01 smithi031 bash[53082]: audit 2024-09-10T19:00:00.935909+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:02.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:01 smithi031 bash[53082]: cephadm 2024-09-10T19:00:00.939080+0000 mgr.y (mgr.26002) 338 : cephadm [INF] Deploying daemon osd.4 on smithi063 2024-09-10T19:00:02.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:01 smithi031 bash[53082]: audit 2024-09-10T19:00:00.939930+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-10T19:00:02.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:01 smithi031 bash[53082]: audit 2024-09-10T19:00:01.273105+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:03.340 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T19:00:04.063 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:00:04.063 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (8m) 16s ago 32m 16.7M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T19:00:04.064 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (7m) 5m ago 32m 82.0M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T19:00:04.064 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 5m ago 33m - - 2024-09-10T19:00:04.064 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (9m) 5m ago 37m 390M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T19:00:04.064 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (19m) 16s ago 39m 439M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T19:00:04.064 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (5m) 16s ago 39m 71.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T19:00:04.064 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (6m) 5m ago 37m 48.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T19:00:04.064 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (5m) 16s ago 38m 48.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 cf5fe597e338 2024-09-10T19:00:04.064 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (9m) 16s ago 33m 11.7M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T19:00:04.064 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (9m) 5m ago 33m 10.9M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T19:00:04.064 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (2m) 16s ago 37m 48.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9db09b69d74a 2024-09-10T19:00:04.064 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (2m) 16s ago 36m 49.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 83e1bd140921 2024-09-10T19:00:04.064 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (82s) 16s ago 36m 44.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fdd9237ce79f 2024-09-10T19:00:04.064 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (21s) 16s ago 35m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 0e61e0b0b050 2024-09-10T19:00:04.065 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (35m) 5m ago 35m 53.6M 4096M 15.2.9 dfc483079636 a2f63101c158 2024-09-10T19:00:04.065 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (35m) 5m ago 35m 48.7M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T19:00:04.065 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (34m) 5m ago 34m 50.2M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T19:00:04.065 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (34m) 5m ago 34m 51.5M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T19:00:04.065 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (8m) 5m ago 33m 49.1M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T19:00:04.065 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (31m) 16s ago 31m 57.2M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T19:00:04.065 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (31m) 5m ago 31m 56.5M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T19:00:04.330 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:03 smithi063 bash[48646]: cluster 2024-09-10T19:00:02.543409+0000 mgr.y (mgr.26002) 339 : cluster [DBG] pgmap v209: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:00:04.331 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:03 smithi063 bash[48646]: audit 2024-09-10T19:00:03.324015+0000 mgr.y (mgr.26002) 340 : audit [DBG] from='client.64402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:04.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:03 smithi031 bash[53082]: cluster 2024-09-10T19:00:02.543409+0000 mgr.y (mgr.26002) 339 : cluster [DBG] pgmap v209: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:00:04.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:03 smithi031 bash[53082]: audit 2024-09-10T19:00:03.324015+0000 mgr.y (mgr.26002) 340 : audit [DBG] from='client.64402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:04.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:03 smithi031 bash[54359]: cluster 2024-09-10T19:00:02.543409+0000 mgr.y (mgr.26002) 339 : cluster [DBG] pgmap v209: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:00:04.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:03 smithi031 bash[54359]: audit 2024-09-10T19:00:03.324015+0000 mgr.y (mgr.26002) 340 : audit [DBG] from='client.64402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:04.491 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T19:00:04.491 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T19:00:04.491 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:00:04.491 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:00:04.491 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T19:00:04.491 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:00:04.491 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:00:04.491 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T19:00:04.492 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 4, 2024-09-10T19:00:04.492 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 4 2024-09-10T19:00:04.492 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:00:04.492 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T19:00:04.492 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T19:00:04.492 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:00:04.492 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T19:00:04.492 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 6, 2024-09-10T19:00:04.492 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 9 2024-09-10T19:00:04.492 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T19:00:04.492 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T19:00:04.859 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T19:00:04.859 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:00:04.859 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T19:00:04.859 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-10T19:00:04.859 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-10T19:00:04.859 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "4/8 daemons upgraded", 2024-09-10T19:00:04.859 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:00:04.859 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T19:00:04.859 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T19:00:05.315 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:04 smithi063 bash[48646]: audit 2024-09-10T19:00:03.684509+0000 mgr.y (mgr.26002) 341 : audit [DBG] from='client.54498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:05.315 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:04 smithi063 bash[48646]: audit 2024-09-10T19:00:04.034587+0000 mgr.y (mgr.26002) 342 : audit [DBG] from='client.64414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:05.316 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:04 smithi063 bash[48646]: audit 2024-09-10T19:00:04.039952+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:05.316 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:04 smithi063 bash[48646]: audit 2024-09-10T19:00:04.040818+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:05.316 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:04 smithi063 bash[48646]: audit 2024-09-10T19:00:04.041651+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.316 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:04 smithi063 bash[48646]: audit 2024-09-10T19:00:04.042439+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.316 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:04 smithi063 bash[48646]: audit 2024-09-10T19:00:04.043230+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.316 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:04 smithi063 bash[48646]: audit 2024-09-10T19:00:04.044038+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.316 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:04 smithi063 bash[48646]: audit 2024-09-10T19:00:04.048903+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:05.316 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:04 smithi063 bash[48646]: audit 2024-09-10T19:00:04.049413+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.316 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:04 smithi063 bash[48646]: audit 2024-09-10T19:00:04.049880+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.316 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:04 smithi063 bash[48646]: audit 2024-09-10T19:00:04.050419+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.316 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:04 smithi063 bash[48646]: audit 2024-09-10T19:00:04.050964+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.316 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:04 smithi063 bash[48646]: audit 2024-09-10T19:00:04.488667+0000 mon.a (mon.0) 913 : audit [DBG] from='client.54510 172.21.15.31:0/2227334361' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:05.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[53082]: audit 2024-09-10T19:00:03.684509+0000 mgr.y (mgr.26002) 341 : audit [DBG] from='client.54498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:05.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[53082]: audit 2024-09-10T19:00:04.034587+0000 mgr.y (mgr.26002) 342 : audit [DBG] from='client.64414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:05.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[53082]: audit 2024-09-10T19:00:04.039952+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:05.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[53082]: audit 2024-09-10T19:00:04.040818+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:05.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[53082]: audit 2024-09-10T19:00:04.041651+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[53082]: audit 2024-09-10T19:00:04.042439+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[53082]: audit 2024-09-10T19:00:04.043230+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[53082]: audit 2024-09-10T19:00:04.044038+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[53082]: audit 2024-09-10T19:00:04.048903+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:05.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[53082]: audit 2024-09-10T19:00:04.049413+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[53082]: audit 2024-09-10T19:00:04.049880+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[53082]: audit 2024-09-10T19:00:04.050419+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[53082]: audit 2024-09-10T19:00:04.050964+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[53082]: audit 2024-09-10T19:00:04.488667+0000 mon.a (mon.0) 913 : audit [DBG] from='client.54510 172.21.15.31:0/2227334361' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:05.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[54359]: audit 2024-09-10T19:00:03.684509+0000 mgr.y (mgr.26002) 341 : audit [DBG] from='client.54498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:05.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[54359]: audit 2024-09-10T19:00:04.034587+0000 mgr.y (mgr.26002) 342 : audit [DBG] from='client.64414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:05.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[54359]: audit 2024-09-10T19:00:04.039952+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:05.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[54359]: audit 2024-09-10T19:00:04.040818+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:05.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[54359]: audit 2024-09-10T19:00:04.041651+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[54359]: audit 2024-09-10T19:00:04.042439+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[54359]: audit 2024-09-10T19:00:04.043230+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[54359]: audit 2024-09-10T19:00:04.044038+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[54359]: audit 2024-09-10T19:00:04.048903+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:05.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[54359]: audit 2024-09-10T19:00:04.049413+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[54359]: audit 2024-09-10T19:00:04.049880+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[54359]: audit 2024-09-10T19:00:04.050419+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[54359]: audit 2024-09-10T19:00:04.050964+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:05.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:04 smithi031 bash[54359]: audit 2024-09-10T19:00:04.488667+0000 mon.a (mon.0) 913 : audit [DBG] from='client.54510 172.21.15.31:0/2227334361' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:05.629 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:05 smithi063 systemd[1]: Stopping Ceph osd.4 for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:00:05.629 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[16915]: debug 2024-09-10T19:00:05.403+0000 7f4a0a792700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:00:05.629 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[16915]: debug 2024-09-10T19:00:05.403+0000 7f4a0a792700 -1 osd.4 92 *** Got signal Terminated *** 2024-09-10T19:00:05.629 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[16915]: debug 2024-09-10T19:00:05.403+0000 7f4a0a792700 -1 osd.4 92 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:00:05.972 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:04.544325+0000 mgr.y (mgr.26002) 343 : cluster [DBG] pgmap v210: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:00:05.972 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: audit 2024-09-10T19:00:04.856333+0000 mgr.y (mgr.26002) 344 : audit [DBG] from='client.54516 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:05.972 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.460805+0000 mon.a (mon.0) 914 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:00:05.972 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.460904+0000 mon.a (mon.0) 915 : cluster [INF] osd.4 failed (root=default,host=smithi063) (connection refused reported by osd.0) 2024-09-10T19:00:05.972 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.461204+0000 mon.a (mon.0) 916 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-10T19:00:05.973 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.461424+0000 mon.a (mon.0) 917 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-10T19:00:05.973 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.461859+0000 mon.a (mon.0) 918 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:00:05.973 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.461974+0000 mon.a (mon.0) 919 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-10T19:00:05.973 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.462235+0000 mon.a (mon.0) 920 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:00:05.973 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.462351+0000 mon.a (mon.0) 921 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-10T19:00:05.973 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.462680+0000 mon.a (mon.0) 922 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-10T19:00:05.973 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.462898+0000 mon.a (mon.0) 923 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-10T19:00:05.973 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.463163+0000 mon.a (mon.0) 924 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:00:05.973 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.463432+0000 mon.a (mon.0) 925 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-10T19:00:05.973 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.463671+0000 mon.a (mon.0) 926 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:00:05.973 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.464026+0000 mon.a (mon.0) 927 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-10T19:00:05.973 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.660830+0000 mon.a (mon.0) 928 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:00:05.973 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.661329+0000 mon.a (mon.0) 929 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-10T19:00:05.973 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.662003+0000 mon.a (mon.0) 930 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-10T19:00:05.974 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.662432+0000 mon.a (mon.0) 931 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:00:05.974 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.663038+0000 mon.a (mon.0) 932 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-10T19:00:05.974 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.663598+0000 mon.a (mon.0) 933 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-10T19:00:05.974 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.664014+0000 mon.a (mon.0) 934 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-10T19:00:05.974 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.664347+0000 mon.a (mon.0) 935 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-10T19:00:05.974 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.664779+0000 mon.a (mon.0) 936 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:00:05.974 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.664897+0000 mon.a (mon.0) 937 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-10T19:00:05.974 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.665140+0000 mon.a (mon.0) 938 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:00:05.974 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.665338+0000 mon.a (mon.0) 939 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-10T19:00:05.974 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.665600+0000 mon.a (mon.0) 940 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-10T19:00:05.974 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.665929+0000 mon.a (mon.0) 941 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-10T19:00:05.974 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.666121+0000 mon.a (mon.0) 942 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-10T19:00:05.974 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.666421+0000 mon.a (mon.0) 943 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:00:05.974 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:05 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.666602+0000 mon.a (mon.0) 944 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:00:06.234 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:06 smithi063 bash[61220]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd.4 2024-09-10T19:00:06.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:04.544325+0000 mgr.y (mgr.26002) 343 : cluster [DBG] pgmap v210: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:00:06.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: audit 2024-09-10T19:00:04.856333+0000 mgr.y (mgr.26002) 344 : audit [DBG] from='client.54516 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:06.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.460805+0000 mon.a (mon.0) 914 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:00:06.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.460904+0000 mon.a (mon.0) 915 : cluster [INF] osd.4 failed (root=default,host=smithi063) (connection refused reported by osd.0) 2024-09-10T19:00:06.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.461204+0000 mon.a (mon.0) 916 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-10T19:00:06.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.461424+0000 mon.a (mon.0) 917 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-10T19:00:06.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.461859+0000 mon.a (mon.0) 918 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:00:06.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.461974+0000 mon.a (mon.0) 919 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-10T19:00:06.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.462235+0000 mon.a (mon.0) 920 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:00:06.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.462351+0000 mon.a (mon.0) 921 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-10T19:00:06.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.462680+0000 mon.a (mon.0) 922 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-10T19:00:06.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.462898+0000 mon.a (mon.0) 923 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-10T19:00:06.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.463163+0000 mon.a (mon.0) 924 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:00:06.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.463432+0000 mon.a (mon.0) 925 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-10T19:00:06.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.463671+0000 mon.a (mon.0) 926 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:00:06.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.464026+0000 mon.a (mon.0) 927 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-10T19:00:06.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.660830+0000 mon.a (mon.0) 928 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:00:06.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.661329+0000 mon.a (mon.0) 929 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-10T19:00:06.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.662003+0000 mon.a (mon.0) 930 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-10T19:00:06.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.662432+0000 mon.a (mon.0) 931 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:00:06.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.663038+0000 mon.a (mon.0) 932 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-10T19:00:06.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.663598+0000 mon.a (mon.0) 933 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-10T19:00:06.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.664014+0000 mon.a (mon.0) 934 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-10T19:00:06.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.664347+0000 mon.a (mon.0) 935 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-10T19:00:06.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.664779+0000 mon.a (mon.0) 936 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:00:06.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.664897+0000 mon.a (mon.0) 937 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-10T19:00:06.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.665140+0000 mon.a (mon.0) 938 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:00:06.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.665338+0000 mon.a (mon.0) 939 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-10T19:00:06.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.665600+0000 mon.a (mon.0) 940 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-10T19:00:06.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.665929+0000 mon.a (mon.0) 941 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-10T19:00:06.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.666121+0000 mon.a (mon.0) 942 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-10T19:00:06.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.666421+0000 mon.a (mon.0) 943 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:00:06.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.666602+0000 mon.a (mon.0) 944 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:00:06.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:04.544325+0000 mgr.y (mgr.26002) 343 : cluster [DBG] pgmap v210: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:00:06.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: audit 2024-09-10T19:00:04.856333+0000 mgr.y (mgr.26002) 344 : audit [DBG] from='client.54516 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:06.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.460805+0000 mon.a (mon.0) 914 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:00:06.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.460904+0000 mon.a (mon.0) 915 : cluster [INF] osd.4 failed (root=default,host=smithi063) (connection refused reported by osd.0) 2024-09-10T19:00:06.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.461204+0000 mon.a (mon.0) 916 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-10T19:00:06.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.461424+0000 mon.a (mon.0) 917 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-10T19:00:06.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.461859+0000 mon.a (mon.0) 918 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:00:06.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.461974+0000 mon.a (mon.0) 919 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-10T19:00:06.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.462235+0000 mon.a (mon.0) 920 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:00:06.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.462351+0000 mon.a (mon.0) 921 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-10T19:00:06.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.462680+0000 mon.a (mon.0) 922 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-10T19:00:06.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.462898+0000 mon.a (mon.0) 923 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-10T19:00:06.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.463163+0000 mon.a (mon.0) 924 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:00:06.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.463432+0000 mon.a (mon.0) 925 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-10T19:00:06.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.463671+0000 mon.a (mon.0) 926 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:00:06.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.464026+0000 mon.a (mon.0) 927 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-10T19:00:06.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.660830+0000 mon.a (mon.0) 928 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:00:06.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.661329+0000 mon.a (mon.0) 929 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-10T19:00:06.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.662003+0000 mon.a (mon.0) 930 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-10T19:00:06.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.662432+0000 mon.a (mon.0) 931 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:00:06.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.663038+0000 mon.a (mon.0) 932 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-10T19:00:06.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.663598+0000 mon.a (mon.0) 933 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-10T19:00:06.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.664014+0000 mon.a (mon.0) 934 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-10T19:00:06.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.664347+0000 mon.a (mon.0) 935 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-10T19:00:06.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.664779+0000 mon.a (mon.0) 936 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:00:06.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.664897+0000 mon.a (mon.0) 937 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-10T19:00:06.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.665140+0000 mon.a (mon.0) 938 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-10T19:00:06.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.665338+0000 mon.a (mon.0) 939 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-10T19:00:06.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.665600+0000 mon.a (mon.0) 940 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-10T19:00:06.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.665929+0000 mon.a (mon.0) 941 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-10T19:00:06.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.666121+0000 mon.a (mon.0) 942 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-10T19:00:06.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.666421+0000 mon.a (mon.0) 943 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:00:06.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:05 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.666602+0000 mon.a (mon.0) 944 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-10T19:00:06.629 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:06 smithi063 bash[61295]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd.4 2024-09-10T19:00:07.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:06 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.944184+0000 mon.a (mon.0) 945 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:00:07.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:06 smithi063 bash[48646]: cluster 2024-09-10T19:00:05.953302+0000 mon.a (mon.0) 946 : cluster [DBG] osdmap e93: 8 total, 7 up, 8 in 2024-09-10T19:00:07.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:06 smithi063 bash[48646]: cluster 2024-09-10T19:00:06.958394+0000 mon.a (mon.0) 947 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-09-10T19:00:07.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:06 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.944184+0000 mon.a (mon.0) 945 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:00:07.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:06 smithi031 bash[53082]: cluster 2024-09-10T19:00:05.953302+0000 mon.a (mon.0) 946 : cluster [DBG] osdmap e93: 8 total, 7 up, 8 in 2024-09-10T19:00:07.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:06 smithi031 bash[53082]: cluster 2024-09-10T19:00:06.958394+0000 mon.a (mon.0) 947 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-09-10T19:00:07.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:06 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.944184+0000 mon.a (mon.0) 945 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:00:07.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:06 smithi031 bash[54359]: cluster 2024-09-10T19:00:05.953302+0000 mon.a (mon.0) 946 : cluster [DBG] osdmap e93: 8 total, 7 up, 8 in 2024-09-10T19:00:07.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:06 smithi031 bash[54359]: cluster 2024-09-10T19:00:06.958394+0000 mon.a (mon.0) 947 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-09-10T19:00:08.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:07 smithi063 bash[48646]: cluster 2024-09-10T19:00:06.545518+0000 mgr.y (mgr.26002) 345 : cluster [DBG] pgmap v212: 132 pgs: 27 peering, 13 stale+active+clean, 92 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:00:08.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:07 smithi063 bash[48646]: cluster 2024-09-10T19:00:06.966228+0000 mon.a (mon.0) 948 : cluster [WRN] Health check failed: Reduced data availability: 4 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2024-09-10T19:00:08.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:07 smithi031 bash[53082]: cluster 2024-09-10T19:00:06.545518+0000 mgr.y (mgr.26002) 345 : cluster [DBG] pgmap v212: 132 pgs: 27 peering, 13 stale+active+clean, 92 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:00:08.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:07 smithi031 bash[53082]: cluster 2024-09-10T19:00:06.966228+0000 mon.a (mon.0) 948 : cluster [WRN] Health check failed: Reduced data availability: 4 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2024-09-10T19:00:08.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:07 smithi031 bash[54359]: cluster 2024-09-10T19:00:06.545518+0000 mgr.y (mgr.26002) 345 : cluster [DBG] pgmap v212: 132 pgs: 27 peering, 13 stale+active+clean, 92 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:00:08.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:07 smithi031 bash[54359]: cluster 2024-09-10T19:00:06.966228+0000 mon.a (mon.0) 948 : cluster [WRN] Health check failed: Reduced data availability: 4 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2024-09-10T19:00:08.637 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:08 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.4.service: Succeeded. 2024-09-10T19:00:08.637 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:08 smithi063 systemd[1]: Stopped Ceph osd.4 for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T19:00:08.993 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:08 smithi063 systemd[1]: Started Ceph osd.4 for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T19:00:09.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:08 smithi063 bash[48646]: audit 2024-09-10T19:00:08.671277+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:09.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:08 smithi063 bash[48646]: audit 2024-09-10T19:00:08.679354+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:09.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:08 smithi063 bash[48646]: audit 2024-09-10T19:00:08.687913+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:09.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:08 smithi063 bash[48646]: audit 2024-09-10T19:00:08.690958+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:09.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:08 smithi031 bash[53082]: audit 2024-09-10T19:00:08.671277+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:09.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:08 smithi031 bash[53082]: audit 2024-09-10T19:00:08.679354+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:09.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:08 smithi031 bash[53082]: audit 2024-09-10T19:00:08.687913+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:09.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:08 smithi031 bash[53082]: audit 2024-09-10T19:00:08.690958+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:09.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:08 smithi031 bash[54359]: audit 2024-09-10T19:00:08.671277+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:09.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:08 smithi031 bash[54359]: audit 2024-09-10T19:00:08.679354+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:09.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:08 smithi031 bash[54359]: audit 2024-09-10T19:00:08.687913+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:09.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:08 smithi031 bash[54359]: audit 2024-09-10T19:00:08.690958+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:10.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:09 smithi063 bash[48646]: cluster 2024-09-10T19:00:08.546772+0000 mgr.y (mgr.26002) 346 : cluster [DBG] pgmap v214: 132 pgs: 9 active+undersized, 27 peering, 4 stale+active+clean, 7 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 26/618 objects degraded (4.207%) 2024-09-10T19:00:10.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:09 smithi063 bash[48646]: cluster 2024-09-10T19:00:08.982144+0000 mon.a (mon.0) 953 : cluster [WRN] Health check failed: Degraded data redundancy: 26/618 objects degraded (4.207%), 7 pgs degraded (PG_DEGRADED) 2024-09-10T19:00:10.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:09 smithi031 bash[53082]: cluster 2024-09-10T19:00:08.546772+0000 mgr.y (mgr.26002) 346 : cluster [DBG] pgmap v214: 132 pgs: 9 active+undersized, 27 peering, 4 stale+active+clean, 7 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 26/618 objects degraded (4.207%) 2024-09-10T19:00:10.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:09 smithi031 bash[53082]: cluster 2024-09-10T19:00:08.982144+0000 mon.a (mon.0) 953 : cluster [WRN] Health check failed: Degraded data redundancy: 26/618 objects degraded (4.207%), 7 pgs degraded (PG_DEGRADED) 2024-09-10T19:00:10.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:09 smithi031 bash[54359]: cluster 2024-09-10T19:00:08.546772+0000 mgr.y (mgr.26002) 346 : cluster [DBG] pgmap v214: 132 pgs: 9 active+undersized, 27 peering, 4 stale+active+clean, 7 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 26/618 objects degraded (4.207%) 2024-09-10T19:00:10.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:09 smithi031 bash[54359]: cluster 2024-09-10T19:00:08.982144+0000 mon.a (mon.0) 953 : cluster [WRN] Health check failed: Degraded data redundancy: 26/618 objects degraded (4.207%), 7 pgs degraded (PG_DEGRADED) 2024-09-10T19:00:10.475 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:10 smithi063 bash[61491]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-10T19:00:10.476 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:10 smithi063 bash[61491]: 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-10T19:00:10.476 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:10 smithi063 bash[61491]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-10T19:00:10.476 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:10 smithi063 bash[61491]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-10T19:00:10.476 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:10 smithi063 bash[61491]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-10T19:00:10.476 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:10 smithi063 bash[61491]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-10T19:00:10.476 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:10 smithi063 bash[61491]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-10T19:00:12.347 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:11 smithi063 bash[48646]: cluster 2024-09-10T19:00:10.548056+0000 mgr.y (mgr.26002) 347 : cluster [DBG] pgmap v215: 132 pgs: 19 active+undersized, 27 peering, 12 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 48/618 objects degraded (7.767%) 2024-09-10T19:00:12.348 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:12 smithi063 bash[61770]: debug 2024-09-10T19:00:12.047+0000 7f349f8d3640 1 -- 172.21.15.63:0/2340641190 <== mon.2 v2:172.21.15.63:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55efc8cfcd00 con 0x55efc8ccf400 2024-09-10T19:00:12.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:11 smithi031 bash[53082]: cluster 2024-09-10T19:00:10.548056+0000 mgr.y (mgr.26002) 347 : cluster [DBG] pgmap v215: 132 pgs: 19 active+undersized, 27 peering, 12 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 48/618 objects degraded (7.767%) 2024-09-10T19:00:12.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:11 smithi031 bash[54359]: cluster 2024-09-10T19:00:10.548056+0000 mgr.y (mgr.26002) 347 : cluster [DBG] pgmap v215: 132 pgs: 19 active+undersized, 27 peering, 12 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 48/618 objects degraded (7.767%) 2024-09-10T19:00:12.629 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:12 smithi063 bash[61770]: debug 2024-09-10T19:00:12.339+0000 7f34a213b440 -1 Falling back to public interface 2024-09-10T19:00:13.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:13 smithi063 bash[48646]: cluster 2024-09-10T19:00:12.997814+0000 mon.a (mon.0) 954 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 9 pgs peering) 2024-09-10T19:00:13.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:13 smithi031 bash[53082]: cluster 2024-09-10T19:00:12.997814+0000 mon.a (mon.0) 954 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 9 pgs peering) 2024-09-10T19:00:13.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:13 smithi031 bash[54359]: cluster 2024-09-10T19:00:12.997814+0000 mon.a (mon.0) 954 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 9 pgs peering) 2024-09-10T19:00:14.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:14 smithi063 bash[48646]: cluster 2024-09-10T19:00:12.549500+0000 mgr.y (mgr.26002) 348 : cluster [DBG] pgmap v216: 132 pgs: 33 active+undersized, 25 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 85/618 objects degraded (13.754%) 2024-09-10T19:00:14.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:14 smithi031 bash[53082]: cluster 2024-09-10T19:00:12.549500+0000 mgr.y (mgr.26002) 348 : cluster [DBG] pgmap v216: 132 pgs: 33 active+undersized, 25 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 85/618 objects degraded (13.754%) 2024-09-10T19:00:14.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:14 smithi031 bash[54359]: cluster 2024-09-10T19:00:12.549500+0000 mgr.y (mgr.26002) 348 : cluster [DBG] pgmap v216: 132 pgs: 33 active+undersized, 25 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 85/618 objects degraded (13.754%) 2024-09-10T19:00:15.629 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:15 smithi063 bash[61770]: debug 2024-09-10T19:00:15.327+0000 7f34a213b440 -1 osd.4 0 read_superblock omap replica is missing. 2024-09-10T19:00:15.629 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:15 smithi063 bash[61770]: debug 2024-09-10T19:00:15.375+0000 7f34a213b440 -1 osd.4 92 log_to_monitors true 2024-09-10T19:00:16.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:16 smithi063 bash[48646]: cluster 2024-09-10T19:00:14.550815+0000 mgr.y (mgr.26002) 349 : cluster [DBG] pgmap v217: 132 pgs: 33 active+undersized, 25 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 85/618 objects degraded (13.754%) 2024-09-10T19:00:16.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:16 smithi063 bash[48646]: audit 2024-09-10T19:00:15.384216+0000 mon.b (mon.2) 16 : audit [INF] from='osd.4 [v2:172.21.15.63:6800/4250480142,v1:172.21.15.63:6801/4250480142]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T19:00:16.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:16 smithi063 bash[48646]: audit 2024-09-10T19:00:15.385861+0000 mon.a (mon.0) 955 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T19:00:16.379 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:00:16 smithi063 bash[61770]: debug 2024-09-10T19:00:16.095+0000 7f3496ee1640 -1 osd.4 92 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:00:16.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:16 smithi031 bash[53082]: cluster 2024-09-10T19:00:14.550815+0000 mgr.y (mgr.26002) 349 : cluster [DBG] pgmap v217: 132 pgs: 33 active+undersized, 25 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 85/618 objects degraded (13.754%) 2024-09-10T19:00:16.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:16 smithi031 bash[53082]: audit 2024-09-10T19:00:15.384216+0000 mon.b (mon.2) 16 : audit [INF] from='osd.4 [v2:172.21.15.63:6800/4250480142,v1:172.21.15.63:6801/4250480142]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T19:00:16.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:16 smithi031 bash[53082]: audit 2024-09-10T19:00:15.385861+0000 mon.a (mon.0) 955 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T19:00:16.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:16 smithi031 bash[54359]: cluster 2024-09-10T19:00:14.550815+0000 mgr.y (mgr.26002) 349 : cluster [DBG] pgmap v217: 132 pgs: 33 active+undersized, 25 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 85/618 objects degraded (13.754%) 2024-09-10T19:00:16.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:16 smithi031 bash[54359]: audit 2024-09-10T19:00:15.384216+0000 mon.b (mon.2) 16 : audit [INF] from='osd.4 [v2:172.21.15.63:6800/4250480142,v1:172.21.15.63:6801/4250480142]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T19:00:16.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:16 smithi031 bash[54359]: audit 2024-09-10T19:00:15.385861+0000 mon.a (mon.0) 955 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T19:00:17.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:17 smithi063 bash[48646]: audit 2024-09-10T19:00:16.076055+0000 mon.a (mon.0) 956 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T19:00:17.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:17 smithi063 bash[48646]: cluster 2024-09-10T19:00:16.076205+0000 mon.a (mon.0) 957 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-09-10T19:00:17.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:17 smithi063 bash[48646]: audit 2024-09-10T19:00:16.076363+0000 mon.b (mon.2) 17 : audit [INF] from='osd.4 [v2:172.21.15.63:6800/4250480142,v1:172.21.15.63:6801/4250480142]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:00:17.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:17 smithi063 bash[48646]: audit 2024-09-10T19:00:16.078064+0000 mon.a (mon.0) 958 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:00:17.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:17 smithi063 bash[48646]: audit 2024-09-10T19:00:16.145222+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:17.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:17 smithi063 bash[48646]: audit 2024-09-10T19:00:16.153913+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:17.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:17 smithi063 bash[48646]: audit 2024-09-10T19:00:16.162918+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:17.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:17 smithi063 bash[48646]: audit 2024-09-10T19:00:16.539719+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:17.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:17 smithi063 bash[48646]: audit 2024-09-10T19:00:16.763334+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:17.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:17 smithi063 bash[48646]: audit 2024-09-10T19:00:16.771792+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:17.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:17 smithi063 bash[48646]: audit 2024-09-10T19:00:16.780755+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:17.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:17 smithi063 bash[48646]: audit 2024-09-10T19:00:16.782789+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:00:17.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[53082]: audit 2024-09-10T19:00:16.076055+0000 mon.a (mon.0) 956 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T19:00:17.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[53082]: cluster 2024-09-10T19:00:16.076205+0000 mon.a (mon.0) 957 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-09-10T19:00:17.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[53082]: audit 2024-09-10T19:00:16.076363+0000 mon.b (mon.2) 17 : audit [INF] from='osd.4 [v2:172.21.15.63:6800/4250480142,v1:172.21.15.63:6801/4250480142]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:00:17.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[53082]: audit 2024-09-10T19:00:16.078064+0000 mon.a (mon.0) 958 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:00:17.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[53082]: audit 2024-09-10T19:00:16.145222+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:17.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[53082]: audit 2024-09-10T19:00:16.153913+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:17.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[53082]: audit 2024-09-10T19:00:16.162918+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:17.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[53082]: audit 2024-09-10T19:00:16.539719+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:17.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[53082]: audit 2024-09-10T19:00:16.763334+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:17.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[53082]: audit 2024-09-10T19:00:16.771792+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:17.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[53082]: audit 2024-09-10T19:00:16.780755+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:17.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[53082]: audit 2024-09-10T19:00:16.782789+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:00:17.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[54359]: audit 2024-09-10T19:00:16.076055+0000 mon.a (mon.0) 956 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T19:00:17.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[54359]: cluster 2024-09-10T19:00:16.076205+0000 mon.a (mon.0) 957 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-09-10T19:00:17.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[54359]: audit 2024-09-10T19:00:16.076363+0000 mon.b (mon.2) 17 : audit [INF] from='osd.4 [v2:172.21.15.63:6800/4250480142,v1:172.21.15.63:6801/4250480142]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:00:17.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[54359]: audit 2024-09-10T19:00:16.078064+0000 mon.a (mon.0) 958 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:00:17.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[54359]: audit 2024-09-10T19:00:16.145222+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:17.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[54359]: audit 2024-09-10T19:00:16.153913+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:17.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[54359]: audit 2024-09-10T19:00:16.162918+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:17.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[54359]: audit 2024-09-10T19:00:16.539719+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:17.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[54359]: audit 2024-09-10T19:00:16.763334+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:17.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[54359]: audit 2024-09-10T19:00:16.771792+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:17.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[54359]: audit 2024-09-10T19:00:16.780755+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:17.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:17 smithi031 bash[54359]: audit 2024-09-10T19:00:16.782789+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:00:18.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:18 smithi063 bash[48646]: cluster 2024-09-10T19:00:16.552172+0000 mgr.y (mgr.26002) 350 : cluster [DBG] pgmap v219: 132 pgs: 33 active+undersized, 25 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 85/618 objects degraded (13.754%) 2024-09-10T19:00:18.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:18 smithi063 bash[48646]: cluster 2024-09-10T19:00:17.071411+0000 mon.a (mon.0) 967 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:00:18.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:18 smithi063 bash[48646]: cluster 2024-09-10T19:00:17.083186+0000 mon.a (mon.0) 968 : cluster [INF] osd.4 [v2:172.21.15.63:6800/4250480142,v1:172.21.15.63:6801/4250480142] boot 2024-09-10T19:00:18.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:18 smithi063 bash[48646]: cluster 2024-09-10T19:00:17.083252+0000 mon.a (mon.0) 969 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-09-10T19:00:18.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:18 smithi063 bash[48646]: audit 2024-09-10T19:00:17.084144+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:00:18.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:18 smithi063 bash[48646]: cluster 2024-09-10T19:00:18.084699+0000 mon.a (mon.0) 971 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-09-10T19:00:18.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:18 smithi031 bash[53082]: cluster 2024-09-10T19:00:16.552172+0000 mgr.y (mgr.26002) 350 : cluster [DBG] pgmap v219: 132 pgs: 33 active+undersized, 25 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 85/618 objects degraded (13.754%) 2024-09-10T19:00:18.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:18 smithi031 bash[53082]: cluster 2024-09-10T19:00:17.071411+0000 mon.a (mon.0) 967 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:00:18.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:18 smithi031 bash[53082]: cluster 2024-09-10T19:00:17.083186+0000 mon.a (mon.0) 968 : cluster [INF] osd.4 [v2:172.21.15.63:6800/4250480142,v1:172.21.15.63:6801/4250480142] boot 2024-09-10T19:00:18.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:18 smithi031 bash[53082]: cluster 2024-09-10T19:00:17.083252+0000 mon.a (mon.0) 969 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-09-10T19:00:18.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:18 smithi031 bash[53082]: audit 2024-09-10T19:00:17.084144+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:00:18.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:18 smithi031 bash[53082]: cluster 2024-09-10T19:00:18.084699+0000 mon.a (mon.0) 971 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-09-10T19:00:18.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:18 smithi031 bash[54359]: cluster 2024-09-10T19:00:16.552172+0000 mgr.y (mgr.26002) 350 : cluster [DBG] pgmap v219: 132 pgs: 33 active+undersized, 25 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 85/618 objects degraded (13.754%) 2024-09-10T19:00:18.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:18 smithi031 bash[54359]: cluster 2024-09-10T19:00:17.071411+0000 mon.a (mon.0) 967 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:00:18.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:18 smithi031 bash[54359]: cluster 2024-09-10T19:00:17.083186+0000 mon.a (mon.0) 968 : cluster [INF] osd.4 [v2:172.21.15.63:6800/4250480142,v1:172.21.15.63:6801/4250480142] boot 2024-09-10T19:00:18.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:18 smithi031 bash[54359]: cluster 2024-09-10T19:00:17.083252+0000 mon.a (mon.0) 969 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-09-10T19:00:18.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:18 smithi031 bash[54359]: audit 2024-09-10T19:00:17.084144+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:00:18.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:18 smithi031 bash[54359]: cluster 2024-09-10T19:00:18.084699+0000 mon.a (mon.0) 971 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-09-10T19:00:19.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:19 smithi063 bash[48646]: cluster 2024-09-10T19:00:18.721328+0000 mon.a (mon.0) 972 : cluster [WRN] Health check update: Degraded data redundancy: 85/618 objects degraded (13.754%), 25 pgs degraded (PG_DEGRADED) 2024-09-10T19:00:19.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:19 smithi031 bash[53082]: cluster 2024-09-10T19:00:18.721328+0000 mon.a (mon.0) 972 : cluster [WRN] Health check update: Degraded data redundancy: 85/618 objects degraded (13.754%), 25 pgs degraded (PG_DEGRADED) 2024-09-10T19:00:19.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:19 smithi031 bash[54359]: cluster 2024-09-10T19:00:18.721328+0000 mon.a (mon.0) 972 : cluster [WRN] Health check update: Degraded data redundancy: 85/618 objects degraded (13.754%), 25 pgs degraded (PG_DEGRADED) 2024-09-10T19:00:20.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:20 smithi063 bash[48646]: cluster 2024-09-10T19:00:18.553314+0000 mgr.y (mgr.26002) 351 : cluster [DBG] pgmap v222: 132 pgs: 3 peering, 28 active+undersized, 23 active+undersized+degraded, 78 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 79/618 objects degraded (12.783%) 2024-09-10T19:00:20.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:20 smithi031 bash[53082]: cluster 2024-09-10T19:00:18.553314+0000 mgr.y (mgr.26002) 351 : cluster [DBG] pgmap v222: 132 pgs: 3 peering, 28 active+undersized, 23 active+undersized+degraded, 78 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 79/618 objects degraded (12.783%) 2024-09-10T19:00:20.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:20 smithi031 bash[54359]: cluster 2024-09-10T19:00:18.553314+0000 mgr.y (mgr.26002) 351 : cluster [DBG] pgmap v222: 132 pgs: 3 peering, 28 active+undersized, 23 active+undersized+degraded, 78 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 79/618 objects degraded (12.783%) 2024-09-10T19:00:22.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:22 smithi063 bash[48646]: cluster 2024-09-10T19:00:20.554473+0000 mgr.y (mgr.26002) 352 : cluster [DBG] pgmap v223: 132 pgs: 3 peering, 20 active+undersized, 20 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 63/618 objects degraded (10.194%) 2024-09-10T19:00:22.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:22 smithi031 bash[53082]: cluster 2024-09-10T19:00:20.554473+0000 mgr.y (mgr.26002) 352 : cluster [DBG] pgmap v223: 132 pgs: 3 peering, 20 active+undersized, 20 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 63/618 objects degraded (10.194%) 2024-09-10T19:00:22.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:22 smithi031 bash[54359]: cluster 2024-09-10T19:00:20.554473+0000 mgr.y (mgr.26002) 352 : cluster [DBG] pgmap v223: 132 pgs: 3 peering, 20 active+undersized, 20 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 63/618 objects degraded (10.194%) 2024-09-10T19:00:23.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:23 smithi063 bash[48646]: cluster 2024-09-10T19:00:23.110399+0000 mon.a (mon.0) 973 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 63/618 objects degraded (10.194%), 20 pgs degraded) 2024-09-10T19:00:23.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:23 smithi031 bash[53082]: cluster 2024-09-10T19:00:23.110399+0000 mon.a (mon.0) 973 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 63/618 objects degraded (10.194%), 20 pgs degraded) 2024-09-10T19:00:23.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:23 smithi031 bash[54359]: cluster 2024-09-10T19:00:23.110399+0000 mon.a (mon.0) 973 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 63/618 objects degraded (10.194%), 20 pgs degraded) 2024-09-10T19:00:24.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:24 smithi063 bash[48646]: cluster 2024-09-10T19:00:22.555804+0000 mgr.y (mgr.26002) 353 : cluster [DBG] pgmap v224: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:24.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:24 smithi031 bash[53082]: cluster 2024-09-10T19:00:22.555804+0000 mgr.y (mgr.26002) 353 : cluster [DBG] pgmap v224: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:24.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:24 smithi031 bash[54359]: cluster 2024-09-10T19:00:22.555804+0000 mgr.y (mgr.26002) 353 : cluster [DBG] pgmap v224: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:26.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:26 smithi063 bash[48646]: cluster 2024-09-10T19:00:24.556941+0000 mgr.y (mgr.26002) 354 : cluster [DBG] pgmap v225: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:26.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:26 smithi031 bash[53082]: cluster 2024-09-10T19:00:24.556941+0000 mgr.y (mgr.26002) 354 : cluster [DBG] pgmap v225: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:26.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:26 smithi031 bash[54359]: cluster 2024-09-10T19:00:24.556941+0000 mgr.y (mgr.26002) 354 : cluster [DBG] pgmap v225: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:27.580 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:27 smithi063 bash[48646]: audit 2024-09-10T19:00:27.151989+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:27.581 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:27 smithi063 bash[48646]: audit 2024-09-10T19:00:27.160911+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:27.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:27 smithi031 bash[53082]: audit 2024-09-10T19:00:27.151989+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:27.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:27 smithi031 bash[53082]: audit 2024-09-10T19:00:27.160911+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:27.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:27 smithi031 bash[54359]: audit 2024-09-10T19:00:27.151989+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:27.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:27 smithi031 bash[54359]: audit 2024-09-10T19:00:27.160911+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:28.509 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:28 smithi063 bash[48646]: cluster 2024-09-10T19:00:26.558262+0000 mgr.y (mgr.26002) 355 : cluster [DBG] pgmap v226: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:28.509 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:28 smithi063 bash[48646]: audit 2024-09-10T19:00:27.169815+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:28.509 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:28 smithi063 bash[48646]: audit 2024-09-10T19:00:27.171534+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:28.509 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:28 smithi063 bash[48646]: audit 2024-09-10T19:00:27.177186+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:00:28.509 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:28 smithi063 bash[48646]: cephadm 2024-09-10T19:00:27.178955+0000 mgr.y (mgr.26002) 356 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:00:28.510 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:28 smithi063 bash[48646]: cluster 2024-09-10T19:00:27.180839+0000 mgr.y (mgr.26002) 357 : cluster [DBG] pgmap v227: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:28.510 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:28 smithi063 bash[48646]: cluster 2024-09-10T19:00:27.181170+0000 mgr.y (mgr.26002) 358 : cluster [DBG] pgmap v228: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:28.510 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:28 smithi063 bash[48646]: audit 2024-09-10T19:00:27.189520+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:28.510 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:28 smithi063 bash[48646]: audit 2024-09-10T19:00:27.242225+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:00:28.510 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:28 smithi063 bash[48646]: audit 2024-09-10T19:00:27.247163+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:28.510 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:28 smithi063 bash[48646]: audit 2024-09-10T19:00:27.249950+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:28.510 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:28 smithi063 bash[48646]: audit 2024-09-10T19:00:27.252173+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:28.510 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:28 smithi063 bash[48646]: audit 2024-09-10T19:00:27.255154+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:00:28.510 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:28 smithi063 bash[48646]: audit 2024-09-10T19:00:27.255530+0000 mgr.y (mgr.26002) 359 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:00:28.510 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:28 smithi063 bash[48646]: cephadm 2024-09-10T19:00:27.257679+0000 mgr.y (mgr.26002) 360 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-09-10T19:00:28.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[53082]: cluster 2024-09-10T19:00:26.558262+0000 mgr.y (mgr.26002) 355 : cluster [DBG] pgmap v226: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:28.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[53082]: audit 2024-09-10T19:00:27.169815+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[53082]: audit 2024-09-10T19:00:27.171534+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[53082]: audit 2024-09-10T19:00:27.177186+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:00:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[53082]: cephadm 2024-09-10T19:00:27.178955+0000 mgr.y (mgr.26002) 356 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:00:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[53082]: cluster 2024-09-10T19:00:27.180839+0000 mgr.y (mgr.26002) 357 : cluster [DBG] pgmap v227: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[53082]: cluster 2024-09-10T19:00:27.181170+0000 mgr.y (mgr.26002) 358 : cluster [DBG] pgmap v228: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[53082]: audit 2024-09-10T19:00:27.189520+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[53082]: audit 2024-09-10T19:00:27.242225+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:00:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[53082]: audit 2024-09-10T19:00:27.247163+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[53082]: audit 2024-09-10T19:00:27.249950+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[53082]: audit 2024-09-10T19:00:27.252173+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[53082]: audit 2024-09-10T19:00:27.255154+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:00:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[53082]: audit 2024-09-10T19:00:27.255530+0000 mgr.y (mgr.26002) 359 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:00:28.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[53082]: cephadm 2024-09-10T19:00:27.257679+0000 mgr.y (mgr.26002) 360 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-09-10T19:00:28.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[54359]: cluster 2024-09-10T19:00:26.558262+0000 mgr.y (mgr.26002) 355 : cluster [DBG] pgmap v226: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:28.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[54359]: audit 2024-09-10T19:00:27.169815+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:28.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[54359]: audit 2024-09-10T19:00:27.171534+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:28.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[54359]: audit 2024-09-10T19:00:27.177186+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:00:28.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[54359]: cephadm 2024-09-10T19:00:27.178955+0000 mgr.y (mgr.26002) 356 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:00:28.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[54359]: cluster 2024-09-10T19:00:27.180839+0000 mgr.y (mgr.26002) 357 : cluster [DBG] pgmap v227: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:28.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[54359]: cluster 2024-09-10T19:00:27.181170+0000 mgr.y (mgr.26002) 358 : cluster [DBG] pgmap v228: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:28.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[54359]: audit 2024-09-10T19:00:27.189520+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:28.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[54359]: audit 2024-09-10T19:00:27.242225+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:00:28.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[54359]: audit 2024-09-10T19:00:27.247163+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:28.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[54359]: audit 2024-09-10T19:00:27.249950+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:28.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[54359]: audit 2024-09-10T19:00:27.252173+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:28.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[54359]: audit 2024-09-10T19:00:27.255154+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:00:28.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[54359]: audit 2024-09-10T19:00:27.255530+0000 mgr.y (mgr.26002) 359 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:00:28.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:28 smithi031 bash[54359]: cephadm 2024-09-10T19:00:27.257679+0000 mgr.y (mgr.26002) 360 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-09-10T19:00:30.601 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:30 smithi063 bash[48646]: cluster 2024-09-10T19:00:29.182178+0000 mgr.y (mgr.26002) 361 : cluster [DBG] pgmap v229: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:30.601 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:30 smithi063 bash[48646]: audit 2024-09-10T19:00:29.435049+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:30.601 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:30 smithi063 bash[48646]: audit 2024-09-10T19:00:29.436800+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T19:00:30.601 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:30 smithi063 bash[48646]: audit 2024-09-10T19:00:29.438485+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:30.601 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:30 smithi063 bash[48646]: audit 2024-09-10T19:00:29.443246+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-10T19:00:30.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:30 smithi031 bash[53082]: cluster 2024-09-10T19:00:29.182178+0000 mgr.y (mgr.26002) 361 : cluster [DBG] pgmap v229: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:30.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:30 smithi031 bash[53082]: audit 2024-09-10T19:00:29.435049+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:30.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:30 smithi031 bash[53082]: audit 2024-09-10T19:00:29.436800+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T19:00:30.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:30 smithi031 bash[53082]: audit 2024-09-10T19:00:29.438485+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:30.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:30 smithi031 bash[53082]: audit 2024-09-10T19:00:29.443246+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-10T19:00:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:30 smithi031 bash[54359]: cluster 2024-09-10T19:00:29.182178+0000 mgr.y (mgr.26002) 361 : cluster [DBG] pgmap v229: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:30 smithi031 bash[54359]: audit 2024-09-10T19:00:29.435049+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:30 smithi031 bash[54359]: audit 2024-09-10T19:00:29.436800+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T19:00:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:30 smithi031 bash[54359]: audit 2024-09-10T19:00:29.438485+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:30.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:30 smithi031 bash[54359]: audit 2024-09-10T19:00:29.443246+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-10T19:00:31.623 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:31 smithi063 bash[48646]: cephadm 2024-09-10T19:00:29.425935+0000 mgr.y (mgr.26002) 362 : cephadm [INF] Upgrade: Updating osd.5 2024-09-10T19:00:31.623 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:31 smithi063 bash[48646]: cephadm 2024-09-10T19:00:29.442315+0000 mgr.y (mgr.26002) 363 : cephadm [INF] Deploying daemon osd.5 on smithi063 2024-09-10T19:00:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:31 smithi031 bash[54359]: cephadm 2024-09-10T19:00:29.425935+0000 mgr.y (mgr.26002) 362 : cephadm [INF] Upgrade: Updating osd.5 2024-09-10T19:00:31.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:31 smithi031 bash[54359]: cephadm 2024-09-10T19:00:29.442315+0000 mgr.y (mgr.26002) 363 : cephadm [INF] Deploying daemon osd.5 on smithi063 2024-09-10T19:00:31.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:31 smithi031 bash[53082]: cephadm 2024-09-10T19:00:29.425935+0000 mgr.y (mgr.26002) 362 : cephadm [INF] Upgrade: Updating osd.5 2024-09-10T19:00:31.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:31 smithi031 bash[53082]: cephadm 2024-09-10T19:00:29.442315+0000 mgr.y (mgr.26002) 363 : cephadm [INF] Deploying daemon osd.5 on smithi063 2024-09-10T19:00:32.556 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:32 smithi063 bash[48646]: cluster 2024-09-10T19:00:31.183588+0000 mgr.y (mgr.26002) 364 : cluster [DBG] pgmap v230: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:32.557 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:32 smithi063 bash[48646]: audit 2024-09-10T19:00:31.300234+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:32.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:32 smithi031 bash[54359]: cluster 2024-09-10T19:00:31.183588+0000 mgr.y (mgr.26002) 364 : cluster [DBG] pgmap v230: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:32.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:32 smithi031 bash[54359]: audit 2024-09-10T19:00:31.300234+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:32.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:32 smithi031 bash[53082]: cluster 2024-09-10T19:00:31.183588+0000 mgr.y (mgr.26002) 364 : cluster [DBG] pgmap v230: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:32.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:32 smithi031 bash[53082]: audit 2024-09-10T19:00:31.300234+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:33.858 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:33 smithi063 systemd[1]: Stopping Ceph osd.5 for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:00:34.129 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:33 smithi063 bash[18606]: debug 2024-09-10T19:00:33.851+0000 7fb88c1ea700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:00:34.129 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:33 smithi063 bash[18606]: debug 2024-09-10T19:00:33.851+0000 7fb88c1ea700 -1 osd.5 97 *** Got signal Terminated *** 2024-09-10T19:00:34.129 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:33 smithi063 bash[18606]: debug 2024-09-10T19:00:33.851+0000 7fb88c1ea700 -1 osd.5 97 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:00:34.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:33.184518+0000 mgr.y (mgr.26002) 365 : cluster [DBG] pgmap v231: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:34.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:33.919225+0000 mon.a (mon.0) 990 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:00:34.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:33.919376+0000 mon.a (mon.0) 991 : cluster [INF] osd.5 failed (root=default,host=smithi063) (connection refused reported by osd.7) 2024-09-10T19:00:34.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:33.920438+0000 mon.a (mon.0) 992 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:00:34.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:33.920556+0000 mon.a (mon.0) 993 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:00:34.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:33.920883+0000 mon.a (mon.0) 994 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:00:34.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:33.921097+0000 mon.a (mon.0) 995 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:00:34.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:33.921399+0000 mon.a (mon.0) 996 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:00:34.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:33.921521+0000 mon.a (mon.0) 997 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:00:34.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:33.921784+0000 mon.a (mon.0) 998 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:00:34.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:33.921977+0000 mon.a (mon.0) 999 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:00:34.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:33.922270+0000 mon.a (mon.0) 1000 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:00:34.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:33.922453+0000 mon.a (mon.0) 1001 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:00:34.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:33.922751+0000 mon.a (mon.0) 1002 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:00:34.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:33.923017+0000 mon.a (mon.0) 1003 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:00:34.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:34.099622+0000 mon.a (mon.0) 1004 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:00:34.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:34.110176+0000 mon.a (mon.0) 1005 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:00:34.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:34.120067+0000 mon.a (mon.0) 1006 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:00:34.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:34.120267+0000 mon.a (mon.0) 1007 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:00:34.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:34.120630+0000 mon.a (mon.0) 1008 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:00:34.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:34.120867+0000 mon.a (mon.0) 1009 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:00:34.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:34.121038+0000 mon.a (mon.0) 1010 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:00:34.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:34.121251+0000 mon.a (mon.0) 1011 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:00:34.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:34.121391+0000 mon.a (mon.0) 1012 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:00:34.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:34.122142+0000 mon.a (mon.0) 1013 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:00:34.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:34.122991+0000 mon.a (mon.0) 1014 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:00:34.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:34.123350+0000 mon.a (mon.0) 1015 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:00:34.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:34.123680+0000 mon.a (mon.0) 1016 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:00:34.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:34.124054+0000 mon.a (mon.0) 1017 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:00:34.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:34.124253+0000 mon.a (mon.0) 1018 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:00:34.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[48646]: cluster 2024-09-10T19:00:34.124364+0000 mon.a (mon.0) 1019 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:00:34.628 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[66495]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd.5 2024-09-10T19:00:34.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:33.184518+0000 mgr.y (mgr.26002) 365 : cluster [DBG] pgmap v231: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:34.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:33.919225+0000 mon.a (mon.0) 990 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:00:34.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:33.919376+0000 mon.a (mon.0) 991 : cluster [INF] osd.5 failed (root=default,host=smithi063) (connection refused reported by osd.7) 2024-09-10T19:00:34.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:33.920438+0000 mon.a (mon.0) 992 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:00:34.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:33.920556+0000 mon.a (mon.0) 993 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:00:34.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:33.920883+0000 mon.a (mon.0) 994 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:00:34.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:33.921097+0000 mon.a (mon.0) 995 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:00:34.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:33.921399+0000 mon.a (mon.0) 996 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:00:34.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:33.921521+0000 mon.a (mon.0) 997 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:00:34.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:33.921784+0000 mon.a (mon.0) 998 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:00:34.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:33.921977+0000 mon.a (mon.0) 999 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:00:34.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:33.922270+0000 mon.a (mon.0) 1000 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:00:34.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:33.922453+0000 mon.a (mon.0) 1001 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:00:34.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:33.922751+0000 mon.a (mon.0) 1002 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:00:34.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:33.923017+0000 mon.a (mon.0) 1003 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:00:34.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:34.099622+0000 mon.a (mon.0) 1004 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:00:34.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:34.110176+0000 mon.a (mon.0) 1005 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:00:34.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:34.120067+0000 mon.a (mon.0) 1006 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:00:34.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:34.120267+0000 mon.a (mon.0) 1007 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:00:34.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:34.120630+0000 mon.a (mon.0) 1008 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:00:34.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:34.120867+0000 mon.a (mon.0) 1009 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:00:34.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:34.121038+0000 mon.a (mon.0) 1010 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:00:34.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:34.121251+0000 mon.a (mon.0) 1011 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:00:34.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:34.121391+0000 mon.a (mon.0) 1012 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:00:34.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:34.122142+0000 mon.a (mon.0) 1013 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:00:34.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:33.184518+0000 mgr.y (mgr.26002) 365 : cluster [DBG] pgmap v231: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:34.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:33.919225+0000 mon.a (mon.0) 990 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:00:34.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:33.919376+0000 mon.a (mon.0) 991 : cluster [INF] osd.5 failed (root=default,host=smithi063) (connection refused reported by osd.7) 2024-09-10T19:00:34.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:33.920438+0000 mon.a (mon.0) 992 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:00:34.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:33.920556+0000 mon.a (mon.0) 993 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:00:34.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:33.920883+0000 mon.a (mon.0) 994 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:00:34.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:33.921097+0000 mon.a (mon.0) 995 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:00:34.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:33.921399+0000 mon.a (mon.0) 996 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:00:34.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:33.921521+0000 mon.a (mon.0) 997 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:00:34.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:33.921784+0000 mon.a (mon.0) 998 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:00:34.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:33.921977+0000 mon.a (mon.0) 999 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:00:34.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:33.922270+0000 mon.a (mon.0) 1000 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:00:34.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:33.922453+0000 mon.a (mon.0) 1001 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:00:34.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:33.922751+0000 mon.a (mon.0) 1002 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:00:34.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:33.923017+0000 mon.a (mon.0) 1003 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:00:34.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:34.099622+0000 mon.a (mon.0) 1004 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:00:34.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:34.110176+0000 mon.a (mon.0) 1005 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:00:34.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:34.120067+0000 mon.a (mon.0) 1006 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:00:34.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:34.120267+0000 mon.a (mon.0) 1007 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-10T19:00:34.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:34.120630+0000 mon.a (mon.0) 1008 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:00:34.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:34.120867+0000 mon.a (mon.0) 1009 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-10T19:00:34.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:34.121038+0000 mon.a (mon.0) 1010 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:00:34.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:34.121251+0000 mon.a (mon.0) 1011 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-10T19:00:34.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:34.121391+0000 mon.a (mon.0) 1012 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:00:34.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:34.122142+0000 mon.a (mon.0) 1013 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-10T19:00:34.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:34.122991+0000 mon.a (mon.0) 1014 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:00:34.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:34.123350+0000 mon.a (mon.0) 1015 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:00:34.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:34.123680+0000 mon.a (mon.0) 1016 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:00:34.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:34.124054+0000 mon.a (mon.0) 1017 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:00:34.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:34.124253+0000 mon.a (mon.0) 1018 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:00:34.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[54359]: cluster 2024-09-10T19:00:34.124364+0000 mon.a (mon.0) 1019 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:00:34.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:34.122991+0000 mon.a (mon.0) 1014 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:00:34.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:34.123350+0000 mon.a (mon.0) 1015 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-10T19:00:34.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:34.123680+0000 mon.a (mon.0) 1016 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:00:34.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:34.124054+0000 mon.a (mon.0) 1017 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-10T19:00:34.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:34.124253+0000 mon.a (mon.0) 1018 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:00:34.642 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:34 smithi031 bash[53082]: cluster 2024-09-10T19:00:34.124364+0000 mon.a (mon.0) 1019 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-10T19:00:35.129 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:34 smithi063 bash[66575]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd.5 2024-09-10T19:00:35.238 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T19:00:35.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:35 smithi063 bash[48646]: cluster 2024-09-10T19:00:34.301636+0000 mon.a (mon.0) 1020 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:00:35.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:35 smithi063 bash[48646]: cluster 2024-09-10T19:00:34.316465+0000 mon.a (mon.0) 1021 : cluster [DBG] osdmap e98: 8 total, 7 up, 8 in 2024-09-10T19:00:35.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:35 smithi063 bash[48646]: cluster 2024-09-10T19:00:35.312288+0000 mon.a (mon.0) 1022 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-09-10T19:00:35.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:35 smithi031 bash[54359]: cluster 2024-09-10T19:00:34.301636+0000 mon.a (mon.0) 1020 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:00:35.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:35 smithi031 bash[54359]: cluster 2024-09-10T19:00:34.316465+0000 mon.a (mon.0) 1021 : cluster [DBG] osdmap e98: 8 total, 7 up, 8 in 2024-09-10T19:00:35.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:35 smithi031 bash[54359]: cluster 2024-09-10T19:00:35.312288+0000 mon.a (mon.0) 1022 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-09-10T19:00:35.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:35 smithi031 bash[53082]: cluster 2024-09-10T19:00:34.301636+0000 mon.a (mon.0) 1020 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:00:35.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:35 smithi031 bash[53082]: cluster 2024-09-10T19:00:34.316465+0000 mon.a (mon.0) 1021 : cluster [DBG] osdmap e98: 8 total, 7 up, 8 in 2024-09-10T19:00:35.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:35 smithi031 bash[53082]: cluster 2024-09-10T19:00:35.312288+0000 mon.a (mon.0) 1022 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-09-10T19:00:35.965 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:00:35.966 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (8m) 48s ago 33m 16.7M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T19:00:35.966 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (8m) 19s ago 32m 82.4M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T19:00:35.966 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 19s ago 34m - - 2024-09-10T19:00:35.966 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (10m) 19s ago 38m 394M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T19:00:35.966 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (20m) 48s ago 39m 439M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T19:00:35.966 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (6m) 48s ago 40m 71.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T19:00:35.967 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (7m) 19s ago 38m 60.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T19:00:35.967 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (5m) 48s ago 38m 48.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 cf5fe597e338 2024-09-10T19:00:35.967 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (10m) 48s ago 33m 11.7M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T19:00:35.967 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (9m) 19s ago 33m 11.5M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T19:00:35.967 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (3m) 48s ago 37m 48.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9db09b69d74a 2024-09-10T19:00:35.967 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (2m) 48s ago 37m 49.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 83e1bd140921 2024-09-10T19:00:35.968 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (114s) 48s ago 36m 44.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fdd9237ce79f 2024-09-10T19:00:35.968 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (53s) 48s ago 36m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 0e61e0b0b050 2024-09-10T19:00:35.968 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (24s) 19s ago 36m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 d4f548fd1ba0 2024-09-10T19:00:35.968 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (35m) 19s ago 35m 53.6M 4096M 15.2.9 dfc483079636 39499c1279cd 2024-09-10T19:00:35.968 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (35m) 19s ago 35m 55.1M 4096M 15.2.9 dfc483079636 8b0cab68b94a 2024-09-10T19:00:35.969 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (34m) 19s ago 34m 56.8M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T19:00:35.969 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (9m) 19s ago 33m 53.8M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T19:00:35.969 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (31m) 48s ago 31m 57.2M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T19:00:35.969 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (31m) 19s ago 31m 57.8M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T19:00:36.395 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T19:00:36.395 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T19:00:36.395 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:00:36.395 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:00:36.396 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T19:00:36.396 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:00:36.396 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:00:36.396 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T19:00:36.396 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2, 2024-09-10T19:00:36.396 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 5 2024-09-10T19:00:36.396 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:00:36.396 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T19:00:36.396 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T19:00:36.396 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:00:36.396 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T19:00:36.396 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 4, 2024-09-10T19:00:36.396 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 10 2024-09-10T19:00:36.397 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T19:00:36.397 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T19:00:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:36 smithi063 bash[48646]: cluster 2024-09-10T19:00:35.185459+0000 mgr.y (mgr.26002) 366 : cluster [DBG] pgmap v233: 132 pgs: 12 peering, 12 stale+active+clean, 108 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:36 smithi063 bash[48646]: audit 2024-09-10T19:00:35.223166+0000 mgr.y (mgr.26002) 367 : audit [DBG] from='client.64438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:36 smithi063 bash[48646]: cluster 2024-09-10T19:00:35.327866+0000 mon.a (mon.0) 1023 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2024-09-10T19:00:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:36 smithi063 bash[48646]: audit 2024-09-10T19:00:35.939746+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:36 smithi063 bash[48646]: audit 2024-09-10T19:00:35.940718+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:36 smithi063 bash[48646]: audit 2024-09-10T19:00:35.941465+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:36 smithi063 bash[48646]: audit 2024-09-10T19:00:35.942171+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:36 smithi063 bash[48646]: audit 2024-09-10T19:00:35.943009+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:36 smithi063 bash[48646]: audit 2024-09-10T19:00:35.943963+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:36 smithi063 bash[48646]: audit 2024-09-10T19:00:35.949599+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:36 smithi063 bash[48646]: audit 2024-09-10T19:00:35.950440+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:36 smithi063 bash[48646]: audit 2024-09-10T19:00:35.951221+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:36 smithi063 bash[48646]: audit 2024-09-10T19:00:35.951964+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:36 smithi063 bash[48646]: audit 2024-09-10T19:00:35.952557+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[53082]: cluster 2024-09-10T19:00:35.185459+0000 mgr.y (mgr.26002) 366 : cluster [DBG] pgmap v233: 132 pgs: 12 peering, 12 stale+active+clean, 108 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[53082]: audit 2024-09-10T19:00:35.223166+0000 mgr.y (mgr.26002) 367 : audit [DBG] from='client.64438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[53082]: cluster 2024-09-10T19:00:35.327866+0000 mon.a (mon.0) 1023 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2024-09-10T19:00:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[53082]: audit 2024-09-10T19:00:35.939746+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[53082]: audit 2024-09-10T19:00:35.940718+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[53082]: audit 2024-09-10T19:00:35.941465+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[53082]: audit 2024-09-10T19:00:35.942171+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[53082]: audit 2024-09-10T19:00:35.943009+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[53082]: audit 2024-09-10T19:00:35.943963+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[53082]: audit 2024-09-10T19:00:35.949599+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[53082]: audit 2024-09-10T19:00:35.950440+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[53082]: audit 2024-09-10T19:00:35.951221+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[53082]: audit 2024-09-10T19:00:35.951964+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[53082]: audit 2024-09-10T19:00:35.952557+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[54359]: cluster 2024-09-10T19:00:35.185459+0000 mgr.y (mgr.26002) 366 : cluster [DBG] pgmap v233: 132 pgs: 12 peering, 12 stale+active+clean, 108 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:36.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[54359]: audit 2024-09-10T19:00:35.223166+0000 mgr.y (mgr.26002) 367 : audit [DBG] from='client.64438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:36.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[54359]: cluster 2024-09-10T19:00:35.327866+0000 mon.a (mon.0) 1023 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2024-09-10T19:00:36.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[54359]: audit 2024-09-10T19:00:35.939746+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:36.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[54359]: audit 2024-09-10T19:00:35.940718+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:36.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[54359]: audit 2024-09-10T19:00:35.941465+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[54359]: audit 2024-09-10T19:00:35.942171+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[54359]: audit 2024-09-10T19:00:35.943009+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[54359]: audit 2024-09-10T19:00:35.943963+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[54359]: audit 2024-09-10T19:00:35.949599+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:36.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[54359]: audit 2024-09-10T19:00:35.950440+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[54359]: audit 2024-09-10T19:00:35.951221+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[54359]: audit 2024-09-10T19:00:35.951964+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:36 smithi031 bash[54359]: audit 2024-09-10T19:00:35.952557+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:36.755 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T19:00:36.755 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:00:36.755 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T19:00:36.756 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-10T19:00:36.756 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-10T19:00:36.756 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "5/8 daemons upgraded", 2024-09-10T19:00:36.756 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:00:36.756 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T19:00:36.756 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T19:00:37.144 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:36 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.5.service: Succeeded. 2024-09-10T19:00:37.144 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:36 smithi063 systemd[1]: Stopped Ceph osd.5 for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T19:00:37.144 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:37 smithi063 systemd[1]: Started Ceph osd.5 for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T19:00:37.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:37 smithi063 bash[48646]: audit 2024-09-10T19:00:35.578352+0000 mgr.y (mgr.26002) 368 : audit [DBG] from='client.54534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:37.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:37 smithi063 bash[48646]: audit 2024-09-10T19:00:35.934281+0000 mgr.y (mgr.26002) 369 : audit [DBG] from='client.54540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:37.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:37 smithi063 bash[48646]: audit 2024-09-10T19:00:36.393123+0000 mon.c (mon.1) 13 : audit [DBG] from='client.64456 172.21.15.31:0/2397894225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:37.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:37 smithi063 bash[48646]: audit 2024-09-10T19:00:37.176987+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:37.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:37 smithi063 bash[48646]: audit 2024-09-10T19:00:37.183010+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:37.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:37 smithi063 bash[48646]: audit 2024-09-10T19:00:37.191363+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:37.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:37 smithi063 bash[48646]: audit 2024-09-10T19:00:37.194698+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:37.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:37 smithi031 bash[54359]: audit 2024-09-10T19:00:35.578352+0000 mgr.y (mgr.26002) 368 : audit [DBG] from='client.54534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:37.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:37 smithi031 bash[54359]: audit 2024-09-10T19:00:35.934281+0000 mgr.y (mgr.26002) 369 : audit [DBG] from='client.54540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:37.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:37 smithi031 bash[54359]: audit 2024-09-10T19:00:36.393123+0000 mon.c (mon.1) 13 : audit [DBG] from='client.64456 172.21.15.31:0/2397894225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:37.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:37 smithi031 bash[54359]: audit 2024-09-10T19:00:37.176987+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:37 smithi031 bash[54359]: audit 2024-09-10T19:00:37.183010+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:37 smithi031 bash[54359]: audit 2024-09-10T19:00:37.191363+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:37.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:37 smithi031 bash[54359]: audit 2024-09-10T19:00:37.194698+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:37.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:37 smithi031 bash[53082]: audit 2024-09-10T19:00:35.578352+0000 mgr.y (mgr.26002) 368 : audit [DBG] from='client.54534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:37.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:37 smithi031 bash[53082]: audit 2024-09-10T19:00:35.934281+0000 mgr.y (mgr.26002) 369 : audit [DBG] from='client.54540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:37.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:37 smithi031 bash[53082]: audit 2024-09-10T19:00:36.393123+0000 mon.c (mon.1) 13 : audit [DBG] from='client.64456 172.21.15.31:0/2397894225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:37.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:37 smithi031 bash[53082]: audit 2024-09-10T19:00:37.176987+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:37.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:37 smithi031 bash[53082]: audit 2024-09-10T19:00:37.183010+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:37.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:37 smithi031 bash[53082]: audit 2024-09-10T19:00:37.191363+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:37.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:37 smithi031 bash[53082]: audit 2024-09-10T19:00:37.194698+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:38.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:38 smithi063 bash[48646]: audit 2024-09-10T19:00:36.752591+0000 mgr.y (mgr.26002) 370 : audit [DBG] from='client.64462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:38.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:38 smithi063 bash[48646]: cluster 2024-09-10T19:00:37.187033+0000 mgr.y (mgr.26002) 371 : cluster [DBG] pgmap v235: 132 pgs: 14 active+undersized, 12 peering, 4 stale+active+clean, 10 active+undersized+degraded, 92 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 38/618 objects degraded (6.149%) 2024-09-10T19:00:38.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:38 smithi063 bash[48646]: cluster 2024-09-10T19:00:38.180402+0000 mon.a (mon.0) 1039 : cluster [WRN] Health check failed: Degraded data redundancy: 38/618 objects degraded (6.149%), 10 pgs degraded (PG_DEGRADED) 2024-09-10T19:00:38.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:38 smithi031 bash[54359]: audit 2024-09-10T19:00:36.752591+0000 mgr.y (mgr.26002) 370 : audit [DBG] from='client.64462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:38.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:38 smithi031 bash[54359]: cluster 2024-09-10T19:00:37.187033+0000 mgr.y (mgr.26002) 371 : cluster [DBG] pgmap v235: 132 pgs: 14 active+undersized, 12 peering, 4 stale+active+clean, 10 active+undersized+degraded, 92 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 38/618 objects degraded (6.149%) 2024-09-10T19:00:38.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:38 smithi031 bash[54359]: cluster 2024-09-10T19:00:38.180402+0000 mon.a (mon.0) 1039 : cluster [WRN] Health check failed: Degraded data redundancy: 38/618 objects degraded (6.149%), 10 pgs degraded (PG_DEGRADED) 2024-09-10T19:00:38.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:38 smithi031 bash[53082]: audit 2024-09-10T19:00:36.752591+0000 mgr.y (mgr.26002) 370 : audit [DBG] from='client.64462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:38.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:38 smithi031 bash[53082]: cluster 2024-09-10T19:00:37.187033+0000 mgr.y (mgr.26002) 371 : cluster [DBG] pgmap v235: 132 pgs: 14 active+undersized, 12 peering, 4 stale+active+clean, 10 active+undersized+degraded, 92 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 38/618 objects degraded (6.149%) 2024-09-10T19:00:38.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:38 smithi031 bash[53082]: cluster 2024-09-10T19:00:38.180402+0000 mon.a (mon.0) 1039 : cluster [WRN] Health check failed: Degraded data redundancy: 38/618 objects degraded (6.149%), 10 pgs degraded (PG_DEGRADED) 2024-09-10T19:00:39.129 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:38 smithi063 bash[66759]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T19:00:39.129 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:38 smithi063 bash[66759]: 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-10T19:00:39.129 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:38 smithi063 bash[66759]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-10T19:00:39.129 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:38 smithi063 bash[66759]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T19:00:39.129 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:38 smithi063 bash[66759]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-10T19:00:39.129 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:38 smithi063 bash[66759]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T19:00:39.129 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:38 smithi063 bash[66759]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-10T19:00:40.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:39 smithi063 bash[48646]: cluster 2024-09-10T19:00:39.188349+0000 mgr.y (mgr.26002) 372 : cluster [DBG] pgmap v236: 132 pgs: 22 active+undersized, 12 peering, 13 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 41/618 objects degraded (6.634%) 2024-09-10T19:00:40.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:39 smithi031 bash[54359]: cluster 2024-09-10T19:00:39.188349+0000 mgr.y (mgr.26002) 372 : cluster [DBG] pgmap v236: 132 pgs: 22 active+undersized, 12 peering, 13 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 41/618 objects degraded (6.634%) 2024-09-10T19:00:40.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:39 smithi031 bash[53082]: cluster 2024-09-10T19:00:39.188349+0000 mgr.y (mgr.26002) 372 : cluster [DBG] pgmap v236: 132 pgs: 22 active+undersized, 12 peering, 13 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 41/618 objects degraded (6.634%) 2024-09-10T19:00:40.879 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:40 smithi063 bash[67051]: debug 2024-09-10T19:00:40.635+0000 7f4add4bc640 1 -- 172.21.15.63:0/3435535577 <== mon.2 v2:172.21.15.63:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56249337cd00 con 0x56249334ec00 2024-09-10T19:00:41.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:41 smithi063 bash[48646]: cluster 2024-09-10T19:00:41.241630+0000 mon.a (mon.0) 1040 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 4 pgs peering) 2024-09-10T19:00:41.629 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:41 smithi063 bash[67051]: debug 2024-09-10T19:00:41.183+0000 7f4adfd24440 -1 Falling back to public interface 2024-09-10T19:00:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:41 smithi031 bash[53082]: cluster 2024-09-10T19:00:41.241630+0000 mon.a (mon.0) 1040 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 4 pgs peering) 2024-09-10T19:00:41.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:41 smithi031 bash[54359]: cluster 2024-09-10T19:00:41.241630+0000 mon.a (mon.0) 1040 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 4 pgs peering) 2024-09-10T19:00:42.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:42 smithi063 bash[48646]: cluster 2024-09-10T19:00:41.189874+0000 mgr.y (mgr.26002) 373 : cluster [DBG] pgmap v237: 132 pgs: 30 active+undersized, 17 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 53/618 objects degraded (8.576%) 2024-09-10T19:00:42.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:42 smithi031 bash[53082]: cluster 2024-09-10T19:00:41.189874+0000 mgr.y (mgr.26002) 373 : cluster [DBG] pgmap v237: 132 pgs: 30 active+undersized, 17 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 53/618 objects degraded (8.576%) 2024-09-10T19:00:42.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:42 smithi031 bash[54359]: cluster 2024-09-10T19:00:41.189874+0000 mgr.y (mgr.26002) 373 : cluster [DBG] pgmap v237: 132 pgs: 30 active+undersized, 17 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 53/618 objects degraded (8.576%) 2024-09-10T19:00:44.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:44 smithi063 bash[48646]: cluster 2024-09-10T19:00:43.190897+0000 mgr.y (mgr.26002) 374 : cluster [DBG] pgmap v238: 132 pgs: 30 active+undersized, 17 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 53/618 objects degraded (8.576%) 2024-09-10T19:00:44.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:44 smithi063 bash[48646]: cluster 2024-09-10T19:00:43.728789+0000 mon.a (mon.0) 1041 : cluster [WRN] Health check update: Degraded data redundancy: 53/618 objects degraded (8.576%), 17 pgs degraded (PG_DEGRADED) 2024-09-10T19:00:44.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:44 smithi063 bash[48646]: audit 2024-09-10T19:00:44.231543+0000 mon.b (mon.2) 18 : audit [INF] from='osd.5 [v2:172.21.15.63:6808/606335852,v1:172.21.15.63:6809/606335852]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T19:00:44.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:44 smithi063 bash[48646]: audit 2024-09-10T19:00:44.233007+0000 mon.a (mon.0) 1042 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T19:00:44.629 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:44 smithi063 bash[67051]: debug 2024-09-10T19:00:44.183+0000 7f4adfd24440 -1 osd.5 0 read_superblock omap replica is missing. 2024-09-10T19:00:44.629 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:44 smithi063 bash[67051]: debug 2024-09-10T19:00:44.223+0000 7f4adfd24440 -1 osd.5 97 log_to_monitors true 2024-09-10T19:00:44.629 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:00:44 smithi063 bash[67051]: debug 2024-09-10T19:00:44.323+0000 7f4ad82d1640 -1 osd.5 97 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:00:44.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:44 smithi031 bash[54359]: cluster 2024-09-10T19:00:43.190897+0000 mgr.y (mgr.26002) 374 : cluster [DBG] pgmap v238: 132 pgs: 30 active+undersized, 17 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 53/618 objects degraded (8.576%) 2024-09-10T19:00:44.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:44 smithi031 bash[54359]: cluster 2024-09-10T19:00:43.728789+0000 mon.a (mon.0) 1041 : cluster [WRN] Health check update: Degraded data redundancy: 53/618 objects degraded (8.576%), 17 pgs degraded (PG_DEGRADED) 2024-09-10T19:00:44.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:44 smithi031 bash[54359]: audit 2024-09-10T19:00:44.231543+0000 mon.b (mon.2) 18 : audit [INF] from='osd.5 [v2:172.21.15.63:6808/606335852,v1:172.21.15.63:6809/606335852]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T19:00:44.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:44 smithi031 bash[54359]: audit 2024-09-10T19:00:44.233007+0000 mon.a (mon.0) 1042 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T19:00:44.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:44 smithi031 bash[53082]: cluster 2024-09-10T19:00:43.190897+0000 mgr.y (mgr.26002) 374 : cluster [DBG] pgmap v238: 132 pgs: 30 active+undersized, 17 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 53/618 objects degraded (8.576%) 2024-09-10T19:00:44.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:44 smithi031 bash[53082]: cluster 2024-09-10T19:00:43.728789+0000 mon.a (mon.0) 1041 : cluster [WRN] Health check update: Degraded data redundancy: 53/618 objects degraded (8.576%), 17 pgs degraded (PG_DEGRADED) 2024-09-10T19:00:44.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:44 smithi031 bash[53082]: audit 2024-09-10T19:00:44.231543+0000 mon.b (mon.2) 18 : audit [INF] from='osd.5 [v2:172.21.15.63:6808/606335852,v1:172.21.15.63:6809/606335852]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T19:00:44.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:44 smithi031 bash[53082]: audit 2024-09-10T19:00:44.233007+0000 mon.a (mon.0) 1042 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T19:00:45.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:45 smithi063 bash[48646]: audit 2024-09-10T19:00:44.308219+0000 mon.a (mon.0) 1043 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T19:00:45.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:45 smithi063 bash[48646]: cluster 2024-09-10T19:00:44.308451+0000 mon.a (mon.0) 1044 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-09-10T19:00:45.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:45 smithi063 bash[48646]: audit 2024-09-10T19:00:44.315184+0000 mon.b (mon.2) 19 : audit [INF] from='osd.5 [v2:172.21.15.63:6808/606335852,v1:172.21.15.63:6809/606335852]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:00:45.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:45 smithi063 bash[48646]: audit 2024-09-10T19:00:44.316535+0000 mon.a (mon.0) 1045 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:00:45.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:45 smithi063 bash[48646]: audit 2024-09-10T19:00:44.719736+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:45.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:45 smithi063 bash[48646]: audit 2024-09-10T19:00:44.728345+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:45.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:45 smithi063 bash[48646]: audit 2024-09-10T19:00:44.738887+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:45.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:45 smithi063 bash[48646]: audit 2024-09-10T19:00:45.135350+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:45.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:45 smithi031 bash[53082]: audit 2024-09-10T19:00:44.308219+0000 mon.a (mon.0) 1043 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T19:00:45.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:45 smithi031 bash[53082]: cluster 2024-09-10T19:00:44.308451+0000 mon.a (mon.0) 1044 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-09-10T19:00:45.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:45 smithi031 bash[53082]: audit 2024-09-10T19:00:44.315184+0000 mon.b (mon.2) 19 : audit [INF] from='osd.5 [v2:172.21.15.63:6808/606335852,v1:172.21.15.63:6809/606335852]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:00:45.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:45 smithi031 bash[53082]: audit 2024-09-10T19:00:44.316535+0000 mon.a (mon.0) 1045 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:00:45.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:45 smithi031 bash[53082]: audit 2024-09-10T19:00:44.719736+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:45.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:45 smithi031 bash[53082]: audit 2024-09-10T19:00:44.728345+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:45.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:45 smithi031 bash[53082]: audit 2024-09-10T19:00:44.738887+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:45.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:45 smithi031 bash[53082]: audit 2024-09-10T19:00:45.135350+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:45.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:45 smithi031 bash[54359]: audit 2024-09-10T19:00:44.308219+0000 mon.a (mon.0) 1043 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T19:00:45.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:45 smithi031 bash[54359]: cluster 2024-09-10T19:00:44.308451+0000 mon.a (mon.0) 1044 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-09-10T19:00:45.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:45 smithi031 bash[54359]: audit 2024-09-10T19:00:44.315184+0000 mon.b (mon.2) 19 : audit [INF] from='osd.5 [v2:172.21.15.63:6808/606335852,v1:172.21.15.63:6809/606335852]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:00:45.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:45 smithi031 bash[54359]: audit 2024-09-10T19:00:44.316535+0000 mon.a (mon.0) 1045 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:00:45.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:45 smithi031 bash[54359]: audit 2024-09-10T19:00:44.719736+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:45.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:45 smithi031 bash[54359]: audit 2024-09-10T19:00:44.728345+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:45.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:45 smithi031 bash[54359]: audit 2024-09-10T19:00:44.738887+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:45.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:45 smithi031 bash[54359]: audit 2024-09-10T19:00:45.135350+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:46.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:46 smithi063 bash[48646]: cluster 2024-09-10T19:00:45.191975+0000 mgr.y (mgr.26002) 375 : cluster [DBG] pgmap v240: 132 pgs: 30 active+undersized, 17 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 53/618 objects degraded (8.576%) 2024-09-10T19:00:46.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:46 smithi063 bash[48646]: cluster 2024-09-10T19:00:45.311817+0000 mon.a (mon.0) 1050 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:00:46.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:46 smithi063 bash[48646]: cluster 2024-09-10T19:00:45.320266+0000 mon.a (mon.0) 1051 : cluster [INF] osd.5 [v2:172.21.15.63:6808/606335852,v1:172.21.15.63:6809/606335852] boot 2024-09-10T19:00:46.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:46 smithi063 bash[48646]: cluster 2024-09-10T19:00:45.320577+0000 mon.a (mon.0) 1052 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-09-10T19:00:46.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:46 smithi063 bash[48646]: audit 2024-09-10T19:00:45.323868+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:00:46.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:46 smithi063 bash[48646]: audit 2024-09-10T19:00:45.384281+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:46.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:46 smithi063 bash[48646]: audit 2024-09-10T19:00:45.392047+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:46.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:46 smithi063 bash[48646]: audit 2024-09-10T19:00:45.401784+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:46.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:46 smithi063 bash[48646]: audit 2024-09-10T19:00:45.403923+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:00:46.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:46 smithi063 bash[48646]: cluster 2024-09-10T19:00:46.325113+0000 mon.a (mon.0) 1058 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-09-10T19:00:46.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[53082]: cluster 2024-09-10T19:00:45.191975+0000 mgr.y (mgr.26002) 375 : cluster [DBG] pgmap v240: 132 pgs: 30 active+undersized, 17 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 53/618 objects degraded (8.576%) 2024-09-10T19:00:46.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[53082]: cluster 2024-09-10T19:00:45.311817+0000 mon.a (mon.0) 1050 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:00:46.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[53082]: cluster 2024-09-10T19:00:45.320266+0000 mon.a (mon.0) 1051 : cluster [INF] osd.5 [v2:172.21.15.63:6808/606335852,v1:172.21.15.63:6809/606335852] boot 2024-09-10T19:00:46.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[53082]: cluster 2024-09-10T19:00:45.320577+0000 mon.a (mon.0) 1052 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-09-10T19:00:46.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[53082]: audit 2024-09-10T19:00:45.323868+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:00:46.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[53082]: audit 2024-09-10T19:00:45.384281+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:46.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[53082]: audit 2024-09-10T19:00:45.392047+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:46.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[53082]: audit 2024-09-10T19:00:45.401784+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:46.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[53082]: audit 2024-09-10T19:00:45.403923+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:00:46.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[53082]: cluster 2024-09-10T19:00:46.325113+0000 mon.a (mon.0) 1058 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-09-10T19:00:46.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[54359]: cluster 2024-09-10T19:00:45.191975+0000 mgr.y (mgr.26002) 375 : cluster [DBG] pgmap v240: 132 pgs: 30 active+undersized, 17 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 53/618 objects degraded (8.576%) 2024-09-10T19:00:46.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[54359]: cluster 2024-09-10T19:00:45.311817+0000 mon.a (mon.0) 1050 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:00:46.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[54359]: cluster 2024-09-10T19:00:45.320266+0000 mon.a (mon.0) 1051 : cluster [INF] osd.5 [v2:172.21.15.63:6808/606335852,v1:172.21.15.63:6809/606335852] boot 2024-09-10T19:00:46.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[54359]: cluster 2024-09-10T19:00:45.320577+0000 mon.a (mon.0) 1052 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-09-10T19:00:46.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[54359]: audit 2024-09-10T19:00:45.323868+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:00:46.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[54359]: audit 2024-09-10T19:00:45.384281+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:46.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[54359]: audit 2024-09-10T19:00:45.392047+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:46.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[54359]: audit 2024-09-10T19:00:45.401784+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:46.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[54359]: audit 2024-09-10T19:00:45.403923+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:00:46.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:46 smithi031 bash[54359]: cluster 2024-09-10T19:00:46.325113+0000 mon.a (mon.0) 1058 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-09-10T19:00:47.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:47 smithi063 bash[48646]: audit 2024-09-10T19:00:46.335139+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:47.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:47 smithi031 bash[53082]: audit 2024-09-10T19:00:46.335139+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:47.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:47 smithi031 bash[54359]: audit 2024-09-10T19:00:46.335139+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:48.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:48 smithi063 bash[48646]: cluster 2024-09-10T19:00:47.192908+0000 mgr.y (mgr.26002) 376 : cluster [DBG] pgmap v243: 132 pgs: 16 peering, 21 active+undersized, 10 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 28/618 objects degraded (4.531%) 2024-09-10T19:00:48.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:48 smithi031 bash[53082]: cluster 2024-09-10T19:00:47.192908+0000 mgr.y (mgr.26002) 376 : cluster [DBG] pgmap v243: 132 pgs: 16 peering, 21 active+undersized, 10 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 28/618 objects degraded (4.531%) 2024-09-10T19:00:48.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:48 smithi031 bash[54359]: cluster 2024-09-10T19:00:47.192908+0000 mgr.y (mgr.26002) 376 : cluster [DBG] pgmap v243: 132 pgs: 16 peering, 21 active+undersized, 10 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 28/618 objects degraded (4.531%) 2024-09-10T19:00:49.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:49 smithi063 bash[48646]: cluster 2024-09-10T19:00:48.730219+0000 mon.a (mon.0) 1060 : cluster [WRN] Health check update: Degraded data redundancy: 28/618 objects degraded (4.531%), 10 pgs degraded (PG_DEGRADED) 2024-09-10T19:00:49.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:49 smithi031 bash[53082]: cluster 2024-09-10T19:00:48.730219+0000 mon.a (mon.0) 1060 : cluster [WRN] Health check update: Degraded data redundancy: 28/618 objects degraded (4.531%), 10 pgs degraded (PG_DEGRADED) 2024-09-10T19:00:49.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:49 smithi031 bash[54359]: cluster 2024-09-10T19:00:48.730219+0000 mon.a (mon.0) 1060 : cluster [WRN] Health check update: Degraded data redundancy: 28/618 objects degraded (4.531%), 10 pgs degraded (PG_DEGRADED) 2024-09-10T19:00:50.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:50 smithi063 bash[48646]: cluster 2024-09-10T19:00:49.194099+0000 mgr.y (mgr.26002) 377 : cluster [DBG] pgmap v244: 132 pgs: 16 peering, 15 active+undersized, 9 active+undersized+degraded, 92 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 27/618 objects degraded (4.369%) 2024-09-10T19:00:50.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:50 smithi031 bash[53082]: cluster 2024-09-10T19:00:49.194099+0000 mgr.y (mgr.26002) 377 : cluster [DBG] pgmap v244: 132 pgs: 16 peering, 15 active+undersized, 9 active+undersized+degraded, 92 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 27/618 objects degraded (4.369%) 2024-09-10T19:00:50.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:50 smithi031 bash[54359]: cluster 2024-09-10T19:00:49.194099+0000 mgr.y (mgr.26002) 377 : cluster [DBG] pgmap v244: 132 pgs: 16 peering, 15 active+undersized, 9 active+undersized+degraded, 92 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 27/618 objects degraded (4.369%) 2024-09-10T19:00:51.720 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:51 smithi063 bash[48646]: cluster 2024-09-10T19:00:51.195434+0000 mgr.y (mgr.26002) 378 : cluster [DBG] pgmap v245: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:51.721 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:51 smithi063 bash[48646]: cluster 2024-09-10T19:00:51.363467+0000 mon.a (mon.0) 1061 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 27/618 objects degraded (4.369%), 9 pgs degraded) 2024-09-10T19:00:51.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:51 smithi031 bash[53082]: cluster 2024-09-10T19:00:51.195434+0000 mgr.y (mgr.26002) 378 : cluster [DBG] pgmap v245: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:51.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:51 smithi031 bash[53082]: cluster 2024-09-10T19:00:51.363467+0000 mon.a (mon.0) 1061 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 27/618 objects degraded (4.369%), 9 pgs degraded) 2024-09-10T19:00:51.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:51 smithi031 bash[54359]: cluster 2024-09-10T19:00:51.195434+0000 mgr.y (mgr.26002) 378 : cluster [DBG] pgmap v245: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:51.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:51 smithi031 bash[54359]: cluster 2024-09-10T19:00:51.363467+0000 mon.a (mon.0) 1061 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 27/618 objects degraded (4.369%), 9 pgs degraded) 2024-09-10T19:00:54.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:54 smithi063 bash[48646]: cluster 2024-09-10T19:00:53.196277+0000 mgr.y (mgr.26002) 379 : cluster [DBG] pgmap v246: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:54.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:54 smithi031 bash[53082]: cluster 2024-09-10T19:00:53.196277+0000 mgr.y (mgr.26002) 379 : cluster [DBG] pgmap v246: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:54.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:54 smithi031 bash[54359]: cluster 2024-09-10T19:00:53.196277+0000 mgr.y (mgr.26002) 379 : cluster [DBG] pgmap v246: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:56.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:56 smithi063 bash[48646]: cluster 2024-09-10T19:00:55.197470+0000 mgr.y (mgr.26002) 380 : cluster [DBG] pgmap v247: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:56.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:56 smithi063 bash[48646]: audit 2024-09-10T19:00:55.658568+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:56.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:56 smithi063 bash[48646]: audit 2024-09-10T19:00:55.667343+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:56.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:56 smithi063 bash[48646]: audit 2024-09-10T19:00:55.676061+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:56.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:56 smithi063 bash[48646]: audit 2024-09-10T19:00:55.678043+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:56.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:56 smithi063 bash[48646]: audit 2024-09-10T19:00:55.679693+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:00:56.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:56 smithi063 bash[48646]: audit 2024-09-10T19:00:55.689399+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:56.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:56 smithi063 bash[48646]: audit 2024-09-10T19:00:55.750551+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:00:56.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:56 smithi063 bash[48646]: audit 2024-09-10T19:00:55.755114+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:56.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:56 smithi063 bash[48646]: audit 2024-09-10T19:00:55.757607+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:56.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:56 smithi063 bash[48646]: audit 2024-09-10T19:00:55.759656+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:56.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:56 smithi063 bash[48646]: audit 2024-09-10T19:00:55.762233+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:00:56.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[53082]: cluster 2024-09-10T19:00:55.197470+0000 mgr.y (mgr.26002) 380 : cluster [DBG] pgmap v247: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[53082]: audit 2024-09-10T19:00:55.658568+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[53082]: audit 2024-09-10T19:00:55.667343+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[53082]: audit 2024-09-10T19:00:55.676061+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[53082]: audit 2024-09-10T19:00:55.678043+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[53082]: audit 2024-09-10T19:00:55.679693+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:00:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[53082]: audit 2024-09-10T19:00:55.689399+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[53082]: audit 2024-09-10T19:00:55.750551+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:00:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[53082]: audit 2024-09-10T19:00:55.755114+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[53082]: audit 2024-09-10T19:00:55.757607+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[53082]: audit 2024-09-10T19:00:55.759656+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[53082]: audit 2024-09-10T19:00:55.762233+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:00:56.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[54359]: cluster 2024-09-10T19:00:55.197470+0000 mgr.y (mgr.26002) 380 : cluster [DBG] pgmap v247: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:56.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[54359]: audit 2024-09-10T19:00:55.658568+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:56.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[54359]: audit 2024-09-10T19:00:55.667343+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:56.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[54359]: audit 2024-09-10T19:00:55.676061+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:56.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[54359]: audit 2024-09-10T19:00:55.678043+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:56.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[54359]: audit 2024-09-10T19:00:55.679693+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:00:56.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[54359]: audit 2024-09-10T19:00:55.689399+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:56.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[54359]: audit 2024-09-10T19:00:55.750551+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:00:56.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[54359]: audit 2024-09-10T19:00:55.755114+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:56.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[54359]: audit 2024-09-10T19:00:55.757607+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:56.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[54359]: audit 2024-09-10T19:00:55.759656+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:56.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:56 smithi031 bash[54359]: audit 2024-09-10T19:00:55.762233+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:00:57.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:57 smithi063 bash[48646]: cephadm 2024-09-10T19:00:55.680967+0000 mgr.y (mgr.26002) 381 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:00:57.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:57 smithi063 bash[48646]: cluster 2024-09-10T19:00:55.682009+0000 mgr.y (mgr.26002) 382 : cluster [DBG] pgmap v248: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:57.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:57 smithi063 bash[48646]: cluster 2024-09-10T19:00:55.682373+0000 mgr.y (mgr.26002) 383 : cluster [DBG] pgmap v249: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:57.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:57 smithi063 bash[48646]: audit 2024-09-10T19:00:55.762562+0000 mgr.y (mgr.26002) 384 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:00:57.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:57 smithi063 bash[48646]: cephadm 2024-09-10T19:00:55.764278+0000 mgr.y (mgr.26002) 385 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-09-10T19:00:57.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:57 smithi063 bash[48646]: audit 2024-09-10T19:00:56.357021+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:57.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:57 smithi031 bash[53082]: cephadm 2024-09-10T19:00:55.680967+0000 mgr.y (mgr.26002) 381 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:00:57.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:57 smithi031 bash[53082]: cluster 2024-09-10T19:00:55.682009+0000 mgr.y (mgr.26002) 382 : cluster [DBG] pgmap v248: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:57.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:57 smithi031 bash[53082]: cluster 2024-09-10T19:00:55.682373+0000 mgr.y (mgr.26002) 383 : cluster [DBG] pgmap v249: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:57.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:57 smithi031 bash[53082]: audit 2024-09-10T19:00:55.762562+0000 mgr.y (mgr.26002) 384 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:00:57.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:57 smithi031 bash[53082]: cephadm 2024-09-10T19:00:55.764278+0000 mgr.y (mgr.26002) 385 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-09-10T19:00:57.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:57 smithi031 bash[53082]: audit 2024-09-10T19:00:56.357021+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:57.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:57 smithi031 bash[54359]: cephadm 2024-09-10T19:00:55.680967+0000 mgr.y (mgr.26002) 381 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:00:57.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:57 smithi031 bash[54359]: cluster 2024-09-10T19:00:55.682009+0000 mgr.y (mgr.26002) 382 : cluster [DBG] pgmap v248: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:57.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:57 smithi031 bash[54359]: cluster 2024-09-10T19:00:55.682373+0000 mgr.y (mgr.26002) 383 : cluster [DBG] pgmap v249: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:57.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:57 smithi031 bash[54359]: audit 2024-09-10T19:00:55.762562+0000 mgr.y (mgr.26002) 384 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:00:57.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:57 smithi031 bash[54359]: cephadm 2024-09-10T19:00:55.764278+0000 mgr.y (mgr.26002) 385 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-09-10T19:00:57.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:57 smithi031 bash[54359]: audit 2024-09-10T19:00:56.357021+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:59.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:58 smithi031 bash[53082]: cluster 2024-09-10T19:00:57.683418+0000 mgr.y (mgr.26002) 386 : cluster [DBG] pgmap v250: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:59.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:58 smithi031 bash[53082]: cephadm 2024-09-10T19:00:57.873960+0000 mgr.y (mgr.26002) 387 : cephadm [INF] Upgrade: Updating osd.6 2024-09-10T19:00:59.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:58 smithi031 bash[53082]: audit 2024-09-10T19:00:57.883987+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:59.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:58 smithi031 bash[53082]: audit 2024-09-10T19:00:57.885406+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T19:00:59.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:58 smithi031 bash[53082]: audit 2024-09-10T19:00:57.886716+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:59.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:58 smithi031 bash[53082]: cephadm 2024-09-10T19:00:57.888904+0000 mgr.y (mgr.26002) 388 : cephadm [INF] Deploying daemon osd.6 on smithi063 2024-09-10T19:00:59.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:00:58 smithi031 bash[53082]: audit 2024-09-10T19:00:57.889619+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-10T19:00:59.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:58 smithi031 bash[54359]: cluster 2024-09-10T19:00:57.683418+0000 mgr.y (mgr.26002) 386 : cluster [DBG] pgmap v250: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:59.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:58 smithi031 bash[54359]: cephadm 2024-09-10T19:00:57.873960+0000 mgr.y (mgr.26002) 387 : cephadm [INF] Upgrade: Updating osd.6 2024-09-10T19:00:59.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:58 smithi031 bash[54359]: audit 2024-09-10T19:00:57.883987+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:59.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:58 smithi031 bash[54359]: audit 2024-09-10T19:00:57.885406+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T19:00:59.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:58 smithi031 bash[54359]: audit 2024-09-10T19:00:57.886716+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:59.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:58 smithi031 bash[54359]: cephadm 2024-09-10T19:00:57.888904+0000 mgr.y (mgr.26002) 388 : cephadm [INF] Deploying daemon osd.6 on smithi063 2024-09-10T19:00:59.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:00:58 smithi031 bash[54359]: audit 2024-09-10T19:00:57.889619+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-10T19:00:59.180 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:58 smithi063 bash[48646]: cluster 2024-09-10T19:00:57.683418+0000 mgr.y (mgr.26002) 386 : cluster [DBG] pgmap v250: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:00:59.180 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:58 smithi063 bash[48646]: cephadm 2024-09-10T19:00:57.873960+0000 mgr.y (mgr.26002) 387 : cephadm [INF] Upgrade: Updating osd.6 2024-09-10T19:00:59.180 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:58 smithi063 bash[48646]: audit 2024-09-10T19:00:57.883987+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:00:59.180 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:58 smithi063 bash[48646]: audit 2024-09-10T19:00:57.885406+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T19:00:59.180 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:58 smithi063 bash[48646]: audit 2024-09-10T19:00:57.886716+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:59.180 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:58 smithi063 bash[48646]: cephadm 2024-09-10T19:00:57.888904+0000 mgr.y (mgr.26002) 388 : cephadm [INF] Deploying daemon osd.6 on smithi063 2024-09-10T19:00:59.180 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:00:58 smithi063 bash[48646]: audit 2024-09-10T19:00:57.889619+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-10T19:01:01.140 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:00 smithi063 bash[48646]: cluster 2024-09-10T19:00:59.684524+0000 mgr.y (mgr.26002) 389 : cluster [DBG] pgmap v251: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:01:01.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:00 smithi031 bash[53082]: cluster 2024-09-10T19:00:59.684524+0000 mgr.y (mgr.26002) 389 : cluster [DBG] pgmap v251: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:01:01.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:00 smithi031 bash[54359]: cluster 2024-09-10T19:00:59.684524+0000 mgr.y (mgr.26002) 389 : cluster [DBG] pgmap v251: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:01:02.378 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:02 smithi063 systemd[1]: Stopping Ceph osd.6 for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:01:02.878 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[20218]: debug 2024-09-10T19:01:02.407+0000 7f5a48bd7700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:01:02.879 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[20218]: debug 2024-09-10T19:01:02.407+0000 7f5a48bd7700 -1 osd.6 102 *** Got signal Terminated *** 2024-09-10T19:01:02.879 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[20218]: debug 2024-09-10T19:01:02.407+0000 7f5a48bd7700 -1 osd.6 102 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:01:02.909 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:01.685649+0000 mgr.y (mgr.26002) 390 : cluster [DBG] pgmap v252: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:01:02.909 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.492694+0000 mon.a (mon.0) 1078 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T19:01:02.909 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.492804+0000 mon.a (mon.0) 1079 : cluster [INF] osd.6 failed (root=default,host=smithi063) (connection refused reported by osd.0) 2024-09-10T19:01:02.909 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.493234+0000 mon.a (mon.0) 1080 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T19:01:02.909 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.493534+0000 mon.a (mon.0) 1081 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:01:02.909 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.493895+0000 mon.a (mon.0) 1082 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T19:01:02.909 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.494084+0000 mon.a (mon.0) 1083 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T19:01:02.909 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.494368+0000 mon.a (mon.0) 1084 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:01:02.909 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.494698+0000 mon.a (mon.0) 1085 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T19:01:02.909 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.692589+0000 mon.a (mon.0) 1086 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T19:01:03.235 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:03 smithi063 bash[71921]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd.6 2024-09-10T19:01:03.235 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.693500+0000 mon.a (mon.0) 1087 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T19:01:03.235 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.694017+0000 mon.a (mon.0) 1088 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T19:01:03.235 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.695390+0000 mon.a (mon.0) 1089 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-10T19:01:03.235 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.695785+0000 mon.a (mon.0) 1090 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-10T19:01:03.236 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.696211+0000 mon.a (mon.0) 1091 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T19:01:03.236 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.696688+0000 mon.a (mon.0) 1092 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T19:01:03.236 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.696928+0000 mon.a (mon.0) 1093 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T19:01:03.236 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.697126+0000 mon.a (mon.0) 1094 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T19:01:03.236 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.697349+0000 mon.a (mon.0) 1095 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:01:03.236 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.697563+0000 mon.a (mon.0) 1096 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T19:01:03.236 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.697781+0000 mon.a (mon.0) 1097 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T19:01:03.236 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:02 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.698052+0000 mon.a (mon.0) 1098 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:01:03.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:01.685649+0000 mgr.y (mgr.26002) 390 : cluster [DBG] pgmap v252: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:01:03.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.492694+0000 mon.a (mon.0) 1078 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T19:01:03.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.492804+0000 mon.a (mon.0) 1079 : cluster [INF] osd.6 failed (root=default,host=smithi063) (connection refused reported by osd.0) 2024-09-10T19:01:03.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.493234+0000 mon.a (mon.0) 1080 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T19:01:03.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.493534+0000 mon.a (mon.0) 1081 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:01:03.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.493895+0000 mon.a (mon.0) 1082 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T19:01:03.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.494084+0000 mon.a (mon.0) 1083 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T19:01:03.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.494368+0000 mon.a (mon.0) 1084 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:01:03.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.494698+0000 mon.a (mon.0) 1085 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T19:01:03.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.692589+0000 mon.a (mon.0) 1086 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T19:01:03.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.693500+0000 mon.a (mon.0) 1087 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T19:01:03.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.694017+0000 mon.a (mon.0) 1088 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T19:01:03.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.695390+0000 mon.a (mon.0) 1089 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-10T19:01:03.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.695785+0000 mon.a (mon.0) 1090 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-10T19:01:03.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.696211+0000 mon.a (mon.0) 1091 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T19:01:03.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.696688+0000 mon.a (mon.0) 1092 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T19:01:03.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.696928+0000 mon.a (mon.0) 1093 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T19:01:03.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.697126+0000 mon.a (mon.0) 1094 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T19:01:03.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.697349+0000 mon.a (mon.0) 1095 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:01:03.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.697563+0000 mon.a (mon.0) 1096 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T19:01:03.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.697781+0000 mon.a (mon.0) 1097 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T19:01:03.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.698052+0000 mon.a (mon.0) 1098 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:01:03.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:01.685649+0000 mgr.y (mgr.26002) 390 : cluster [DBG] pgmap v252: 132 pgs: 132 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:01:03.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.492694+0000 mon.a (mon.0) 1078 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T19:01:03.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.492804+0000 mon.a (mon.0) 1079 : cluster [INF] osd.6 failed (root=default,host=smithi063) (connection refused reported by osd.0) 2024-09-10T19:01:03.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.493234+0000 mon.a (mon.0) 1080 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T19:01:03.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.493534+0000 mon.a (mon.0) 1081 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:01:03.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.493895+0000 mon.a (mon.0) 1082 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T19:01:03.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.494084+0000 mon.a (mon.0) 1083 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T19:01:03.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.494368+0000 mon.a (mon.0) 1084 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:01:03.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.494698+0000 mon.a (mon.0) 1085 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T19:01:03.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.692589+0000 mon.a (mon.0) 1086 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T19:01:03.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.693500+0000 mon.a (mon.0) 1087 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T19:01:03.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.694017+0000 mon.a (mon.0) 1088 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T19:01:03.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.695390+0000 mon.a (mon.0) 1089 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-10T19:01:03.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.695785+0000 mon.a (mon.0) 1090 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-10T19:01:03.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.696211+0000 mon.a (mon.0) 1091 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T19:01:03.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.696688+0000 mon.a (mon.0) 1092 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T19:01:03.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.696928+0000 mon.a (mon.0) 1093 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T19:01:03.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.697126+0000 mon.a (mon.0) 1094 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T19:01:03.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.697349+0000 mon.a (mon.0) 1095 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:01:03.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.697563+0000 mon.a (mon.0) 1096 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T19:01:03.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.697781+0000 mon.a (mon.0) 1097 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T19:01:03.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:02 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.698052+0000 mon.a (mon.0) 1098 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T19:01:03.628 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:03 smithi063 bash[71989]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd.6 2024-09-10T19:01:04.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:03 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.887207+0000 mon.a (mon.0) 1099 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:01:04.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:03 smithi063 bash[48646]: cluster 2024-09-10T19:01:02.897027+0000 mon.a (mon.0) 1100 : cluster [DBG] osdmap e103: 8 total, 7 up, 8 in 2024-09-10T19:01:04.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:03 smithi063 bash[48646]: cluster 2024-09-10T19:01:03.898577+0000 mon.a (mon.0) 1101 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-09-10T19:01:04.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:03 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.887207+0000 mon.a (mon.0) 1099 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:01:04.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:03 smithi031 bash[53082]: cluster 2024-09-10T19:01:02.897027+0000 mon.a (mon.0) 1100 : cluster [DBG] osdmap e103: 8 total, 7 up, 8 in 2024-09-10T19:01:04.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:03 smithi031 bash[53082]: cluster 2024-09-10T19:01:03.898577+0000 mon.a (mon.0) 1101 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-09-10T19:01:04.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:03 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.887207+0000 mon.a (mon.0) 1099 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:01:04.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:03 smithi031 bash[54359]: cluster 2024-09-10T19:01:02.897027+0000 mon.a (mon.0) 1100 : cluster [DBG] osdmap e103: 8 total, 7 up, 8 in 2024-09-10T19:01:04.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:03 smithi031 bash[54359]: cluster 2024-09-10T19:01:03.898577+0000 mon.a (mon.0) 1101 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-09-10T19:01:05.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:04 smithi063 bash[48646]: cluster 2024-09-10T19:01:03.686542+0000 mgr.y (mgr.26002) 391 : cluster [DBG] pgmap v254: 132 pgs: 8 peering, 8 stale+active+clean, 116 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:01:05.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:04 smithi031 bash[53082]: cluster 2024-09-10T19:01:03.686542+0000 mgr.y (mgr.26002) 391 : cluster [DBG] pgmap v254: 132 pgs: 8 peering, 8 stale+active+clean, 116 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:01:05.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:04 smithi031 bash[54359]: cluster 2024-09-10T19:01:03.686542+0000 mgr.y (mgr.26002) 391 : cluster [DBG] pgmap v254: 132 pgs: 8 peering, 8 stale+active+clean, 116 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:01:05.758 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:05 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.6.service: Succeeded. 2024-09-10T19:01:05.758 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:05 smithi063 systemd[1]: Stopped Ceph osd.6 for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T19:01:06.128 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:05 smithi063 systemd[1]: Started Ceph osd.6 for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T19:01:06.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:05 smithi063 bash[48646]: audit 2024-09-10T19:01:05.792119+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:06.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:05 smithi063 bash[48646]: audit 2024-09-10T19:01:05.800225+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:06.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:05 smithi063 bash[48646]: audit 2024-09-10T19:01:05.809301+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:06.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:05 smithi063 bash[48646]: audit 2024-09-10T19:01:05.814405+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:01:06.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:05 smithi031 bash[53082]: audit 2024-09-10T19:01:05.792119+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:06.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:05 smithi031 bash[53082]: audit 2024-09-10T19:01:05.800225+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:06.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:05 smithi031 bash[53082]: audit 2024-09-10T19:01:05.809301+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:06.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:05 smithi031 bash[53082]: audit 2024-09-10T19:01:05.814405+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:01:06.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:05 smithi031 bash[54359]: audit 2024-09-10T19:01:05.792119+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:06.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:05 smithi031 bash[54359]: audit 2024-09-10T19:01:05.800225+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:06.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:05 smithi031 bash[54359]: audit 2024-09-10T19:01:05.809301+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:06.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:05 smithi031 bash[54359]: audit 2024-09-10T19:01:05.814405+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:01:07.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:06 smithi063 bash[48646]: cluster 2024-09-10T19:01:05.687747+0000 mgr.y (mgr.26002) 392 : cluster [DBG] pgmap v256: 132 pgs: 7 active+undersized, 8 peering, 4 stale+active+clean, 7 active+undersized+degraded, 106 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 28/618 objects degraded (4.531%) 2024-09-10T19:01:07.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:06 smithi063 bash[48646]: cluster 2024-09-10T19:01:05.921475+0000 mon.a (mon.0) 1106 : cluster [WRN] Health check failed: Degraded data redundancy: 28/618 objects degraded (4.531%), 7 pgs degraded (PG_DEGRADED) 2024-09-10T19:01:07.144 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T19:01:07.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:06 smithi031 bash[53082]: cluster 2024-09-10T19:01:05.687747+0000 mgr.y (mgr.26002) 392 : cluster [DBG] pgmap v256: 132 pgs: 7 active+undersized, 8 peering, 4 stale+active+clean, 7 active+undersized+degraded, 106 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 28/618 objects degraded (4.531%) 2024-09-10T19:01:07.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:06 smithi031 bash[53082]: cluster 2024-09-10T19:01:05.921475+0000 mon.a (mon.0) 1106 : cluster [WRN] Health check failed: Degraded data redundancy: 28/618 objects degraded (4.531%), 7 pgs degraded (PG_DEGRADED) 2024-09-10T19:01:07.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:06 smithi031 bash[54359]: cluster 2024-09-10T19:01:05.687747+0000 mgr.y (mgr.26002) 392 : cluster [DBG] pgmap v256: 132 pgs: 7 active+undersized, 8 peering, 4 stale+active+clean, 7 active+undersized+degraded, 106 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 28/618 objects degraded (4.531%) 2024-09-10T19:01:07.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:06 smithi031 bash[54359]: cluster 2024-09-10T19:01:05.921475+0000 mon.a (mon.0) 1106 : cluster [WRN] Health check failed: Degraded data redundancy: 28/618 objects degraded (4.531%), 7 pgs degraded (PG_DEGRADED) 2024-09-10T19:01:07.628 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:07 smithi063 bash[72174]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T19:01:07.629 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:07 smithi063 bash[72174]: 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-10T19:01:07.629 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:07 smithi063 bash[72174]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-10T19:01:07.629 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:07 smithi063 bash[72174]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T19:01:07.629 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:07 smithi063 bash[72174]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-10T19:01:07.629 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:07 smithi063 bash[72174]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T19:01:07.629 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:07 smithi063 bash[72174]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-10T19:01:07.871 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:01:07.871 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (9m) 80s ago 33m 16.7M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T19:01:07.871 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (8m) 23s ago 33m 80.9M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T19:01:07.872 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 23s ago 34m - - 2024-09-10T19:01:07.872 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (11m) 23s ago 38m 394M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T19:01:07.872 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (21m) 80s ago 40m 439M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T19:01:07.872 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (6m) 80s ago 40m 71.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T19:01:07.872 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (7m) 23s ago 39m 61.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T19:01:07.872 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (6m) 80s ago 39m 48.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 cf5fe597e338 2024-09-10T19:01:07.872 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (10m) 80s ago 34m 11.7M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T19:01:07.872 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (10m) 23s ago 34m 12.4M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T19:01:07.872 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (3m) 80s ago 38m 48.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9db09b69d74a 2024-09-10T19:01:07.872 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (3m) 80s ago 37m 49.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 83e1bd140921 2024-09-10T19:01:07.872 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (2m) 80s ago 37m 44.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fdd9237ce79f 2024-09-10T19:01:07.872 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (85s) 80s ago 37m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 0e61e0b0b050 2024-09-10T19:01:07.872 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (56s) 23s ago 36m 48.2M 4096M 17.2.7-1606-g5be57395 4c55dd409611 d4f548fd1ba0 2024-09-10T19:01:07.873 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (28s) 23s ago 36m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 c27262966590 2024-09-10T19:01:07.873 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 starting - - - 4096M 2024-09-10T19:01:07.873 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (35m) 23s ago 35m 58.0M 4096M 15.2.9 dfc483079636 3847bd297fcc 2024-09-10T19:01:07.873 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (9m) 23s ago 34m 54.1M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T19:01:07.873 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (32m) 80s ago 32m 57.2M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T19:01:07.873 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (32m) 23s ago 32m 58.0M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T19:01:08.297 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T19:01:08.297 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T19:01:08.297 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:01:08.297 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:01:08.297 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T19:01:08.297 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:01:08.297 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:01:08.297 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T19:01:08.297 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 1, 2024-09-10T19:01:08.298 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 6 2024-09-10T19:01:08.298 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:01:08.298 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T19:01:08.298 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T19:01:08.298 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:01:08.298 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T19:01:08.298 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3, 2024-09-10T19:01:08.298 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 11 2024-09-10T19:01:08.298 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T19:01:08.298 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T19:01:08.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:07 smithi063 bash[48646]: audit 2024-09-10T19:01:07.126925+0000 mgr.y (mgr.26002) 393 : audit [DBG] from='client.54564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:08.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:07 smithi063 bash[48646]: audit 2024-09-10T19:01:07.843627+0000 mon.a (mon.0) 1107 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:08.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:07 smithi063 bash[48646]: audit 2024-09-10T19:01:07.844540+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:08.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:07 smithi063 bash[48646]: audit 2024-09-10T19:01:07.845301+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:07 smithi063 bash[48646]: audit 2024-09-10T19:01:07.846147+0000 mon.a (mon.0) 1110 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:07 smithi063 bash[48646]: audit 2024-09-10T19:01:07.846946+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:07 smithi063 bash[48646]: audit 2024-09-10T19:01:07.847792+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:07 smithi063 bash[48646]: audit 2024-09-10T19:01:07.852992+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:08.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:07 smithi063 bash[48646]: audit 2024-09-10T19:01:07.853718+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:07 smithi063 bash[48646]: audit 2024-09-10T19:01:07.854412+0000 mon.a (mon.0) 1115 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:07 smithi063 bash[48646]: audit 2024-09-10T19:01:07.855085+0000 mon.a (mon.0) 1116 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:07 smithi063 bash[48646]: audit 2024-09-10T19:01:07.855664+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[53082]: audit 2024-09-10T19:01:07.126925+0000 mgr.y (mgr.26002) 393 : audit [DBG] from='client.54564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:08.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[53082]: audit 2024-09-10T19:01:07.843627+0000 mon.a (mon.0) 1107 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:08.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[53082]: audit 2024-09-10T19:01:07.844540+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:08.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[53082]: audit 2024-09-10T19:01:07.845301+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[53082]: audit 2024-09-10T19:01:07.846147+0000 mon.a (mon.0) 1110 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[53082]: audit 2024-09-10T19:01:07.846946+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[53082]: audit 2024-09-10T19:01:07.847792+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[53082]: audit 2024-09-10T19:01:07.852992+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:08.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[53082]: audit 2024-09-10T19:01:07.853718+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[53082]: audit 2024-09-10T19:01:07.854412+0000 mon.a (mon.0) 1115 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[53082]: audit 2024-09-10T19:01:07.855085+0000 mon.a (mon.0) 1116 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[53082]: audit 2024-09-10T19:01:07.855664+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[54359]: audit 2024-09-10T19:01:07.126925+0000 mgr.y (mgr.26002) 393 : audit [DBG] from='client.54564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:08.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[54359]: audit 2024-09-10T19:01:07.843627+0000 mon.a (mon.0) 1107 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:08.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[54359]: audit 2024-09-10T19:01:07.844540+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:08.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[54359]: audit 2024-09-10T19:01:07.845301+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[54359]: audit 2024-09-10T19:01:07.846147+0000 mon.a (mon.0) 1110 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[54359]: audit 2024-09-10T19:01:07.846946+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[54359]: audit 2024-09-10T19:01:07.847792+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[54359]: audit 2024-09-10T19:01:07.852992+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:08.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[54359]: audit 2024-09-10T19:01:07.853718+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[54359]: audit 2024-09-10T19:01:07.854412+0000 mon.a (mon.0) 1115 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[54359]: audit 2024-09-10T19:01:07.855085+0000 mon.a (mon.0) 1116 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:07 smithi031 bash[54359]: audit 2024-09-10T19:01:07.855664+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:08.653 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T19:01:08.653 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:01:08.653 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T19:01:08.653 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-10T19:01:08.654 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-10T19:01:08.654 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "6/8 daemons upgraded", 2024-09-10T19:01:08.654 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:01:08.654 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T19:01:08.654 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T19:01:09.378 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:09 smithi063 bash[72485]: debug 2024-09-10T19:01:09.151+0000 7f2d29644640 1 -- 172.21.15.63:0/644782918 <== mon.2 v2:172.21.15.63:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c0ff99ed00 con 0x55c0ff971000 2024-09-10T19:01:09.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:08 smithi063 bash[48646]: audit 2024-09-10T19:01:07.487926+0000 mgr.y (mgr.26002) 394 : audit [DBG] from='client.64480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:09.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:08 smithi063 bash[48646]: cluster 2024-09-10T19:01:07.688962+0000 mgr.y (mgr.26002) 395 : cluster [DBG] pgmap v257: 132 pgs: 16 active+undersized, 8 peering, 19 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 68/618 objects degraded (11.003%) 2024-09-10T19:01:09.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:08 smithi063 bash[48646]: audit 2024-09-10T19:01:07.838241+0000 mgr.y (mgr.26002) 396 : audit [DBG] from='client.64486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:09.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:08 smithi063 bash[48646]: audit 2024-09-10T19:01:08.294621+0000 mon.a (mon.0) 1118 : audit [DBG] from='client.54582 172.21.15.31:0/295824885' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:09.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:08 smithi031 bash[53082]: audit 2024-09-10T19:01:07.487926+0000 mgr.y (mgr.26002) 394 : audit [DBG] from='client.64480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:09.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:08 smithi031 bash[53082]: cluster 2024-09-10T19:01:07.688962+0000 mgr.y (mgr.26002) 395 : cluster [DBG] pgmap v257: 132 pgs: 16 active+undersized, 8 peering, 19 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 68/618 objects degraded (11.003%) 2024-09-10T19:01:09.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:08 smithi031 bash[53082]: audit 2024-09-10T19:01:07.838241+0000 mgr.y (mgr.26002) 396 : audit [DBG] from='client.64486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:09.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:08 smithi031 bash[53082]: audit 2024-09-10T19:01:08.294621+0000 mon.a (mon.0) 1118 : audit [DBG] from='client.54582 172.21.15.31:0/295824885' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:09.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:08 smithi031 bash[54359]: audit 2024-09-10T19:01:07.487926+0000 mgr.y (mgr.26002) 394 : audit [DBG] from='client.64480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:09.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:08 smithi031 bash[54359]: cluster 2024-09-10T19:01:07.688962+0000 mgr.y (mgr.26002) 395 : cluster [DBG] pgmap v257: 132 pgs: 16 active+undersized, 8 peering, 19 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 68/618 objects degraded (11.003%) 2024-09-10T19:01:09.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:08 smithi031 bash[54359]: audit 2024-09-10T19:01:07.838241+0000 mgr.y (mgr.26002) 396 : audit [DBG] from='client.64486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:09.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:08 smithi031 bash[54359]: audit 2024-09-10T19:01:08.294621+0000 mon.a (mon.0) 1118 : audit [DBG] from='client.54582 172.21.15.31:0/295824885' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:09.958 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:09 smithi063 bash[72485]: debug 2024-09-10T19:01:09.695+0000 7f2d2beac440 -1 Falling back to public interface 2024-09-10T19:01:10.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:09 smithi063 bash[48646]: audit 2024-09-10T19:01:08.650222+0000 mgr.y (mgr.26002) 397 : audit [DBG] from='client.54588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:10.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:09 smithi031 bash[53082]: audit 2024-09-10T19:01:08.650222+0000 mgr.y (mgr.26002) 397 : audit [DBG] from='client.54588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:10.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:09 smithi031 bash[54359]: audit 2024-09-10T19:01:08.650222+0000 mgr.y (mgr.26002) 397 : audit [DBG] from='client.54588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:11.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:10 smithi063 bash[48646]: cluster 2024-09-10T19:01:09.690298+0000 mgr.y (mgr.26002) 398 : cluster [DBG] pgmap v258: 132 pgs: 21 active+undersized, 22 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 76/618 objects degraded (12.298%) 2024-09-10T19:01:11.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:10 smithi031 bash[53082]: cluster 2024-09-10T19:01:09.690298+0000 mgr.y (mgr.26002) 398 : cluster [DBG] pgmap v258: 132 pgs: 21 active+undersized, 22 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 76/618 objects degraded (12.298%) 2024-09-10T19:01:11.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:10 smithi031 bash[54359]: cluster 2024-09-10T19:01:09.690298+0000 mgr.y (mgr.26002) 398 : cluster [DBG] pgmap v258: 132 pgs: 21 active+undersized, 22 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 76/618 objects degraded (12.298%) 2024-09-10T19:01:13.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:12 smithi063 bash[48646]: cluster 2024-09-10T19:01:11.691660+0000 mgr.y (mgr.26002) 399 : cluster [DBG] pgmap v259: 132 pgs: 21 active+undersized, 22 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 76/618 objects degraded (12.298%) 2024-09-10T19:01:13.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:12 smithi063 bash[48646]: audit 2024-09-10T19:01:12.790302+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.63:6816/2769354235,v1:172.21.15.63:6817/2769354235]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:01:13.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:12 smithi063 bash[48646]: audit 2024-09-10T19:01:12.791572+0000 mon.a (mon.0) 1119 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:01:13.129 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:12 smithi063 bash[72485]: debug 2024-09-10T19:01:12.743+0000 7f2d2beac440 -1 osd.6 0 read_superblock omap replica is missing. 2024-09-10T19:01:13.129 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:12 smithi063 bash[72485]: debug 2024-09-10T19:01:12.779+0000 7f2d2beac440 -1 osd.6 102 log_to_monitors true 2024-09-10T19:01:13.129 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:01:12 smithi063 bash[72485]: debug 2024-09-10T19:01:12.987+0000 7f2d22c56640 -1 osd.6 102 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:01:13.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:12 smithi031 bash[53082]: cluster 2024-09-10T19:01:11.691660+0000 mgr.y (mgr.26002) 399 : cluster [DBG] pgmap v259: 132 pgs: 21 active+undersized, 22 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 76/618 objects degraded (12.298%) 2024-09-10T19:01:13.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:12 smithi031 bash[53082]: audit 2024-09-10T19:01:12.790302+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.63:6816/2769354235,v1:172.21.15.63:6817/2769354235]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:01:13.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:12 smithi031 bash[53082]: audit 2024-09-10T19:01:12.791572+0000 mon.a (mon.0) 1119 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:01:13.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:12 smithi031 bash[54359]: cluster 2024-09-10T19:01:11.691660+0000 mgr.y (mgr.26002) 399 : cluster [DBG] pgmap v259: 132 pgs: 21 active+undersized, 22 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 76/618 objects degraded (12.298%) 2024-09-10T19:01:13.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:12 smithi031 bash[54359]: audit 2024-09-10T19:01:12.790302+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.63:6816/2769354235,v1:172.21.15.63:6817/2769354235]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:01:13.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:12 smithi031 bash[54359]: audit 2024-09-10T19:01:12.791572+0000 mon.a (mon.0) 1119 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:01:14.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:13 smithi063 bash[48646]: audit 2024-09-10T19:01:12.974453+0000 mon.a (mon.0) 1120 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T19:01:14.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:13 smithi063 bash[48646]: cluster 2024-09-10T19:01:12.974521+0000 mon.a (mon.0) 1121 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-09-10T19:01:14.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:13 smithi063 bash[48646]: audit 2024-09-10T19:01:12.979419+0000 mon.b (mon.2) 21 : audit [INF] from='osd.6 [v2:172.21.15.63:6816/2769354235,v1:172.21.15.63:6817/2769354235]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:01:14.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:13 smithi063 bash[48646]: audit 2024-09-10T19:01:12.980686+0000 mon.a (mon.0) 1122 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:01:14.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:13 smithi063 bash[48646]: audit 2024-09-10T19:01:13.204247+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:14.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:13 smithi063 bash[48646]: audit 2024-09-10T19:01:13.212799+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:14.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:13 smithi063 bash[48646]: audit 2024-09-10T19:01:13.220121+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:14.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:13 smithi063 bash[48646]: audit 2024-09-10T19:01:13.623344+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:01:14.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:13 smithi063 bash[48646]: cluster 2024-09-10T19:01:13.752396+0000 mon.a (mon.0) 1127 : cluster [WRN] Health check update: Degraded data redundancy: 76/618 objects degraded (12.298%), 22 pgs degraded (PG_DEGRADED) 2024-09-10T19:01:14.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:13 smithi063 bash[48646]: audit 2024-09-10T19:01:13.857288+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:14.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:13 smithi063 bash[48646]: audit 2024-09-10T19:01:13.866405+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:14.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:13 smithi063 bash[48646]: audit 2024-09-10T19:01:13.874838+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:14.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:13 smithi063 bash[48646]: audit 2024-09-10T19:01:13.876765+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:01:14.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[53082]: audit 2024-09-10T19:01:12.974453+0000 mon.a (mon.0) 1120 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T19:01:14.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[53082]: cluster 2024-09-10T19:01:12.974521+0000 mon.a (mon.0) 1121 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-09-10T19:01:14.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[53082]: audit 2024-09-10T19:01:12.979419+0000 mon.b (mon.2) 21 : audit [INF] from='osd.6 [v2:172.21.15.63:6816/2769354235,v1:172.21.15.63:6817/2769354235]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:01:14.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[53082]: audit 2024-09-10T19:01:12.980686+0000 mon.a (mon.0) 1122 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:01:14.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[53082]: audit 2024-09-10T19:01:13.204247+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:14.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[53082]: audit 2024-09-10T19:01:13.212799+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:14.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[53082]: audit 2024-09-10T19:01:13.220121+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:14.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[53082]: audit 2024-09-10T19:01:13.623344+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:01:14.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[53082]: cluster 2024-09-10T19:01:13.752396+0000 mon.a (mon.0) 1127 : cluster [WRN] Health check update: Degraded data redundancy: 76/618 objects degraded (12.298%), 22 pgs degraded (PG_DEGRADED) 2024-09-10T19:01:14.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[53082]: audit 2024-09-10T19:01:13.857288+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:14.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[53082]: audit 2024-09-10T19:01:13.866405+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:14.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[53082]: audit 2024-09-10T19:01:13.874838+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:14.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[53082]: audit 2024-09-10T19:01:13.876765+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:01:14.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[54359]: audit 2024-09-10T19:01:12.974453+0000 mon.a (mon.0) 1120 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T19:01:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[54359]: cluster 2024-09-10T19:01:12.974521+0000 mon.a (mon.0) 1121 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-09-10T19:01:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[54359]: audit 2024-09-10T19:01:12.979419+0000 mon.b (mon.2) 21 : audit [INF] from='osd.6 [v2:172.21.15.63:6816/2769354235,v1:172.21.15.63:6817/2769354235]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:01:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[54359]: audit 2024-09-10T19:01:12.980686+0000 mon.a (mon.0) 1122 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:01:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[54359]: audit 2024-09-10T19:01:13.204247+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[54359]: audit 2024-09-10T19:01:13.212799+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[54359]: audit 2024-09-10T19:01:13.220121+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[54359]: audit 2024-09-10T19:01:13.623344+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:01:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[54359]: cluster 2024-09-10T19:01:13.752396+0000 mon.a (mon.0) 1127 : cluster [WRN] Health check update: Degraded data redundancy: 76/618 objects degraded (12.298%), 22 pgs degraded (PG_DEGRADED) 2024-09-10T19:01:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[54359]: audit 2024-09-10T19:01:13.857288+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[54359]: audit 2024-09-10T19:01:13.866405+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[54359]: audit 2024-09-10T19:01:13.874838+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:14.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:13 smithi031 bash[54359]: audit 2024-09-10T19:01:13.876765+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:01:15.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:14 smithi063 bash[48646]: cluster 2024-09-10T19:01:13.692791+0000 mgr.y (mgr.26002) 400 : cluster [DBG] pgmap v261: 132 pgs: 21 active+undersized, 22 active+undersized+degraded, 89 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 76/618 objects degraded (12.298%) 2024-09-10T19:01:15.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:14 smithi063 bash[48646]: cluster 2024-09-10T19:01:13.972770+0000 mon.a (mon.0) 1132 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:01:15.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:14 smithi063 bash[48646]: cluster 2024-09-10T19:01:13.981900+0000 mon.a (mon.0) 1133 : cluster [INF] osd.6 [v2:172.21.15.63:6816/2769354235,v1:172.21.15.63:6817/2769354235] boot 2024-09-10T19:01:15.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:14 smithi063 bash[48646]: cluster 2024-09-10T19:01:13.982011+0000 mon.a (mon.0) 1134 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-09-10T19:01:15.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:14 smithi063 bash[48646]: audit 2024-09-10T19:01:13.983216+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:01:15.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:14 smithi063 bash[48646]: cluster 2024-09-10T19:01:14.986137+0000 mon.a (mon.0) 1136 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-09-10T19:01:15.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:14 smithi031 bash[53082]: cluster 2024-09-10T19:01:13.692791+0000 mgr.y (mgr.26002) 400 : cluster [DBG] pgmap v261: 132 pgs: 21 active+undersized, 22 active+undersized+degraded, 89 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 76/618 objects degraded (12.298%) 2024-09-10T19:01:15.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:14 smithi031 bash[53082]: cluster 2024-09-10T19:01:13.972770+0000 mon.a (mon.0) 1132 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:01:15.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:14 smithi031 bash[53082]: cluster 2024-09-10T19:01:13.981900+0000 mon.a (mon.0) 1133 : cluster [INF] osd.6 [v2:172.21.15.63:6816/2769354235,v1:172.21.15.63:6817/2769354235] boot 2024-09-10T19:01:15.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:14 smithi031 bash[53082]: cluster 2024-09-10T19:01:13.982011+0000 mon.a (mon.0) 1134 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-09-10T19:01:15.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:14 smithi031 bash[53082]: audit 2024-09-10T19:01:13.983216+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:01:15.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:14 smithi031 bash[53082]: cluster 2024-09-10T19:01:14.986137+0000 mon.a (mon.0) 1136 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-09-10T19:01:15.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:14 smithi031 bash[54359]: cluster 2024-09-10T19:01:13.692791+0000 mgr.y (mgr.26002) 400 : cluster [DBG] pgmap v261: 132 pgs: 21 active+undersized, 22 active+undersized+degraded, 89 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 76/618 objects degraded (12.298%) 2024-09-10T19:01:15.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:14 smithi031 bash[54359]: cluster 2024-09-10T19:01:13.972770+0000 mon.a (mon.0) 1132 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:01:15.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:14 smithi031 bash[54359]: cluster 2024-09-10T19:01:13.981900+0000 mon.a (mon.0) 1133 : cluster [INF] osd.6 [v2:172.21.15.63:6816/2769354235,v1:172.21.15.63:6817/2769354235] boot 2024-09-10T19:01:15.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:14 smithi031 bash[54359]: cluster 2024-09-10T19:01:13.982011+0000 mon.a (mon.0) 1134 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-09-10T19:01:15.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:14 smithi031 bash[54359]: audit 2024-09-10T19:01:13.983216+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:01:15.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:14 smithi031 bash[54359]: cluster 2024-09-10T19:01:14.986137+0000 mon.a (mon.0) 1136 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-09-10T19:01:17.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:17 smithi031 bash[53082]: cluster 2024-09-10T19:01:15.693961+0000 mgr.y (mgr.26002) 401 : cluster [DBG] pgmap v264: 132 pgs: 9 peering, 16 active+undersized, 17 active+undersized+degraded, 90 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 62/618 objects degraded (10.032%) 2024-09-10T19:01:17.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:17 smithi031 bash[53082]: audit 2024-09-10T19:01:16.385288+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:17.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:17 smithi031 bash[54359]: cluster 2024-09-10T19:01:15.693961+0000 mgr.y (mgr.26002) 401 : cluster [DBG] pgmap v264: 132 pgs: 9 peering, 16 active+undersized, 17 active+undersized+degraded, 90 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 62/618 objects degraded (10.032%) 2024-09-10T19:01:17.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:17 smithi031 bash[54359]: audit 2024-09-10T19:01:16.385288+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:17.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:17 smithi063 bash[48646]: cluster 2024-09-10T19:01:15.693961+0000 mgr.y (mgr.26002) 401 : cluster [DBG] pgmap v264: 132 pgs: 9 peering, 16 active+undersized, 17 active+undersized+degraded, 90 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 62/618 objects degraded (10.032%) 2024-09-10T19:01:17.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:17 smithi063 bash[48646]: audit 2024-09-10T19:01:16.385288+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:19.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:19 smithi063 bash[48646]: cluster 2024-09-10T19:01:17.695256+0000 mgr.y (mgr.26002) 402 : cluster [DBG] pgmap v265: 132 pgs: 9 peering, 8 active+undersized, 8 active+undersized+degraded, 107 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 31/618 objects degraded (5.016%) 2024-09-10T19:01:19.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:19 smithi063 bash[48646]: cluster 2024-09-10T19:01:18.753558+0000 mon.a (mon.0) 1138 : cluster [WRN] Health check update: Degraded data redundancy: 31/618 objects degraded (5.016%), 8 pgs degraded (PG_DEGRADED) 2024-09-10T19:01:19.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:19 smithi031 bash[53082]: cluster 2024-09-10T19:01:17.695256+0000 mgr.y (mgr.26002) 402 : cluster [DBG] pgmap v265: 132 pgs: 9 peering, 8 active+undersized, 8 active+undersized+degraded, 107 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 31/618 objects degraded (5.016%) 2024-09-10T19:01:19.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:19 smithi031 bash[53082]: cluster 2024-09-10T19:01:18.753558+0000 mon.a (mon.0) 1138 : cluster [WRN] Health check update: Degraded data redundancy: 31/618 objects degraded (5.016%), 8 pgs degraded (PG_DEGRADED) 2024-09-10T19:01:19.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:19 smithi031 bash[54359]: cluster 2024-09-10T19:01:17.695256+0000 mgr.y (mgr.26002) 402 : cluster [DBG] pgmap v265: 132 pgs: 9 peering, 8 active+undersized, 8 active+undersized+degraded, 107 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 31/618 objects degraded (5.016%) 2024-09-10T19:01:19.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:19 smithi031 bash[54359]: cluster 2024-09-10T19:01:18.753558+0000 mon.a (mon.0) 1138 : cluster [WRN] Health check update: Degraded data redundancy: 31/618 objects degraded (5.016%), 8 pgs degraded (PG_DEGRADED) 2024-09-10T19:01:20.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:20 smithi063 bash[48646]: cluster 2024-09-10T19:01:19.696471+0000 mgr.y (mgr.26002) 403 : cluster [DBG] pgmap v266: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:20.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:20 smithi063 bash[48646]: cluster 2024-09-10T19:01:20.386955+0000 mon.a (mon.0) 1139 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 31/618 objects degraded (5.016%), 8 pgs degraded) 2024-09-10T19:01:20.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:20 smithi031 bash[53082]: cluster 2024-09-10T19:01:19.696471+0000 mgr.y (mgr.26002) 403 : cluster [DBG] pgmap v266: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:20.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:20 smithi031 bash[53082]: cluster 2024-09-10T19:01:20.386955+0000 mon.a (mon.0) 1139 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 31/618 objects degraded (5.016%), 8 pgs degraded) 2024-09-10T19:01:20.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:20 smithi031 bash[54359]: cluster 2024-09-10T19:01:19.696471+0000 mgr.y (mgr.26002) 403 : cluster [DBG] pgmap v266: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:20.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:20 smithi031 bash[54359]: cluster 2024-09-10T19:01:20.386955+0000 mon.a (mon.0) 1139 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 31/618 objects degraded (5.016%), 8 pgs degraded) 2024-09-10T19:01:23.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:22 smithi063 bash[48646]: cluster 2024-09-10T19:01:21.697573+0000 mgr.y (mgr.26002) 404 : cluster [DBG] pgmap v267: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:23.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:22 smithi031 bash[53082]: cluster 2024-09-10T19:01:21.697573+0000 mgr.y (mgr.26002) 404 : cluster [DBG] pgmap v267: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:23.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:22 smithi031 bash[54359]: cluster 2024-09-10T19:01:21.697573+0000 mgr.y (mgr.26002) 404 : cluster [DBG] pgmap v267: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:24 smithi063 bash[48646]: cluster 2024-09-10T19:01:23.698601+0000 mgr.y (mgr.26002) 405 : cluster [DBG] pgmap v268: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:24 smithi063 bash[48646]: audit 2024-09-10T19:01:24.316130+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:24 smithi063 bash[48646]: audit 2024-09-10T19:01:24.324569+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:24 smithi063 bash[48646]: audit 2024-09-10T19:01:24.333951+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:24 smithi063 bash[48646]: audit 2024-09-10T19:01:24.335954+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:24 smithi063 bash[48646]: audit 2024-09-10T19:01:24.337512+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:01:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:24 smithi063 bash[48646]: cephadm 2024-09-10T19:01:24.338925+0000 mgr.y (mgr.26002) 406 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:01:25.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:24 smithi063 bash[48646]: cluster 2024-09-10T19:01:24.340585+0000 mgr.y (mgr.26002) 407 : cluster [DBG] pgmap v269: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:25.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:24 smithi063 bash[48646]: cluster 2024-09-10T19:01:24.341494+0000 mgr.y (mgr.26002) 408 : cluster [DBG] pgmap v270: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:25.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:24 smithi063 bash[48646]: audit 2024-09-10T19:01:24.348641+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:25.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:24 smithi063 bash[48646]: audit 2024-09-10T19:01:24.404163+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:01:25.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:24 smithi063 bash[48646]: audit 2024-09-10T19:01:24.408556+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:25.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:24 smithi063 bash[48646]: audit 2024-09-10T19:01:24.410815+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:25.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:24 smithi063 bash[48646]: audit 2024-09-10T19:01:24.412748+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:25.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:24 smithi063 bash[48646]: audit 2024-09-10T19:01:24.415331+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:01:25.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[53082]: cluster 2024-09-10T19:01:23.698601+0000 mgr.y (mgr.26002) 405 : cluster [DBG] pgmap v268: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:25.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[53082]: audit 2024-09-10T19:01:24.316130+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:25.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[53082]: audit 2024-09-10T19:01:24.324569+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:25.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[53082]: audit 2024-09-10T19:01:24.333951+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:25.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[53082]: audit 2024-09-10T19:01:24.335954+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:25.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[53082]: audit 2024-09-10T19:01:24.337512+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:01:25.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[53082]: cephadm 2024-09-10T19:01:24.338925+0000 mgr.y (mgr.26002) 406 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:01:25.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[53082]: cluster 2024-09-10T19:01:24.340585+0000 mgr.y (mgr.26002) 407 : cluster [DBG] pgmap v269: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:25.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[53082]: cluster 2024-09-10T19:01:24.341494+0000 mgr.y (mgr.26002) 408 : cluster [DBG] pgmap v270: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:25.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[53082]: audit 2024-09-10T19:01:24.348641+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:25.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[53082]: audit 2024-09-10T19:01:24.404163+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:01:25.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[53082]: audit 2024-09-10T19:01:24.408556+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:25.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[53082]: audit 2024-09-10T19:01:24.410815+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:25.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[53082]: audit 2024-09-10T19:01:24.412748+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:25.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[53082]: audit 2024-09-10T19:01:24.415331+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:01:25.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[54359]: cluster 2024-09-10T19:01:23.698601+0000 mgr.y (mgr.26002) 405 : cluster [DBG] pgmap v268: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:25.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[54359]: audit 2024-09-10T19:01:24.316130+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:25.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[54359]: audit 2024-09-10T19:01:24.324569+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:25.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[54359]: audit 2024-09-10T19:01:24.333951+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:25.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[54359]: audit 2024-09-10T19:01:24.335954+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:25.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[54359]: audit 2024-09-10T19:01:24.337512+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:01:25.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[54359]: cephadm 2024-09-10T19:01:24.338925+0000 mgr.y (mgr.26002) 406 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:01:25.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[54359]: cluster 2024-09-10T19:01:24.340585+0000 mgr.y (mgr.26002) 407 : cluster [DBG] pgmap v269: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:25.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[54359]: cluster 2024-09-10T19:01:24.341494+0000 mgr.y (mgr.26002) 408 : cluster [DBG] pgmap v270: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:25.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[54359]: audit 2024-09-10T19:01:24.348641+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:25.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[54359]: audit 2024-09-10T19:01:24.404163+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:01:25.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[54359]: audit 2024-09-10T19:01:24.408556+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:25.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[54359]: audit 2024-09-10T19:01:24.410815+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:25.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[54359]: audit 2024-09-10T19:01:24.412748+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:25.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:24 smithi031 bash[54359]: audit 2024-09-10T19:01:24.415331+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:01:26.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:26 smithi063 bash[48646]: audit 2024-09-10T19:01:24.415655+0000 mgr.y (mgr.26002) 409 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:01:26.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:26 smithi063 bash[48646]: cephadm 2024-09-10T19:01:24.417614+0000 mgr.y (mgr.26002) 410 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-09-10T19:01:26.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:26 smithi031 bash[53082]: audit 2024-09-10T19:01:24.415655+0000 mgr.y (mgr.26002) 409 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:01:26.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:26 smithi031 bash[53082]: cephadm 2024-09-10T19:01:24.417614+0000 mgr.y (mgr.26002) 410 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-09-10T19:01:26.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:26 smithi031 bash[54359]: audit 2024-09-10T19:01:24.415655+0000 mgr.y (mgr.26002) 409 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:01:26.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:26 smithi031 bash[54359]: cephadm 2024-09-10T19:01:24.417614+0000 mgr.y (mgr.26002) 410 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-09-10T19:01:27.835 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:27 smithi063 bash[48646]: cluster 2024-09-10T19:01:26.342360+0000 mgr.y (mgr.26002) 411 : cluster [DBG] pgmap v271: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:27.835 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:27 smithi063 bash[48646]: audit 2024-09-10T19:01:26.409509+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:27.835 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:27 smithi063 bash[48646]: audit 2024-09-10T19:01:26.549155+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:27.835 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:27 smithi063 bash[48646]: audit 2024-09-10T19:01:26.550608+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T19:01:27.835 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:27 smithi063 bash[48646]: audit 2024-09-10T19:01:26.552157+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:27.835 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:27 smithi063 bash[48646]: audit 2024-09-10T19:01:26.556514+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-10T19:01:27.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:27 smithi031 bash[53082]: cluster 2024-09-10T19:01:26.342360+0000 mgr.y (mgr.26002) 411 : cluster [DBG] pgmap v271: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:27.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:27 smithi031 bash[53082]: audit 2024-09-10T19:01:26.409509+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:27.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:27 smithi031 bash[53082]: audit 2024-09-10T19:01:26.549155+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:27.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:27 smithi031 bash[53082]: audit 2024-09-10T19:01:26.550608+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T19:01:27.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:27 smithi031 bash[53082]: audit 2024-09-10T19:01:26.552157+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:27.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:27 smithi031 bash[53082]: audit 2024-09-10T19:01:26.556514+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-10T19:01:27.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:27 smithi031 bash[54359]: cluster 2024-09-10T19:01:26.342360+0000 mgr.y (mgr.26002) 411 : cluster [DBG] pgmap v271: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:27.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:27 smithi031 bash[54359]: audit 2024-09-10T19:01:26.409509+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:27.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:27 smithi031 bash[54359]: audit 2024-09-10T19:01:26.549155+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:27.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:27 smithi031 bash[54359]: audit 2024-09-10T19:01:26.550608+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T19:01:27.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:27 smithi031 bash[54359]: audit 2024-09-10T19:01:26.552157+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:27.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:27 smithi031 bash[54359]: audit 2024-09-10T19:01:26.556514+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-10T19:01:28.816 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:28 smithi063 bash[48646]: cephadm 2024-09-10T19:01:26.540589+0000 mgr.y (mgr.26002) 412 : cephadm [INF] Upgrade: Updating osd.7 2024-09-10T19:01:28.817 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:28 smithi063 bash[48646]: cephadm 2024-09-10T19:01:26.555540+0000 mgr.y (mgr.26002) 413 : cephadm [INF] Deploying daemon osd.7 on smithi063 2024-09-10T19:01:28.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:28 smithi031 bash[53082]: cephadm 2024-09-10T19:01:26.540589+0000 mgr.y (mgr.26002) 412 : cephadm [INF] Upgrade: Updating osd.7 2024-09-10T19:01:28.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:28 smithi031 bash[53082]: cephadm 2024-09-10T19:01:26.555540+0000 mgr.y (mgr.26002) 413 : cephadm [INF] Deploying daemon osd.7 on smithi063 2024-09-10T19:01:28.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:28 smithi031 bash[54359]: cephadm 2024-09-10T19:01:26.540589+0000 mgr.y (mgr.26002) 412 : cephadm [INF] Upgrade: Updating osd.7 2024-09-10T19:01:28.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:28 smithi031 bash[54359]: cephadm 2024-09-10T19:01:26.555540+0000 mgr.y (mgr.26002) 413 : cephadm [INF] Deploying daemon osd.7 on smithi063 2024-09-10T19:01:29.811 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:29 smithi063 bash[48646]: cluster 2024-09-10T19:01:28.343328+0000 mgr.y (mgr.26002) 414 : cluster [DBG] pgmap v272: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:29.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:29 smithi031 bash[53082]: cluster 2024-09-10T19:01:28.343328+0000 mgr.y (mgr.26002) 414 : cluster [DBG] pgmap v272: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:29.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:29 smithi031 bash[54359]: cluster 2024-09-10T19:01:28.343328+0000 mgr.y (mgr.26002) 414 : cluster [DBG] pgmap v272: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:30.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:30 smithi063 bash[48646]: cluster 2024-09-10T19:01:30.344427+0000 mgr.y (mgr.26002) 415 : cluster [DBG] pgmap v273: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:30.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:30 smithi031 bash[53082]: cluster 2024-09-10T19:01:30.344427+0000 mgr.y (mgr.26002) 415 : cluster [DBG] pgmap v273: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:30.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:30 smithi031 bash[54359]: cluster 2024-09-10T19:01:30.344427+0000 mgr.y (mgr.26002) 415 : cluster [DBG] pgmap v273: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:31.128 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:31 smithi063 systemd[1]: Stopping Ceph osd.7 for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:01:31.438 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[21786]: debug 2024-09-10T19:01:31.138+0000 7fe9763fd700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:01:31.438 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[21786]: debug 2024-09-10T19:01:31.138+0000 7fe9763fd700 -1 osd.7 107 *** Got signal Terminated *** 2024-09-10T19:01:31.438 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[21786]: debug 2024-09-10T19:01:31.138+0000 7fe9763fd700 -1 osd.7 107 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:01:31.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[48646]: cluster 2024-09-10T19:01:31.412925+0000 mon.a (mon.0) 1156 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-10T19:01:31.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[48646]: cluster 2024-09-10T19:01:31.413030+0000 mon.a (mon.0) 1157 : cluster [INF] osd.7 failed (root=default,host=smithi063) (connection refused reported by osd.0) 2024-09-10T19:01:31.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[48646]: cluster 2024-09-10T19:01:31.414121+0000 mon.a (mon.0) 1158 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-10T19:01:31.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[48646]: cluster 2024-09-10T19:01:31.414986+0000 mon.a (mon.0) 1159 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-10T19:01:31.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[48646]: cluster 2024-09-10T19:01:31.415931+0000 mon.a (mon.0) 1160 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:01:31.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[48646]: cluster 2024-09-10T19:01:31.416746+0000 mon.a (mon.0) 1161 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:01:31.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[48646]: cluster 2024-09-10T19:01:31.417392+0000 mon.a (mon.0) 1162 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:01:31.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[48646]: cluster 2024-09-10T19:01:31.417737+0000 mon.a (mon.0) 1163 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-10T19:01:31.775 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[48646]: cluster 2024-09-10T19:01:31.418085+0000 mon.a (mon.0) 1164 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-10T19:01:31.776 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[48646]: cluster 2024-09-10T19:01:31.418427+0000 mon.a (mon.0) 1165 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-10T19:01:31.776 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[48646]: cluster 2024-09-10T19:01:31.419013+0000 mon.a (mon.0) 1166 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:01:31.776 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[48646]: cluster 2024-09-10T19:01:31.419336+0000 mon.a (mon.0) 1167 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:01:31.776 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[48646]: cluster 2024-09-10T19:01:31.419958+0000 mon.a (mon.0) 1168 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:01:31.776 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[48646]: cluster 2024-09-10T19:01:31.420405+0000 mon.a (mon.0) 1169 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:01:31.776 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[48646]: cluster 2024-09-10T19:01:31.420874+0000 mon.a (mon.0) 1170 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:01:31.776 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[77178]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd.7 2024-09-10T19:01:31.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[53082]: cluster 2024-09-10T19:01:31.412925+0000 mon.a (mon.0) 1156 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-10T19:01:31.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[53082]: cluster 2024-09-10T19:01:31.413030+0000 mon.a (mon.0) 1157 : cluster [INF] osd.7 failed (root=default,host=smithi063) (connection refused reported by osd.0) 2024-09-10T19:01:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[53082]: cluster 2024-09-10T19:01:31.414121+0000 mon.a (mon.0) 1158 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-10T19:01:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[53082]: cluster 2024-09-10T19:01:31.414986+0000 mon.a (mon.0) 1159 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-10T19:01:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[53082]: cluster 2024-09-10T19:01:31.415931+0000 mon.a (mon.0) 1160 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:01:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[53082]: cluster 2024-09-10T19:01:31.416746+0000 mon.a (mon.0) 1161 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:01:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[53082]: cluster 2024-09-10T19:01:31.417392+0000 mon.a (mon.0) 1162 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:01:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[53082]: cluster 2024-09-10T19:01:31.417737+0000 mon.a (mon.0) 1163 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-10T19:01:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[53082]: cluster 2024-09-10T19:01:31.418085+0000 mon.a (mon.0) 1164 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-10T19:01:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[53082]: cluster 2024-09-10T19:01:31.418427+0000 mon.a (mon.0) 1165 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-10T19:01:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[53082]: cluster 2024-09-10T19:01:31.419013+0000 mon.a (mon.0) 1166 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:01:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[53082]: cluster 2024-09-10T19:01:31.419336+0000 mon.a (mon.0) 1167 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:01:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[53082]: cluster 2024-09-10T19:01:31.419958+0000 mon.a (mon.0) 1168 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:01:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[53082]: cluster 2024-09-10T19:01:31.420405+0000 mon.a (mon.0) 1169 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:01:31.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[53082]: cluster 2024-09-10T19:01:31.420874+0000 mon.a (mon.0) 1170 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:01:31.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[54359]: cluster 2024-09-10T19:01:31.412925+0000 mon.a (mon.0) 1156 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-10T19:01:31.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[54359]: cluster 2024-09-10T19:01:31.413030+0000 mon.a (mon.0) 1157 : cluster [INF] osd.7 failed (root=default,host=smithi063) (connection refused reported by osd.0) 2024-09-10T19:01:31.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[54359]: cluster 2024-09-10T19:01:31.414121+0000 mon.a (mon.0) 1158 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-10T19:01:31.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[54359]: cluster 2024-09-10T19:01:31.414986+0000 mon.a (mon.0) 1159 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-10T19:01:31.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[54359]: cluster 2024-09-10T19:01:31.415931+0000 mon.a (mon.0) 1160 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:01:31.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[54359]: cluster 2024-09-10T19:01:31.416746+0000 mon.a (mon.0) 1161 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:01:31.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[54359]: cluster 2024-09-10T19:01:31.417392+0000 mon.a (mon.0) 1162 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:01:31.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[54359]: cluster 2024-09-10T19:01:31.417737+0000 mon.a (mon.0) 1163 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-10T19:01:31.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[54359]: cluster 2024-09-10T19:01:31.418085+0000 mon.a (mon.0) 1164 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-10T19:01:31.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[54359]: cluster 2024-09-10T19:01:31.418427+0000 mon.a (mon.0) 1165 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-10T19:01:31.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[54359]: cluster 2024-09-10T19:01:31.419013+0000 mon.a (mon.0) 1166 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:01:31.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[54359]: cluster 2024-09-10T19:01:31.419336+0000 mon.a (mon.0) 1167 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-10T19:01:31.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[54359]: cluster 2024-09-10T19:01:31.419958+0000 mon.a (mon.0) 1168 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-10T19:01:31.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[54359]: cluster 2024-09-10T19:01:31.420405+0000 mon.a (mon.0) 1169 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-10T19:01:31.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:31 smithi031 bash[54359]: cluster 2024-09-10T19:01:31.420874+0000 mon.a (mon.0) 1170 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-10T19:01:32.128 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:31 smithi063 bash[77250]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd.7 2024-09-10T19:01:32.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:32 smithi063 bash[48646]: cluster 2024-09-10T19:01:31.433507+0000 mon.a (mon.0) 1171 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:01:32.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:32 smithi063 bash[48646]: cluster 2024-09-10T19:01:31.433557+0000 mon.a (mon.0) 1172 : cluster [WRN] Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-10T19:01:32.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:32 smithi063 bash[48646]: cluster 2024-09-10T19:01:31.449851+0000 mon.a (mon.0) 1173 : cluster [DBG] osdmap e108: 8 total, 7 up, 8 in 2024-09-10T19:01:32.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:32 smithi063 bash[48646]: cluster 2024-09-10T19:01:32.345294+0000 mgr.y (mgr.26002) 416 : cluster [DBG] pgmap v275: 132 pgs: 6 peering, 15 stale+active+clean, 111 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:32.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:32 smithi031 bash[53082]: cluster 2024-09-10T19:01:31.433507+0000 mon.a (mon.0) 1171 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:01:32.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:32 smithi031 bash[53082]: cluster 2024-09-10T19:01:31.433557+0000 mon.a (mon.0) 1172 : cluster [WRN] Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-10T19:01:32.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:32 smithi031 bash[53082]: cluster 2024-09-10T19:01:31.449851+0000 mon.a (mon.0) 1173 : cluster [DBG] osdmap e108: 8 total, 7 up, 8 in 2024-09-10T19:01:32.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:32 smithi031 bash[53082]: cluster 2024-09-10T19:01:32.345294+0000 mgr.y (mgr.26002) 416 : cluster [DBG] pgmap v275: 132 pgs: 6 peering, 15 stale+active+clean, 111 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:32.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:32 smithi031 bash[54359]: cluster 2024-09-10T19:01:31.433507+0000 mon.a (mon.0) 1171 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:01:32.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:32 smithi031 bash[54359]: cluster 2024-09-10T19:01:31.433557+0000 mon.a (mon.0) 1172 : cluster [WRN] Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-10T19:01:32.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:32 smithi031 bash[54359]: cluster 2024-09-10T19:01:31.449851+0000 mon.a (mon.0) 1173 : cluster [DBG] osdmap e108: 8 total, 7 up, 8 in 2024-09-10T19:01:32.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:32 smithi031 bash[54359]: cluster 2024-09-10T19:01:32.345294+0000 mgr.y (mgr.26002) 416 : cluster [DBG] pgmap v275: 132 pgs: 6 peering, 15 stale+active+clean, 111 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T19:01:33.596 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:33 smithi063 bash[48646]: cluster 2024-09-10T19:01:32.444297+0000 mon.a (mon.0) 1174 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-10T19:01:33.596 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:33 smithi063 bash[48646]: cluster 2024-09-10T19:01:32.460148+0000 mon.a (mon.0) 1175 : cluster [DBG] osdmap e109: 8 total, 7 up, 8 in 2024-09-10T19:01:33.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:33 smithi031 bash[53082]: cluster 2024-09-10T19:01:32.444297+0000 mon.a (mon.0) 1174 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-10T19:01:33.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:33 smithi031 bash[53082]: cluster 2024-09-10T19:01:32.460148+0000 mon.a (mon.0) 1175 : cluster [DBG] osdmap e109: 8 total, 7 up, 8 in 2024-09-10T19:01:33.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:33 smithi031 bash[54359]: cluster 2024-09-10T19:01:32.444297+0000 mon.a (mon.0) 1174 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-10T19:01:33.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:33 smithi031 bash[54359]: cluster 2024-09-10T19:01:32.460148+0000 mon.a (mon.0) 1175 : cluster [DBG] osdmap e109: 8 total, 7 up, 8 in 2024-09-10T19:01:34.526 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:34 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.7.service: Succeeded. 2024-09-10T19:01:34.526 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:34 smithi063 systemd[1]: Stopped Ceph osd.7 for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T19:01:34.526 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:34 smithi063 bash[48646]: cluster 2024-09-10T19:01:34.346636+0000 mgr.y (mgr.26002) 417 : cluster [DBG] pgmap v277: 132 pgs: 15 active+undersized, 6 peering, 7 stale+active+clean, 13 active+undersized+degraded, 91 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 54/618 objects degraded (8.738%) 2024-09-10T19:01:34.878 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:34 smithi063 systemd[1]: Started Ceph osd.7 for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T19:01:34.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:34 smithi031 bash[53082]: cluster 2024-09-10T19:01:34.346636+0000 mgr.y (mgr.26002) 417 : cluster [DBG] pgmap v277: 132 pgs: 15 active+undersized, 6 peering, 7 stale+active+clean, 13 active+undersized+degraded, 91 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 54/618 objects degraded (8.738%) 2024-09-10T19:01:34.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:34 smithi031 bash[54359]: cluster 2024-09-10T19:01:34.346636+0000 mgr.y (mgr.26002) 417 : cluster [DBG] pgmap v277: 132 pgs: 15 active+undersized, 6 peering, 7 stale+active+clean, 13 active+undersized+degraded, 91 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 54/618 objects degraded (8.738%) 2024-09-10T19:01:35.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:35 smithi063 bash[48646]: cluster 2024-09-10T19:01:34.438626+0000 mon.a (mon.0) 1176 : cluster [WRN] Health check failed: Degraded data redundancy: 54/618 objects degraded (8.738%), 13 pgs degraded (PG_DEGRADED) 2024-09-10T19:01:35.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:35 smithi063 bash[48646]: audit 2024-09-10T19:01:34.558903+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:35.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:35 smithi063 bash[48646]: audit 2024-09-10T19:01:34.568953+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:35.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:35 smithi063 bash[48646]: audit 2024-09-10T19:01:34.579176+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:35.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:35 smithi063 bash[48646]: audit 2024-09-10T19:01:34.582251+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:01:35.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:35 smithi031 bash[53082]: cluster 2024-09-10T19:01:34.438626+0000 mon.a (mon.0) 1176 : cluster [WRN] Health check failed: Degraded data redundancy: 54/618 objects degraded (8.738%), 13 pgs degraded (PG_DEGRADED) 2024-09-10T19:01:35.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:35 smithi031 bash[53082]: audit 2024-09-10T19:01:34.558903+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:35.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:35 smithi031 bash[53082]: audit 2024-09-10T19:01:34.568953+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:35.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:35 smithi031 bash[53082]: audit 2024-09-10T19:01:34.579176+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:35.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:35 smithi031 bash[53082]: audit 2024-09-10T19:01:34.582251+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:01:35.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:35 smithi031 bash[54359]: cluster 2024-09-10T19:01:34.438626+0000 mon.a (mon.0) 1176 : cluster [WRN] Health check failed: Degraded data redundancy: 54/618 objects degraded (8.738%), 13 pgs degraded (PG_DEGRADED) 2024-09-10T19:01:35.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:35 smithi031 bash[54359]: audit 2024-09-10T19:01:34.558903+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:35.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:35 smithi031 bash[54359]: audit 2024-09-10T19:01:34.568953+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:35.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:35 smithi031 bash[54359]: audit 2024-09-10T19:01:34.579176+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:35.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:35 smithi031 bash[54359]: audit 2024-09-10T19:01:34.582251+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:01:36.340 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:36 smithi063 bash[77433]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-10T19:01:36.340 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:36 smithi063 bash[77433]: 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-10T19:01:36.340 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:36 smithi063 bash[77433]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-10T19:01:36.340 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:36 smithi063 bash[77433]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-10T19:01:36.340 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:36 smithi063 bash[77433]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-10T19:01:36.340 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:36 smithi063 bash[77433]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-10T19:01:36.340 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:36 smithi063 bash[77433]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-10T19:01:36.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:36 smithi063 bash[48646]: cluster 2024-09-10T19:01:36.348100+0000 mgr.y (mgr.26002) 418 : cluster [DBG] pgmap v278: 132 pgs: 25 active+undersized, 6 peering, 22 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-10T19:01:36.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:36 smithi031 bash[53082]: cluster 2024-09-10T19:01:36.348100+0000 mgr.y (mgr.26002) 418 : cluster [DBG] pgmap v278: 132 pgs: 25 active+undersized, 6 peering, 22 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-10T19:01:36.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:36 smithi031 bash[54359]: cluster 2024-09-10T19:01:36.348100+0000 mgr.y (mgr.26002) 418 : cluster [DBG] pgmap v278: 132 pgs: 25 active+undersized, 6 peering, 22 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-10T19:01:38.378 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:38 smithi063 bash[77731]: debug 2024-09-10T19:01:38.074+0000 7fa92d5c0640 1 -- 172.21.15.63:0/3396069754 <== mon.2 v2:172.21.15.63:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56375f9b6d00 con 0x56375f988c00 2024-09-10T19:01:38.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:38 smithi063 bash[48646]: cluster 2024-09-10T19:01:38.349424+0000 mgr.y (mgr.26002) 419 : cluster [DBG] pgmap v279: 132 pgs: 30 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 79/618 objects degraded (12.783%) 2024-09-10T19:01:38.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:38 smithi063 bash[48646]: cluster 2024-09-10T19:01:38.401263+0000 mon.a (mon.0) 1181 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-09-10T19:01:38.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:38 smithi063 bash[77731]: debug 2024-09-10T19:01:38.610+0000 7fa92fe28440 -1 Falling back to public interface 2024-09-10T19:01:38.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:38 smithi031 bash[54359]: cluster 2024-09-10T19:01:38.349424+0000 mgr.y (mgr.26002) 419 : cluster [DBG] pgmap v279: 132 pgs: 30 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 79/618 objects degraded (12.783%) 2024-09-10T19:01:38.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:38 smithi031 bash[54359]: cluster 2024-09-10T19:01:38.401263+0000 mon.a (mon.0) 1181 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-09-10T19:01:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:38 smithi031 bash[53082]: cluster 2024-09-10T19:01:38.349424+0000 mgr.y (mgr.26002) 419 : cluster [DBG] pgmap v279: 132 pgs: 30 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 79/618 objects degraded (12.783%) 2024-09-10T19:01:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:38 smithi031 bash[53082]: cluster 2024-09-10T19:01:38.401263+0000 mon.a (mon.0) 1181 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-09-10T19:01:39.045 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T19:01:39.770 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:01:39.770 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (9m) 112s ago 34m 16.7M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T19:01:39.770 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (9m) 26s ago 33m 80.6M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T19:01:39.770 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 26s ago 35m - - 2024-09-10T19:01:39.770 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (11m) 26s ago 39m 394M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T19:01:39.770 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (21m) 112s ago 40m 439M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T19:01:39.770 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (7m) 112s ago 41m 71.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T19:01:39.770 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (8m) 26s ago 39m 65.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T19:01:39.770 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (6m) 112s ago 39m 48.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 cf5fe597e338 2024-09-10T19:01:39.771 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (11m) 112s ago 34m 11.7M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T19:01:39.771 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (10m) 26s ago 34m 11.6M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T19:01:39.771 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (4m) 112s ago 38m 48.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9db09b69d74a 2024-09-10T19:01:39.771 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (4m) 112s ago 38m 49.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 83e1bd140921 2024-09-10T19:01:39.771 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (2m) 112s ago 37m 44.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fdd9237ce79f 2024-09-10T19:01:39.771 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (117s) 112s ago 37m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 0e61e0b0b050 2024-09-10T19:01:39.771 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (88s) 26s ago 37m 48.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 d4f548fd1ba0 2024-09-10T19:01:39.771 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (60s) 26s ago 36m 44.7M 4096M 17.2.7-1606-g5be57395 4c55dd409611 c27262966590 2024-09-10T19:01:39.771 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (31s) 26s ago 36m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 1fb917d8ef99 2024-09-10T19:01:39.771 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 starting - - - 4096M 2024-09-10T19:01:39.771 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (10m) 26s ago 34m 54.5M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T19:01:39.771 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (32m) 112s ago 32m 57.2M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T19:01:39.771 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (32m) 26s ago 32m 58.2M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T19:01:39.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:39 smithi063 bash[48646]: audit 2024-09-10T19:01:39.029124+0000 mgr.y (mgr.26002) 420 : audit [DBG] from='client.64513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:39.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:39 smithi063 bash[48646]: audit 2024-09-10T19:01:39.390017+0000 mgr.y (mgr.26002) 421 : audit [DBG] from='client.54609 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:39.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:39 smithi031 bash[53082]: audit 2024-09-10T19:01:39.029124+0000 mgr.y (mgr.26002) 420 : audit [DBG] from='client.64513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:39.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:39 smithi031 bash[53082]: audit 2024-09-10T19:01:39.390017+0000 mgr.y (mgr.26002) 421 : audit [DBG] from='client.54609 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:39.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:39 smithi031 bash[54359]: audit 2024-09-10T19:01:39.029124+0000 mgr.y (mgr.26002) 420 : audit [DBG] from='client.64513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:39.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:39 smithi031 bash[54359]: audit 2024-09-10T19:01:39.390017+0000 mgr.y (mgr.26002) 421 : audit [DBG] from='client.54609 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:40.194 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T19:01:40.194 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T19:01:40.194 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:01:40.194 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:01:40.194 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T19:01:40.194 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:01:40.194 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:01:40.194 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T19:01:40.195 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 7 2024-09-10T19:01:40.195 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:01:40.195 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T19:01:40.195 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T19:01:40.195 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:01:40.195 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T19:01:40.195 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2, 2024-09-10T19:01:40.195 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 12 2024-09-10T19:01:40.195 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T19:01:40.195 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T19:01:40.559 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T19:01:40.560 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:01:40.560 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T19:01:40.560 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-10T19:01:40.560 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-10T19:01:40.560 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "7/8 daemons upgraded", 2024-09-10T19:01:40.560 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:01:40.560 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T19:01:40.560 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T19:01:40.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:40 smithi063 bash[48646]: audit 2024-09-10T19:01:39.741574+0000 mgr.y (mgr.26002) 422 : audit [DBG] from='client.64525 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:40.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:40 smithi063 bash[48646]: audit 2024-09-10T19:01:39.746935+0000 mon.a (mon.0) 1182 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:40.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:40 smithi063 bash[48646]: audit 2024-09-10T19:01:39.747570+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:40.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:40 smithi063 bash[48646]: audit 2024-09-10T19:01:39.748137+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:40 smithi063 bash[48646]: audit 2024-09-10T19:01:39.748708+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:40 smithi063 bash[48646]: audit 2024-09-10T19:01:39.749261+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:40 smithi063 bash[48646]: audit 2024-09-10T19:01:39.749832+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:40 smithi063 bash[48646]: audit 2024-09-10T19:01:39.753648+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:40.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:40 smithi063 bash[48646]: audit 2024-09-10T19:01:39.754234+0000 mon.a (mon.0) 1189 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:40 smithi063 bash[48646]: audit 2024-09-10T19:01:39.754819+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:40 smithi063 bash[48646]: audit 2024-09-10T19:01:39.755390+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:40 smithi063 bash[48646]: audit 2024-09-10T19:01:39.755981+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:40 smithi063 bash[48646]: audit 2024-09-10T19:01:40.191460+0000 mon.c (mon.1) 14 : audit [DBG] from='client.64531 172.21.15.31:0/48312969' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:40.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:40 smithi063 bash[48646]: cluster 2024-09-10T19:01:40.350600+0000 mgr.y (mgr.26002) 423 : cluster [DBG] pgmap v280: 132 pgs: 30 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 79/618 objects degraded (12.783%) 2024-09-10T19:01:40.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[53082]: audit 2024-09-10T19:01:39.741574+0000 mgr.y (mgr.26002) 422 : audit [DBG] from='client.64525 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:40.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[53082]: audit 2024-09-10T19:01:39.746935+0000 mon.a (mon.0) 1182 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:40.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[53082]: audit 2024-09-10T19:01:39.747570+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:40.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[53082]: audit 2024-09-10T19:01:39.748137+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[53082]: audit 2024-09-10T19:01:39.748708+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[53082]: audit 2024-09-10T19:01:39.749261+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[53082]: audit 2024-09-10T19:01:39.749832+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[53082]: audit 2024-09-10T19:01:39.753648+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:40.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[53082]: audit 2024-09-10T19:01:39.754234+0000 mon.a (mon.0) 1189 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[53082]: audit 2024-09-10T19:01:39.754819+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[53082]: audit 2024-09-10T19:01:39.755390+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[53082]: audit 2024-09-10T19:01:39.755981+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[53082]: audit 2024-09-10T19:01:40.191460+0000 mon.c (mon.1) 14 : audit [DBG] from='client.64531 172.21.15.31:0/48312969' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:40.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[53082]: cluster 2024-09-10T19:01:40.350600+0000 mgr.y (mgr.26002) 423 : cluster [DBG] pgmap v280: 132 pgs: 30 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 79/618 objects degraded (12.783%) 2024-09-10T19:01:40.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[54359]: audit 2024-09-10T19:01:39.741574+0000 mgr.y (mgr.26002) 422 : audit [DBG] from='client.64525 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:40.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[54359]: audit 2024-09-10T19:01:39.746935+0000 mon.a (mon.0) 1182 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:40.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[54359]: audit 2024-09-10T19:01:39.747570+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:40.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[54359]: audit 2024-09-10T19:01:39.748137+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[54359]: audit 2024-09-10T19:01:39.748708+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[54359]: audit 2024-09-10T19:01:39.749261+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[54359]: audit 2024-09-10T19:01:39.749832+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[54359]: audit 2024-09-10T19:01:39.753648+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:40.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[54359]: audit 2024-09-10T19:01:39.754234+0000 mon.a (mon.0) 1189 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[54359]: audit 2024-09-10T19:01:39.754819+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[54359]: audit 2024-09-10T19:01:39.755390+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[54359]: audit 2024-09-10T19:01:39.755981+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:40.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[54359]: audit 2024-09-10T19:01:40.191460+0000 mon.c (mon.1) 14 : audit [DBG] from='client.64531 172.21.15.31:0/48312969' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:40.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:40 smithi031 bash[54359]: cluster 2024-09-10T19:01:40.350600+0000 mgr.y (mgr.26002) 423 : cluster [DBG] pgmap v280: 132 pgs: 30 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 79/618 objects degraded (12.783%) 2024-09-10T19:01:41.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:41 smithi063 bash[48646]: audit 2024-09-10T19:01:40.556823+0000 mgr.y (mgr.26002) 424 : audit [DBG] from='client.54627 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:41.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:41 smithi063 bash[77731]: debug 2024-09-10T19:01:41.666+0000 7fa92fe28440 -1 osd.7 0 read_superblock omap replica is missing. 2024-09-10T19:01:41.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:41 smithi063 bash[77731]: debug 2024-09-10T19:01:41.706+0000 7fa92fe28440 -1 osd.7 107 log_to_monitors true 2024-09-10T19:01:41.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:41 smithi031 bash[53082]: audit 2024-09-10T19:01:40.556823+0000 mgr.y (mgr.26002) 424 : audit [DBG] from='client.54627 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:41.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:41 smithi031 bash[54359]: audit 2024-09-10T19:01:40.556823+0000 mgr.y (mgr.26002) 424 : audit [DBG] from='client.54627 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:42.878 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:01:42 smithi063 bash[77731]: debug 2024-09-10T19:01:42.498+0000 7fa9243cd640 -1 osd.7 107 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:01:42.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:42 smithi063 bash[48646]: audit 2024-09-10T19:01:41.716884+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.63:6824/1364655482,v1:172.21.15.63:6825/1364655482]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:01:42.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:42 smithi063 bash[48646]: audit 2024-09-10T19:01:41.718140+0000 mon.a (mon.0) 1193 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:01:42.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:42 smithi063 bash[48646]: audit 2024-09-10T19:01:41.986287+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:42.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:42 smithi063 bash[48646]: audit 2024-09-10T19:01:41.993013+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:42.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:42 smithi063 bash[48646]: audit 2024-09-10T19:01:42.000852+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:42.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:42 smithi063 bash[48646]: cluster 2024-09-10T19:01:42.352027+0000 mgr.y (mgr.26002) 425 : cluster [DBG] pgmap v281: 132 pgs: 30 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 79/618 objects degraded (12.783%) 2024-09-10T19:01:42.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:42 smithi063 bash[48646]: audit 2024-09-10T19:01:42.384635+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:01:42.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:42 smithi031 bash[53082]: audit 2024-09-10T19:01:41.716884+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.63:6824/1364655482,v1:172.21.15.63:6825/1364655482]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:01:42.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:42 smithi031 bash[53082]: audit 2024-09-10T19:01:41.718140+0000 mon.a (mon.0) 1193 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:01:42.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:42 smithi031 bash[53082]: audit 2024-09-10T19:01:41.986287+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:42.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:42 smithi031 bash[53082]: audit 2024-09-10T19:01:41.993013+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:42.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:42 smithi031 bash[53082]: audit 2024-09-10T19:01:42.000852+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:42.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:42 smithi031 bash[53082]: cluster 2024-09-10T19:01:42.352027+0000 mgr.y (mgr.26002) 425 : cluster [DBG] pgmap v281: 132 pgs: 30 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 79/618 objects degraded (12.783%) 2024-09-10T19:01:42.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:42 smithi031 bash[53082]: audit 2024-09-10T19:01:42.384635+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:01:42.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:42 smithi031 bash[54359]: audit 2024-09-10T19:01:41.716884+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.63:6824/1364655482,v1:172.21.15.63:6825/1364655482]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:01:42.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:42 smithi031 bash[54359]: audit 2024-09-10T19:01:41.718140+0000 mon.a (mon.0) 1193 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:01:42.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:42 smithi031 bash[54359]: audit 2024-09-10T19:01:41.986287+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:42.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:42 smithi031 bash[54359]: audit 2024-09-10T19:01:41.993013+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:42.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:42 smithi031 bash[54359]: audit 2024-09-10T19:01:42.000852+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:42.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:42 smithi031 bash[54359]: cluster 2024-09-10T19:01:42.352027+0000 mgr.y (mgr.26002) 425 : cluster [DBG] pgmap v281: 132 pgs: 30 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 79/618 objects degraded (12.783%) 2024-09-10T19:01:42.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:42 smithi031 bash[54359]: audit 2024-09-10T19:01:42.384635+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:01:43.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:43 smithi063 bash[48646]: audit 2024-09-10T19:01:42.483691+0000 mon.a (mon.0) 1198 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T19:01:43.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:43 smithi063 bash[48646]: cluster 2024-09-10T19:01:42.483958+0000 mon.a (mon.0) 1199 : cluster [DBG] osdmap e110: 8 total, 7 up, 8 in 2024-09-10T19:01:43.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:43 smithi063 bash[48646]: audit 2024-09-10T19:01:42.486346+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.63:6824/1364655482,v1:172.21.15.63:6825/1364655482]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:01:43.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:43 smithi063 bash[48646]: audit 2024-09-10T19:01:42.487334+0000 mon.a (mon.0) 1200 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:01:43.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:43 smithi063 bash[48646]: audit 2024-09-10T19:01:42.618102+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:43.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:43 smithi063 bash[48646]: audit 2024-09-10T19:01:42.627088+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:43.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:43 smithi063 bash[48646]: audit 2024-09-10T19:01:42.634968+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:43.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:43 smithi063 bash[48646]: audit 2024-09-10T19:01:42.637112+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:01:43.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:43 smithi031 bash[53082]: audit 2024-09-10T19:01:42.483691+0000 mon.a (mon.0) 1198 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T19:01:43.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:43 smithi031 bash[53082]: cluster 2024-09-10T19:01:42.483958+0000 mon.a (mon.0) 1199 : cluster [DBG] osdmap e110: 8 total, 7 up, 8 in 2024-09-10T19:01:43.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:43 smithi031 bash[53082]: audit 2024-09-10T19:01:42.486346+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.63:6824/1364655482,v1:172.21.15.63:6825/1364655482]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:01:43.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:43 smithi031 bash[53082]: audit 2024-09-10T19:01:42.487334+0000 mon.a (mon.0) 1200 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:01:43.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:43 smithi031 bash[53082]: audit 2024-09-10T19:01:42.618102+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:43.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:43 smithi031 bash[53082]: audit 2024-09-10T19:01:42.627088+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:43.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:43 smithi031 bash[53082]: audit 2024-09-10T19:01:42.634968+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:43.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:43 smithi031 bash[53082]: audit 2024-09-10T19:01:42.637112+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:01:43.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:43 smithi031 bash[54359]: audit 2024-09-10T19:01:42.483691+0000 mon.a (mon.0) 1198 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T19:01:43.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:43 smithi031 bash[54359]: cluster 2024-09-10T19:01:42.483958+0000 mon.a (mon.0) 1199 : cluster [DBG] osdmap e110: 8 total, 7 up, 8 in 2024-09-10T19:01:43.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:43 smithi031 bash[54359]: audit 2024-09-10T19:01:42.486346+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.63:6824/1364655482,v1:172.21.15.63:6825/1364655482]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:01:43.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:43 smithi031 bash[54359]: audit 2024-09-10T19:01:42.487334+0000 mon.a (mon.0) 1200 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-10T19:01:43.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:43 smithi031 bash[54359]: audit 2024-09-10T19:01:42.618102+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:43.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:43 smithi031 bash[54359]: audit 2024-09-10T19:01:42.627088+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:43.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:43 smithi031 bash[54359]: audit 2024-09-10T19:01:42.634968+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:43.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:43 smithi031 bash[54359]: audit 2024-09-10T19:01:42.637112+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:01:44.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:44 smithi063 bash[48646]: cluster 2024-09-10T19:01:43.480842+0000 mon.a (mon.0) 1205 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:01:44.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:44 smithi063 bash[48646]: cluster 2024-09-10T19:01:43.490897+0000 mon.a (mon.0) 1206 : cluster [INF] osd.7 [v2:172.21.15.63:6824/1364655482,v1:172.21.15.63:6825/1364655482] boot 2024-09-10T19:01:44.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:44 smithi063 bash[48646]: cluster 2024-09-10T19:01:43.490987+0000 mon.a (mon.0) 1207 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-09-10T19:01:44.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:44 smithi063 bash[48646]: audit 2024-09-10T19:01:43.496467+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:01:44.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:44 smithi063 bash[48646]: cluster 2024-09-10T19:01:43.758935+0000 mon.a (mon.0) 1209 : cluster [WRN] Health check update: Degraded data redundancy: 79/618 objects degraded (12.783%), 23 pgs degraded (PG_DEGRADED) 2024-09-10T19:01:44.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:44 smithi063 bash[48646]: cluster 2024-09-10T19:01:44.353310+0000 mgr.y (mgr.26002) 426 : cluster [DBG] pgmap v284: 132 pgs: 5 peering, 27 active+undersized, 21 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 68/618 objects degraded (11.003%) 2024-09-10T19:01:44.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:44 smithi031 bash[53082]: cluster 2024-09-10T19:01:43.480842+0000 mon.a (mon.0) 1205 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:01:44.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:44 smithi031 bash[53082]: cluster 2024-09-10T19:01:43.490897+0000 mon.a (mon.0) 1206 : cluster [INF] osd.7 [v2:172.21.15.63:6824/1364655482,v1:172.21.15.63:6825/1364655482] boot 2024-09-10T19:01:44.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:44 smithi031 bash[53082]: cluster 2024-09-10T19:01:43.490987+0000 mon.a (mon.0) 1207 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-09-10T19:01:44.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:44 smithi031 bash[53082]: audit 2024-09-10T19:01:43.496467+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:01:44.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:44 smithi031 bash[53082]: cluster 2024-09-10T19:01:43.758935+0000 mon.a (mon.0) 1209 : cluster [WRN] Health check update: Degraded data redundancy: 79/618 objects degraded (12.783%), 23 pgs degraded (PG_DEGRADED) 2024-09-10T19:01:44.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:44 smithi031 bash[53082]: cluster 2024-09-10T19:01:44.353310+0000 mgr.y (mgr.26002) 426 : cluster [DBG] pgmap v284: 132 pgs: 5 peering, 27 active+undersized, 21 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 68/618 objects degraded (11.003%) 2024-09-10T19:01:44.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:44 smithi031 bash[54359]: cluster 2024-09-10T19:01:43.480842+0000 mon.a (mon.0) 1205 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:01:44.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:44 smithi031 bash[54359]: cluster 2024-09-10T19:01:43.490897+0000 mon.a (mon.0) 1206 : cluster [INF] osd.7 [v2:172.21.15.63:6824/1364655482,v1:172.21.15.63:6825/1364655482] boot 2024-09-10T19:01:44.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:44 smithi031 bash[54359]: cluster 2024-09-10T19:01:43.490987+0000 mon.a (mon.0) 1207 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-09-10T19:01:44.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:44 smithi031 bash[54359]: audit 2024-09-10T19:01:43.496467+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:01:44.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:44 smithi031 bash[54359]: cluster 2024-09-10T19:01:43.758935+0000 mon.a (mon.0) 1209 : cluster [WRN] Health check update: Degraded data redundancy: 79/618 objects degraded (12.783%), 23 pgs degraded (PG_DEGRADED) 2024-09-10T19:01:44.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:44 smithi031 bash[54359]: cluster 2024-09-10T19:01:44.353310+0000 mgr.y (mgr.26002) 426 : cluster [DBG] pgmap v284: 132 pgs: 5 peering, 27 active+undersized, 21 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 68/618 objects degraded (11.003%) 2024-09-10T19:01:45.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:45 smithi063 bash[48646]: cluster 2024-09-10T19:01:44.499086+0000 mon.a (mon.0) 1210 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-09-10T19:01:45.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:45 smithi031 bash[53082]: cluster 2024-09-10T19:01:44.499086+0000 mon.a (mon.0) 1210 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-09-10T19:01:45.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:45 smithi031 bash[54359]: cluster 2024-09-10T19:01:44.499086+0000 mon.a (mon.0) 1210 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-09-10T19:01:46.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:46 smithi063 bash[48646]: cluster 2024-09-10T19:01:46.354503+0000 mgr.y (mgr.26002) 427 : cluster [DBG] pgmap v286: 132 pgs: 5 peering, 20 active+undersized, 16 active+undersized+degraded, 91 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 49/618 objects degraded (7.929%) 2024-09-10T19:01:46.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:46 smithi031 bash[53082]: cluster 2024-09-10T19:01:46.354503+0000 mgr.y (mgr.26002) 427 : cluster [DBG] pgmap v286: 132 pgs: 5 peering, 20 active+undersized, 16 active+undersized+degraded, 91 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 49/618 objects degraded (7.929%) 2024-09-10T19:01:46.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:46 smithi031 bash[54359]: cluster 2024-09-10T19:01:46.354503+0000 mgr.y (mgr.26002) 427 : cluster [DBG] pgmap v286: 132 pgs: 5 peering, 20 active+undersized, 16 active+undersized+degraded, 91 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 49/618 objects degraded (7.929%) 2024-09-10T19:01:48.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:48 smithi063 bash[48646]: cluster 2024-09-10T19:01:48.355613+0000 mgr.y (mgr.26002) 428 : cluster [DBG] pgmap v287: 132 pgs: 5 peering, 127 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:48.777 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:48 smithi063 bash[48646]: cluster 2024-09-10T19:01:48.407360+0000 mon.a (mon.0) 1211 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 49/618 objects degraded (7.929%), 16 pgs degraded) 2024-09-10T19:01:48.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:48 smithi031 bash[53082]: cluster 2024-09-10T19:01:48.355613+0000 mgr.y (mgr.26002) 428 : cluster [DBG] pgmap v287: 132 pgs: 5 peering, 127 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:48.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:48 smithi031 bash[53082]: cluster 2024-09-10T19:01:48.407360+0000 mon.a (mon.0) 1211 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 49/618 objects degraded (7.929%), 16 pgs degraded) 2024-09-10T19:01:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:48 smithi031 bash[54359]: cluster 2024-09-10T19:01:48.355613+0000 mgr.y (mgr.26002) 428 : cluster [DBG] pgmap v287: 132 pgs: 5 peering, 127 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:48 smithi031 bash[54359]: cluster 2024-09-10T19:01:48.407360+0000 mon.a (mon.0) 1211 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 49/618 objects degraded (7.929%), 16 pgs degraded) 2024-09-10T19:01:51.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:51 smithi063 bash[48646]: cluster 2024-09-10T19:01:50.356814+0000 mgr.y (mgr.26002) 429 : cluster [DBG] pgmap v288: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:51.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:51 smithi031 bash[53082]: cluster 2024-09-10T19:01:50.356814+0000 mgr.y (mgr.26002) 429 : cluster [DBG] pgmap v288: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:51.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:51 smithi031 bash[54359]: cluster 2024-09-10T19:01:50.356814+0000 mgr.y (mgr.26002) 429 : cluster [DBG] pgmap v288: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:52.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:52 smithi063 bash[48646]: cluster 2024-09-10T19:01:52.357919+0000 mgr.y (mgr.26002) 430 : cluster [DBG] pgmap v289: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:52.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:52 smithi031 bash[53082]: cluster 2024-09-10T19:01:52.357919+0000 mgr.y (mgr.26002) 430 : cluster [DBG] pgmap v289: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:52.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:52 smithi031 bash[54359]: cluster 2024-09-10T19:01:52.357919+0000 mgr.y (mgr.26002) 430 : cluster [DBG] pgmap v289: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:53.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.161607+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:53.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.170033+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:53.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.180506+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:53.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.182224+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:53.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.183832+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:01:53.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: cephadm 2024-09-10T19:01:53.185260+0000 mgr.y (mgr.26002) 431 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:01:53.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: cluster 2024-09-10T19:01:53.186494+0000 mgr.y (mgr.26002) 432 : cluster [DBG] pgmap v290: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:53.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: cluster 2024-09-10T19:01:53.186867+0000 mgr.y (mgr.26002) 433 : cluster [DBG] pgmap v291: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:53.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.196753+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:53.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.257291+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:01:53.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.261863+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:53.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.264331+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:53.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.266411+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:53.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.269616+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:53.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: cephadm 2024-09-10T19:01:53.271123+0000 mgr.y (mgr.26002) 434 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-10T19:01:53.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.281315+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:53.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.283105+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-10T19:01:53.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.290473+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-10T19:01:53.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.291896+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-10T19:01:53.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.299689+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-10T19:01:53.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.301174+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-10T19:01:53.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.309189+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-10T19:01:53.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.310772+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-10T19:01:53.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.320598+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-10T19:01:53.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.322361+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-10T19:01:53.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.331545+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-10T19:01:53.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.333064+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-10T19:01:53.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.340193+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-10T19:01:53.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.341380+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-10T19:01:53.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.346740+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-10T19:01:53.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.347799+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-10T19:01:53.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.352505+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-10T19:01:53.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: cephadm 2024-09-10T19:01:53.354540+0000 mgr.y (mgr.26002) 435 : cephadm [INF] Upgrade: Setting require_osd_release to 17 quincy 2024-09-10T19:01:53.882 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:53 smithi063 bash[48646]: audit 2024-09-10T19:01:53.355036+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-10T19:01:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.161607+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.170033+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.180506+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.182224+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.183832+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:01:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: cephadm 2024-09-10T19:01:53.185260+0000 mgr.y (mgr.26002) 431 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:01:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: cluster 2024-09-10T19:01:53.186494+0000 mgr.y (mgr.26002) 432 : cluster [DBG] pgmap v290: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: cluster 2024-09-10T19:01:53.186867+0000 mgr.y (mgr.26002) 433 : cluster [DBG] pgmap v291: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.196753+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.257291+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:01:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.261863+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.264331+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:53.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.266411+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:53.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.269616+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:53.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: cephadm 2024-09-10T19:01:53.271123+0000 mgr.y (mgr.26002) 434 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-10T19:01:53.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.281315+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:53.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.283105+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-10T19:01:53.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.290473+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-10T19:01:53.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.291896+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-10T19:01:53.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.161607+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:53.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.170033+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:53.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.180506+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.182224+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.183832+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:01:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: cephadm 2024-09-10T19:01:53.185260+0000 mgr.y (mgr.26002) 431 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:01:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: cluster 2024-09-10T19:01:53.186494+0000 mgr.y (mgr.26002) 432 : cluster [DBG] pgmap v290: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: cluster 2024-09-10T19:01:53.186867+0000 mgr.y (mgr.26002) 433 : cluster [DBG] pgmap v291: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.196753+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.257291+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:01:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.261863+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.264331+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.266411+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.269616+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: cephadm 2024-09-10T19:01:53.271123+0000 mgr.y (mgr.26002) 434 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-10T19:01:53.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.281315+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:53.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.283105+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-10T19:01:53.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.290473+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-10T19:01:53.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.291896+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-10T19:01:53.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.299689+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-10T19:01:53.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.301174+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-10T19:01:53.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.309189+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-10T19:01:53.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.310772+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-10T19:01:53.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.320598+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-10T19:01:53.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.322361+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-10T19:01:53.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.331545+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-10T19:01:53.890 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.333064+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-10T19:01:53.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.340193+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-10T19:01:53.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.341380+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-10T19:01:53.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.346740+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-10T19:01:53.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.347799+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-10T19:01:53.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.352505+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-10T19:01:53.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: cephadm 2024-09-10T19:01:53.354540+0000 mgr.y (mgr.26002) 435 : cephadm [INF] Upgrade: Setting require_osd_release to 17 quincy 2024-09-10T19:01:53.891 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[53082]: audit 2024-09-10T19:01:53.355036+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-10T19:01:53.891 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.299689+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-10T19:01:53.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.301174+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-10T19:01:53.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.309189+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-10T19:01:53.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.310772+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-10T19:01:53.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.320598+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-10T19:01:53.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.322361+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-10T19:01:53.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.331545+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-10T19:01:53.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.333064+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-10T19:01:53.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.340193+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-10T19:01:53.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.341380+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-10T19:01:53.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.346740+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-10T19:01:53.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.347799+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-10T19:01:53.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.352505+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-10T19:01:53.892 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: cephadm 2024-09-10T19:01:53.354540+0000 mgr.y (mgr.26002) 435 : cephadm [INF] Upgrade: Setting require_osd_release to 17 quincy 2024-09-10T19:01:53.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:53 smithi031 bash[54359]: audit 2024-09-10T19:01:53.355036+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-10T19:01:55.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: cluster 2024-09-10T19:01:54.349884+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-10T19:01:55.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.362095+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-10T19:01:55.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: cluster 2024-09-10T19:01:54.362179+0000 mon.a (mon.0) 1243 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-09-10T19:01:55.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.367441+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: cephadm 2024-09-10T19:01:54.368684+0000 mgr.y (mgr.26002) 436 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:01:55.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.375160+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:55.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.377421+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: cephadm 2024-09-10T19:01:54.378342+0000 mgr.y (mgr.26002) 437 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:01:55.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.386214+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:55.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.387813+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.390038+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: cephadm 2024-09-10T19:01:54.391069+0000 mgr.y (mgr.26002) 438 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:01:55.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.398092+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:55.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.400510+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.403102+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.405850+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.408408+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.410667+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.412993+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.416077+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:01:55.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.424070+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:01:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.425480+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.434490+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:01:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.435831+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:01:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.443343+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:01:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.444741+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:01:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.452057+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:01:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.453329+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:01:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.459331+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:01:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.460726+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:01:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.461918+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:01:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.467263+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:01:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.468728+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.470116+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:01:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.471341+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:01:55.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.477459+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:01:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.478939+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.480213+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.481399+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.482550+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.483720+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.484860+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.485969+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:01:55.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.491892+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:01:55.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.493931+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:01:55.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.499338+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:01:55.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.501253+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:55.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.502665+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:01:55.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.511497+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:55.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.572146+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:55.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.574103+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:01:55.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:55 smithi063 bash[48646]: audit 2024-09-10T19:01:54.584540+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: cluster 2024-09-10T19:01:54.349884+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-10T19:01:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.362095+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-10T19:01:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: cluster 2024-09-10T19:01:54.362179+0000 mon.a (mon.0) 1243 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-09-10T19:01:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.367441+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: cephadm 2024-09-10T19:01:54.368684+0000 mgr.y (mgr.26002) 436 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:01:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.375160+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.377421+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: cephadm 2024-09-10T19:01:54.378342+0000 mgr.y (mgr.26002) 437 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:01:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.386214+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.387813+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.390038+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: cephadm 2024-09-10T19:01:54.391069+0000 mgr.y (mgr.26002) 438 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:01:55.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.398092+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:55.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.400510+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.403102+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.405850+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.408408+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.410667+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.412993+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.416077+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:01:55.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: cluster 2024-09-10T19:01:54.349884+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-10T19:01:55.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.362095+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-10T19:01:55.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: cluster 2024-09-10T19:01:54.362179+0000 mon.a (mon.0) 1243 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-09-10T19:01:55.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.367441+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: cephadm 2024-09-10T19:01:54.368684+0000 mgr.y (mgr.26002) 436 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:01:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.375160+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.377421+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: cephadm 2024-09-10T19:01:54.378342+0000 mgr.y (mgr.26002) 437 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:01:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.386214+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.387813+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.390038+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: cephadm 2024-09-10T19:01:54.391069+0000 mgr.y (mgr.26002) 438 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:01:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.398092+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.400510+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.403102+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.405850+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.408408+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.410667+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.412993+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:55.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.416077+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:01:55.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.424070+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:01:55.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.425480+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.434490+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:01:55.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.435831+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:01:55.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.443343+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:01:55.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.444741+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:01:55.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.452057+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:01:55.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.453329+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:01:55.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.459331+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:01:55.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.460726+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:01:55.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.461918+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:01:55.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.467263+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:01:55.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.468728+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.470116+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:01:55.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.471341+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:01:55.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.477459+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:01:55.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.424070+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:01:55.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.425480+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.434490+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:01:55.641 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.435831+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:01:55.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.443343+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:01:55.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.444741+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:01:55.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.452057+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:01:55.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.453329+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:01:55.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.459331+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:01:55.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.460726+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:01:55.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.461918+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:01:55.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.467263+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:01:55.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.468728+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.470116+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:01:55.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.471341+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:01:55.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.477459+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:01:55.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.478939+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.480213+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.481399+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.482550+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.483720+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.484860+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.485969+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:01:55.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.491892+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:01:55.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.493931+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:01:55.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.499338+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:01:55.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.501253+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:55.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.502665+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:01:55.643 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.511497+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:55.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.572146+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:55.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.574103+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:01:55.644 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[53082]: audit 2024-09-10T19:01:54.584540+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:55.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.478939+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.480213+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.481399+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.482550+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.483720+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.484860+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:01:55.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.485969+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:01:55.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.491892+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:01:55.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.493931+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:01:55.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.499338+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:01:55.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.501253+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:55.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.502665+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:01:55.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.511497+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:55.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.572146+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:01:55.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.574103+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:01:55.645 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:55 smithi031 bash[54359]: audit 2024-09-10T19:01:54.584540+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:56.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:56 smithi063 bash[48646]: cephadm 2024-09-10T19:01:54.414352+0000 mgr.y (mgr.26002) 439 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:01:56.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:56 smithi063 bash[48646]: cephadm 2024-09-10T19:01:54.493052+0000 mgr.y (mgr.26002) 440 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:01:56.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:56 smithi063 bash[48646]: cephadm 2024-09-10T19:01:54.503876+0000 mgr.y (mgr.26002) 441 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:01:56.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:56 smithi063 bash[48646]: cluster 2024-09-10T19:01:54.504875+0000 mgr.y (mgr.26002) 442 : cluster [DBG] pgmap v293: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:56.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:56 smithi063 bash[48646]: cluster 2024-09-10T19:01:54.505249+0000 mgr.y (mgr.26002) 443 : cluster [DBG] pgmap v294: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:56.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:56 smithi063 bash[48646]: cephadm 2024-09-10T19:01:54.575760+0000 mgr.y (mgr.26002) 444 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:01:56.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:56 smithi063 bash[48646]: cluster 2024-09-10T19:01:54.576914+0000 mgr.y (mgr.26002) 445 : cluster [DBG] pgmap v295: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:56.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:56 smithi063 bash[48646]: cluster 2024-09-10T19:01:54.577425+0000 mgr.y (mgr.26002) 446 : cluster [DBG] pgmap v296: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:56.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:56 smithi031 bash[53082]: cephadm 2024-09-10T19:01:54.414352+0000 mgr.y (mgr.26002) 439 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:01:56.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:56 smithi031 bash[53082]: cephadm 2024-09-10T19:01:54.493052+0000 mgr.y (mgr.26002) 440 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:01:56.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:56 smithi031 bash[53082]: cephadm 2024-09-10T19:01:54.503876+0000 mgr.y (mgr.26002) 441 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:01:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:56 smithi031 bash[53082]: cluster 2024-09-10T19:01:54.504875+0000 mgr.y (mgr.26002) 442 : cluster [DBG] pgmap v293: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:56 smithi031 bash[53082]: cluster 2024-09-10T19:01:54.505249+0000 mgr.y (mgr.26002) 443 : cluster [DBG] pgmap v294: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:56 smithi031 bash[53082]: cephadm 2024-09-10T19:01:54.575760+0000 mgr.y (mgr.26002) 444 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:01:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:56 smithi031 bash[53082]: cluster 2024-09-10T19:01:54.576914+0000 mgr.y (mgr.26002) 445 : cluster [DBG] pgmap v295: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:56.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:56 smithi031 bash[53082]: cluster 2024-09-10T19:01:54.577425+0000 mgr.y (mgr.26002) 446 : cluster [DBG] pgmap v296: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:56.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:56 smithi031 bash[54359]: cephadm 2024-09-10T19:01:54.414352+0000 mgr.y (mgr.26002) 439 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:01:56.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:56 smithi031 bash[54359]: cephadm 2024-09-10T19:01:54.493052+0000 mgr.y (mgr.26002) 440 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:01:56.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:56 smithi031 bash[54359]: cephadm 2024-09-10T19:01:54.503876+0000 mgr.y (mgr.26002) 441 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:01:56.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:56 smithi031 bash[54359]: cluster 2024-09-10T19:01:54.504875+0000 mgr.y (mgr.26002) 442 : cluster [DBG] pgmap v293: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:56.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:56 smithi031 bash[54359]: cluster 2024-09-10T19:01:54.505249+0000 mgr.y (mgr.26002) 443 : cluster [DBG] pgmap v294: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:56.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:56 smithi031 bash[54359]: cephadm 2024-09-10T19:01:54.575760+0000 mgr.y (mgr.26002) 444 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:01:56.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:56 smithi031 bash[54359]: cluster 2024-09-10T19:01:54.576914+0000 mgr.y (mgr.26002) 445 : cluster [DBG] pgmap v295: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:56.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:56 smithi031 bash[54359]: cluster 2024-09-10T19:01:54.577425+0000 mgr.y (mgr.26002) 446 : cluster [DBG] pgmap v296: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:57.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:57 smithi063 bash[48646]: audit 2024-09-10T19:01:56.437124+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:57.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:57 smithi063 bash[48646]: cluster 2024-09-10T19:01:56.578428+0000 mgr.y (mgr.26002) 447 : cluster [DBG] pgmap v297: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:57.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:57 smithi031 bash[53082]: audit 2024-09-10T19:01:56.437124+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:57.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:57 smithi031 bash[53082]: cluster 2024-09-10T19:01:56.578428+0000 mgr.y (mgr.26002) 447 : cluster [DBG] pgmap v297: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:01:57.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:57 smithi031 bash[54359]: audit 2024-09-10T19:01:56.437124+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:01:57.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:57 smithi031 bash[54359]: cluster 2024-09-10T19:01:56.578428+0000 mgr.y (mgr.26002) 447 : cluster [DBG] pgmap v297: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:00.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:01:59 smithi063 bash[48646]: cluster 2024-09-10T19:01:58.579520+0000 mgr.y (mgr.26002) 448 : cluster [DBG] pgmap v298: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:00.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:01:59 smithi031 bash[53082]: cluster 2024-09-10T19:01:58.579520+0000 mgr.y (mgr.26002) 448 : cluster [DBG] pgmap v298: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:00.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:01:59 smithi031 bash[54359]: cluster 2024-09-10T19:01:58.579520+0000 mgr.y (mgr.26002) 448 : cluster [DBG] pgmap v298: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:02.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:01 smithi063 bash[48646]: cluster 2024-09-10T19:02:00.580616+0000 mgr.y (mgr.26002) 449 : cluster [DBG] pgmap v299: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:02.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:01 smithi031 bash[54359]: cluster 2024-09-10T19:02:00.580616+0000 mgr.y (mgr.26002) 449 : cluster [DBG] pgmap v299: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:02.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:01 smithi031 bash[53082]: cluster 2024-09-10T19:02:00.580616+0000 mgr.y (mgr.26002) 449 : cluster [DBG] pgmap v299: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:04.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:03 smithi063 bash[48646]: cluster 2024-09-10T19:02:02.581700+0000 mgr.y (mgr.26002) 450 : cluster [DBG] pgmap v300: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:04.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:03 smithi031 bash[53082]: cluster 2024-09-10T19:02:02.581700+0000 mgr.y (mgr.26002) 450 : cluster [DBG] pgmap v300: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:04.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:03 smithi031 bash[54359]: cluster 2024-09-10T19:02:02.581700+0000 mgr.y (mgr.26002) 450 : cluster [DBG] pgmap v300: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:06.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:05 smithi063 bash[48646]: cluster 2024-09-10T19:02:04.582874+0000 mgr.y (mgr.26002) 451 : cluster [DBG] pgmap v301: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:06.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:05 smithi031 bash[53082]: cluster 2024-09-10T19:02:04.582874+0000 mgr.y (mgr.26002) 451 : cluster [DBG] pgmap v301: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:06.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:05 smithi031 bash[54359]: cluster 2024-09-10T19:02:04.582874+0000 mgr.y (mgr.26002) 451 : cluster [DBG] pgmap v301: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:08.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:07 smithi063 bash[48646]: cluster 2024-09-10T19:02:06.583965+0000 mgr.y (mgr.26002) 452 : cluster [DBG] pgmap v302: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:08.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:07 smithi031 bash[54359]: cluster 2024-09-10T19:02:06.583965+0000 mgr.y (mgr.26002) 452 : cluster [DBG] pgmap v302: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:08.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:07 smithi031 bash[53082]: cluster 2024-09-10T19:02:06.583965+0000 mgr.y (mgr.26002) 452 : cluster [DBG] pgmap v302: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:10.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:09 smithi063 bash[48646]: cluster 2024-09-10T19:02:08.585107+0000 mgr.y (mgr.26002) 453 : cluster [DBG] pgmap v303: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:10.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:09 smithi031 bash[54359]: cluster 2024-09-10T19:02:08.585107+0000 mgr.y (mgr.26002) 453 : cluster [DBG] pgmap v303: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:10.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:09 smithi031 bash[53082]: cluster 2024-09-10T19:02:08.585107+0000 mgr.y (mgr.26002) 453 : cluster [DBG] pgmap v303: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:11.684 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:02:12.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:11 smithi063 bash[48646]: cluster 2024-09-10T19:02:10.585936+0000 mgr.y (mgr.26002) 454 : cluster [DBG] pgmap v304: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:12.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:11 smithi063 bash[48646]: audit 2024-09-10T19:02:10.922310+0000 mgr.y (mgr.26002) 455 : audit [DBG] from='client.54636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:12.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:11 smithi031 bash[53082]: cluster 2024-09-10T19:02:10.585936+0000 mgr.y (mgr.26002) 454 : cluster [DBG] pgmap v304: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:12.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:11 smithi031 bash[53082]: audit 2024-09-10T19:02:10.922310+0000 mgr.y (mgr.26002) 455 : audit [DBG] from='client.54636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:12.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:11 smithi031 bash[54359]: cluster 2024-09-10T19:02:10.585936+0000 mgr.y (mgr.26002) 454 : cluster [DBG] pgmap v304: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:12.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:11 smithi031 bash[54359]: audit 2024-09-10T19:02:10.922310+0000 mgr.y (mgr.26002) 455 : audit [DBG] from='client.54636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:14.008 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:13 smithi031 bash[53082]: cluster 2024-09-10T19:02:12.586930+0000 mgr.y (mgr.26002) 456 : cluster [DBG] pgmap v305: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:14.009 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:13 smithi031 bash[54359]: cluster 2024-09-10T19:02:12.586930+0000 mgr.y (mgr.26002) 456 : cluster [DBG] pgmap v305: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:14.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:13 smithi063 bash[48646]: cluster 2024-09-10T19:02:12.586930+0000 mgr.y (mgr.26002) 456 : cluster [DBG] pgmap v305: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:15.475 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:02:15.475 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (10m) 2m ago 35m 16.7M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T19:02:15.475 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (9m) 33s ago 34m 82.2M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T19:02:15.476 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 33s ago 35m - - 2024-09-10T19:02:15.476 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (12m) 33s ago 39m 394M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T19:02:15.476 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (22m) 2m ago 41m 439M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T19:02:15.476 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (7m) 2m ago 41m 71.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T19:02:15.476 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (8m) 33s ago 40m 65.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T19:02:15.476 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (7m) 2m ago 40m 48.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 cf5fe597e338 2024-09-10T19:02:15.476 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (11m) 2m ago 35m 11.7M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T19:02:15.476 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (11m) 33s ago 35m 12.0M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T19:02:15.476 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (5m) 2m ago 39m 48.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9db09b69d74a 2024-09-10T19:02:15.476 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (4m) 2m ago 39m 49.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 83e1bd140921 2024-09-10T19:02:15.476 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (3m) 2m ago 38m 44.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fdd9237ce79f 2024-09-10T19:02:15.476 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (2m) 2m ago 38m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 0e61e0b0b050 2024-09-10T19:02:15.476 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (2m) 33s ago 37m 50.7M 4096M 17.2.7-1606-g5be57395 4c55dd409611 d4f548fd1ba0 2024-09-10T19:02:15.477 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (95s) 33s ago 37m 46.4M 4096M 17.2.7-1606-g5be57395 4c55dd409611 c27262966590 2024-09-10T19:02:15.477 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (67s) 33s ago 36m 47.8M 4096M 17.2.7-1606-g5be57395 4c55dd409611 1fb917d8ef99 2024-09-10T19:02:15.477 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (38s) 33s ago 36m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 73bec7fc5962 2024-09-10T19:02:15.477 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (11m) 33s ago 35m 54.6M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T19:02:15.477 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (33m) 2m ago 33m 57.2M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T19:02:15.477 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (33m) 33s ago 33m 58.3M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T19:02:15.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[53082]: cluster 2024-09-10T19:02:14.588160+0000 mgr.y (mgr.26002) 457 : cluster [DBG] pgmap v306: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[53082]: audit 2024-09-10T19:02:15.448093+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[53082]: audit 2024-09-10T19:02:15.449077+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[53082]: audit 2024-09-10T19:02:15.449894+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[53082]: audit 2024-09-10T19:02:15.450760+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[53082]: audit 2024-09-10T19:02:15.451573+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[53082]: audit 2024-09-10T19:02:15.452444+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[53082]: audit 2024-09-10T19:02:15.457915+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[53082]: audit 2024-09-10T19:02:15.458710+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[53082]: audit 2024-09-10T19:02:15.459347+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[53082]: audit 2024-09-10T19:02:15.460094+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:15.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[53082]: audit 2024-09-10T19:02:15.460605+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[54359]: cluster 2024-09-10T19:02:14.588160+0000 mgr.y (mgr.26002) 457 : cluster [DBG] pgmap v306: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[54359]: audit 2024-09-10T19:02:15.448093+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[54359]: audit 2024-09-10T19:02:15.449077+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[54359]: audit 2024-09-10T19:02:15.449894+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[54359]: audit 2024-09-10T19:02:15.450760+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[54359]: audit 2024-09-10T19:02:15.451573+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[54359]: audit 2024-09-10T19:02:15.452444+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[54359]: audit 2024-09-10T19:02:15.457915+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[54359]: audit 2024-09-10T19:02:15.458710+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[54359]: audit 2024-09-10T19:02:15.459347+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[54359]: audit 2024-09-10T19:02:15.460094+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:15.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:15 smithi031 bash[54359]: audit 2024-09-10T19:02:15.460605+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:16.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:15 smithi063 bash[48646]: cluster 2024-09-10T19:02:14.588160+0000 mgr.y (mgr.26002) 457 : cluster [DBG] pgmap v306: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:16.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:15 smithi063 bash[48646]: audit 2024-09-10T19:02:15.448093+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:16.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:15 smithi063 bash[48646]: audit 2024-09-10T19:02:15.449077+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:16.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:15 smithi063 bash[48646]: audit 2024-09-10T19:02:15.449894+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:16.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:15 smithi063 bash[48646]: audit 2024-09-10T19:02:15.450760+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:16.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:15 smithi063 bash[48646]: audit 2024-09-10T19:02:15.451573+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:16.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:15 smithi063 bash[48646]: audit 2024-09-10T19:02:15.452444+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:16.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:15 smithi063 bash[48646]: audit 2024-09-10T19:02:15.457915+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:16.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:15 smithi063 bash[48646]: audit 2024-09-10T19:02:15.458710+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:16.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:15 smithi063 bash[48646]: audit 2024-09-10T19:02:15.459347+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:16.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:15 smithi063 bash[48646]: audit 2024-09-10T19:02:15.460094+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:16.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:15 smithi063 bash[48646]: audit 2024-09-10T19:02:15.460605+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:16.221 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 1'"'"'' 2024-09-10T19:02:16.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:16 smithi031 bash[53082]: audit 2024-09-10T19:02:15.444809+0000 mgr.y (mgr.26002) 458 : audit [DBG] from='client.64552 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:16.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:16 smithi031 bash[54359]: audit 2024-09-10T19:02:15.444809+0000 mgr.y (mgr.26002) 458 : audit [DBG] from='client.64552 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:17.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:16 smithi063 bash[48646]: audit 2024-09-10T19:02:15.444809+0000 mgr.y (mgr.26002) 458 : audit [DBG] from='client.64552 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:17.867 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:17 smithi031 bash[53082]: cluster 2024-09-10T19:02:16.589141+0000 mgr.y (mgr.26002) 459 : cluster [DBG] pgmap v307: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:17.867 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:17 smithi031 bash[54359]: cluster 2024-09-10T19:02:16.589141+0000 mgr.y (mgr.26002) 459 : cluster [DBG] pgmap v307: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:18.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:17 smithi063 bash[48646]: cluster 2024-09-10T19:02:16.589141+0000 mgr.y (mgr.26002) 459 : cluster [DBG] pgmap v307: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:19.699 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:19 smithi031 bash[53082]: cluster 2024-09-10T19:02:18.590279+0000 mgr.y (mgr.26002) 460 : cluster [DBG] pgmap v308: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:19.939 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T19:02:19.953 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:19 smithi031 bash[54359]: cluster 2024-09-10T19:02:18.590279+0000 mgr.y (mgr.26002) 460 : cluster [DBG] pgmap v308: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:20.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:19 smithi063 bash[48646]: cluster 2024-09-10T19:02:18.590279+0000 mgr.y (mgr.26002) 460 : cluster [DBG] pgmap v308: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:20.622 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.osd | keys'"'"' | grep $sha1' 2024-09-10T19:02:20.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:20 smithi031 bash[53082]: audit 2024-09-10T19:02:19.923222+0000 mon.a (mon.0) 1302 : audit [DBG] from='client.54648 172.21.15.31:0/3246110256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:20.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:20 smithi031 bash[54359]: audit 2024-09-10T19:02:19.923222+0000 mon.a (mon.0) 1302 : audit [DBG] from='client.54648 172.21.15.31:0/3246110256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:21.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:20 smithi063 bash[48646]: audit 2024-09-10T19:02:19.923222+0000 mon.a (mon.0) 1302 : audit [DBG] from='client.54648 172.21.15.31:0/3246110256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:22.021 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:21 smithi031 bash[53082]: cluster 2024-09-10T19:02:20.591316+0000 mgr.y (mgr.26002) 461 : cluster [DBG] pgmap v309: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:22.022 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:21 smithi031 bash[54359]: cluster 2024-09-10T19:02:20.591316+0000 mgr.y (mgr.26002) 461 : cluster [DBG] pgmap v309: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:22.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:21 smithi063 bash[48646]: cluster 2024-09-10T19:02:20.591316+0000 mgr.y (mgr.26002) 461 : cluster [DBG] pgmap v309: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:24.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:23 smithi063 bash[48646]: cluster 2024-09-10T19:02:22.592382+0000 mgr.y (mgr.26002) 462 : cluster [DBG] pgmap v310: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:24.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:23 smithi031 bash[54359]: cluster 2024-09-10T19:02:22.592382+0000 mgr.y (mgr.26002) 462 : cluster [DBG] pgmap v310: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:24.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:23 smithi031 bash[53082]: cluster 2024-09-10T19:02:22.592382+0000 mgr.y (mgr.26002) 462 : cluster [DBG] pgmap v310: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:24.232 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)" 2024-09-10T19:02:24.954 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --services rgw.r.z' 2024-09-10T19:02:24.966 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:24 smithi031 bash[53082]: audit 2024-09-10T19:02:24.211093+0000 mon.a (mon.0) 1303 : audit [DBG] from='client.54654 172.21.15.31:0/2870036781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:24.966 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:24 smithi031 bash[54359]: audit 2024-09-10T19:02:24.211093+0000 mon.a (mon.0) 1303 : audit [DBG] from='client.54654 172.21.15.31:0/2870036781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:25.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:24 smithi063 bash[48646]: audit 2024-09-10T19:02:24.211093+0000 mon.a (mon.0) 1303 : audit [DBG] from='client.54654 172.21.15.31:0/2870036781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:26.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:25 smithi063 bash[48646]: cluster 2024-09-10T19:02:24.593535+0000 mgr.y (mgr.26002) 463 : cluster [DBG] pgmap v311: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:26.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:25 smithi031 bash[53082]: cluster 2024-09-10T19:02:24.593535+0000 mgr.y (mgr.26002) 463 : cluster [DBG] pgmap v311: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:26.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:25 smithi031 bash[54359]: cluster 2024-09-10T19:02:24.593535+0000 mgr.y (mgr.26002) 463 : cluster [DBG] pgmap v311: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:28.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:27 smithi063 bash[48646]: cluster 2024-09-10T19:02:26.594592+0000 mgr.y (mgr.26002) 464 : cluster [DBG] pgmap v312: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:28.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:27 smithi031 bash[54359]: cluster 2024-09-10T19:02:26.594592+0000 mgr.y (mgr.26002) 464 : cluster [DBG] pgmap v312: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:28.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:27 smithi031 bash[53082]: cluster 2024-09-10T19:02:26.594592+0000 mgr.y (mgr.26002) 464 : cluster [DBG] pgmap v312: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:30.040 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:29 smithi031 bash[54359]: cluster 2024-09-10T19:02:28.595660+0000 mgr.y (mgr.26002) 465 : cluster [DBG] pgmap v313: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:30.040 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:29 smithi031 bash[54359]: audit 2024-09-10T19:02:28.632157+0000 mgr.y (mgr.26002) 466 : audit [DBG] from='client.64570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "services": "rgw.r.z", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:30.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:29 smithi031 bash[53082]: cluster 2024-09-10T19:02:28.595660+0000 mgr.y (mgr.26002) 465 : cluster [DBG] pgmap v313: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:30.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:29 smithi031 bash[53082]: audit 2024-09-10T19:02:28.632157+0000 mgr.y (mgr.26002) 466 : audit [DBG] from='client.64570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "services": "rgw.r.z", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:30.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:29 smithi063 bash[48646]: cluster 2024-09-10T19:02:28.595660+0000 mgr.y (mgr.26002) 465 : cluster [DBG] pgmap v313: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:30.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:29 smithi063 bash[48646]: audit 2024-09-10T19:02:28.632157+0000 mgr.y (mgr.26002) 466 : audit [DBG] from='client.64570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "services": "rgw.r.z", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:30.855 INFO:teuthology.orchestra.run.smithi031.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:02:31.503 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- 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-10T19:02:32.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:31 smithi063 bash[48646]: cluster 2024-09-10T19:02:30.596690+0000 mgr.y (mgr.26002) 467 : cluster [DBG] pgmap v314: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:32.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:31 smithi063 bash[48646]: cephadm 2024-09-10T19:02:30.844357+0000 mgr.y (mgr.26002) 468 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:02:32.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:31 smithi063 bash[48646]: audit 2024-09-10T19:02:30.852415+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:32.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:31 smithi063 bash[48646]: audit 2024-09-10T19:02:31.148700+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:32.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:31 smithi063 bash[48646]: audit 2024-09-10T19:02:31.156461+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:32.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:31 smithi063 bash[48646]: audit 2024-09-10T19:02:31.159800+0000 mon.a (mon.0) 1307 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:31 smithi063 bash[48646]: audit 2024-09-10T19:02:31.163679+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:31 smithi063 bash[48646]: audit 2024-09-10T19:02:31.172237+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:31 smithi063 bash[48646]: audit 2024-09-10T19:02:31.182746+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:31 smithi063 bash[48646]: audit 2024-09-10T19:02:31.553223+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:31 smithi063 bash[48646]: audit 2024-09-10T19:02:31.554735+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:02:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:31 smithi063 bash[48646]: audit 2024-09-10T19:02:31.566780+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:32.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[54359]: cluster 2024-09-10T19:02:30.596690+0000 mgr.y (mgr.26002) 467 : cluster [DBG] pgmap v314: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:32.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[54359]: cephadm 2024-09-10T19:02:30.844357+0000 mgr.y (mgr.26002) 468 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:02:32.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[54359]: audit 2024-09-10T19:02:30.852415+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:32.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[54359]: audit 2024-09-10T19:02:31.148700+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:32.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[54359]: audit 2024-09-10T19:02:31.156461+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:32.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[54359]: audit 2024-09-10T19:02:31.159800+0000 mon.a (mon.0) 1307 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:32.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[54359]: audit 2024-09-10T19:02:31.163679+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:32.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[54359]: audit 2024-09-10T19:02:31.172237+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:32.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[54359]: audit 2024-09-10T19:02:31.182746+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:32.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[54359]: audit 2024-09-10T19:02:31.553223+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:32.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[54359]: audit 2024-09-10T19:02:31.554735+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:02:32.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[54359]: audit 2024-09-10T19:02:31.566780+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[53082]: cluster 2024-09-10T19:02:30.596690+0000 mgr.y (mgr.26002) 467 : cluster [DBG] pgmap v314: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[53082]: cephadm 2024-09-10T19:02:30.844357+0000 mgr.y (mgr.26002) 468 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:02:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[53082]: audit 2024-09-10T19:02:30.852415+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[53082]: audit 2024-09-10T19:02:31.148700+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[53082]: audit 2024-09-10T19:02:31.156461+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[53082]: audit 2024-09-10T19:02:31.159800+0000 mon.a (mon.0) 1307 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[53082]: audit 2024-09-10T19:02:31.163679+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[53082]: audit 2024-09-10T19:02:31.172237+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[53082]: audit 2024-09-10T19:02:31.182746+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:32.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[53082]: audit 2024-09-10T19:02:31.553223+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:32.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[53082]: audit 2024-09-10T19:02:31.554735+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:02:32.139 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:31 smithi031 bash[53082]: audit 2024-09-10T19:02:31.566780+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:33.485 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:33 smithi031 bash[53082]: cephadm 2024-09-10T19:02:31.556059+0000 mgr.y (mgr.26002) 469 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:02:33.485 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:33 smithi031 bash[53082]: cluster 2024-09-10T19:02:31.557109+0000 mgr.y (mgr.26002) 470 : cluster [DBG] pgmap v315: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:33.485 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:33 smithi031 bash[53082]: cluster 2024-09-10T19:02:31.557413+0000 mgr.y (mgr.26002) 471 : cluster [DBG] pgmap v316: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:33.485 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:33 smithi031 bash[53082]: cephadm 2024-09-10T19:02:31.617066+0000 mgr.y (mgr.26002) 472 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:02:33.485 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:33 smithi031 bash[54359]: cephadm 2024-09-10T19:02:31.556059+0000 mgr.y (mgr.26002) 469 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:02:33.485 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:33 smithi031 bash[54359]: cluster 2024-09-10T19:02:31.557109+0000 mgr.y (mgr.26002) 470 : cluster [DBG] pgmap v315: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:33.485 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:33 smithi031 bash[54359]: cluster 2024-09-10T19:02:31.557413+0000 mgr.y (mgr.26002) 471 : cluster [DBG] pgmap v316: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:33.486 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:33 smithi031 bash[54359]: cephadm 2024-09-10T19:02:31.617066+0000 mgr.y (mgr.26002) 472 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:02:33.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:33 smithi063 bash[48646]: cephadm 2024-09-10T19:02:31.556059+0000 mgr.y (mgr.26002) 469 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:02:33.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:33 smithi063 bash[48646]: cluster 2024-09-10T19:02:31.557109+0000 mgr.y (mgr.26002) 470 : cluster [DBG] pgmap v315: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:33.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:33 smithi063 bash[48646]: cluster 2024-09-10T19:02:31.557413+0000 mgr.y (mgr.26002) 471 : cluster [DBG] pgmap v316: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:33.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:33 smithi063 bash[48646]: cephadm 2024-09-10T19:02:31.617066+0000 mgr.y (mgr.26002) 472 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:02:35.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:35 smithi063 bash[48646]: cluster 2024-09-10T19:02:33.558368+0000 mgr.y (mgr.26002) 473 : cluster [DBG] pgmap v317: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:35.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:35 smithi031 bash[53082]: cluster 2024-09-10T19:02:33.558368+0000 mgr.y (mgr.26002) 473 : cluster [DBG] pgmap v317: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:35.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:35 smithi031 bash[54359]: cluster 2024-09-10T19:02:33.558368+0000 mgr.y (mgr.26002) 473 : cluster [DBG] pgmap v317: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: audit 2024-09-10T19:02:35.288914+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: cephadm 2024-09-10T19:02:35.289458+0000 mgr.y (mgr.26002) 474 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:02:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: cephadm 2024-09-10T19:02:35.289540+0000 mgr.y (mgr.26002) 475 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:02:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: audit 2024-09-10T19:02:35.290789+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:02:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: audit 2024-09-10T19:02:35.301813+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: audit 2024-09-10T19:02:35.304401+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: cephadm 2024-09-10T19:02:35.305612+0000 mgr.y (mgr.26002) 476 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:02:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: audit 2024-09-10T19:02:35.316088+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: audit 2024-09-10T19:02:35.318924+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: cephadm 2024-09-10T19:02:35.320290+0000 mgr.y (mgr.26002) 477 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:02:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: audit 2024-09-10T19:02:35.329117+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: audit 2024-09-10T19:02:35.331427+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: cephadm 2024-09-10T19:02:35.332843+0000 mgr.y (mgr.26002) 478 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:02:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: audit 2024-09-10T19:02:35.341294+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: audit 2024-09-10T19:02:35.344478+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: cephadm 2024-09-10T19:02:35.345748+0000 mgr.y (mgr.26002) 479 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-10T19:02:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: audit 2024-09-10T19:02:35.356057+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: audit 2024-09-10T19:02:35.359265+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: cephadm 2024-09-10T19:02:35.360389+0000 mgr.y (mgr.26002) 480 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:02:36.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: audit 2024-09-10T19:02:35.370832+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: audit 2024-09-10T19:02:36.034272+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:02:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: audit 2024-09-10T19:02:36.034870+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:02:36.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:36 smithi063 bash[48646]: audit 2024-09-10T19:02:36.035365+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:02:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: audit 2024-09-10T19:02:35.288914+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: cephadm 2024-09-10T19:02:35.289458+0000 mgr.y (mgr.26002) 474 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:02:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: cephadm 2024-09-10T19:02:35.289540+0000 mgr.y (mgr.26002) 475 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:02:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: audit 2024-09-10T19:02:35.290789+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:02:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: audit 2024-09-10T19:02:35.301813+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: audit 2024-09-10T19:02:35.304401+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: cephadm 2024-09-10T19:02:35.305612+0000 mgr.y (mgr.26002) 476 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:02:36.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: audit 2024-09-10T19:02:35.316088+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: audit 2024-09-10T19:02:35.318924+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: cephadm 2024-09-10T19:02:35.320290+0000 mgr.y (mgr.26002) 477 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:02:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: audit 2024-09-10T19:02:35.329117+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: audit 2024-09-10T19:02:35.331427+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: cephadm 2024-09-10T19:02:35.332843+0000 mgr.y (mgr.26002) 478 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:02:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: audit 2024-09-10T19:02:35.341294+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: audit 2024-09-10T19:02:35.344478+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: cephadm 2024-09-10T19:02:35.345748+0000 mgr.y (mgr.26002) 479 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-10T19:02:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: audit 2024-09-10T19:02:35.356057+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: audit 2024-09-10T19:02:35.359265+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: cephadm 2024-09-10T19:02:35.360389+0000 mgr.y (mgr.26002) 480 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:02:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: audit 2024-09-10T19:02:35.370832+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: audit 2024-09-10T19:02:36.034272+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:02:36.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: audit 2024-09-10T19:02:36.034870+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:02:36.639 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[53082]: audit 2024-09-10T19:02:36.035365+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:02:36.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: audit 2024-09-10T19:02:35.288914+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: cephadm 2024-09-10T19:02:35.289458+0000 mgr.y (mgr.26002) 474 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:02:36.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: cephadm 2024-09-10T19:02:35.289540+0000 mgr.y (mgr.26002) 475 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:02:36.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: audit 2024-09-10T19:02:35.290789+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:02:36.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: audit 2024-09-10T19:02:35.301813+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: audit 2024-09-10T19:02:35.304401+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:36.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: cephadm 2024-09-10T19:02:35.305612+0000 mgr.y (mgr.26002) 476 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:02:36.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: audit 2024-09-10T19:02:35.316088+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: audit 2024-09-10T19:02:35.318924+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:36.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: cephadm 2024-09-10T19:02:35.320290+0000 mgr.y (mgr.26002) 477 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:02:36.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: audit 2024-09-10T19:02:35.329117+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: audit 2024-09-10T19:02:35.331427+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:36.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: cephadm 2024-09-10T19:02:35.332843+0000 mgr.y (mgr.26002) 478 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:02:36.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: audit 2024-09-10T19:02:35.341294+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: audit 2024-09-10T19:02:35.344478+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:36.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: cephadm 2024-09-10T19:02:35.345748+0000 mgr.y (mgr.26002) 479 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-10T19:02:36.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: audit 2024-09-10T19:02:35.356057+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: audit 2024-09-10T19:02:35.359265+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:36.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: cephadm 2024-09-10T19:02:35.360389+0000 mgr.y (mgr.26002) 480 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:02:36.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: audit 2024-09-10T19:02:35.370832+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:36.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: audit 2024-09-10T19:02:36.034272+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:02:36.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: audit 2024-09-10T19:02:36.034870+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:02:36.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:36 smithi031 bash[54359]: audit 2024-09-10T19:02:36.035365+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:02:37.418 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T19:02:37.511 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:37 smithi031 bash[53082]: cluster 2024-09-10T19:02:35.559128+0000 mgr.y (mgr.26002) 481 : cluster [DBG] pgmap v318: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:37.512 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:37 smithi031 bash[54359]: cluster 2024-09-10T19:02:35.559128+0000 mgr.y (mgr.26002) 481 : cluster [DBG] pgmap v318: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:37.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:37 smithi063 bash[48646]: cluster 2024-09-10T19:02:35.559128+0000 mgr.y (mgr.26002) 481 : cluster [DBG] pgmap v318: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:38.137 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:02:38.137 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (10m) 2m ago 35m 16.7M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T19:02:38.137 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (10m) 56s ago 34m 82.2M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T19:02:38.137 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 56s ago 36m - - 2024-09-10T19:02:38.137 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (12m) 56s ago 40m 394M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T19:02:38.137 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (22m) 2m ago 41m 439M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T19:02:38.137 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (8m) 2m ago 42m 71.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T19:02:38.137 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (9m) 56s ago 40m 65.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T19:02:38.137 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (7m) 2m ago 40m 48.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 cf5fe597e338 2024-09-10T19:02:38.138 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (12m) 2m ago 35m 11.7M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T19:02:38.138 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (11m) 56s ago 35m 12.0M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T19:02:38.138 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (5m) 2m ago 39m 48.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9db09b69d74a 2024-09-10T19:02:38.138 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (4m) 2m ago 39m 49.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 83e1bd140921 2024-09-10T19:02:38.138 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (3m) 2m ago 38m 44.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fdd9237ce79f 2024-09-10T19:02:38.138 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (2m) 2m ago 38m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 0e61e0b0b050 2024-09-10T19:02:38.138 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (2m) 56s ago 38m 50.7M 4096M 17.2.7-1606-g5be57395 4c55dd409611 d4f548fd1ba0 2024-09-10T19:02:38.138 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (118s) 56s ago 37m 46.4M 4096M 17.2.7-1606-g5be57395 4c55dd409611 c27262966590 2024-09-10T19:02:38.138 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (90s) 56s ago 37m 47.8M 4096M 17.2.7-1606-g5be57395 4c55dd409611 1fb917d8ef99 2024-09-10T19:02:38.138 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (61s) 56s ago 36m - 4096M 17.2.7-1606-g5be57395 4c55dd409611 73bec7fc5962 2024-09-10T19:02:38.138 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (11m) 56s ago 35m 54.6M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T19:02:38.138 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (33m) 2m ago 33m 57.2M - 15.2.9 dfc483079636 be1ddfbce30d 2024-09-10T19:02:38.138 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (33m) 56s ago 33m 58.3M - 15.2.9 dfc483079636 2151d91c0fd9 2024-09-10T19:02:38.582 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T19:02:38.582 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T19:02:38.582 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:02:38.582 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:02:38.582 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T19:02:38.582 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:02:38.582 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:02:38.582 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T19:02:38.583 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T19:02:38.583 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:02:38.583 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T19:02:38.583 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-10T19:02:38.583 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:02:38.583 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T19:02:38.583 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2, 2024-09-10T19:02:38.583 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 13 2024-09-10T19:02:38.583 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T19:02:38.583 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T19:02:38.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[53082]: audit 2024-09-10T19:02:37.402686+0000 mgr.y (mgr.26002) 482 : audit [DBG] from='client.54666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:38.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[53082]: audit 2024-09-10T19:02:38.083364+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:38.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[53082]: audit 2024-09-10T19:02:38.084579+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi031.kibhei", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:02:38.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[53082]: audit 2024-09-10T19:02:38.086403+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:38.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[53082]: audit 2024-09-10T19:02:38.088482+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi031.kibhei","key": "container_image"}]: dispatch 2024-09-10T19:02:38.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[53082]: audit 2024-09-10T19:02:38.116974+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:38.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[53082]: audit 2024-09-10T19:02:38.117660+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:38.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[53082]: audit 2024-09-10T19:02:38.118146+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[53082]: audit 2024-09-10T19:02:38.118671+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[53082]: audit 2024-09-10T19:02:38.119387+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[53082]: audit 2024-09-10T19:02:38.119852+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[53082]: audit 2024-09-10T19:02:38.122075+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:38.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[53082]: audit 2024-09-10T19:02:38.122578+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[53082]: audit 2024-09-10T19:02:38.123050+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[53082]: audit 2024-09-10T19:02:38.123485+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[53082]: audit 2024-09-10T19:02:38.123948+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[54359]: audit 2024-09-10T19:02:37.402686+0000 mgr.y (mgr.26002) 482 : audit [DBG] from='client.54666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:38.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[54359]: audit 2024-09-10T19:02:38.083364+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:38.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[54359]: audit 2024-09-10T19:02:38.084579+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi031.kibhei", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:02:38.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[54359]: audit 2024-09-10T19:02:38.086403+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:38.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[54359]: audit 2024-09-10T19:02:38.088482+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi031.kibhei","key": "container_image"}]: dispatch 2024-09-10T19:02:38.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[54359]: audit 2024-09-10T19:02:38.116974+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:38.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[54359]: audit 2024-09-10T19:02:38.117660+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:38.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[54359]: audit 2024-09-10T19:02:38.118146+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[54359]: audit 2024-09-10T19:02:38.118671+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[54359]: audit 2024-09-10T19:02:38.119387+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[54359]: audit 2024-09-10T19:02:38.119852+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[54359]: audit 2024-09-10T19:02:38.122075+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:38.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[54359]: audit 2024-09-10T19:02:38.122578+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[54359]: audit 2024-09-10T19:02:38.123050+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[54359]: audit 2024-09-10T19:02:38.123485+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:38 smithi031 bash[54359]: audit 2024-09-10T19:02:38.123948+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:38 smithi063 bash[48646]: audit 2024-09-10T19:02:37.402686+0000 mgr.y (mgr.26002) 482 : audit [DBG] from='client.54666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:38.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:38 smithi063 bash[48646]: audit 2024-09-10T19:02:38.083364+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:38.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:38 smithi063 bash[48646]: audit 2024-09-10T19:02:38.084579+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi031.kibhei", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:02:38.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:38 smithi063 bash[48646]: audit 2024-09-10T19:02:38.086403+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:38.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:38 smithi063 bash[48646]: audit 2024-09-10T19:02:38.088482+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi031.kibhei","key": "container_image"}]: dispatch 2024-09-10T19:02:38.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:38 smithi063 bash[48646]: audit 2024-09-10T19:02:38.116974+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:38.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:38 smithi063 bash[48646]: audit 2024-09-10T19:02:38.117660+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:38.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:38 smithi063 bash[48646]: audit 2024-09-10T19:02:38.118146+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:38 smithi063 bash[48646]: audit 2024-09-10T19:02:38.118671+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:38 smithi063 bash[48646]: audit 2024-09-10T19:02:38.119387+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:38 smithi063 bash[48646]: audit 2024-09-10T19:02:38.119852+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:38 smithi063 bash[48646]: audit 2024-09-10T19:02:38.122075+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:38.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:38 smithi063 bash[48646]: audit 2024-09-10T19:02:38.122578+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:38 smithi063 bash[48646]: audit 2024-09-10T19:02:38.123050+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:38 smithi063 bash[48646]: audit 2024-09-10T19:02:38.123485+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:38 smithi063 bash[48646]: audit 2024-09-10T19:02:38.123948+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:38.945 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T19:02:38.945 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:02:38.945 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T19:02:38.945 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading daemons in service(s) rgw.r.z", 2024-09-10T19:02:38.945 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [], 2024-09-10T19:02:38.945 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "0/2 daemons upgraded", 2024-09-10T19:02:38.945 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading rgw daemons", 2024-09-10T19:02:38.945 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T19:02:38.945 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T19:02:39.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:39 smithi031 bash[54359]: cluster 2024-09-10T19:02:37.559909+0000 mgr.y (mgr.26002) 483 : cluster [DBG] pgmap v319: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:39.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:39 smithi031 bash[54359]: audit 2024-09-10T19:02:37.760247+0000 mgr.y (mgr.26002) 484 : audit [DBG] from='client.54672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:39.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:39 smithi031 bash[54359]: cephadm 2024-09-10T19:02:38.077837+0000 mgr.y (mgr.26002) 485 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi031.kibhei (1/2) 2024-09-10T19:02:39.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:39 smithi031 bash[54359]: cephadm 2024-09-10T19:02:38.087708+0000 mgr.y (mgr.26002) 486 : cephadm [INF] Deploying daemon rgw.r.z.smithi031.kibhei on smithi031 2024-09-10T19:02:39.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:39 smithi031 bash[54359]: audit 2024-09-10T19:02:38.114238+0000 mgr.y (mgr.26002) 487 : audit [DBG] from='client.64588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:39.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:39 smithi031 bash[54359]: audit 2024-09-10T19:02:38.579151+0000 mon.c (mon.1) 15 : audit [DBG] from='client.64594 172.21.15.31:0/3108873899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:39.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:39 smithi031 bash[53082]: cluster 2024-09-10T19:02:37.559909+0000 mgr.y (mgr.26002) 483 : cluster [DBG] pgmap v319: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:39.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:39 smithi031 bash[53082]: audit 2024-09-10T19:02:37.760247+0000 mgr.y (mgr.26002) 484 : audit [DBG] from='client.54672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:39.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:39 smithi031 bash[53082]: cephadm 2024-09-10T19:02:38.077837+0000 mgr.y (mgr.26002) 485 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi031.kibhei (1/2) 2024-09-10T19:02:39.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:39 smithi031 bash[53082]: cephadm 2024-09-10T19:02:38.087708+0000 mgr.y (mgr.26002) 486 : cephadm [INF] Deploying daemon rgw.r.z.smithi031.kibhei on smithi031 2024-09-10T19:02:39.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:39 smithi031 bash[53082]: audit 2024-09-10T19:02:38.114238+0000 mgr.y (mgr.26002) 487 : audit [DBG] from='client.64588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:39.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:39 smithi031 bash[53082]: audit 2024-09-10T19:02:38.579151+0000 mon.c (mon.1) 15 : audit [DBG] from='client.64594 172.21.15.31:0/3108873899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:39.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:39 smithi063 bash[48646]: cluster 2024-09-10T19:02:37.559909+0000 mgr.y (mgr.26002) 483 : cluster [DBG] pgmap v319: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:39.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:39 smithi063 bash[48646]: audit 2024-09-10T19:02:37.760247+0000 mgr.y (mgr.26002) 484 : audit [DBG] from='client.54672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:39.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:39 smithi063 bash[48646]: cephadm 2024-09-10T19:02:38.077837+0000 mgr.y (mgr.26002) 485 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi031.kibhei (1/2) 2024-09-10T19:02:39.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:39 smithi063 bash[48646]: cephadm 2024-09-10T19:02:38.087708+0000 mgr.y (mgr.26002) 486 : cephadm [INF] Deploying daemon rgw.r.z.smithi031.kibhei on smithi031 2024-09-10T19:02:39.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:39 smithi063 bash[48646]: audit 2024-09-10T19:02:38.114238+0000 mgr.y (mgr.26002) 487 : audit [DBG] from='client.64588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:39.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:39 smithi063 bash[48646]: audit 2024-09-10T19:02:38.579151+0000 mon.c (mon.1) 15 : audit [DBG] from='client.64594 172.21.15.31:0/3108873899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:40.731 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:40 smithi031 bash[53082]: audit 2024-09-10T19:02:38.941872+0000 mgr.y (mgr.26002) 488 : audit [DBG] from='client.64600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:40.732 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:40 smithi031 bash[54359]: audit 2024-09-10T19:02:38.941872+0000 mgr.y (mgr.26002) 488 : audit [DBG] from='client.64600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:40.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:40 smithi063 bash[48646]: audit 2024-09-10T19:02:38.941872+0000 mgr.y (mgr.26002) 488 : audit [DBG] from='client.64600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:41.601 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:41 smithi031 bash[53082]: cluster 2024-09-10T19:02:39.560851+0000 mgr.y (mgr.26002) 489 : cluster [DBG] pgmap v320: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:41.601 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:41 smithi031 bash[54359]: cluster 2024-09-10T19:02:39.560851+0000 mgr.y (mgr.26002) 489 : cluster [DBG] pgmap v320: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:41.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:41 smithi063 bash[48646]: cluster 2024-09-10T19:02:39.560851+0000 mgr.y (mgr.26002) 489 : cluster [DBG] pgmap v320: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:42.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:42 smithi031 bash[53082]: audit 2024-09-10T19:02:42.094670+0000 mon.a (mon.0) 1345 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:42.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:42 smithi031 bash[53082]: audit 2024-09-10T19:02:42.103805+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:42.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:42 smithi031 bash[53082]: audit 2024-09-10T19:02:42.111652+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:42.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:42 smithi031 bash[54359]: audit 2024-09-10T19:02:42.094670+0000 mon.a (mon.0) 1345 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:42.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:42 smithi031 bash[54359]: audit 2024-09-10T19:02:42.103805+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:42.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:42 smithi031 bash[54359]: audit 2024-09-10T19:02:42.111652+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:42.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:42 smithi063 bash[48646]: audit 2024-09-10T19:02:42.094670+0000 mon.a (mon.0) 1345 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:42.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:42 smithi063 bash[48646]: audit 2024-09-10T19:02:42.103805+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:42.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:42 smithi063 bash[48646]: audit 2024-09-10T19:02:42.111652+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:43.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:43 smithi031 bash[53082]: cluster 2024-09-10T19:02:41.561908+0000 mgr.y (mgr.26002) 490 : cluster [DBG] pgmap v321: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:43.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:43 smithi031 bash[54359]: cluster 2024-09-10T19:02:41.561908+0000 mgr.y (mgr.26002) 490 : cluster [DBG] pgmap v321: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:43.709 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:43 smithi063 bash[48646]: cluster 2024-09-10T19:02:41.561908+0000 mgr.y (mgr.26002) 490 : cluster [DBG] pgmap v321: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:45.708 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:45 smithi063 bash[48646]: cluster 2024-09-10T19:02:43.563382+0000 mgr.y (mgr.26002) 491 : cluster [DBG] pgmap v322: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:45.708 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:45 smithi063 bash[48646]: audit 2024-09-10T19:02:44.452095+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:45.708 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:45 smithi063 bash[48646]: audit 2024-09-10T19:02:44.453841+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi063.jzpdua", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:02:45.708 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:45 smithi063 bash[48646]: audit 2024-09-10T19:02:44.457269+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:45.709 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:45 smithi063 bash[48646]: audit 2024-09-10T19:02:44.459435+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi063.jzpdua","key": "container_image"}]: dispatch 2024-09-10T19:02:45.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:45 smithi031 bash[53082]: cluster 2024-09-10T19:02:43.563382+0000 mgr.y (mgr.26002) 491 : cluster [DBG] pgmap v322: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:45.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:45 smithi031 bash[53082]: audit 2024-09-10T19:02:44.452095+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:45.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:45 smithi031 bash[53082]: audit 2024-09-10T19:02:44.453841+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi063.jzpdua", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:02:45.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:45 smithi031 bash[53082]: audit 2024-09-10T19:02:44.457269+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:45.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:45 smithi031 bash[53082]: audit 2024-09-10T19:02:44.459435+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi063.jzpdua","key": "container_image"}]: dispatch 2024-09-10T19:02:45.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:45 smithi031 bash[54359]: cluster 2024-09-10T19:02:43.563382+0000 mgr.y (mgr.26002) 491 : cluster [DBG] pgmap v322: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:02:45.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:45 smithi031 bash[54359]: audit 2024-09-10T19:02:44.452095+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:45.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:45 smithi031 bash[54359]: audit 2024-09-10T19:02:44.453841+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi063.jzpdua", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:02:45.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:45 smithi031 bash[54359]: audit 2024-09-10T19:02:44.457269+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:45.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:45 smithi031 bash[54359]: audit 2024-09-10T19:02:44.459435+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi063.jzpdua","key": "container_image"}]: dispatch 2024-09-10T19:02:46.866 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:46 smithi063 bash[48646]: cephadm 2024-09-10T19:02:44.442435+0000 mgr.y (mgr.26002) 492 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi063.jzpdua (2/2) 2024-09-10T19:02:46.866 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:46 smithi063 bash[48646]: cephadm 2024-09-10T19:02:44.458716+0000 mgr.y (mgr.26002) 493 : cephadm [INF] Deploying daemon rgw.r.z.smithi063.jzpdua on smithi063 2024-09-10T19:02:46.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:46 smithi031 bash[53082]: cephadm 2024-09-10T19:02:44.442435+0000 mgr.y (mgr.26002) 492 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi063.jzpdua (2/2) 2024-09-10T19:02:46.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:46 smithi031 bash[53082]: cephadm 2024-09-10T19:02:44.458716+0000 mgr.y (mgr.26002) 493 : cephadm [INF] Deploying daemon rgw.r.z.smithi063.jzpdua on smithi063 2024-09-10T19:02:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:46 smithi031 bash[54359]: cephadm 2024-09-10T19:02:44.442435+0000 mgr.y (mgr.26002) 492 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi063.jzpdua (2/2) 2024-09-10T19:02:46.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:46 smithi031 bash[54359]: cephadm 2024-09-10T19:02:44.458716+0000 mgr.y (mgr.26002) 493 : cephadm [INF] Deploying daemon rgw.r.z.smithi063.jzpdua on smithi063 2024-09-10T19:02:47.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:47 smithi063 bash[48646]: cluster 2024-09-10T19:02:45.564496+0000 mgr.y (mgr.26002) 494 : cluster [DBG] pgmap v323: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 85 B/s wr, 32 op/s 2024-09-10T19:02:47.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:47 smithi031 bash[53082]: cluster 2024-09-10T19:02:45.564496+0000 mgr.y (mgr.26002) 494 : cluster [DBG] pgmap v323: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 85 B/s wr, 32 op/s 2024-09-10T19:02:47.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:47 smithi031 bash[54359]: cluster 2024-09-10T19:02:45.564496+0000 mgr.y (mgr.26002) 494 : cluster [DBG] pgmap v323: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 85 B/s wr, 32 op/s 2024-09-10T19:02:48.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:48 smithi063 bash[48646]: audit 2024-09-10T19:02:48.265178+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:48.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:48 smithi063 bash[48646]: audit 2024-09-10T19:02:48.273258+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:48.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:48 smithi063 bash[48646]: audit 2024-09-10T19:02:48.282790+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:48.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:48 smithi063 bash[48646]: audit 2024-09-10T19:02:48.286249+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:48.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:48 smithi063 bash[48646]: audit 2024-09-10T19:02:48.289829+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:48.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:48 smithi031 bash[53082]: audit 2024-09-10T19:02:48.265178+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:48.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:48 smithi031 bash[53082]: audit 2024-09-10T19:02:48.273258+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:48.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:48 smithi031 bash[53082]: audit 2024-09-10T19:02:48.282790+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:48.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:48 smithi031 bash[53082]: audit 2024-09-10T19:02:48.286249+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:48.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:48 smithi031 bash[53082]: audit 2024-09-10T19:02:48.289829+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:48 smithi031 bash[54359]: audit 2024-09-10T19:02:48.265178+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:48 smithi031 bash[54359]: audit 2024-09-10T19:02:48.273258+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:48 smithi031 bash[54359]: audit 2024-09-10T19:02:48.282790+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:48 smithi031 bash[54359]: audit 2024-09-10T19:02:48.286249+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:48 smithi031 bash[54359]: audit 2024-09-10T19:02:48.289829+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:49.849 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:49 smithi063 bash[48646]: cluster 2024-09-10T19:02:47.565563+0000 mgr.y (mgr.26002) 495 : cluster [DBG] pgmap v324: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 85 B/s wr, 57 op/s 2024-09-10T19:02:49.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:49 smithi031 bash[54359]: cluster 2024-09-10T19:02:47.565563+0000 mgr.y (mgr.26002) 495 : cluster [DBG] pgmap v324: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 85 B/s wr, 57 op/s 2024-09-10T19:02:49.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:49 smithi031 bash[53082]: cluster 2024-09-10T19:02:47.565563+0000 mgr.y (mgr.26002) 495 : cluster [DBG] pgmap v324: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 85 B/s wr, 57 op/s 2024-09-10T19:02:50.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:50 smithi063 bash[48646]: cluster 2024-09-10T19:02:49.566596+0000 mgr.y (mgr.26002) 496 : cluster [DBG] pgmap v325: 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-10T19:02:50.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:50 smithi031 bash[53082]: cluster 2024-09-10T19:02:49.566596+0000 mgr.y (mgr.26002) 496 : cluster [DBG] pgmap v325: 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-10T19:02:50.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:50 smithi031 bash[54359]: cluster 2024-09-10T19:02:49.566596+0000 mgr.y (mgr.26002) 496 : cluster [DBG] pgmap v325: 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-10T19:02:52.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:52 smithi063 bash[48646]: cluster 2024-09-10T19:02:51.567696+0000 mgr.y (mgr.26002) 497 : cluster [DBG] pgmap v326: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 75 KiB/s rd, 170 B/s wr, 116 op/s 2024-09-10T19:02:52.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:52 smithi031 bash[53082]: cluster 2024-09-10T19:02:51.567696+0000 mgr.y (mgr.26002) 497 : cluster [DBG] pgmap v326: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 75 KiB/s rd, 170 B/s wr, 116 op/s 2024-09-10T19:02:52.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:52 smithi031 bash[54359]: cluster 2024-09-10T19:02:51.567696+0000 mgr.y (mgr.26002) 497 : cluster [DBG] pgmap v326: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 75 KiB/s rd, 170 B/s wr, 116 op/s 2024-09-10T19:02:54.128 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 19:02:53 smithi063 bash[46161]: logger=sqlstore.transactions t=2024-09-10T19:02:53.668556575Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-10T19:02:54.128 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 19:02:53 smithi063 bash[46161]: logger=cleanup t=2024-09-10T19:02:53.750500319Z level=info msg="Completed cleanup jobs" duration=93.386232ms 2024-09-10T19:02:54.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:54 smithi031 bash[53082]: cluster 2024-09-10T19:02:53.568903+0000 mgr.y (mgr.26002) 498 : cluster [DBG] pgmap v327: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 KiB/s rd, 255 B/s wr, 145 op/s 2024-09-10T19:02:54.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:54 smithi031 bash[53082]: audit 2024-09-10T19:02:54.018025+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:54.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:54 smithi031 bash[53082]: audit 2024-09-10T19:02:54.024989+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:54.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:54 smithi031 bash[53082]: audit 2024-09-10T19:02:54.031369+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:54.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:54 smithi031 bash[53082]: audit 2024-09-10T19:02:54.410855+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:54.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:54 smithi031 bash[54359]: cluster 2024-09-10T19:02:53.568903+0000 mgr.y (mgr.26002) 498 : cluster [DBG] pgmap v327: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 KiB/s rd, 255 B/s wr, 145 op/s 2024-09-10T19:02:54.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:54 smithi031 bash[54359]: audit 2024-09-10T19:02:54.018025+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:54.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:54 smithi031 bash[54359]: audit 2024-09-10T19:02:54.024989+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:54.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:54 smithi031 bash[54359]: audit 2024-09-10T19:02:54.031369+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:54.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:54 smithi031 bash[54359]: audit 2024-09-10T19:02:54.410855+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:55.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:54 smithi063 bash[48646]: cluster 2024-09-10T19:02:53.568903+0000 mgr.y (mgr.26002) 498 : cluster [DBG] pgmap v327: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 KiB/s rd, 255 B/s wr, 145 op/s 2024-09-10T19:02:55.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:54 smithi063 bash[48646]: audit 2024-09-10T19:02:54.018025+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:55.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:54 smithi063 bash[48646]: audit 2024-09-10T19:02:54.024989+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:55.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:54 smithi063 bash[48646]: audit 2024-09-10T19:02:54.031369+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:55.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:54 smithi063 bash[48646]: audit 2024-09-10T19:02:54.410855+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:55.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:55 smithi031 bash[53082]: audit 2024-09-10T19:02:54.627695+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:55.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:55 smithi031 bash[53082]: audit 2024-09-10T19:02:54.638172+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:55.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:55 smithi031 bash[53082]: audit 2024-09-10T19:02:54.644566+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:55.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:55 smithi031 bash[53082]: audit 2024-09-10T19:02:54.646230+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:02:55.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:55 smithi031 bash[53082]: audit 2024-09-10T19:02:55.440673+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:55.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:55 smithi031 bash[53082]: audit 2024-09-10T19:02:55.446760+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:55.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:55 smithi031 bash[53082]: audit 2024-09-10T19:02:55.456756+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:55.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:55 smithi031 bash[54359]: audit 2024-09-10T19:02:54.627695+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:55.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:55 smithi031 bash[54359]: audit 2024-09-10T19:02:54.638172+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:55.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:55 smithi031 bash[54359]: audit 2024-09-10T19:02:54.644566+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:55.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:55 smithi031 bash[54359]: audit 2024-09-10T19:02:54.646230+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:02:55.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:55 smithi031 bash[54359]: audit 2024-09-10T19:02:55.440673+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:55.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:55 smithi031 bash[54359]: audit 2024-09-10T19:02:55.446760+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:55.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:55 smithi031 bash[54359]: audit 2024-09-10T19:02:55.456756+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:56.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:55 smithi063 bash[48646]: audit 2024-09-10T19:02:54.627695+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:56.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:55 smithi063 bash[48646]: audit 2024-09-10T19:02:54.638172+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:56.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:55 smithi063 bash[48646]: audit 2024-09-10T19:02:54.644566+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:56.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:55 smithi063 bash[48646]: audit 2024-09-10T19:02:54.646230+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:02:56.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:55 smithi063 bash[48646]: audit 2024-09-10T19:02:55.440673+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:56.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:55 smithi063 bash[48646]: audit 2024-09-10T19:02:55.446760+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:56.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:55 smithi063 bash[48646]: audit 2024-09-10T19:02:55.456756+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:56.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:56 smithi031 bash[53082]: cluster 2024-09-10T19:02:55.570048+0000 mgr.y (mgr.26002) 499 : cluster [DBG] pgmap v328: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-10T19:02:56.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:56 smithi031 bash[53082]: audit 2024-09-10T19:02:55.857730+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:56.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:56 smithi031 bash[53082]: audit 2024-09-10T19:02:56.089493+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:56.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:56 smithi031 bash[53082]: audit 2024-09-10T19:02:56.097729+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:56.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:56 smithi031 bash[53082]: audit 2024-09-10T19:02:56.107321+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:56.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:56 smithi031 bash[53082]: audit 2024-09-10T19:02:56.109504+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:02:56.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:56 smithi031 bash[54359]: cluster 2024-09-10T19:02:55.570048+0000 mgr.y (mgr.26002) 499 : cluster [DBG] pgmap v328: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-10T19:02:56.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:56 smithi031 bash[54359]: audit 2024-09-10T19:02:55.857730+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:56.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:56 smithi031 bash[54359]: audit 2024-09-10T19:02:56.089493+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:56.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:56 smithi031 bash[54359]: audit 2024-09-10T19:02:56.097729+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:56.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:56 smithi031 bash[54359]: audit 2024-09-10T19:02:56.107321+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:56.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:56 smithi031 bash[54359]: audit 2024-09-10T19:02:56.109504+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:02:57.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:56 smithi063 bash[48646]: cluster 2024-09-10T19:02:55.570048+0000 mgr.y (mgr.26002) 499 : cluster [DBG] pgmap v328: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-10T19:02:57.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:56 smithi063 bash[48646]: audit 2024-09-10T19:02:55.857730+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:57.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:56 smithi063 bash[48646]: audit 2024-09-10T19:02:56.089493+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:57.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:56 smithi063 bash[48646]: audit 2024-09-10T19:02:56.097729+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:57.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:56 smithi063 bash[48646]: audit 2024-09-10T19:02:56.107321+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:02:57.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:56 smithi063 bash[48646]: audit 2024-09-10T19:02:56.109504+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:02:59.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:02:58 smithi063 bash[48646]: cluster 2024-09-10T19:02:57.571106+0000 mgr.y (mgr.26002) 500 : cluster [DBG] pgmap v329: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 KiB/s rd, 170 B/s wr, 133 op/s 2024-09-10T19:02:59.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:02:58 smithi031 bash[53082]: cluster 2024-09-10T19:02:57.571106+0000 mgr.y (mgr.26002) 500 : cluster [DBG] pgmap v329: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 KiB/s rd, 170 B/s wr, 133 op/s 2024-09-10T19:02:59.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:02:58 smithi031 bash[54359]: cluster 2024-09-10T19:02:57.571106+0000 mgr.y (mgr.26002) 500 : cluster [DBG] pgmap v329: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 KiB/s rd, 170 B/s wr, 133 op/s 2024-09-10T19:03:00.903 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:00 smithi031 bash[53082]: cluster 2024-09-10T19:02:59.572247+0000 mgr.y (mgr.26002) 501 : cluster [DBG] pgmap v330: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 170 B/s wr, 109 op/s 2024-09-10T19:03:00.903 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:00 smithi031 bash[54359]: cluster 2024-09-10T19:02:59.572247+0000 mgr.y (mgr.26002) 501 : cluster [DBG] pgmap v330: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 170 B/s wr, 109 op/s 2024-09-10T19:03:01.012 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:00 smithi063 bash[48646]: cluster 2024-09-10T19:02:59.572247+0000 mgr.y (mgr.26002) 501 : cluster [DBG] pgmap v330: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 170 B/s wr, 109 op/s 2024-09-10T19:03:02.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:02 smithi031 bash[53082]: cluster 2024-09-10T19:03:01.573328+0000 mgr.y (mgr.26002) 502 : cluster [DBG] pgmap v331: 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-10T19:03:02.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:02 smithi031 bash[54359]: cluster 2024-09-10T19:03:01.573328+0000 mgr.y (mgr.26002) 502 : cluster [DBG] pgmap v331: 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-10T19:03:02.979 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:02 smithi063 bash[48646]: cluster 2024-09-10T19:03:01.573328+0000 mgr.y (mgr.26002) 502 : cluster [DBG] pgmap v331: 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-10T19:03:04.892 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:04 smithi031 bash[53082]: cluster 2024-09-10T19:03:03.574472+0000 mgr.y (mgr.26002) 503 : cluster [DBG] pgmap v332: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 85 B/s wr, 50 op/s 2024-09-10T19:03:04.893 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:04 smithi031 bash[54359]: cluster 2024-09-10T19:03:03.574472+0000 mgr.y (mgr.26002) 503 : cluster [DBG] pgmap v332: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 85 B/s wr, 50 op/s 2024-09-10T19:03:05.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:04 smithi063 bash[48646]: cluster 2024-09-10T19:03:03.574472+0000 mgr.y (mgr.26002) 503 : cluster [DBG] pgmap v332: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 85 B/s wr, 50 op/s 2024-09-10T19:03:06.030 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:05 smithi063 bash[48646]: audit 2024-09-10T19:03:05.140091+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:06.030 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:05 smithi063 bash[48646]: audit 2024-09-10T19:03:05.149054+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:06.031 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:05 smithi063 bash[48646]: audit 2024-09-10T19:03:05.158263+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:06.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:05 smithi031 bash[54359]: audit 2024-09-10T19:03:05.140091+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:06.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:05 smithi031 bash[54359]: audit 2024-09-10T19:03:05.149054+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:06.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:05 smithi031 bash[54359]: audit 2024-09-10T19:03:05.158263+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:06.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:05 smithi031 bash[53082]: audit 2024-09-10T19:03:05.140091+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:06.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:05 smithi031 bash[53082]: audit 2024-09-10T19:03:05.149054+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:06.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:05 smithi031 bash[53082]: audit 2024-09-10T19:03:05.158263+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:07.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: cluster 2024-09-10T19:03:05.575545+0000 mgr.y (mgr.26002) 504 : cluster [DBG] pgmap v333: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 20 op/s 2024-09-10T19:03:07.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.545307+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:07.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.554031+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:07.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.562589+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.564545+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.566258+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.576132+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.640389+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:03:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.645632+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.648214+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.650394+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.653792+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.657130+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.660071+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.668873+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.670702+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi031.kibhei"}]: dispatch 2024-09-10T19:03:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.675880+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi031.kibhei"}]': finished 2024-09-10T19:03:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.677555+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi063.jzpdua"}]: dispatch 2024-09-10T19:03:07.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.684400+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi063.jzpdua"}]': finished 2024-09-10T19:03:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.686879+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.693267+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.695254+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.697815+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.705462+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.707477+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.709248+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.711029+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.712857+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.714460+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.716123+0000 mon.a (mon.0) 1404 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.631 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.718319+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:03:07.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.724446+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:03:07.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.725592+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.730653+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:03:07.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.731831+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:03:07.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.737465+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:03:07.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.738734+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:03:07.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.748887+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:03:07.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.750409+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:03:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.755508+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:03:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.757123+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:03:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.766957+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-10T19:03:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.768405+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:03:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.778479+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:03:07.633 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.779780+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.781007+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:03:07.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.782209+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:03:07.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.788074+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:03:07.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.789291+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.790494+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.791632+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.792717+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.793821+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.794893+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.634 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.795919+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:03:07.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.801237+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:03:07.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.803190+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:03:07.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.809223+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:03:07.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.810864+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:07.635 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:07 smithi063 bash[48646]: audit 2024-09-10T19:03:06.812286+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: cluster 2024-09-10T19:03:05.575545+0000 mgr.y (mgr.26002) 504 : cluster [DBG] pgmap v333: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 20 op/s 2024-09-10T19:03:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.545307+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.554031+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.562589+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.564545+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.566258+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:07.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.576132+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.640389+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:03:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.645632+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.648214+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.650394+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.653792+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.657130+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.660071+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.668873+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.670702+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi031.kibhei"}]: dispatch 2024-09-10T19:03:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.675880+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi031.kibhei"}]': finished 2024-09-10T19:03:07.638 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.677555+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi063.jzpdua"}]: dispatch 2024-09-10T19:03:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: cluster 2024-09-10T19:03:05.575545+0000 mgr.y (mgr.26002) 504 : cluster [DBG] pgmap v333: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 20 op/s 2024-09-10T19:03:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.545307+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.554031+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.562589+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.564545+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.566258+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.576132+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.640389+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:03:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.645632+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.648214+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.650394+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.653792+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.639 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.657130+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.660071+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.668873+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:07.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.670702+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi031.kibhei"}]: dispatch 2024-09-10T19:03:07.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.675880+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi031.kibhei"}]': finished 2024-09-10T19:03:07.640 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.677555+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi063.jzpdua"}]: dispatch 2024-09-10T19:03:07.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.684400+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi063.jzpdua"}]': finished 2024-09-10T19:03:07.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.686879+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.693267+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:07.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.695254+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.640 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.697815+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.705462+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:07.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.707477+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.709248+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.711029+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.712857+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.714460+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.716123+0000 mon.a (mon.0) 1404 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.718319+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:03:07.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.724446+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:03:07.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.725592+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.730653+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:03:07.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.731831+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:03:07.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.737465+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:03:07.641 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.738734+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:03:07.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.684400+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi063.jzpdua"}]': finished 2024-09-10T19:03:07.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.686879+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.693267+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:07.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.695254+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.697815+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.705462+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:07.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.707477+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.709248+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.642 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.711029+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.712857+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.714460+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.716123+0000 mon.a (mon.0) 1404 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:07.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.718319+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:03:07.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.724446+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:03:07.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.725592+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.730653+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:03:07.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.731831+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:03:07.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.737465+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:03:07.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.738734+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:03:07.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.748887+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:03:07.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.750409+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:03:07.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.755508+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:03:07.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.757123+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:03:07.643 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.766957+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-10T19:03:07.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.768405+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:03:07.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.778479+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:03:07.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.779780+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.781007+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:03:07.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.782209+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:03:07.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.788074+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:03:07.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.789291+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.790494+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.791632+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.792717+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.644 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.793821+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.748887+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:03:07.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.750409+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:03:07.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.755508+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:03:07.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.757123+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:03:07.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.766957+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-10T19:03:07.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.768405+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:03:07.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.778479+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:03:07.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.779780+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.781007+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:03:07.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.782209+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:03:07.645 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.788074+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:03:07.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.789291+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.790494+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.791632+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.792717+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.646 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.793821+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.646 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.794893+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.646 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.795919+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:03:07.646 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.801237+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:03:07.646 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.803190+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:03:07.647 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.809223+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:03:07.647 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.810864+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:07.647 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[54359]: audit 2024-09-10T19:03:06.812286+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:07.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.794893+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:07.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.795919+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:03:07.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.801237+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:03:07.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.803190+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:03:07.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.809223+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:03:07.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.810864+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:07.647 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:07 smithi031 bash[53082]: audit 2024-09-10T19:03:06.812286+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:08.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:08 smithi063 bash[48646]: cephadm 2024-09-10T19:03:06.567510+0000 mgr.y (mgr.26002) 505 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:08.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:08 smithi063 bash[48646]: cluster 2024-09-10T19:03:06.568827+0000 mgr.y (mgr.26002) 506 : cluster [DBG] pgmap v334: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:08.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:08 smithi063 bash[48646]: cluster 2024-09-10T19:03:06.569268+0000 mgr.y (mgr.26002) 507 : cluster [DBG] pgmap v335: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:08.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:08 smithi063 bash[48646]: cephadm 2024-09-10T19:03:06.661639+0000 mgr.y (mgr.26002) 508 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-10T19:03:08.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:08 smithi063 bash[48646]: cephadm 2024-09-10T19:03:06.688277+0000 mgr.y (mgr.26002) 509 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:03:08.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:08 smithi063 bash[48646]: cephadm 2024-09-10T19:03:06.698843+0000 mgr.y (mgr.26002) 510 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:03:08.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:08 smithi063 bash[48646]: cephadm 2024-09-10T19:03:06.717057+0000 mgr.y (mgr.26002) 511 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:03:08.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:08 smithi063 bash[48646]: cephadm 2024-09-10T19:03:06.802306+0000 mgr.y (mgr.26002) 512 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:03:08.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:08 smithi063 bash[48646]: cephadm 2024-09-10T19:03:06.813503+0000 mgr.y (mgr.26002) 513 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:08.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:08 smithi063 bash[48646]: cluster 2024-09-10T19:03:06.814389+0000 mgr.y (mgr.26002) 514 : cluster [DBG] pgmap v336: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:08.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:08 smithi063 bash[48646]: cluster 2024-09-10T19:03:06.814822+0000 mgr.y (mgr.26002) 515 : cluster [DBG] pgmap v337: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:08.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:08 smithi063 bash[48646]: cephadm 2024-09-10T19:03:06.819630+0000 mgr.y (mgr.26002) 516 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-10T19:03:08.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:08 smithi063 bash[48646]: audit 2024-09-10T19:03:07.411461+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:08.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:08 smithi063 bash[48646]: audit 2024-09-10T19:03:07.425567+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:08.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:08 smithi063 bash[48646]: audit 2024-09-10T19:03:07.434389+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:08.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:08 smithi063 bash[48646]: audit 2024-09-10T19:03:07.516211+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:08.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:08 smithi063 bash[48646]: audit 2024-09-10T19:03:07.518050+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:08.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:08 smithi063 bash[48646]: audit 2024-09-10T19:03:07.528575+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:08.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[53082]: cephadm 2024-09-10T19:03:06.567510+0000 mgr.y (mgr.26002) 505 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:08.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[53082]: cluster 2024-09-10T19:03:06.568827+0000 mgr.y (mgr.26002) 506 : cluster [DBG] pgmap v334: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:08.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[53082]: cluster 2024-09-10T19:03:06.569268+0000 mgr.y (mgr.26002) 507 : cluster [DBG] pgmap v335: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:08.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[53082]: cephadm 2024-09-10T19:03:06.661639+0000 mgr.y (mgr.26002) 508 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-10T19:03:08.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[53082]: cephadm 2024-09-10T19:03:06.688277+0000 mgr.y (mgr.26002) 509 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:03:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[53082]: cephadm 2024-09-10T19:03:06.698843+0000 mgr.y (mgr.26002) 510 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:03:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[53082]: cephadm 2024-09-10T19:03:06.717057+0000 mgr.y (mgr.26002) 511 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:03:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[53082]: cephadm 2024-09-10T19:03:06.802306+0000 mgr.y (mgr.26002) 512 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:03:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[53082]: cephadm 2024-09-10T19:03:06.813503+0000 mgr.y (mgr.26002) 513 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[53082]: cluster 2024-09-10T19:03:06.814389+0000 mgr.y (mgr.26002) 514 : cluster [DBG] pgmap v336: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[53082]: cluster 2024-09-10T19:03:06.814822+0000 mgr.y (mgr.26002) 515 : cluster [DBG] pgmap v337: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[53082]: cephadm 2024-09-10T19:03:06.819630+0000 mgr.y (mgr.26002) 516 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-10T19:03:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[53082]: audit 2024-09-10T19:03:07.411461+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[53082]: audit 2024-09-10T19:03:07.425567+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[53082]: audit 2024-09-10T19:03:07.434389+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[53082]: audit 2024-09-10T19:03:07.516211+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[53082]: audit 2024-09-10T19:03:07.518050+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:08.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[53082]: audit 2024-09-10T19:03:07.528575+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:08.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[54359]: cephadm 2024-09-10T19:03:06.567510+0000 mgr.y (mgr.26002) 505 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:08.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[54359]: cluster 2024-09-10T19:03:06.568827+0000 mgr.y (mgr.26002) 506 : cluster [DBG] pgmap v334: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:08.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[54359]: cluster 2024-09-10T19:03:06.569268+0000 mgr.y (mgr.26002) 507 : cluster [DBG] pgmap v335: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:08.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[54359]: cephadm 2024-09-10T19:03:06.661639+0000 mgr.y (mgr.26002) 508 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-10T19:03:08.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[54359]: cephadm 2024-09-10T19:03:06.688277+0000 mgr.y (mgr.26002) 509 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:03:08.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[54359]: cephadm 2024-09-10T19:03:06.698843+0000 mgr.y (mgr.26002) 510 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:03:08.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[54359]: cephadm 2024-09-10T19:03:06.717057+0000 mgr.y (mgr.26002) 511 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:03:08.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[54359]: cephadm 2024-09-10T19:03:06.802306+0000 mgr.y (mgr.26002) 512 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:03:08.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[54359]: cephadm 2024-09-10T19:03:06.813503+0000 mgr.y (mgr.26002) 513 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:08.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[54359]: cluster 2024-09-10T19:03:06.814389+0000 mgr.y (mgr.26002) 514 : cluster [DBG] pgmap v336: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:08.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[54359]: cluster 2024-09-10T19:03:06.814822+0000 mgr.y (mgr.26002) 515 : cluster [DBG] pgmap v337: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:08.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[54359]: cephadm 2024-09-10T19:03:06.819630+0000 mgr.y (mgr.26002) 516 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-10T19:03:08.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[54359]: audit 2024-09-10T19:03:07.411461+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:08.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[54359]: audit 2024-09-10T19:03:07.425567+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:08.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[54359]: audit 2024-09-10T19:03:07.434389+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:08.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[54359]: audit 2024-09-10T19:03:07.516211+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:08.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[54359]: audit 2024-09-10T19:03:07.518050+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:08.890 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:08 smithi031 bash[54359]: audit 2024-09-10T19:03:07.528575+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:09.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:09 smithi031 bash[53082]: cephadm 2024-09-10T19:03:07.520094+0000 mgr.y (mgr.26002) 517 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:09.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:09 smithi031 bash[53082]: cluster 2024-09-10T19:03:07.521771+0000 mgr.y (mgr.26002) 518 : cluster [DBG] pgmap v338: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 518 B/s wr, 2 op/s 2024-09-10T19:03:09.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:09 smithi031 bash[53082]: cluster 2024-09-10T19:03:07.522267+0000 mgr.y (mgr.26002) 519 : cluster [DBG] pgmap v339: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.0 KiB/s wr, 4 op/s 2024-09-10T19:03:09.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:09 smithi031 bash[54359]: cephadm 2024-09-10T19:03:07.520094+0000 mgr.y (mgr.26002) 517 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:09.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:09 smithi031 bash[54359]: cluster 2024-09-10T19:03:07.521771+0000 mgr.y (mgr.26002) 518 : cluster [DBG] pgmap v338: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 518 B/s wr, 2 op/s 2024-09-10T19:03:09.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:09 smithi031 bash[54359]: cluster 2024-09-10T19:03:07.522267+0000 mgr.y (mgr.26002) 519 : cluster [DBG] pgmap v339: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.0 KiB/s wr, 4 op/s 2024-09-10T19:03:09.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:09 smithi063 bash[48646]: cephadm 2024-09-10T19:03:07.520094+0000 mgr.y (mgr.26002) 517 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:09.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:09 smithi063 bash[48646]: cluster 2024-09-10T19:03:07.521771+0000 mgr.y (mgr.26002) 518 : cluster [DBG] pgmap v338: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 518 B/s wr, 2 op/s 2024-09-10T19:03:09.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:09 smithi063 bash[48646]: cluster 2024-09-10T19:03:07.522267+0000 mgr.y (mgr.26002) 519 : cluster [DBG] pgmap v339: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.0 KiB/s wr, 4 op/s 2024-09-10T19:03:10.099 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:03:10.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:10 smithi031 bash[53082]: audit 2024-09-10T19:03:09.318004+0000 mgr.y (mgr.26002) 520 : audit [DBG] from='client.64690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:10.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:10 smithi031 bash[54359]: audit 2024-09-10T19:03:09.318004+0000 mgr.y (mgr.26002) 520 : audit [DBG] from='client.64690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:10.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:10 smithi063 bash[48646]: audit 2024-09-10T19:03:09.318004+0000 mgr.y (mgr.26002) 520 : audit [DBG] from='client.64690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:11.749 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:11 smithi031 bash[53082]: cluster 2024-09-10T19:03:09.523491+0000 mgr.y (mgr.26002) 521 : cluster [DBG] pgmap v340: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 693 B/s wr, 12 op/s 2024-09-10T19:03:11.749 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:11 smithi031 bash[54359]: cluster 2024-09-10T19:03:09.523491+0000 mgr.y (mgr.26002) 521 : cluster [DBG] pgmap v340: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 693 B/s wr, 12 op/s 2024-09-10T19:03:11.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:11 smithi063 bash[48646]: cluster 2024-09-10T19:03:09.523491+0000 mgr.y (mgr.26002) 521 : cluster [DBG] pgmap v340: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 693 B/s wr, 12 op/s 2024-09-10T19:03:12.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:12 smithi063 bash[48646]: audit 2024-09-10T19:03:11.457101+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:12.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:12 smithi063 bash[48646]: cluster 2024-09-10T19:03:11.524284+0000 mgr.y (mgr.26002) 522 : cluster [DBG] pgmap v341: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 413 B/s wr, 9 op/s 2024-09-10T19:03:12.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:12 smithi031 bash[53082]: audit 2024-09-10T19:03:11.457101+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:12.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:12 smithi031 bash[53082]: cluster 2024-09-10T19:03:11.524284+0000 mgr.y (mgr.26002) 522 : cluster [DBG] pgmap v341: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 413 B/s wr, 9 op/s 2024-09-10T19:03:12.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:12 smithi031 bash[54359]: audit 2024-09-10T19:03:11.457101+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:12.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:12 smithi031 bash[54359]: cluster 2024-09-10T19:03:11.524284+0000 mgr.y (mgr.26002) 522 : cluster [DBG] pgmap v341: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 413 B/s wr, 9 op/s 2024-09-10T19:03:13.827 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:03:13.828 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (11m) 19s ago 36m 16.4M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T19:03:13.828 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (10m) 18s ago 35m 83.2M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T19:03:13.828 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 18s ago 36m - - 2024-09-10T19:03:13.828 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (13m) 18s ago 40m 395M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T19:03:13.828 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (23m) 19s ago 42m 443M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T19:03:13.828 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (8m) 19s ago 42m 92.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T19:03:13.828 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (9m) 18s ago 41m 69.7M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T19:03:13.828 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (8m) 19s ago 41m 60.2M 2048M 17.2.7-1606-g5be57395 4c55dd409611 cf5fe597e338 2024-09-10T19:03:13.828 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (12m) 19s ago 36m 11.8M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T19:03:13.828 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (12m) 18s ago 36m 12.1M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T19:03:13.829 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (6m) 19s ago 40m 55.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9db09b69d74a 2024-09-10T19:03:13.829 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (5m) 19s ago 40m 59.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 83e1bd140921 2024-09-10T19:03:13.829 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (4m) 19s ago 39m 49.0M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fdd9237ce79f 2024-09-10T19:03:13.829 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (3m) 19s ago 39m 55.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 0e61e0b0b050 2024-09-10T19:03:13.829 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (3m) 18s ago 38m 55.2M 4096M 17.2.7-1606-g5be57395 4c55dd409611 d4f548fd1ba0 2024-09-10T19:03:13.829 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (2m) 18s ago 38m 47.8M 4096M 17.2.7-1606-g5be57395 4c55dd409611 c27262966590 2024-09-10T19:03:13.829 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (2m) 18s ago 37m 51.4M 4096M 17.2.7-1606-g5be57395 4c55dd409611 1fb917d8ef99 2024-09-10T19:03:13.829 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (96s) 18s ago 37m 48.0M 4096M 17.2.7-1606-g5be57395 4c55dd409611 73bec7fc5962 2024-09-10T19:03:13.829 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (12m) 18s ago 36m 55.2M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T19:03:13.829 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (31s) 19s ago 34m 83.7M - 17.2.7-1606-g5be57395 4c55dd409611 0600be055bbc 2024-09-10T19:03:13.829 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (25s) 18s ago 34m 83.4M - 17.2.7-1606-g5be57395 4c55dd409611 662b0d14f467 2024-09-10T19:03:14.600 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.rgw | length == 1'"'"'' 2024-09-10T19:03:14.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:14 smithi063 bash[48646]: cluster 2024-09-10T19:03:13.525384+0000 mgr.y (mgr.26002) 523 : cluster [DBG] pgmap v342: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 305 B/s wr, 6 op/s 2024-09-10T19:03:14.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:14 smithi063 bash[48646]: audit 2024-09-10T19:03:13.800914+0000 mgr.y (mgr.26002) 524 : audit [DBG] from='client.54786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:14.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:14 smithi063 bash[48646]: audit 2024-09-10T19:03:13.803629+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:14.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:14 smithi063 bash[48646]: audit 2024-09-10T19:03:13.804521+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:14.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:14 smithi063 bash[48646]: audit 2024-09-10T19:03:13.805349+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:14 smithi063 bash[48646]: audit 2024-09-10T19:03:13.806171+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:14 smithi063 bash[48646]: audit 2024-09-10T19:03:13.806992+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:14 smithi063 bash[48646]: audit 2024-09-10T19:03:13.807888+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:14 smithi063 bash[48646]: audit 2024-09-10T19:03:13.810501+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:14.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:14 smithi063 bash[48646]: audit 2024-09-10T19:03:13.811287+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:14 smithi063 bash[48646]: audit 2024-09-10T19:03:13.812061+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:14 smithi063 bash[48646]: audit 2024-09-10T19:03:13.812860+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:14 smithi063 bash[48646]: audit 2024-09-10T19:03:13.813676+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[53082]: cluster 2024-09-10T19:03:13.525384+0000 mgr.y (mgr.26002) 523 : cluster [DBG] pgmap v342: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 305 B/s wr, 6 op/s 2024-09-10T19:03:14.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[53082]: audit 2024-09-10T19:03:13.800914+0000 mgr.y (mgr.26002) 524 : audit [DBG] from='client.54786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:14.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[53082]: audit 2024-09-10T19:03:13.803629+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:14.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[53082]: audit 2024-09-10T19:03:13.804521+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:14.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[53082]: audit 2024-09-10T19:03:13.805349+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[53082]: audit 2024-09-10T19:03:13.806171+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[53082]: audit 2024-09-10T19:03:13.806992+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[53082]: audit 2024-09-10T19:03:13.807888+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[53082]: audit 2024-09-10T19:03:13.810501+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:14.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[53082]: audit 2024-09-10T19:03:13.811287+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[53082]: audit 2024-09-10T19:03:13.812061+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[53082]: audit 2024-09-10T19:03:13.812860+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.888 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[53082]: audit 2024-09-10T19:03:13.813676+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[54359]: cluster 2024-09-10T19:03:13.525384+0000 mgr.y (mgr.26002) 523 : cluster [DBG] pgmap v342: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 305 B/s wr, 6 op/s 2024-09-10T19:03:14.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[54359]: audit 2024-09-10T19:03:13.800914+0000 mgr.y (mgr.26002) 524 : audit [DBG] from='client.54786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:14.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[54359]: audit 2024-09-10T19:03:13.803629+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:14.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[54359]: audit 2024-09-10T19:03:13.804521+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:14.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[54359]: audit 2024-09-10T19:03:13.805349+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[54359]: audit 2024-09-10T19:03:13.806171+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[54359]: audit 2024-09-10T19:03:13.806992+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[54359]: audit 2024-09-10T19:03:13.807888+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.888 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[54359]: audit 2024-09-10T19:03:13.810501+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:14.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[54359]: audit 2024-09-10T19:03:13.811287+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[54359]: audit 2024-09-10T19:03:13.812061+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[54359]: audit 2024-09-10T19:03:13.812860+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:14.889 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:14 smithi031 bash[54359]: audit 2024-09-10T19:03:13.813676+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:16.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:16 smithi063 bash[48646]: cluster 2024-09-10T19:03:15.526415+0000 mgr.y (mgr.26002) 525 : cluster [DBG] pgmap v343: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 235 B/s wr, 5 op/s 2024-09-10T19:03:16.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:16 smithi031 bash[53082]: cluster 2024-09-10T19:03:15.526415+0000 mgr.y (mgr.26002) 525 : cluster [DBG] pgmap v343: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 235 B/s wr, 5 op/s 2024-09-10T19:03:16.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:16 smithi031 bash[54359]: cluster 2024-09-10T19:03:15.526415+0000 mgr.y (mgr.26002) 525 : cluster [DBG] pgmap v343: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 235 B/s wr, 5 op/s 2024-09-10T19:03:18.279 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T19:03:18.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:18 smithi063 bash[48646]: cluster 2024-09-10T19:03:17.527409+0000 mgr.y (mgr.26002) 526 : cluster [DBG] pgmap v344: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-09-10T19:03:18.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:18 smithi063 bash[48646]: audit 2024-09-10T19:03:18.263104+0000 mon.a (mon.0) 1453 : audit [DBG] from='client.54792 172.21.15.31:0/3893696172' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:18.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:18 smithi031 bash[53082]: cluster 2024-09-10T19:03:17.527409+0000 mgr.y (mgr.26002) 526 : cluster [DBG] pgmap v344: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-09-10T19:03:18.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:18 smithi031 bash[53082]: audit 2024-09-10T19:03:18.263104+0000 mon.a (mon.0) 1453 : audit [DBG] from='client.54792 172.21.15.31:0/3893696172' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:18.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:18 smithi031 bash[54359]: cluster 2024-09-10T19:03:17.527409+0000 mgr.y (mgr.26002) 526 : cluster [DBG] pgmap v344: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-09-10T19:03:18.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:18 smithi031 bash[54359]: audit 2024-09-10T19:03:18.263104+0000 mon.a (mon.0) 1453 : audit [DBG] from='client.54792 172.21.15.31:0/3893696172' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:19.005 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.rgw | keys'"'"' | grep $sha1' 2024-09-10T19:03:20.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:20 smithi063 bash[48646]: cluster 2024-09-10T19:03:19.528541+0000 mgr.y (mgr.26002) 527 : cluster [DBG] pgmap v345: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 3 op/s 2024-09-10T19:03:20.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:20 smithi031 bash[53082]: cluster 2024-09-10T19:03:19.528541+0000 mgr.y (mgr.26002) 527 : cluster [DBG] pgmap v345: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 3 op/s 2024-09-10T19:03:20.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:20 smithi031 bash[54359]: cluster 2024-09-10T19:03:19.528541+0000 mgr.y (mgr.26002) 527 : cluster [DBG] pgmap v345: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 3 op/s 2024-09-10T19:03:22.731 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)" 2024-09-10T19:03:22.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:22 smithi063 bash[48646]: cluster 2024-09-10T19:03:21.529535+0000 mgr.y (mgr.26002) 528 : cluster [DBG] pgmap v346: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-10T19:03:22.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:22 smithi031 bash[53082]: cluster 2024-09-10T19:03:21.529535+0000 mgr.y (mgr.26002) 528 : cluster [DBG] pgmap v346: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-10T19:03:22.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:22 smithi031 bash[54359]: cluster 2024-09-10T19:03:21.529535+0000 mgr.y (mgr.26002) 528 : cluster [DBG] pgmap v346: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-10T19:03:23.445 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-10T19:03:23.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:23 smithi063 bash[48646]: audit 2024-09-10T19:03:22.709439+0000 mon.c (mon.1) 16 : audit [DBG] from='client.64705 172.21.15.31:0/656936529' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:23.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:23 smithi031 bash[53082]: audit 2024-09-10T19:03:22.709439+0000 mon.c (mon.1) 16 : audit [DBG] from='client.64705 172.21.15.31:0/656936529' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:23.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:23 smithi031 bash[54359]: audit 2024-09-10T19:03:22.709439+0000 mon.c (mon.1) 16 : audit [DBG] from='client.64705 172.21.15.31:0/656936529' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:24.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:24 smithi063 bash[48646]: cluster 2024-09-10T19:03:23.530646+0000 mgr.y (mgr.26002) 529 : cluster [DBG] pgmap v347: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:24.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:24 smithi031 bash[53082]: cluster 2024-09-10T19:03:23.530646+0000 mgr.y (mgr.26002) 529 : cluster [DBG] pgmap v347: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:24.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:24 smithi031 bash[54359]: cluster 2024-09-10T19:03:23.530646+0000 mgr.y (mgr.26002) 529 : cluster [DBG] pgmap v347: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:26.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:26 smithi063 bash[48646]: cluster 2024-09-10T19:03:25.531733+0000 mgr.y (mgr.26002) 530 : cluster [DBG] pgmap v348: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:26.885 INFO:teuthology.orchestra.run.smithi031.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:03:26.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:26 smithi031 bash[54359]: cluster 2024-09-10T19:03:25.531733+0000 mgr.y (mgr.26002) 530 : cluster [DBG] pgmap v348: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:26.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:26 smithi031 bash[53082]: cluster 2024-09-10T19:03:25.531733+0000 mgr.y (mgr.26002) 530 : cluster [DBG] pgmap v348: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:27.929 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[53082]: audit 2024-09-10T19:03:26.873992+0000 mgr.y (mgr.26002) 531 : audit [DBG] from='client.54804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:27.929 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[53082]: cephadm 2024-09-10T19:03:26.875050+0000 mgr.y (mgr.26002) 532 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:03:27.929 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[53082]: audit 2024-09-10T19:03:26.882697+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:27.930 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[53082]: audit 2024-09-10T19:03:26.885531+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:27.930 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[53082]: audit 2024-09-10T19:03:26.887141+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:27.930 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[53082]: cephadm 2024-09-10T19:03:26.888306+0000 mgr.y (mgr.26002) 533 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:27.930 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[53082]: cluster 2024-09-10T19:03:26.889362+0000 mgr.y (mgr.26002) 534 : cluster [DBG] pgmap v349: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:27.930 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[53082]: cluster 2024-09-10T19:03:26.889821+0000 mgr.y (mgr.26002) 535 : cluster [DBG] pgmap v350: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:27.930 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[53082]: audit 2024-09-10T19:03:26.895796+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:27.930 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[53082]: cephadm 2024-09-10T19:03:26.942464+0000 mgr.y (mgr.26002) 536 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:03:27.930 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[54359]: audit 2024-09-10T19:03:26.873992+0000 mgr.y (mgr.26002) 531 : audit [DBG] from='client.54804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:27.930 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[54359]: cephadm 2024-09-10T19:03:26.875050+0000 mgr.y (mgr.26002) 532 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:03:27.930 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[54359]: audit 2024-09-10T19:03:26.882697+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:27.931 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[54359]: audit 2024-09-10T19:03:26.885531+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:27.931 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[54359]: audit 2024-09-10T19:03:26.887141+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:27.931 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[54359]: cephadm 2024-09-10T19:03:26.888306+0000 mgr.y (mgr.26002) 533 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:27.931 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[54359]: cluster 2024-09-10T19:03:26.889362+0000 mgr.y (mgr.26002) 534 : cluster [DBG] pgmap v349: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:27.931 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[54359]: cluster 2024-09-10T19:03:26.889821+0000 mgr.y (mgr.26002) 535 : cluster [DBG] pgmap v350: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:27.931 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[54359]: audit 2024-09-10T19:03:26.895796+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:27.931 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:27 smithi031 bash[54359]: cephadm 2024-09-10T19:03:26.942464+0000 mgr.y (mgr.26002) 536 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:03:27.932 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T19:03:27.941 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi031.front.sepia.ceph.com 2024-09-10T19:03:27.942 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- 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-10T19:03:28.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:27 smithi063 bash[48646]: audit 2024-09-10T19:03:26.873992+0000 mgr.y (mgr.26002) 531 : audit [DBG] from='client.54804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:28.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:27 smithi063 bash[48646]: cephadm 2024-09-10T19:03:26.875050+0000 mgr.y (mgr.26002) 532 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:03:28.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:27 smithi063 bash[48646]: audit 2024-09-10T19:03:26.882697+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:28.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:27 smithi063 bash[48646]: audit 2024-09-10T19:03:26.885531+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:28.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:27 smithi063 bash[48646]: audit 2024-09-10T19:03:26.887141+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:28.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:27 smithi063 bash[48646]: cephadm 2024-09-10T19:03:26.888306+0000 mgr.y (mgr.26002) 533 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:28.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:27 smithi063 bash[48646]: cluster 2024-09-10T19:03:26.889362+0000 mgr.y (mgr.26002) 534 : cluster [DBG] pgmap v349: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:28.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:27 smithi063 bash[48646]: cluster 2024-09-10T19:03:26.889821+0000 mgr.y (mgr.26002) 535 : cluster [DBG] pgmap v350: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:28.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:27 smithi063 bash[48646]: audit 2024-09-10T19:03:26.895796+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:28.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:27 smithi063 bash[48646]: cephadm 2024-09-10T19:03:26.942464+0000 mgr.y (mgr.26002) 536 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:03:30.063 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:29 smithi031 bash[53082]: cluster 2024-09-10T19:03:28.890927+0000 mgr.y (mgr.26002) 537 : cluster [DBG] pgmap v351: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:30.064 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:29 smithi031 bash[54359]: cluster 2024-09-10T19:03:28.890927+0000 mgr.y (mgr.26002) 537 : cluster [DBG] pgmap v351: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:30.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:29 smithi063 bash[48646]: cluster 2024-09-10T19:03:28.890927+0000 mgr.y (mgr.26002) 537 : cluster [DBG] pgmap v351: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:32.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: audit 2024-09-10T19:03:30.773476+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: cephadm 2024-09-10T19:03:30.774556+0000 mgr.y (mgr.26002) 538 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:03:32.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: cephadm 2024-09-10T19:03:30.774686+0000 mgr.y (mgr.26002) 539 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:03:32.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: audit 2024-09-10T19:03:30.776674+0000 mon.a (mon.0) 1459 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:03:32.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: audit 2024-09-10T19:03:30.785262+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: audit 2024-09-10T19:03:30.787692+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: cephadm 2024-09-10T19:03:30.788910+0000 mgr.y (mgr.26002) 540 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:03:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: audit 2024-09-10T19:03:30.795434+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: audit 2024-09-10T19:03:30.798016+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: cephadm 2024-09-10T19:03:30.799417+0000 mgr.y (mgr.26002) 541 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:03:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: audit 2024-09-10T19:03:30.806381+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: audit 2024-09-10T19:03:30.808402+0000 mon.a (mon.0) 1465 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: cephadm 2024-09-10T19:03:30.809554+0000 mgr.y (mgr.26002) 542 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:03:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: audit 2024-09-10T19:03:30.816885+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: audit 2024-09-10T19:03:30.820654+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: cephadm 2024-09-10T19:03:30.821812+0000 mgr.y (mgr.26002) 543 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-10T19:03:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: audit 2024-09-10T19:03:30.826838+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: audit 2024-09-10T19:03:30.829405+0000 mon.a (mon.0) 1469 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: cephadm 2024-09-10T19:03:30.830622+0000 mgr.y (mgr.26002) 544 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:03:32.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: audit 2024-09-10T19:03:30.836210+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: audit 2024-09-10T19:03:30.838269+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: cephadm 2024-09-10T19:03:30.839417+0000 mgr.y (mgr.26002) 545 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-10T19:03:32.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: audit 2024-09-10T19:03:30.846990+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: audit 2024-09-10T19:03:30.848861+0000 mon.a (mon.0) 1473 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: cephadm 2024-09-10T19:03:30.850069+0000 mgr.y (mgr.26002) 546 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:03:32.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: audit 2024-09-10T19:03:30.858417+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: audit 2024-09-10T19:03:30.860229+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: cephadm 2024-09-10T19:03:30.861292+0000 mgr.y (mgr.26002) 547 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:03:32.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:31 smithi063 bash[48646]: cluster 2024-09-10T19:03:30.892023+0000 mgr.y (mgr.26002) 548 : cluster [DBG] pgmap v352: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:32.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: audit 2024-09-10T19:03:30.773476+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: cephadm 2024-09-10T19:03:30.774556+0000 mgr.y (mgr.26002) 538 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:03:32.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: cephadm 2024-09-10T19:03:30.774686+0000 mgr.y (mgr.26002) 539 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:03:32.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: audit 2024-09-10T19:03:30.776674+0000 mon.a (mon.0) 1459 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:03:32.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: audit 2024-09-10T19:03:30.785262+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: audit 2024-09-10T19:03:30.787692+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: cephadm 2024-09-10T19:03:30.788910+0000 mgr.y (mgr.26002) 540 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:03:32.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: audit 2024-09-10T19:03:30.795434+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: audit 2024-09-10T19:03:30.798016+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: cephadm 2024-09-10T19:03:30.799417+0000 mgr.y (mgr.26002) 541 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:03:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: audit 2024-09-10T19:03:30.806381+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: audit 2024-09-10T19:03:30.808402+0000 mon.a (mon.0) 1465 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: cephadm 2024-09-10T19:03:30.809554+0000 mgr.y (mgr.26002) 542 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:03:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: audit 2024-09-10T19:03:30.816885+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: audit 2024-09-10T19:03:30.820654+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: cephadm 2024-09-10T19:03:30.821812+0000 mgr.y (mgr.26002) 543 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-10T19:03:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: audit 2024-09-10T19:03:30.826838+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: audit 2024-09-10T19:03:30.829405+0000 mon.a (mon.0) 1469 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: cephadm 2024-09-10T19:03:30.830622+0000 mgr.y (mgr.26002) 544 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:03:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: audit 2024-09-10T19:03:30.836210+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: audit 2024-09-10T19:03:30.838269+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: audit 2024-09-10T19:03:30.773476+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: cephadm 2024-09-10T19:03:30.774556+0000 mgr.y (mgr.26002) 538 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:03:32.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: cephadm 2024-09-10T19:03:30.774686+0000 mgr.y (mgr.26002) 539 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:03:32.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: audit 2024-09-10T19:03:30.776674+0000 mon.a (mon.0) 1459 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:03:32.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: audit 2024-09-10T19:03:30.785262+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: audit 2024-09-10T19:03:30.787692+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: cephadm 2024-09-10T19:03:30.788910+0000 mgr.y (mgr.26002) 540 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:03:32.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: audit 2024-09-10T19:03:30.795434+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: audit 2024-09-10T19:03:30.798016+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: cephadm 2024-09-10T19:03:30.799417+0000 mgr.y (mgr.26002) 541 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-10T19:03:32.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: audit 2024-09-10T19:03:30.806381+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: audit 2024-09-10T19:03:30.808402+0000 mon.a (mon.0) 1465 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: cephadm 2024-09-10T19:03:30.809554+0000 mgr.y (mgr.26002) 542 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:03:32.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: audit 2024-09-10T19:03:30.816885+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: audit 2024-09-10T19:03:30.820654+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: cephadm 2024-09-10T19:03:30.821812+0000 mgr.y (mgr.26002) 543 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-10T19:03:32.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: audit 2024-09-10T19:03:30.826838+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: audit 2024-09-10T19:03:30.829405+0000 mon.a (mon.0) 1469 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: cephadm 2024-09-10T19:03:30.830622+0000 mgr.y (mgr.26002) 544 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:03:32.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: audit 2024-09-10T19:03:30.836210+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: audit 2024-09-10T19:03:30.838269+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: cephadm 2024-09-10T19:03:30.839417+0000 mgr.y (mgr.26002) 545 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-10T19:03:32.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: audit 2024-09-10T19:03:30.846990+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: audit 2024-09-10T19:03:30.848861+0000 mon.a (mon.0) 1473 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: cephadm 2024-09-10T19:03:30.850069+0000 mgr.y (mgr.26002) 546 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:03:32.141 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: audit 2024-09-10T19:03:30.858417+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.141 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: audit 2024-09-10T19:03:30.860229+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.141 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: cephadm 2024-09-10T19:03:30.861292+0000 mgr.y (mgr.26002) 547 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:03:32.141 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[53082]: cluster 2024-09-10T19:03:30.892023+0000 mgr.y (mgr.26002) 548 : cluster [DBG] pgmap v352: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:32.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: cephadm 2024-09-10T19:03:30.839417+0000 mgr.y (mgr.26002) 545 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-10T19:03:32.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: audit 2024-09-10T19:03:30.846990+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: audit 2024-09-10T19:03:30.848861+0000 mon.a (mon.0) 1473 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: cephadm 2024-09-10T19:03:30.850069+0000 mgr.y (mgr.26002) 546 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:03:32.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: audit 2024-09-10T19:03:30.858417+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:32.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: audit 2024-09-10T19:03:30.860229+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:32.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: cephadm 2024-09-10T19:03:30.861292+0000 mgr.y (mgr.26002) 547 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:03:32.142 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:31 smithi031 bash[54359]: cluster 2024-09-10T19:03:30.892023+0000 mgr.y (mgr.26002) 548 : cluster [DBG] pgmap v352: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:32.709 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T19:03:33.435 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:03:33.435 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (11m) 39s ago 36m 16.4M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T19:03:33.435 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (11m) 37s ago 35m 83.2M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T19:03:33.435 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 error 37s ago 37m - - 2024-09-10T19:03:33.435 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (13m) 37s ago 41m 395M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T19:03:33.435 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (23m) 39s ago 42m 443M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T19:03:33.435 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (9m) 39s ago 42m 92.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T19:03:33.435 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (10m) 37s ago 41m 69.7M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T19:03:33.436 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (8m) 39s ago 41m 60.2M 2048M 17.2.7-1606-g5be57395 4c55dd409611 cf5fe597e338 2024-09-10T19:03:33.436 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (12m) 39s ago 36m 11.8M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T19:03:33.436 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (12m) 37s ago 36m 12.1M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T19:03:33.436 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (6m) 39s ago 40m 55.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9db09b69d74a 2024-09-10T19:03:33.436 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (5m) 39s ago 40m 59.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 83e1bd140921 2024-09-10T19:03:33.436 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (4m) 39s ago 39m 49.0M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fdd9237ce79f 2024-09-10T19:03:33.436 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (3m) 39s ago 39m 55.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 0e61e0b0b050 2024-09-10T19:03:33.436 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (3m) 37s ago 39m 55.2M 4096M 17.2.7-1606-g5be57395 4c55dd409611 d4f548fd1ba0 2024-09-10T19:03:33.436 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (2m) 37s ago 38m 47.8M 4096M 17.2.7-1606-g5be57395 4c55dd409611 c27262966590 2024-09-10T19:03:33.436 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (2m) 37s ago 38m 51.4M 4096M 17.2.7-1606-g5be57395 4c55dd409611 1fb917d8ef99 2024-09-10T19:03:33.436 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (116s) 37s ago 37m 48.0M 4096M 17.2.7-1606-g5be57395 4c55dd409611 73bec7fc5962 2024-09-10T19:03:33.436 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (12m) 37s ago 36m 55.2M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T19:03:33.436 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (51s) 39s ago 34m 83.7M - 17.2.7-1606-g5be57395 4c55dd409611 0600be055bbc 2024-09-10T19:03:33.436 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (45s) 37s ago 34m 83.4M - 17.2.7-1606-g5be57395 4c55dd409611 662b0d14f467 2024-09-10T19:03:33.870 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T19:03:33.871 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T19:03:33.871 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:03:33.871 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:03:33.871 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T19:03:33.871 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:03:33.871 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:03:33.871 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T19:03:33.871 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T19:03:33.871 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:03:33.871 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T19:03:33.871 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:03:33.871 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:03:33.872 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T19:03:33.872 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 15 2024-09-10T19:03:33.872 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T19:03:33.872 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T19:03:34.236 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T19:03:34.236 INFO:teuthology.orchestra.run.smithi031.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T19:03:34.236 INFO:teuthology.orchestra.run.smithi031.stdout: "in_progress": true, 2024-09-10T19:03:34.236 INFO:teuthology.orchestra.run.smithi031.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:03:34.236 INFO:teuthology.orchestra.run.smithi031.stdout: "services_complete": [ 2024-09-10T19:03:34.237 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr", 2024-09-10T19:03:34.237 INFO:teuthology.orchestra.run.smithi031.stdout: "mon", 2024-09-10T19:03:34.237 INFO:teuthology.orchestra.run.smithi031.stdout: "osd", 2024-09-10T19:03:34.237 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw" 2024-09-10T19:03:34.237 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2024-09-10T19:03:34.237 INFO:teuthology.orchestra.run.smithi031.stdout: "progress": "15/21 daemons upgraded", 2024-09-10T19:03:34.237 INFO:teuthology.orchestra.run.smithi031.stdout: "message": "Currently upgrading iscsi daemons", 2024-09-10T19:03:34.237 INFO:teuthology.orchestra.run.smithi031.stdout: "is_paused": false 2024-09-10T19:03:34.237 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T19:03:34.365 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: audit 2024-09-10T19:03:32.692177+0000 mgr.y (mgr.26002) 549 : audit [DBG] from='client.54810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:34.365 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: cluster 2024-09-10T19:03:32.892754+0000 mgr.y (mgr.26002) 550 : cluster [DBG] pgmap v353: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:34.365 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: audit 2024-09-10T19:03:33.051366+0000 mgr.y (mgr.26002) 551 : audit [DBG] from='client.64723 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:34.365 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: cephadm 2024-09-10T19:03:33.099886+0000 mgr.y (mgr.26002) 552 : cephadm [INF] Upgrade: Updating iscsi.iscsi.a 2024-09-10T19:03:34.366 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: audit 2024-09-10T19:03:33.107996+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:34.366 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: audit 2024-09-10T19:03:33.109821+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' 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-10T19:03:34.366 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: audit 2024-09-10T19:03:33.120783+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:34.366 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: cephadm 2024-09-10T19:03:33.122118+0000 mgr.y (mgr.26002) 553 : cephadm [INF] Deploying daemon iscsi.iscsi.a on smithi063 2024-09-10T19:03:34.366 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: audit 2024-09-10T19:03:33.122792+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-10T19:03:34.366 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: audit 2024-09-10T19:03:33.405268+0000 mgr.y (mgr.26002) 554 : audit [DBG] from='client.54822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:34.366 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: audit 2024-09-10T19:03:33.410919+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:34.366 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: audit 2024-09-10T19:03:33.411652+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:34.366 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: audit 2024-09-10T19:03:33.412286+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.366 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: audit 2024-09-10T19:03:33.412914+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.366 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: audit 2024-09-10T19:03:33.413563+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.366 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: audit 2024-09-10T19:03:33.414188+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.366 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: audit 2024-09-10T19:03:33.417539+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:34.367 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: audit 2024-09-10T19:03:33.418214+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.367 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: audit 2024-09-10T19:03:33.418870+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.367 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: audit 2024-09-10T19:03:33.419510+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.367 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: audit 2024-09-10T19:03:33.420178+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.367 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:34 smithi063 bash[48646]: audit 2024-09-10T19:03:33.867721+0000 mon.c (mon.1) 17 : audit [DBG] from='client.64735 172.21.15.31:0/3190281811' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:34.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: audit 2024-09-10T19:03:32.692177+0000 mgr.y (mgr.26002) 549 : audit [DBG] from='client.54810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:34.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: cluster 2024-09-10T19:03:32.892754+0000 mgr.y (mgr.26002) 550 : cluster [DBG] pgmap v353: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:34.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: audit 2024-09-10T19:03:33.051366+0000 mgr.y (mgr.26002) 551 : audit [DBG] from='client.64723 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:34.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: cephadm 2024-09-10T19:03:33.099886+0000 mgr.y (mgr.26002) 552 : cephadm [INF] Upgrade: Updating iscsi.iscsi.a 2024-09-10T19:03:34.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: audit 2024-09-10T19:03:33.107996+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:34.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: audit 2024-09-10T19:03:33.109821+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' 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-10T19:03:34.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: audit 2024-09-10T19:03:33.120783+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:34.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: cephadm 2024-09-10T19:03:33.122118+0000 mgr.y (mgr.26002) 553 : cephadm [INF] Deploying daemon iscsi.iscsi.a on smithi063 2024-09-10T19:03:34.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: audit 2024-09-10T19:03:33.122792+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-10T19:03:34.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: audit 2024-09-10T19:03:33.405268+0000 mgr.y (mgr.26002) 554 : audit [DBG] from='client.54822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:34.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: audit 2024-09-10T19:03:33.410919+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:34.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: audit 2024-09-10T19:03:33.411652+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:34.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: audit 2024-09-10T19:03:33.412286+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: audit 2024-09-10T19:03:33.412914+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: audit 2024-09-10T19:03:33.413563+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: audit 2024-09-10T19:03:33.414188+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: audit 2024-09-10T19:03:33.417539+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:34.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: audit 2024-09-10T19:03:32.692177+0000 mgr.y (mgr.26002) 549 : audit [DBG] from='client.54810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: cluster 2024-09-10T19:03:32.892754+0000 mgr.y (mgr.26002) 550 : cluster [DBG] pgmap v353: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: audit 2024-09-10T19:03:33.051366+0000 mgr.y (mgr.26002) 551 : audit [DBG] from='client.64723 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: cephadm 2024-09-10T19:03:33.099886+0000 mgr.y (mgr.26002) 552 : cephadm [INF] Upgrade: Updating iscsi.iscsi.a 2024-09-10T19:03:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: audit 2024-09-10T19:03:33.107996+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: audit 2024-09-10T19:03:33.109821+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' 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-10T19:03:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: audit 2024-09-10T19:03:33.120783+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: cephadm 2024-09-10T19:03:33.122118+0000 mgr.y (mgr.26002) 553 : cephadm [INF] Deploying daemon iscsi.iscsi.a on smithi063 2024-09-10T19:03:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: audit 2024-09-10T19:03:33.122792+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-10T19:03:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: audit 2024-09-10T19:03:33.405268+0000 mgr.y (mgr.26002) 554 : audit [DBG] from='client.54822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: audit 2024-09-10T19:03:33.410919+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: audit 2024-09-10T19:03:33.411652+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: audit 2024-09-10T19:03:33.412286+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: audit 2024-09-10T19:03:33.412914+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: audit 2024-09-10T19:03:33.413563+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: audit 2024-09-10T19:03:33.414188+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: audit 2024-09-10T19:03:33.417539+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:34.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: audit 2024-09-10T19:03:33.418214+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: audit 2024-09-10T19:03:33.418870+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: audit 2024-09-10T19:03:33.419510+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: audit 2024-09-10T19:03:33.420178+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[53082]: audit 2024-09-10T19:03:33.867721+0000 mon.c (mon.1) 17 : audit [DBG] from='client.64735 172.21.15.31:0/3190281811' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:34.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: audit 2024-09-10T19:03:33.418214+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: audit 2024-09-10T19:03:33.418870+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: audit 2024-09-10T19:03:33.419510+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: audit 2024-09-10T19:03:33.420178+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:34.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:34 smithi031 bash[54359]: audit 2024-09-10T19:03:33.867721+0000 mon.c (mon.1) 17 : audit [DBG] from='client.64735 172.21.15.31:0/3190281811' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:35.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:35 smithi063 bash[48646]: audit 2024-09-10T19:03:34.232949+0000 mgr.y (mgr.26002) 555 : audit [DBG] from='client.54834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:35.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:35 smithi031 bash[53082]: audit 2024-09-10T19:03:34.232949+0000 mgr.y (mgr.26002) 555 : audit [DBG] from='client.54834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:35.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:35 smithi031 bash[54359]: audit 2024-09-10T19:03:34.232949+0000 mgr.y (mgr.26002) 555 : audit [DBG] from='client.54834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:35.815 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:35 smithi063 systemd[1]: Started Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T19:03:36.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:36 smithi031 bash[53082]: cluster 2024-09-10T19:03:34.893863+0000 mgr.y (mgr.26002) 556 : cluster [DBG] pgmap v354: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:36.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:36 smithi031 bash[53082]: audit 2024-09-10T19:03:35.687283+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:36.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:36 smithi031 bash[53082]: audit 2024-09-10T19:03:35.695879+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:36.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:36 smithi031 bash[53082]: audit 2024-09-10T19:03:35.704327+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:36.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:36 smithi031 bash[53082]: audit 2024-09-10T19:03:35.707272+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:03:36.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:36 smithi031 bash[53082]: audit 2024-09-10T19:03:36.042864+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:03:36.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:36 smithi031 bash[53082]: audit 2024-09-10T19:03:36.043393+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:03:36.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:36 smithi031 bash[53082]: audit 2024-09-10T19:03:36.043937+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:03:36.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:36 smithi031 bash[54359]: cluster 2024-09-10T19:03:34.893863+0000 mgr.y (mgr.26002) 556 : cluster [DBG] pgmap v354: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:36.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:36 smithi031 bash[54359]: audit 2024-09-10T19:03:35.687283+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:36.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:36 smithi031 bash[54359]: audit 2024-09-10T19:03:35.695879+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:36.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:36 smithi031 bash[54359]: audit 2024-09-10T19:03:35.704327+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:36.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:36 smithi031 bash[54359]: audit 2024-09-10T19:03:35.707272+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:03:36.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:36 smithi031 bash[54359]: audit 2024-09-10T19:03:36.042864+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:03:36.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:36 smithi031 bash[54359]: audit 2024-09-10T19:03:36.043393+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:03:36.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:36 smithi031 bash[54359]: audit 2024-09-10T19:03:36.043937+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:03:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:36 smithi063 bash[48646]: cluster 2024-09-10T19:03:34.893863+0000 mgr.y (mgr.26002) 556 : cluster [DBG] pgmap v354: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:36 smithi063 bash[48646]: audit 2024-09-10T19:03:35.687283+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:36 smithi063 bash[48646]: audit 2024-09-10T19:03:35.695879+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:36 smithi063 bash[48646]: audit 2024-09-10T19:03:35.704327+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:36 smithi063 bash[48646]: audit 2024-09-10T19:03:35.707272+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:03:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:36 smithi063 bash[48646]: audit 2024-09-10T19:03:36.042864+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:03:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:36 smithi063 bash[48646]: audit 2024-09-10T19:03:36.043393+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:03:36.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:36 smithi063 bash[48646]: audit 2024-09-10T19:03:36.043937+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:03:37.818 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:37 smithi063 bash[88266]: log file path now is '/var/log/tcmu-runner.log' 2024-09-10T19:03:37.818 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:37 smithi063 bash[88293]: debug Started the configuration object watcher 2024-09-10T19:03:37.819 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:37 smithi063 bash[88293]: debug Checking for config object changes every 1s 2024-09-10T19:03:37.819 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:37 smithi063 bash[88293]: debug Processing osd blocklist entries for this node 2024-09-10T19:03:38.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:38 smithi063 bash[48646]: cluster 2024-09-10T19:03:36.894854+0000 mgr.y (mgr.26002) 557 : cluster [DBG] pgmap v355: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:38.379 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:38 smithi063 bash[88293]: debug Removing blocklisted entry for this host : 172.21.15.63:0/2289991669 2024-09-10T19:03:38.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:38 smithi031 bash[53082]: cluster 2024-09-10T19:03:36.894854+0000 mgr.y (mgr.26002) 557 : cluster [DBG] pgmap v355: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:38.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:38 smithi031 bash[54359]: cluster 2024-09-10T19:03:36.894854+0000 mgr.y (mgr.26002) 557 : cluster [DBG] pgmap v355: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:39.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:39 smithi031 bash[53082]: audit 2024-09-10T19:03:38.126606+0000 mon.b (mon.2) 24 : audit [DBG] from='client.? 172.21.15.63:0/1953124115' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-10T19:03:39.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:39 smithi031 bash[53082]: audit 2024-09-10T19:03:38.445104+0000 mon.b (mon.2) 25 : audit [INF] from='client.? 172.21.15.63:0/1949067911' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: dispatch 2024-09-10T19:03:39.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:39 smithi031 bash[53082]: audit 2024-09-10T19:03:38.446506+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.63:0/2289991669"}]: dispatch 2024-09-10T19:03:39.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:39 smithi031 bash[54359]: audit 2024-09-10T19:03:38.126606+0000 mon.b (mon.2) 24 : audit [DBG] from='client.? 172.21.15.63:0/1953124115' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-10T19:03:39.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:39 smithi031 bash[54359]: audit 2024-09-10T19:03:38.445104+0000 mon.b (mon.2) 25 : audit [INF] from='client.? 172.21.15.63:0/1949067911' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: dispatch 2024-09-10T19:03:39.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:39 smithi031 bash[54359]: audit 2024-09-10T19:03:38.446506+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.63:0/2289991669"}]: dispatch 2024-09-10T19:03:39.628 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:39 smithi063 bash[88293]: debug Successfully removed blocklist entry 2024-09-10T19:03:39.629 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:39 smithi063 bash[88293]: debug Removing blocklisted entry for this host : 172.21.15.63:6832/590066359 2024-09-10T19:03:39.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:39 smithi063 bash[48646]: audit 2024-09-10T19:03:38.126606+0000 mon.b (mon.2) 24 : audit [DBG] from='client.? 172.21.15.63:0/1953124115' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-10T19:03:39.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:39 smithi063 bash[48646]: audit 2024-09-10T19:03:38.445104+0000 mon.b (mon.2) 25 : audit [INF] from='client.? 172.21.15.63:0/1949067911' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/2289991669"}]: dispatch 2024-09-10T19:03:39.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:39 smithi063 bash[48646]: audit 2024-09-10T19:03:38.446506+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.63:0/2289991669"}]: dispatch 2024-09-10T19:03:40.629 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:40 smithi063 bash[88293]: debug Successfully removed blocklist entry 2024-09-10T19:03:40.629 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:40 smithi063 bash[88293]: debug Removing blocklisted entry for this host : 172.21.15.63:0/3824217936 2024-09-10T19:03:40.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:40 smithi063 bash[48646]: cluster 2024-09-10T19:03:38.895999+0000 mgr.y (mgr.26002) 558 : cluster [DBG] pgmap v356: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:40.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:40 smithi063 bash[48646]: audit 2024-09-10T19:03:39.140532+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.63:0/2289991669"}]': finished 2024-09-10T19:03:40.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:40 smithi063 bash[48646]: cluster 2024-09-10T19:03:39.140572+0000 mon.a (mon.0) 1500 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-09-10T19:03:40.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:40 smithi063 bash[48646]: audit 2024-09-10T19:03:39.466634+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.63:0/1515365186' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:6832/590066359"}]: dispatch 2024-09-10T19:03:40.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:40 smithi063 bash[48646]: audit 2024-09-10T19:03:39.468161+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.63:6832/590066359"}]: dispatch 2024-09-10T19:03:40.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:40 smithi031 bash[53082]: cluster 2024-09-10T19:03:38.895999+0000 mgr.y (mgr.26002) 558 : cluster [DBG] pgmap v356: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:40.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:40 smithi031 bash[53082]: audit 2024-09-10T19:03:39.140532+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.63:0/2289991669"}]': finished 2024-09-10T19:03:40.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:40 smithi031 bash[53082]: cluster 2024-09-10T19:03:39.140572+0000 mon.a (mon.0) 1500 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-09-10T19:03:40.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:40 smithi031 bash[53082]: audit 2024-09-10T19:03:39.466634+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.63:0/1515365186' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:6832/590066359"}]: dispatch 2024-09-10T19:03:40.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:40 smithi031 bash[53082]: audit 2024-09-10T19:03:39.468161+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.63:6832/590066359"}]: dispatch 2024-09-10T19:03:40.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:40 smithi031 bash[54359]: cluster 2024-09-10T19:03:38.895999+0000 mgr.y (mgr.26002) 558 : cluster [DBG] pgmap v356: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:40.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:40 smithi031 bash[54359]: audit 2024-09-10T19:03:39.140532+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.63:0/2289991669"}]': finished 2024-09-10T19:03:40.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:40 smithi031 bash[54359]: cluster 2024-09-10T19:03:39.140572+0000 mon.a (mon.0) 1500 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-09-10T19:03:40.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:40 smithi031 bash[54359]: audit 2024-09-10T19:03:39.466634+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.63:0/1515365186' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:6832/590066359"}]: dispatch 2024-09-10T19:03:40.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:40 smithi031 bash[54359]: audit 2024-09-10T19:03:39.468161+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.63:6832/590066359"}]: dispatch 2024-09-10T19:03:41.628 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:41 smithi063 bash[48646]: audit 2024-09-10T19:03:40.154588+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.63:6832/590066359"}]': finished 2024-09-10T19:03:41.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:41 smithi063 bash[48646]: cluster 2024-09-10T19:03:40.154670+0000 mon.a (mon.0) 1503 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-09-10T19:03:41.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:41 smithi063 bash[48646]: audit 2024-09-10T19:03:40.475044+0000 mon.b (mon.2) 27 : audit [INF] from='client.? 172.21.15.63:0/2617742341' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: dispatch 2024-09-10T19:03:41.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:41 smithi063 bash[48646]: audit 2024-09-10T19:03:40.476548+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.63:0/3824217936"}]: dispatch 2024-09-10T19:03:41.629 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:41 smithi063 bash[88293]: debug Successfully removed blocklist entry 2024-09-10T19:03:41.629 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:41 smithi063 bash[88293]: debug Removing blocklisted entry for this host : 172.21.15.63:0/20683061 2024-09-10T19:03:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:41 smithi031 bash[53082]: audit 2024-09-10T19:03:40.154588+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.63:6832/590066359"}]': finished 2024-09-10T19:03:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:41 smithi031 bash[53082]: cluster 2024-09-10T19:03:40.154670+0000 mon.a (mon.0) 1503 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-09-10T19:03:41.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:41 smithi031 bash[53082]: audit 2024-09-10T19:03:40.475044+0000 mon.b (mon.2) 27 : audit [INF] from='client.? 172.21.15.63:0/2617742341' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: dispatch 2024-09-10T19:03:41.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:41 smithi031 bash[53082]: audit 2024-09-10T19:03:40.476548+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.63:0/3824217936"}]: dispatch 2024-09-10T19:03:41.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:41 smithi031 bash[54359]: audit 2024-09-10T19:03:40.154588+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.63:6832/590066359"}]': finished 2024-09-10T19:03:41.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:41 smithi031 bash[54359]: cluster 2024-09-10T19:03:40.154670+0000 mon.a (mon.0) 1503 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-09-10T19:03:41.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:41 smithi031 bash[54359]: audit 2024-09-10T19:03:40.475044+0000 mon.b (mon.2) 27 : audit [INF] from='client.? 172.21.15.63:0/2617742341' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/3824217936"}]: dispatch 2024-09-10T19:03:41.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:41 smithi031 bash[54359]: audit 2024-09-10T19:03:40.476548+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.63:0/3824217936"}]: dispatch 2024-09-10T19:03:42.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:42 smithi063 bash[48646]: cluster 2024-09-10T19:03:40.896783+0000 mgr.y (mgr.26002) 559 : cluster [DBG] pgmap v359: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:42.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:42 smithi063 bash[48646]: audit 2024-09-10T19:03:41.167019+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.63:0/3824217936"}]': finished 2024-09-10T19:03:42.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:42 smithi063 bash[48646]: cluster 2024-09-10T19:03:41.167121+0000 mon.a (mon.0) 1506 : cluster [DBG] osdmap e116: 8 total, 8 up, 8 in 2024-09-10T19:03:42.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:42 smithi063 bash[48646]: audit 2024-09-10T19:03:41.498002+0000 mon.b (mon.2) 28 : audit [INF] from='client.? 172.21.15.63:0/3630035036' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/20683061"}]: dispatch 2024-09-10T19:03:42.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:42 smithi063 bash[48646]: audit 2024-09-10T19:03:41.499483+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.63:0/20683061"}]: dispatch 2024-09-10T19:03:42.629 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:42 smithi063 bash[88293]: debug Successfully removed blocklist entry 2024-09-10T19:03:42.629 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:42 smithi063 bash[88293]: debug Removing blocklisted entry for this host : 172.21.15.63:6833/31829569 2024-09-10T19:03:42.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:42 smithi031 bash[53082]: cluster 2024-09-10T19:03:40.896783+0000 mgr.y (mgr.26002) 559 : cluster [DBG] pgmap v359: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:42.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:42 smithi031 bash[53082]: audit 2024-09-10T19:03:41.167019+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.63:0/3824217936"}]': finished 2024-09-10T19:03:42.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:42 smithi031 bash[53082]: cluster 2024-09-10T19:03:41.167121+0000 mon.a (mon.0) 1506 : cluster [DBG] osdmap e116: 8 total, 8 up, 8 in 2024-09-10T19:03:42.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:42 smithi031 bash[53082]: audit 2024-09-10T19:03:41.498002+0000 mon.b (mon.2) 28 : audit [INF] from='client.? 172.21.15.63:0/3630035036' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/20683061"}]: dispatch 2024-09-10T19:03:42.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:42 smithi031 bash[53082]: audit 2024-09-10T19:03:41.499483+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.63:0/20683061"}]: dispatch 2024-09-10T19:03:42.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:42 smithi031 bash[54359]: cluster 2024-09-10T19:03:40.896783+0000 mgr.y (mgr.26002) 559 : cluster [DBG] pgmap v359: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:42.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:42 smithi031 bash[54359]: audit 2024-09-10T19:03:41.167019+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.63:0/3824217936"}]': finished 2024-09-10T19:03:42.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:42 smithi031 bash[54359]: cluster 2024-09-10T19:03:41.167121+0000 mon.a (mon.0) 1506 : cluster [DBG] osdmap e116: 8 total, 8 up, 8 in 2024-09-10T19:03:42.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:42 smithi031 bash[54359]: audit 2024-09-10T19:03:41.498002+0000 mon.b (mon.2) 28 : audit [INF] from='client.? 172.21.15.63:0/3630035036' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/20683061"}]: dispatch 2024-09-10T19:03:42.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:42 smithi031 bash[54359]: audit 2024-09-10T19:03:41.499483+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.63:0/20683061"}]: dispatch 2024-09-10T19:03:43.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:43 smithi063 bash[48646]: audit 2024-09-10T19:03:42.182810+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.63:0/20683061"}]': finished 2024-09-10T19:03:43.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:43 smithi063 bash[48646]: cluster 2024-09-10T19:03:42.182905+0000 mon.a (mon.0) 1509 : cluster [DBG] osdmap e117: 8 total, 8 up, 8 in 2024-09-10T19:03:43.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:43 smithi063 bash[48646]: audit 2024-09-10T19:03:42.557113+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.63:0/3628491357' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:6833/31829569"}]: dispatch 2024-09-10T19:03:43.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:43 smithi063 bash[48646]: audit 2024-09-10T19:03:42.558577+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.63:6833/31829569"}]: dispatch 2024-09-10T19:03:43.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:43 smithi063 bash[48646]: audit 2024-09-10T19:03:42.888073+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:43.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:43 smithi063 bash[48646]: audit 2024-09-10T19:03:42.894412+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:43.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:43 smithi063 bash[48646]: audit 2024-09-10T19:03:42.902419+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:43.629 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:43 smithi063 bash[88293]: debug Successfully removed blocklist entry 2024-09-10T19:03:43.630 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:43 smithi063 bash[88293]: debug Removing blocklisted entry for this host : 172.21.15.63:6832/31829569 2024-09-10T19:03:43.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:43 smithi031 bash[53082]: audit 2024-09-10T19:03:42.182810+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.63:0/20683061"}]': finished 2024-09-10T19:03:43.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:43 smithi031 bash[53082]: cluster 2024-09-10T19:03:42.182905+0000 mon.a (mon.0) 1509 : cluster [DBG] osdmap e117: 8 total, 8 up, 8 in 2024-09-10T19:03:43.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:43 smithi031 bash[53082]: audit 2024-09-10T19:03:42.557113+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.63:0/3628491357' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:6833/31829569"}]: dispatch 2024-09-10T19:03:43.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:43 smithi031 bash[53082]: audit 2024-09-10T19:03:42.558577+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.63:6833/31829569"}]: dispatch 2024-09-10T19:03:43.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:43 smithi031 bash[53082]: audit 2024-09-10T19:03:42.888073+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:43.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:43 smithi031 bash[53082]: audit 2024-09-10T19:03:42.894412+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:43.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:43 smithi031 bash[53082]: audit 2024-09-10T19:03:42.902419+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:43.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:43 smithi031 bash[54359]: audit 2024-09-10T19:03:42.182810+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.63:0/20683061"}]': finished 2024-09-10T19:03:43.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:43 smithi031 bash[54359]: cluster 2024-09-10T19:03:42.182905+0000 mon.a (mon.0) 1509 : cluster [DBG] osdmap e117: 8 total, 8 up, 8 in 2024-09-10T19:03:43.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:43 smithi031 bash[54359]: audit 2024-09-10T19:03:42.557113+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.63:0/3628491357' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:6833/31829569"}]: dispatch 2024-09-10T19:03:43.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:43 smithi031 bash[54359]: audit 2024-09-10T19:03:42.558577+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.63:6833/31829569"}]: dispatch 2024-09-10T19:03:43.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:43 smithi031 bash[54359]: audit 2024-09-10T19:03:42.888073+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:43.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:43 smithi031 bash[54359]: audit 2024-09-10T19:03:42.894412+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:43.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:43 smithi031 bash[54359]: audit 2024-09-10T19:03:42.902419+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:44.546 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:44 smithi063 bash[48646]: cluster 2024-09-10T19:03:42.897747+0000 mgr.y (mgr.26002) 560 : cluster [DBG] pgmap v362: 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-10T19:03:44.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:44 smithi063 bash[48646]: audit 2024-09-10T19:03:43.184162+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.63:6833/31829569"}]': finished 2024-09-10T19:03:44.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:44 smithi063 bash[48646]: cluster 2024-09-10T19:03:43.184266+0000 mon.a (mon.0) 1515 : cluster [DBG] osdmap e118: 8 total, 8 up, 8 in 2024-09-10T19:03:44.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:44 smithi063 bash[48646]: audit 2024-09-10T19:03:43.287915+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:03:44.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:44 smithi063 bash[48646]: audit 2024-09-10T19:03:43.510676+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:44.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:44 smithi063 bash[48646]: audit 2024-09-10T19:03:43.519186+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:44.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:44 smithi063 bash[48646]: audit 2024-09-10T19:03:43.519664+0000 mon.a (mon.0) 1519 : audit [INF] from='client.? 172.21.15.63:0/3410884679' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:6832/31829569"}]: dispatch 2024-09-10T19:03:44.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:44 smithi063 bash[48646]: audit 2024-09-10T19:03:43.526916+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:44.547 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:44 smithi063 bash[48646]: audit 2024-09-10T19:03:43.529037+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:03:44.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:44 smithi031 bash[53082]: cluster 2024-09-10T19:03:42.897747+0000 mgr.y (mgr.26002) 560 : cluster [DBG] pgmap v362: 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-10T19:03:44.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:44 smithi031 bash[53082]: audit 2024-09-10T19:03:43.184162+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.63:6833/31829569"}]': finished 2024-09-10T19:03:44.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:44 smithi031 bash[53082]: cluster 2024-09-10T19:03:43.184266+0000 mon.a (mon.0) 1515 : cluster [DBG] osdmap e118: 8 total, 8 up, 8 in 2024-09-10T19:03:44.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:44 smithi031 bash[53082]: audit 2024-09-10T19:03:43.287915+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:03:44.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:44 smithi031 bash[53082]: audit 2024-09-10T19:03:43.510676+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:44.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:44 smithi031 bash[53082]: audit 2024-09-10T19:03:43.519186+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:44.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:44 smithi031 bash[53082]: audit 2024-09-10T19:03:43.519664+0000 mon.a (mon.0) 1519 : audit [INF] from='client.? 172.21.15.63:0/3410884679' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:6832/31829569"}]: dispatch 2024-09-10T19:03:44.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:44 smithi031 bash[53082]: audit 2024-09-10T19:03:43.526916+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:44.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:44 smithi031 bash[53082]: audit 2024-09-10T19:03:43.529037+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:03:44.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:44 smithi031 bash[54359]: cluster 2024-09-10T19:03:42.897747+0000 mgr.y (mgr.26002) 560 : cluster [DBG] pgmap v362: 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-10T19:03:44.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:44 smithi031 bash[54359]: audit 2024-09-10T19:03:43.184162+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.63:6833/31829569"}]': finished 2024-09-10T19:03:44.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:44 smithi031 bash[54359]: cluster 2024-09-10T19:03:43.184266+0000 mon.a (mon.0) 1515 : cluster [DBG] osdmap e118: 8 total, 8 up, 8 in 2024-09-10T19:03:44.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:44 smithi031 bash[54359]: audit 2024-09-10T19:03:43.287915+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:03:44.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:44 smithi031 bash[54359]: audit 2024-09-10T19:03:43.510676+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:44.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:44 smithi031 bash[54359]: audit 2024-09-10T19:03:43.519186+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:44.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:44 smithi031 bash[54359]: audit 2024-09-10T19:03:43.519664+0000 mon.a (mon.0) 1519 : audit [INF] from='client.? 172.21.15.63:0/3410884679' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:6832/31829569"}]: dispatch 2024-09-10T19:03:44.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:44 smithi031 bash[54359]: audit 2024-09-10T19:03:43.526916+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:44.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:44 smithi031 bash[54359]: audit 2024-09-10T19:03:43.529037+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:03:44.878 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:44 smithi063 bash[88293]: debug Successfully removed blocklist entry 2024-09-10T19:03:44.878 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:44 smithi063 bash[88293]: debug Removing blocklisted entry for this host : 172.21.15.63:0/3437565475 2024-09-10T19:03:45.878 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:45 smithi063 bash[88293]: debug Successfully removed blocklist entry 2024-09-10T19:03:45.878 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:45 smithi063 bash[88293]: debug Removing blocklisted entry for this host : 172.21.15.63:6833/590066359 2024-09-10T19:03:45.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:45 smithi063 bash[48646]: audit 2024-09-10T19:03:44.524701+0000 mon.a (mon.0) 1522 : audit [INF] from='client.? 172.21.15.63:0/3410884679' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:6832/31829569"}]': finished 2024-09-10T19:03:45.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:45 smithi063 bash[48646]: cluster 2024-09-10T19:03:44.524958+0000 mon.a (mon.0) 1523 : cluster [DBG] osdmap e119: 8 total, 8 up, 8 in 2024-09-10T19:03:45.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:45 smithi063 bash[48646]: audit 2024-09-10T19:03:44.853152+0000 mon.b (mon.2) 30 : audit [INF] from='client.? 172.21.15.63:0/2776603081' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/3437565475"}]: dispatch 2024-09-10T19:03:45.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:45 smithi063 bash[48646]: audit 2024-09-10T19:03:44.854590+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.63:0/3437565475"}]: dispatch 2024-09-10T19:03:45.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:45 smithi063 bash[48646]: cluster 2024-09-10T19:03:44.898594+0000 mgr.y (mgr.26002) 561 : cluster [DBG] pgmap v365: 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-10T19:03:45.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:45 smithi031 bash[53082]: audit 2024-09-10T19:03:44.524701+0000 mon.a (mon.0) 1522 : audit [INF] from='client.? 172.21.15.63:0/3410884679' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:6832/31829569"}]': finished 2024-09-10T19:03:45.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:45 smithi031 bash[53082]: cluster 2024-09-10T19:03:44.524958+0000 mon.a (mon.0) 1523 : cluster [DBG] osdmap e119: 8 total, 8 up, 8 in 2024-09-10T19:03:45.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:45 smithi031 bash[53082]: audit 2024-09-10T19:03:44.853152+0000 mon.b (mon.2) 30 : audit [INF] from='client.? 172.21.15.63:0/2776603081' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/3437565475"}]: dispatch 2024-09-10T19:03:45.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:45 smithi031 bash[53082]: audit 2024-09-10T19:03:44.854590+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.63:0/3437565475"}]: dispatch 2024-09-10T19:03:45.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:45 smithi031 bash[53082]: cluster 2024-09-10T19:03:44.898594+0000 mgr.y (mgr.26002) 561 : cluster [DBG] pgmap v365: 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-10T19:03:45.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:45 smithi031 bash[54359]: audit 2024-09-10T19:03:44.524701+0000 mon.a (mon.0) 1522 : audit [INF] from='client.? 172.21.15.63:0/3410884679' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:6832/31829569"}]': finished 2024-09-10T19:03:45.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:45 smithi031 bash[54359]: cluster 2024-09-10T19:03:44.524958+0000 mon.a (mon.0) 1523 : cluster [DBG] osdmap e119: 8 total, 8 up, 8 in 2024-09-10T19:03:45.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:45 smithi031 bash[54359]: audit 2024-09-10T19:03:44.853152+0000 mon.b (mon.2) 30 : audit [INF] from='client.? 172.21.15.63:0/2776603081' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/3437565475"}]: dispatch 2024-09-10T19:03:45.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:45 smithi031 bash[54359]: audit 2024-09-10T19:03:44.854590+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.63:0/3437565475"}]: dispatch 2024-09-10T19:03:45.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:45 smithi031 bash[54359]: cluster 2024-09-10T19:03:44.898594+0000 mgr.y (mgr.26002) 561 : cluster [DBG] pgmap v365: 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-10T19:03:46.878 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:46 smithi063 bash[88293]: debug Successfully removed blocklist entry 2024-09-10T19:03:46.879 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:46 smithi063 bash[88293]: debug Removing blocklisted entry for this host : 172.21.15.63:0/2686781210 2024-09-10T19:03:46.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:46 smithi063 bash[48646]: audit 2024-09-10T19:03:45.535227+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.63:0/3437565475"}]': finished 2024-09-10T19:03:46.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:46 smithi063 bash[48646]: cluster 2024-09-10T19:03:45.535424+0000 mon.a (mon.0) 1526 : cluster [DBG] osdmap e120: 8 total, 8 up, 8 in 2024-09-10T19:03:46.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:46 smithi063 bash[48646]: audit 2024-09-10T19:03:45.873688+0000 mon.b (mon.2) 31 : audit [INF] from='client.? 172.21.15.63:0/3182502925' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:6833/590066359"}]: dispatch 2024-09-10T19:03:46.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:46 smithi063 bash[48646]: audit 2024-09-10T19:03:45.875229+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.63:6833/590066359"}]: dispatch 2024-09-10T19:03:46.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:46 smithi031 bash[54359]: audit 2024-09-10T19:03:45.535227+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.63:0/3437565475"}]': finished 2024-09-10T19:03:46.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:46 smithi031 bash[54359]: cluster 2024-09-10T19:03:45.535424+0000 mon.a (mon.0) 1526 : cluster [DBG] osdmap e120: 8 total, 8 up, 8 in 2024-09-10T19:03:46.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:46 smithi031 bash[54359]: audit 2024-09-10T19:03:45.873688+0000 mon.b (mon.2) 31 : audit [INF] from='client.? 172.21.15.63:0/3182502925' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:6833/590066359"}]: dispatch 2024-09-10T19:03:46.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:46 smithi031 bash[54359]: audit 2024-09-10T19:03:45.875229+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.63:6833/590066359"}]: dispatch 2024-09-10T19:03:46.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:46 smithi031 bash[53082]: audit 2024-09-10T19:03:45.535227+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.63:0/3437565475"}]': finished 2024-09-10T19:03:46.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:46 smithi031 bash[53082]: cluster 2024-09-10T19:03:45.535424+0000 mon.a (mon.0) 1526 : cluster [DBG] osdmap e120: 8 total, 8 up, 8 in 2024-09-10T19:03:46.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:46 smithi031 bash[53082]: audit 2024-09-10T19:03:45.873688+0000 mon.b (mon.2) 31 : audit [INF] from='client.? 172.21.15.63:0/3182502925' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:6833/590066359"}]: dispatch 2024-09-10T19:03:46.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:46 smithi031 bash[53082]: audit 2024-09-10T19:03:45.875229+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.63:6833/590066359"}]: dispatch 2024-09-10T19:03:47.842 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:47 smithi063 bash[88293]: debug Successfully removed blocklist entry 2024-09-10T19:03:47.842 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:47 smithi063 bash[88293]: debug Removing blocklisted entry for this host : 172.21.15.63:0/427989299 2024-09-10T19:03:47.842 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:47 smithi063 bash[48646]: audit 2024-09-10T19:03:46.544252+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.63:6833/590066359"}]': finished 2024-09-10T19:03:47.842 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:47 smithi063 bash[48646]: cluster 2024-09-10T19:03:46.544397+0000 mon.a (mon.0) 1529 : cluster [DBG] osdmap e121: 8 total, 8 up, 8 in 2024-09-10T19:03:47.842 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:47 smithi063 bash[48646]: audit 2024-09-10T19:03:46.868620+0000 mon.b (mon.2) 32 : audit [INF] from='client.? 172.21.15.63:0/830619686' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/2686781210"}]: dispatch 2024-09-10T19:03:47.842 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:47 smithi063 bash[48646]: audit 2024-09-10T19:03:46.870042+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.63:0/2686781210"}]: dispatch 2024-09-10T19:03:47.842 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:47 smithi063 bash[48646]: cluster 2024-09-10T19:03:46.899414+0000 mgr.y (mgr.26002) 562 : cluster [DBG] pgmap v368: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:47.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:47 smithi031 bash[54359]: audit 2024-09-10T19:03:46.544252+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.63:6833/590066359"}]': finished 2024-09-10T19:03:47.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:47 smithi031 bash[54359]: cluster 2024-09-10T19:03:46.544397+0000 mon.a (mon.0) 1529 : cluster [DBG] osdmap e121: 8 total, 8 up, 8 in 2024-09-10T19:03:47.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:47 smithi031 bash[54359]: audit 2024-09-10T19:03:46.868620+0000 mon.b (mon.2) 32 : audit [INF] from='client.? 172.21.15.63:0/830619686' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/2686781210"}]: dispatch 2024-09-10T19:03:47.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:47 smithi031 bash[54359]: audit 2024-09-10T19:03:46.870042+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.63:0/2686781210"}]: dispatch 2024-09-10T19:03:47.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:47 smithi031 bash[54359]: cluster 2024-09-10T19:03:46.899414+0000 mgr.y (mgr.26002) 562 : cluster [DBG] pgmap v368: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:47.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:47 smithi031 bash[53082]: audit 2024-09-10T19:03:46.544252+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.63:6833/590066359"}]': finished 2024-09-10T19:03:47.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:47 smithi031 bash[53082]: cluster 2024-09-10T19:03:46.544397+0000 mon.a (mon.0) 1529 : cluster [DBG] osdmap e121: 8 total, 8 up, 8 in 2024-09-10T19:03:47.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:47 smithi031 bash[53082]: audit 2024-09-10T19:03:46.868620+0000 mon.b (mon.2) 32 : audit [INF] from='client.? 172.21.15.63:0/830619686' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/2686781210"}]: dispatch 2024-09-10T19:03:47.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:47 smithi031 bash[53082]: audit 2024-09-10T19:03:46.870042+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.63:0/2686781210"}]: dispatch 2024-09-10T19:03:47.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:47 smithi031 bash[53082]: cluster 2024-09-10T19:03:46.899414+0000 mgr.y (mgr.26002) 562 : cluster [DBG] pgmap v368: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-10T19:03:48.128 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:47 smithi063 bash[88293]: debug there is no tcmu-runner data available 2024-09-10T19:03:48.878 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:48 smithi063 bash[88293]: debug Successfully removed blocklist entry 2024-09-10T19:03:48.879 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:48 smithi063 bash[88293]: debug Removing blocklisted entry for this host : 172.21.15.63:0/2657388978 2024-09-10T19:03:48.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:48 smithi063 bash[48646]: audit 2024-09-10T19:03:47.554274+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.63:0/2686781210"}]': finished 2024-09-10T19:03:48.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:48 smithi063 bash[48646]: cluster 2024-09-10T19:03:47.554458+0000 mon.a (mon.0) 1532 : cluster [DBG] osdmap e122: 8 total, 8 up, 8 in 2024-09-10T19:03:48.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:48 smithi063 bash[48646]: audit 2024-09-10T19:03:47.839041+0000 mgr.y (mgr.26002) 563 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:03:48.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:48 smithi063 bash[48646]: audit 2024-09-10T19:03:47.886472+0000 mon.b (mon.2) 33 : audit [INF] from='client.? 172.21.15.63:0/2963823694' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/427989299"}]: dispatch 2024-09-10T19:03:48.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:48 smithi063 bash[48646]: audit 2024-09-10T19:03:47.888090+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.63:0/427989299"}]: dispatch 2024-09-10T19:03:48.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:48 smithi031 bash[53082]: audit 2024-09-10T19:03:47.554274+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.63:0/2686781210"}]': finished 2024-09-10T19:03:48.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:48 smithi031 bash[53082]: cluster 2024-09-10T19:03:47.554458+0000 mon.a (mon.0) 1532 : cluster [DBG] osdmap e122: 8 total, 8 up, 8 in 2024-09-10T19:03:48.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:48 smithi031 bash[53082]: audit 2024-09-10T19:03:47.839041+0000 mgr.y (mgr.26002) 563 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:03:48.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:48 smithi031 bash[53082]: audit 2024-09-10T19:03:47.886472+0000 mon.b (mon.2) 33 : audit [INF] from='client.? 172.21.15.63:0/2963823694' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/427989299"}]: dispatch 2024-09-10T19:03:48.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:48 smithi031 bash[53082]: audit 2024-09-10T19:03:47.888090+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.63:0/427989299"}]: dispatch 2024-09-10T19:03:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:48 smithi031 bash[54359]: audit 2024-09-10T19:03:47.554274+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.63:0/2686781210"}]': finished 2024-09-10T19:03:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:48 smithi031 bash[54359]: cluster 2024-09-10T19:03:47.554458+0000 mon.a (mon.0) 1532 : cluster [DBG] osdmap e122: 8 total, 8 up, 8 in 2024-09-10T19:03:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:48 smithi031 bash[54359]: audit 2024-09-10T19:03:47.839041+0000 mgr.y (mgr.26002) 563 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:03:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:48 smithi031 bash[54359]: audit 2024-09-10T19:03:47.886472+0000 mon.b (mon.2) 33 : audit [INF] from='client.? 172.21.15.63:0/2963823694' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/427989299"}]: dispatch 2024-09-10T19:03:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:48 smithi031 bash[54359]: audit 2024-09-10T19:03:47.888090+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.63:0/427989299"}]: dispatch 2024-09-10T19:03:49.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:49 smithi063 bash[48646]: audit 2024-09-10T19:03:48.556164+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.63:0/427989299"}]': finished 2024-09-10T19:03:49.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:49 smithi063 bash[48646]: cluster 2024-09-10T19:03:48.556349+0000 mon.a (mon.0) 1535 : cluster [DBG] osdmap e123: 8 total, 8 up, 8 in 2024-09-10T19:03:49.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:49 smithi063 bash[48646]: audit 2024-09-10T19:03:48.887808+0000 mon.b (mon.2) 34 : audit [INF] from='client.? 172.21.15.63:0/274180270' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/2657388978"}]: dispatch 2024-09-10T19:03:49.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:49 smithi063 bash[48646]: audit 2024-09-10T19:03:48.889271+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.63:0/2657388978"}]: dispatch 2024-09-10T19:03:49.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:49 smithi063 bash[48646]: cluster 2024-09-10T19:03:48.900167+0000 mgr.y (mgr.26002) 564 : 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-10T19:03:49.879 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:49 smithi063 bash[88293]: debug Successfully removed blocklist entry 2024-09-10T19:03:49.879 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:49 smithi063 bash[88293]: debug Removing blocklisted entry for this host : 172.21.15.63:0/1155778198 2024-09-10T19:03:49.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:49 smithi031 bash[53082]: audit 2024-09-10T19:03:48.556164+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.63:0/427989299"}]': finished 2024-09-10T19:03:49.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:49 smithi031 bash[53082]: cluster 2024-09-10T19:03:48.556349+0000 mon.a (mon.0) 1535 : cluster [DBG] osdmap e123: 8 total, 8 up, 8 in 2024-09-10T19:03:49.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:49 smithi031 bash[53082]: audit 2024-09-10T19:03:48.887808+0000 mon.b (mon.2) 34 : audit [INF] from='client.? 172.21.15.63:0/274180270' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/2657388978"}]: dispatch 2024-09-10T19:03:49.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:49 smithi031 bash[53082]: audit 2024-09-10T19:03:48.889271+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.63:0/2657388978"}]: dispatch 2024-09-10T19:03:49.887 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:49 smithi031 bash[53082]: cluster 2024-09-10T19:03:48.900167+0000 mgr.y (mgr.26002) 564 : 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-10T19:03:49.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:49 smithi031 bash[54359]: audit 2024-09-10T19:03:48.556164+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.63:0/427989299"}]': finished 2024-09-10T19:03:49.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:49 smithi031 bash[54359]: cluster 2024-09-10T19:03:48.556349+0000 mon.a (mon.0) 1535 : cluster [DBG] osdmap e123: 8 total, 8 up, 8 in 2024-09-10T19:03:49.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:49 smithi031 bash[54359]: audit 2024-09-10T19:03:48.887808+0000 mon.b (mon.2) 34 : audit [INF] from='client.? 172.21.15.63:0/274180270' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/2657388978"}]: dispatch 2024-09-10T19:03:49.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:49 smithi031 bash[54359]: audit 2024-09-10T19:03:48.889271+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.63:0/2657388978"}]: dispatch 2024-09-10T19:03:49.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:49 smithi031 bash[54359]: cluster 2024-09-10T19:03:48.900167+0000 mgr.y (mgr.26002) 564 : 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-10T19:03:50.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:50 smithi063 bash[48646]: audit 2024-09-10T19:03:49.581293+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.63:0/2657388978"}]': finished 2024-09-10T19:03:50.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:50 smithi063 bash[48646]: cluster 2024-09-10T19:03:49.581457+0000 mon.a (mon.0) 1538 : cluster [DBG] osdmap e124: 8 total, 8 up, 8 in 2024-09-10T19:03:50.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:50 smithi063 bash[48646]: audit 2024-09-10T19:03:49.921519+0000 mon.b (mon.2) 35 : audit [INF] from='client.? 172.21.15.63:0/1169733500' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/1155778198"}]: dispatch 2024-09-10T19:03:50.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:50 smithi063 bash[48646]: audit 2024-09-10T19:03:49.923179+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.63:0/1155778198"}]: dispatch 2024-09-10T19:03:50.879 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:50 smithi063 bash[88293]: debug Successfully removed blocklist entry 2024-09-10T19:03:50.879 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:50 smithi063 bash[88293]: debug Reading the configuration object to update local LIO configuration 2024-09-10T19:03:50.879 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:50 smithi063 bash[88293]: debug Configuration does not have an entry for this host(smithi063.front.sepia.ceph.com) - nothing to define to LIO 2024-09-10T19:03:50.879 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:50 smithi063 bash[88293]: * Serving Flask app 'rbd-target-api' (lazy loading) 2024-09-10T19:03:50.880 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:50 smithi063 bash[88293]: * Environment: production 2024-09-10T19:03:50.880 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:50 smithi063 bash[88293]: WARNING: This is a development server. Do not use it in a production deployment. 2024-09-10T19:03:50.880 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:50 smithi063 bash[88293]: Use a production WSGI server instead. 2024-09-10T19:03:50.880 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:50 smithi063 bash[88293]: * Debug mode: off 2024-09-10T19:03:50.880 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:50 smithi063 bash[88293]: debug * Running on all addresses. 2024-09-10T19:03:50.880 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:50 smithi063 bash[88293]: WARNING: This is a development server. Do not use it in a production deployment. 2024-09-10T19:03:50.880 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:50 smithi063 bash[88293]: * Running on all addresses. 2024-09-10T19:03:50.880 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:50 smithi063 bash[88293]: WARNING: This is a development server. Do not use it in a production deployment. 2024-09-10T19:03:50.880 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:50 smithi063 bash[88293]: debug * Running on http://[fe80::ec4:7aff:feb6:f8d7]:5000/ (Press CTRL+C to quit) 2024-09-10T19:03:50.880 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:50 smithi063 bash[88293]: * Running on http://[fe80::ec4:7aff:feb6:f8d7]:5000/ (Press CTRL+C to quit) 2024-09-10T19:03:50.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:50 smithi031 bash[53082]: audit 2024-09-10T19:03:49.581293+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.63:0/2657388978"}]': finished 2024-09-10T19:03:50.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:50 smithi031 bash[53082]: cluster 2024-09-10T19:03:49.581457+0000 mon.a (mon.0) 1538 : cluster [DBG] osdmap e124: 8 total, 8 up, 8 in 2024-09-10T19:03:50.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:50 smithi031 bash[53082]: audit 2024-09-10T19:03:49.921519+0000 mon.b (mon.2) 35 : audit [INF] from='client.? 172.21.15.63:0/1169733500' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/1155778198"}]: dispatch 2024-09-10T19:03:50.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:50 smithi031 bash[53082]: audit 2024-09-10T19:03:49.923179+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.63:0/1155778198"}]: dispatch 2024-09-10T19:03:50.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:50 smithi031 bash[54359]: audit 2024-09-10T19:03:49.581293+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.63:0/2657388978"}]': finished 2024-09-10T19:03:50.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:50 smithi031 bash[54359]: cluster 2024-09-10T19:03:49.581457+0000 mon.a (mon.0) 1538 : cluster [DBG] osdmap e124: 8 total, 8 up, 8 in 2024-09-10T19:03:50.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:50 smithi031 bash[54359]: audit 2024-09-10T19:03:49.921519+0000 mon.b (mon.2) 35 : audit [INF] from='client.? 172.21.15.63:0/1169733500' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.63:0/1155778198"}]: dispatch 2024-09-10T19:03:50.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:50 smithi031 bash[54359]: audit 2024-09-10T19:03:49.923179+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.63:0/1155778198"}]: dispatch 2024-09-10T19:03:51.874 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:51 smithi063 bash[48646]: audit 2024-09-10T19:03:50.585892+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.63:0/1155778198"}]': finished 2024-09-10T19:03:51.874 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:51 smithi063 bash[48646]: cluster 2024-09-10T19:03:50.586015+0000 mon.a (mon.0) 1541 : cluster [DBG] osdmap e125: 8 total, 8 up, 8 in 2024-09-10T19:03:51.874 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:51 smithi063 bash[48646]: cluster 2024-09-10T19:03:50.900856+0000 mgr.y (mgr.26002) 565 : 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-10T19:03:51.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:51 smithi031 bash[53082]: audit 2024-09-10T19:03:50.585892+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.63:0/1155778198"}]': finished 2024-09-10T19:03:51.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:51 smithi031 bash[53082]: cluster 2024-09-10T19:03:50.586015+0000 mon.a (mon.0) 1541 : cluster [DBG] osdmap e125: 8 total, 8 up, 8 in 2024-09-10T19:03:51.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:51 smithi031 bash[53082]: cluster 2024-09-10T19:03:50.900856+0000 mgr.y (mgr.26002) 565 : 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-10T19:03:51.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:51 smithi031 bash[54359]: audit 2024-09-10T19:03:50.585892+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.63:0/1155778198"}]': finished 2024-09-10T19:03:51.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:51 smithi031 bash[54359]: cluster 2024-09-10T19:03:50.586015+0000 mon.a (mon.0) 1541 : cluster [DBG] osdmap e125: 8 total, 8 up, 8 in 2024-09-10T19:03:51.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:51 smithi031 bash[54359]: cluster 2024-09-10T19:03:50.900856+0000 mgr.y (mgr.26002) 565 : 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-10T19:03:54.128 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:53 smithi063 bash[48646]: cluster 2024-09-10T19:03:52.901970+0000 mgr.y (mgr.26002) 566 : cluster [DBG] pgmap v375: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 956 B/s rd, 0 op/s 2024-09-10T19:03:54.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:53 smithi031 bash[53082]: cluster 2024-09-10T19:03:52.901970+0000 mgr.y (mgr.26002) 566 : cluster [DBG] pgmap v375: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 956 B/s rd, 0 op/s 2024-09-10T19:03:54.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:53 smithi031 bash[54359]: cluster 2024-09-10T19:03:52.901970+0000 mgr.y (mgr.26002) 566 : cluster [DBG] pgmap v375: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 956 B/s rd, 0 op/s 2024-09-10T19:03:54.878 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[88293]: debug ::ffff:172.21.15.31 - - [10/Sep/2024 19:03:54] "GET /api/sysinfo/hostname HTTP/1.1" 200 - 2024-09-10T19:03:54.879 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[88293]: ::ffff:172.21.15.31 - - [10/Sep/2024 19:03:54] "GET /api/sysinfo/hostname HTTP/1.1" 200 - 2024-09-10T19:03:55.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.349157+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:55.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.358825+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.368204+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.370013+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:55.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.371604+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:55.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: cephadm 2024-09-10T19:03:54.373004+0000 mgr.y (mgr.26002) 567 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:55.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: cluster 2024-09-10T19:03:54.374090+0000 mgr.y (mgr.26002) 568 : cluster [DBG] pgmap v376: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 879 B/s rd, 0 op/s 2024-09-10T19:03:55.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.383359+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.445415+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T19:03:55.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.469196+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.472037+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T19:03:55.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.475289+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi063"}]: dispatch 2024-09-10T19:03:55.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.483712+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.487670+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:03:55.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.493565+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.496989+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.499484+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.503956+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.507652+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.509798+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.511640+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.513447+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.515409+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.526871+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.528511+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.iscsi.a"}]: dispatch 2024-09-10T19:03:55.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.535886+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.iscsi.a"}]': finished 2024-09-10T19:03:55.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.538416+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.552608+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.555157+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.557961+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.560855+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.563716+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.565760+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.567863+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.570889+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:03:55.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.580274+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:03:55.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.581705+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.382 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.590411+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:03:55.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.591765+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:03:55.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.597251+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:03:55.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.598498+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:03:55.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.603574+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:03:55.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.605165+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:03:55.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.610956+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:03:55.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.612193+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:03:55.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.618771+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-10T19:03:55.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.620154+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:03:55.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.624687+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:03:55.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.626007+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.383 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.627239+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:03:55.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.631835+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:03:55.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.633174+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:03:55.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.639452+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:03:55.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.640776+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.642026+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.643230+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.644459+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.645712+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.646970+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.648261+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:03:55.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.654418+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:03:55.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.656550+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:03:55.384 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:54 smithi063 bash[48646]: audit 2024-09-10T19:03:54.661865+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:03:55.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.349157+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.358825+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.368204+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.370013+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.371604+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: cephadm 2024-09-10T19:03:54.373004+0000 mgr.y (mgr.26002) 567 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: cluster 2024-09-10T19:03:54.374090+0000 mgr.y (mgr.26002) 568 : cluster [DBG] pgmap v376: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 879 B/s rd, 0 op/s 2024-09-10T19:03:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.383359+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.445415+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T19:03:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.469196+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.472037+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T19:03:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.475289+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi063"}]: dispatch 2024-09-10T19:03:55.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.483712+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.487670+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:03:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.493565+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.496989+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.499484+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.503956+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.507652+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.349157+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:55.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.358825+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.368204+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.370013+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:55.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.371604+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:55.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: cephadm 2024-09-10T19:03:54.373004+0000 mgr.y (mgr.26002) 567 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:55.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: cluster 2024-09-10T19:03:54.374090+0000 mgr.y (mgr.26002) 568 : cluster [DBG] pgmap v376: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 879 B/s rd, 0 op/s 2024-09-10T19:03:55.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.383359+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.445415+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T19:03:55.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.469196+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.472037+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T19:03:55.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.475289+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi063"}]: dispatch 2024-09-10T19:03:55.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.483712+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.487670+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:03:55.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.493565+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.496989+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.499484+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.389 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.503956+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.390 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.507652+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.509798+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.511640+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.513447+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.515409+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.526871+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.528511+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.iscsi.a"}]: dispatch 2024-09-10T19:03:55.390 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.535886+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.iscsi.a"}]': finished 2024-09-10T19:03:55.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.538416+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.552608+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.555157+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.557961+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.560855+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.563716+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.565760+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.567863+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.570889+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:03:55.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.580274+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:03:55.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.581705+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.590411+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:03:55.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.591765+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:03:55.391 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.597251+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:03:55.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.598498+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:03:55.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.603574+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:03:55.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.605165+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:03:55.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.610956+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:03:55.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.612193+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:03:55.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.618771+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-10T19:03:55.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.620154+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:03:55.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.624687+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:03:55.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.626007+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.627239+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:03:55.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.631835+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:03:55.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.633174+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:03:55.392 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.639452+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:03:55.393 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.509798+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.393 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.511640+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.393 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.513447+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.393 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.515409+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.393 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.526871+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.393 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.528511+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.iscsi.a"}]: dispatch 2024-09-10T19:03:55.393 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.535886+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.iscsi.a"}]': finished 2024-09-10T19:03:55.393 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.538416+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.393 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.552608+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:55.393 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.555157+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.393 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.557961+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.394 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.560855+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.394 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.563716+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.394 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.565760+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.394 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.567863+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:55.394 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.570889+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:03:55.394 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.580274+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:03:55.394 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.581705+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.394 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.640776+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.394 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.642026+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.394 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.643230+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.394 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.644459+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.395 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.645712+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.395 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.646970+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.395 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.648261+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:03:55.395 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.654418+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:03:55.395 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.656550+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:03:55.395 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[54359]: audit 2024-09-10T19:03:54.661865+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:03:55.395 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.590411+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:03:55.395 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.591765+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:03:55.395 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.597251+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:03:55.395 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.598498+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:03:55.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.603574+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:03:55.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.605165+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:03:55.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.610956+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:03:55.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.612193+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:03:55.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.618771+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-10T19:03:55.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.620154+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:03:55.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.624687+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:03:55.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.626007+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.627239+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:03:55.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.631835+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:03:55.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.633174+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:03:55.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.639452+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:03:55.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.640776+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.396 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.642026+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.643230+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.644459+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.645712+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.646970+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:03:55.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.648261+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:03:55.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.654418+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:03:55.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.656550+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:03:55.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:54 smithi031 bash[53082]: audit 2024-09-10T19:03:54.661865+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:03:56.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:55 smithi063 bash[48646]: audit 2024-09-10T19:03:54.446736+0000 mgr.y (mgr.26002) 569 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T19:03:56.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:55 smithi063 bash[48646]: cephadm 2024-09-10T19:03:54.471480+0000 mgr.y (mgr.26002) 570 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.63:5000 to Dashboard 2024-09-10T19:03:56.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:55 smithi063 bash[48646]: audit 2024-09-10T19:03:54.472726+0000 mgr.y (mgr.26002) 571 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T19:03:56.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:55 smithi063 bash[48646]: audit 2024-09-10T19:03:54.476184+0000 mgr.y (mgr.26002) 572 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi063"}]: dispatch 2024-09-10T19:03:56.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:55 smithi063 bash[48646]: cephadm 2024-09-10T19:03:54.516546+0000 mgr.y (mgr.26002) 573 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:03:56.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:55 smithi063 bash[48646]: cephadm 2024-09-10T19:03:54.542386+0000 mgr.y (mgr.26002) 574 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:03:56.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:55 smithi063 bash[48646]: cephadm 2024-09-10T19:03:54.569185+0000 mgr.y (mgr.26002) 575 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:03:56.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:55 smithi063 bash[48646]: cephadm 2024-09-10T19:03:54.655557+0000 mgr.y (mgr.26002) 576 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:03:56.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:55 smithi063 bash[48646]: audit 2024-09-10T19:03:55.073752+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:56.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:55 smithi063 bash[48646]: audit 2024-09-10T19:03:55.075068+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:56.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:55 smithi063 bash[48646]: cephadm 2024-09-10T19:03:55.076015+0000 mgr.y (mgr.26002) 577 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:56.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:55 smithi063 bash[48646]: audit 2024-09-10T19:03:55.081540+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:56.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:55 smithi063 bash[48646]: audit 2024-09-10T19:03:55.131288+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:56.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:55 smithi063 bash[48646]: audit 2024-09-10T19:03:55.132819+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:56.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:55 smithi063 bash[48646]: cephadm 2024-09-10T19:03:55.134218+0000 mgr.y (mgr.26002) 578 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:56.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:55 smithi063 bash[48646]: audit 2024-09-10T19:03:55.142267+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:56.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:55 smithi063 bash[48646]: cluster 2024-09-10T19:03:55.364168+0000 mon.a (mon.0) 1609 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-10T19:03:56.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:55 smithi063 bash[48646]: cluster 2024-09-10T19:03:55.364260+0000 mon.a (mon.0) 1610 : cluster [INF] Cluster is now healthy 2024-09-10T19:03:56.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[53082]: audit 2024-09-10T19:03:54.446736+0000 mgr.y (mgr.26002) 569 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T19:03:56.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[53082]: cephadm 2024-09-10T19:03:54.471480+0000 mgr.y (mgr.26002) 570 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.63:5000 to Dashboard 2024-09-10T19:03:56.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[53082]: audit 2024-09-10T19:03:54.472726+0000 mgr.y (mgr.26002) 571 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T19:03:56.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[53082]: audit 2024-09-10T19:03:54.476184+0000 mgr.y (mgr.26002) 572 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi063"}]: dispatch 2024-09-10T19:03:56.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[53082]: cephadm 2024-09-10T19:03:54.516546+0000 mgr.y (mgr.26002) 573 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:03:56.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[53082]: cephadm 2024-09-10T19:03:54.542386+0000 mgr.y (mgr.26002) 574 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:03:56.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[53082]: cephadm 2024-09-10T19:03:54.569185+0000 mgr.y (mgr.26002) 575 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:03:56.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[53082]: cephadm 2024-09-10T19:03:54.655557+0000 mgr.y (mgr.26002) 576 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:03:56.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[53082]: audit 2024-09-10T19:03:55.073752+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:56.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[53082]: audit 2024-09-10T19:03:55.075068+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:56.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[53082]: cephadm 2024-09-10T19:03:55.076015+0000 mgr.y (mgr.26002) 577 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:56.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[53082]: audit 2024-09-10T19:03:55.081540+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:56.387 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[53082]: audit 2024-09-10T19:03:55.131288+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:56.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[53082]: audit 2024-09-10T19:03:55.132819+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:56.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[53082]: cephadm 2024-09-10T19:03:55.134218+0000 mgr.y (mgr.26002) 578 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:56.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[53082]: audit 2024-09-10T19:03:55.142267+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:56.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[53082]: cluster 2024-09-10T19:03:55.364168+0000 mon.a (mon.0) 1609 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-10T19:03:56.388 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[53082]: cluster 2024-09-10T19:03:55.364260+0000 mon.a (mon.0) 1610 : cluster [INF] Cluster is now healthy 2024-09-10T19:03:56.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[54359]: audit 2024-09-10T19:03:54.446736+0000 mgr.y (mgr.26002) 569 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-10T19:03:56.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[54359]: cephadm 2024-09-10T19:03:54.471480+0000 mgr.y (mgr.26002) 570 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.63:5000 to Dashboard 2024-09-10T19:03:56.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[54359]: audit 2024-09-10T19:03:54.472726+0000 mgr.y (mgr.26002) 571 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-10T19:03:56.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[54359]: audit 2024-09-10T19:03:54.476184+0000 mgr.y (mgr.26002) 572 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi063"}]: dispatch 2024-09-10T19:03:56.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[54359]: cephadm 2024-09-10T19:03:54.516546+0000 mgr.y (mgr.26002) 573 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:03:56.388 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[54359]: cephadm 2024-09-10T19:03:54.542386+0000 mgr.y (mgr.26002) 574 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:03:56.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[54359]: cephadm 2024-09-10T19:03:54.569185+0000 mgr.y (mgr.26002) 575 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:03:56.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[54359]: cephadm 2024-09-10T19:03:54.655557+0000 mgr.y (mgr.26002) 576 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:03:56.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[54359]: audit 2024-09-10T19:03:55.073752+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:56.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[54359]: audit 2024-09-10T19:03:55.075068+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:56.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[54359]: cephadm 2024-09-10T19:03:55.076015+0000 mgr.y (mgr.26002) 577 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:56.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[54359]: audit 2024-09-10T19:03:55.081540+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:56.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[54359]: audit 2024-09-10T19:03:55.131288+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:56.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[54359]: audit 2024-09-10T19:03:55.132819+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:56.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[54359]: cephadm 2024-09-10T19:03:55.134218+0000 mgr.y (mgr.26002) 578 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:56.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[54359]: audit 2024-09-10T19:03:55.142267+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:56.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[54359]: cluster 2024-09-10T19:03:55.364168+0000 mon.a (mon.0) 1609 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-10T19:03:56.389 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:55 smithi031 bash[54359]: cluster 2024-09-10T19:03:55.364260+0000 mon.a (mon.0) 1610 : cluster [INF] Cluster is now healthy 2024-09-10T19:03:57.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:56 smithi063 bash[48646]: cluster 2024-09-10T19:03:56.375102+0000 mgr.y (mgr.26002) 579 : cluster [DBG] pgmap v377: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 684 B/s rd, 0 op/s 2024-09-10T19:03:57.379 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:56 smithi063 bash[48646]: audit 2024-09-10T19:03:56.472564+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:57.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:56 smithi031 bash[53082]: cluster 2024-09-10T19:03:56.375102+0000 mgr.y (mgr.26002) 579 : cluster [DBG] pgmap v377: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 684 B/s rd, 0 op/s 2024-09-10T19:03:57.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:56 smithi031 bash[53082]: audit 2024-09-10T19:03:56.472564+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:57.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:56 smithi031 bash[54359]: cluster 2024-09-10T19:03:56.375102+0000 mgr.y (mgr.26002) 579 : cluster [DBG] pgmap v377: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 684 B/s rd, 0 op/s 2024-09-10T19:03:57.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:56 smithi031 bash[54359]: audit 2024-09-10T19:03:56.472564+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:03:58.128 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:03:57 smithi063 bash[88293]: debug there is no tcmu-runner data available 2024-09-10T19:03:59.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:59 smithi063 bash[48646]: audit 2024-09-10T19:03:57.850680+0000 mgr.y (mgr.26002) 580 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:03:59.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:03:59 smithi063 bash[48646]: cluster 2024-09-10T19:03:58.376252+0000 mgr.y (mgr.26002) 581 : cluster [DBG] pgmap v378: 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-10T19:03:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:59 smithi031 bash[53082]: audit 2024-09-10T19:03:57.850680+0000 mgr.y (mgr.26002) 580 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:03:59.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:03:59 smithi031 bash[53082]: cluster 2024-09-10T19:03:58.376252+0000 mgr.y (mgr.26002) 581 : cluster [DBG] pgmap v378: 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-10T19:03:59.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:59 smithi031 bash[54359]: audit 2024-09-10T19:03:57.850680+0000 mgr.y (mgr.26002) 580 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:03:59.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:03:59 smithi031 bash[54359]: cluster 2024-09-10T19:03:58.376252+0000 mgr.y (mgr.26002) 581 : cluster [DBG] pgmap v378: 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-10T19:04:01.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:01 smithi063 bash[48646]: cluster 2024-09-10T19:04:00.377210+0000 mgr.y (mgr.26002) 582 : cluster [DBG] pgmap v379: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-09-10T19:04:01.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:01 smithi031 bash[53082]: cluster 2024-09-10T19:04:00.377210+0000 mgr.y (mgr.26002) 582 : cluster [DBG] pgmap v379: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-09-10T19:04:01.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:01 smithi031 bash[54359]: cluster 2024-09-10T19:04:00.377210+0000 mgr.y (mgr.26002) 582 : cluster [DBG] pgmap v379: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-09-10T19:04:03.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:03 smithi063 bash[48646]: cluster 2024-09-10T19:04:02.378252+0000 mgr.y (mgr.26002) 583 : cluster [DBG] pgmap v380: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 892 B/s rd, 0 op/s 2024-09-10T19:04:03.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:03 smithi031 bash[53082]: cluster 2024-09-10T19:04:02.378252+0000 mgr.y (mgr.26002) 583 : cluster [DBG] pgmap v380: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 892 B/s rd, 0 op/s 2024-09-10T19:04:03.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:03 smithi031 bash[54359]: cluster 2024-09-10T19:04:02.378252+0000 mgr.y (mgr.26002) 583 : cluster [DBG] pgmap v380: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 892 B/s rd, 0 op/s 2024-09-10T19:04:04.798 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:04 smithi031 bash[53082]: cluster 2024-09-10T19:04:04.379036+0000 mgr.y (mgr.26002) 584 : cluster [DBG] pgmap v381: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 892 B/s rd, 0 op/s 2024-09-10T19:04:04.798 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:04 smithi031 bash[54359]: cluster 2024-09-10T19:04:04.379036+0000 mgr.y (mgr.26002) 584 : cluster [DBG] pgmap v381: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 892 B/s rd, 0 op/s 2024-09-10T19:04:04.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:04 smithi063 bash[48646]: cluster 2024-09-10T19:04:04.379036+0000 mgr.y (mgr.26002) 584 : cluster [DBG] pgmap v381: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 892 B/s rd, 0 op/s 2024-09-10T19:04:05.434 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:04:05.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:05 smithi063 bash[48646]: audit 2024-09-10T19:04:04.605733+0000 mgr.y (mgr.26002) 585 : audit [DBG] from='client.64828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:05.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:05 smithi031 bash[53082]: audit 2024-09-10T19:04:04.605733+0000 mgr.y (mgr.26002) 585 : audit [DBG] from='client.64828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:05.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:05 smithi031 bash[54359]: audit 2024-09-10T19:04:04.605733+0000 mgr.y (mgr.26002) 585 : audit [DBG] from='client.64828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:06.729 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:06 smithi031 bash[53082]: cluster 2024-09-10T19:04:06.379997+0000 mgr.y (mgr.26002) 586 : 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-10T19:04:06.729 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:06 smithi031 bash[54359]: cluster 2024-09-10T19:04:06.379997+0000 mgr.y (mgr.26002) 586 : 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-10T19:04:06.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:06 smithi063 bash[48646]: cluster 2024-09-10T19:04:06.379997+0000 mgr.y (mgr.26002) 586 : 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-10T19:04:08.128 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:04:07 smithi063 bash[88293]: debug there is no tcmu-runner data available 2024-09-10T19:04:08.930 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:04:08.931 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (12m) 74s ago 36m 16.4M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T19:04:08.931 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (11m) 26s ago 36m 83.5M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T19:04:08.931 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 running (33s) 26s ago 37m 74.2M - 3.8 4c55dd409611 7b439e8e414f 2024-09-10T19:04:08.931 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (14m) 26s ago 41m 395M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T19:04:08.931 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (24m) 74s ago 43m 443M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T19:04:08.931 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (9m) 74s ago 43m 92.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T19:04:08.931 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (10m) 26s ago 42m 68.5M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T19:04:08.931 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (9m) 74s ago 42m 60.2M 2048M 17.2.7-1606-g5be57395 4c55dd409611 cf5fe597e338 2024-09-10T19:04:08.931 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (13m) 74s ago 37m 11.8M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T19:04:08.931 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (13m) 26s ago 37m 12.0M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T19:04:08.931 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (6m) 74s ago 41m 55.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9db09b69d74a 2024-09-10T19:04:08.931 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (6m) 74s ago 40m 59.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 83e1bd140921 2024-09-10T19:04:08.932 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (5m) 74s ago 40m 49.0M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fdd9237ce79f 2024-09-10T19:04:08.932 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (4m) 74s ago 40m 55.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 0e61e0b0b050 2024-09-10T19:04:08.932 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (3m) 26s ago 39m 54.9M 4096M 17.2.7-1606-g5be57395 4c55dd409611 d4f548fd1ba0 2024-09-10T19:04:08.932 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (3m) 26s ago 39m 48.2M 4096M 17.2.7-1606-g5be57395 4c55dd409611 c27262966590 2024-09-10T19:04:08.932 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (3m) 26s ago 38m 51.0M 4096M 17.2.7-1606-g5be57395 4c55dd409611 1fb917d8ef99 2024-09-10T19:04:08.932 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (2m) 26s ago 38m 50.0M 4096M 17.2.7-1606-g5be57395 4c55dd409611 73bec7fc5962 2024-09-10T19:04:08.932 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (12m) 26s ago 37m 55.3M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T19:04:08.932 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (86s) 74s ago 35m 83.7M - 17.2.7-1606-g5be57395 4c55dd409611 0600be055bbc 2024-09-10T19:04:08.932 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (80s) 26s ago 35m 83.7M - 17.2.7-1606-g5be57395 4c55dd409611 662b0d14f467 2024-09-10T19:04:09.694 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[54359]: audit 2024-09-10T19:04:07.858994+0000 mgr.y (mgr.26002) 587 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:04:09.695 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[54359]: cluster 2024-09-10T19:04:08.381110+0000 mgr.y (mgr.26002) 588 : cluster [DBG] pgmap v383: 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-10T19:04:09.695 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[54359]: audit 2024-09-10T19:04:08.908977+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:04:09.695 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[54359]: audit 2024-09-10T19:04:08.909918+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:04:09.695 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[54359]: audit 2024-09-10T19:04:08.910674+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.695 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[54359]: audit 2024-09-10T19:04:08.911197+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.695 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[54359]: audit 2024-09-10T19:04:08.911710+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.695 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[54359]: audit 2024-09-10T19:04:08.912229+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.695 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[54359]: audit 2024-09-10T19:04:08.915076+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:04:09.695 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[54359]: audit 2024-09-10T19:04:08.915609+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.695 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[54359]: audit 2024-09-10T19:04:08.916136+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.695 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[54359]: audit 2024-09-10T19:04:08.916695+0000 mon.a (mon.0) 1621 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.696 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[54359]: audit 2024-09-10T19:04:08.917244+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.696 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[53082]: audit 2024-09-10T19:04:07.858994+0000 mgr.y (mgr.26002) 587 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:04:09.696 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[53082]: cluster 2024-09-10T19:04:08.381110+0000 mgr.y (mgr.26002) 588 : cluster [DBG] pgmap v383: 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-10T19:04:09.696 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[53082]: audit 2024-09-10T19:04:08.908977+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:04:09.696 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[53082]: audit 2024-09-10T19:04:08.909918+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:04:09.696 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[53082]: audit 2024-09-10T19:04:08.910674+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.696 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[53082]: audit 2024-09-10T19:04:08.911197+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.696 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[53082]: audit 2024-09-10T19:04:08.911710+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.696 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[53082]: audit 2024-09-10T19:04:08.912229+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.696 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[53082]: audit 2024-09-10T19:04:08.915076+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:04:09.697 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[53082]: audit 2024-09-10T19:04:08.915609+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.697 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[53082]: audit 2024-09-10T19:04:08.916136+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.697 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[53082]: audit 2024-09-10T19:04:08.916695+0000 mon.a (mon.0) 1621 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.697 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:09 smithi031 bash[53082]: audit 2024-09-10T19:04:08.917244+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.698 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T19:04:09.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:09 smithi063 bash[48646]: audit 2024-09-10T19:04:07.858994+0000 mgr.y (mgr.26002) 587 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:04:09.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:09 smithi063 bash[48646]: cluster 2024-09-10T19:04:08.381110+0000 mgr.y (mgr.26002) 588 : cluster [DBG] pgmap v383: 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-10T19:04:09.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:09 smithi063 bash[48646]: audit 2024-09-10T19:04:08.908977+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:04:09.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:09 smithi063 bash[48646]: audit 2024-09-10T19:04:08.909918+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:04:09.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:09 smithi063 bash[48646]: audit 2024-09-10T19:04:08.910674+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:09 smithi063 bash[48646]: audit 2024-09-10T19:04:08.911197+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:09 smithi063 bash[48646]: audit 2024-09-10T19:04:08.911710+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:09 smithi063 bash[48646]: audit 2024-09-10T19:04:08.912229+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:09 smithi063 bash[48646]: audit 2024-09-10T19:04:08.915076+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:04:09.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:09 smithi063 bash[48646]: audit 2024-09-10T19:04:08.915609+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:09 smithi063 bash[48646]: audit 2024-09-10T19:04:08.916136+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:09 smithi063 bash[48646]: audit 2024-09-10T19:04:08.916695+0000 mon.a (mon.0) 1621 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:09.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:09 smithi063 bash[48646]: audit 2024-09-10T19:04:08.917244+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:10.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:10 smithi063 bash[48646]: audit 2024-09-10T19:04:08.903547+0000 mgr.y (mgr.26002) 589 : audit [DBG] from='client.64834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:10.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:10 smithi031 bash[53082]: audit 2024-09-10T19:04:08.903547+0000 mgr.y (mgr.26002) 589 : audit [DBG] from='client.64834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:10.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:10 smithi031 bash[54359]: audit 2024-09-10T19:04:08.903547+0000 mgr.y (mgr.26002) 589 : audit [DBG] from='client.64834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:11.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:11 smithi031 bash[53082]: cluster 2024-09-10T19:04:10.382073+0000 mgr.y (mgr.26002) 590 : cluster [DBG] pgmap v384: 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-10T19:04:11.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:11 smithi031 bash[54359]: cluster 2024-09-10T19:04:10.382073+0000 mgr.y (mgr.26002) 590 : cluster [DBG] pgmap v384: 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-10T19:04:11.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:11 smithi063 bash[48646]: cluster 2024-09-10T19:04:10.382073+0000 mgr.y (mgr.26002) 590 : cluster [DBG] pgmap v384: 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-10T19:04:12.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:12 smithi063 bash[48646]: cluster 2024-09-10T19:04:12.383100+0000 mgr.y (mgr.26002) 591 : 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-10T19:04:12.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:12 smithi031 bash[53082]: cluster 2024-09-10T19:04:12.383100+0000 mgr.y (mgr.26002) 591 : 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-10T19:04:12.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:12 smithi031 bash[54359]: cluster 2024-09-10T19:04:12.383100+0000 mgr.y (mgr.26002) 591 : 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-10T19:04:13.553 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T19:04:13.553 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T19:04:13.553 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:04:13.554 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:04:13.554 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T19:04:13.554 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:04:13.554 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:04:13.554 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T19:04:13.554 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T19:04:13.554 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:04:13.554 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T19:04:13.554 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:04:13.554 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:04:13.554 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T19:04:13.554 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 15 2024-09-10T19:04:13.554 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T19:04:13.555 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T19:04:13.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:13 smithi063 bash[48646]: audit 2024-09-10T19:04:13.550791+0000 mon.a (mon.0) 1623 : audit [DBG] from='client.54942 172.21.15.31:0/2653900850' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:04:13.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:13 smithi031 bash[53082]: audit 2024-09-10T19:04:13.550791+0000 mon.a (mon.0) 1623 : audit [DBG] from='client.54942 172.21.15.31:0/2653900850' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:04:13.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:13 smithi031 bash[54359]: audit 2024-09-10T19:04:13.550791+0000 mon.a (mon.0) 1623 : audit [DBG] from='client.54942 172.21.15.31:0/2653900850' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:04:14.305 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-09-10T19:04:14.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:14 smithi063 bash[48646]: cluster 2024-09-10T19:04:14.384379+0000 mgr.y (mgr.26002) 592 : 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-10T19:04:14.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:14 smithi031 bash[53082]: cluster 2024-09-10T19:04:14.384379+0000 mgr.y (mgr.26002) 592 : 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-10T19:04:14.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:14 smithi031 bash[54359]: cluster 2024-09-10T19:04:14.384379+0000 mgr.y (mgr.26002) 592 : 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-10T19:04:17.517 INFO:teuthology.orchestra.run.smithi031.stdout:wait for servicemap items w/ changing names to refresh 2024-09-10T19:04:17.729 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:17 smithi031 bash[53082]: cluster 2024-09-10T19:04:16.385381+0000 mgr.y (mgr.26002) 593 : 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-10T19:04:17.730 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:17 smithi031 bash[54359]: cluster 2024-09-10T19:04:16.385381+0000 mgr.y (mgr.26002) 593 : 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-10T19:04:17.870 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:17 smithi063 bash[48646]: cluster 2024-09-10T19:04:16.385381+0000 mgr.y (mgr.26002) 593 : 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-10T19:04:18.128 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:04:17 smithi063 bash[88293]: debug there is no tcmu-runner data available 2024-09-10T19:04:18.350 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 60' 2024-09-10T19:04:18.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:18 smithi031 bash[53082]: audit 2024-09-10T19:04:17.867018+0000 mgr.y (mgr.26002) 594 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:04:18.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:18 smithi031 bash[53082]: cluster 2024-09-10T19:04:18.386533+0000 mgr.y (mgr.26002) 595 : cluster [DBG] pgmap v388: 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-10T19:04:18.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:18 smithi031 bash[54359]: audit 2024-09-10T19:04:17.867018+0000 mgr.y (mgr.26002) 594 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:04:18.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:18 smithi031 bash[54359]: cluster 2024-09-10T19:04:18.386533+0000 mgr.y (mgr.26002) 595 : cluster [DBG] pgmap v388: 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-10T19:04:18.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:18 smithi063 bash[48646]: audit 2024-09-10T19:04:17.867018+0000 mgr.y (mgr.26002) 594 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:04:18.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:18 smithi063 bash[48646]: cluster 2024-09-10T19:04:18.386533+0000 mgr.y (mgr.26002) 595 : cluster [DBG] pgmap v388: 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-10T19:04:21.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:21 smithi031 bash[53082]: cluster 2024-09-10T19:04:20.387361+0000 mgr.y (mgr.26002) 596 : cluster [DBG] pgmap v389: 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-10T19:04:21.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:21 smithi031 bash[54359]: cluster 2024-09-10T19:04:20.387361+0000 mgr.y (mgr.26002) 596 : cluster [DBG] pgmap v389: 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-10T19:04:21.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:21 smithi063 bash[48646]: cluster 2024-09-10T19:04:20.387361+0000 mgr.y (mgr.26002) 596 : cluster [DBG] pgmap v389: 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-10T19:04:22.880 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:22 smithi063 bash[48646]: cluster 2024-09-10T19:04:22.388429+0000 mgr.y (mgr.26002) 597 : 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-10T19:04:22.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:22 smithi031 bash[54359]: cluster 2024-09-10T19:04:22.388429+0000 mgr.y (mgr.26002) 597 : 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-10T19:04:22.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:22 smithi031 bash[53082]: cluster 2024-09-10T19:04:22.388429+0000 mgr.y (mgr.26002) 597 : 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-10T19:04:25.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:25 smithi063 bash[48646]: cluster 2024-09-10T19:04:24.389635+0000 mgr.y (mgr.26002) 598 : 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-10T19:04:25.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:25 smithi031 bash[54359]: cluster 2024-09-10T19:04:24.389635+0000 mgr.y (mgr.26002) 598 : 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-10T19:04:25.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:25 smithi031 bash[53082]: cluster 2024-09-10T19:04:24.389635+0000 mgr.y (mgr.26002) 598 : 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-10T19:04:26.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:26 smithi063 bash[48646]: cluster 2024-09-10T19:04:26.390684+0000 mgr.y (mgr.26002) 599 : 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-10T19:04:26.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:26 smithi031 bash[53082]: cluster 2024-09-10T19:04:26.390684+0000 mgr.y (mgr.26002) 599 : 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-10T19:04:26.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:26 smithi031 bash[54359]: cluster 2024-09-10T19:04:26.390684+0000 mgr.y (mgr.26002) 599 : 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-10T19:04:28.128 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:04:27 smithi063 bash[88293]: debug there is no tcmu-runner data available 2024-09-10T19:04:28.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:28 smithi063 bash[48646]: audit 2024-09-10T19:04:27.869227+0000 mgr.y (mgr.26002) 600 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:04:28.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:28 smithi063 bash[48646]: cluster 2024-09-10T19:04:28.391789+0000 mgr.y (mgr.26002) 601 : cluster [DBG] pgmap v393: 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-10T19:04:28.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:28 smithi031 bash[53082]: audit 2024-09-10T19:04:27.869227+0000 mgr.y (mgr.26002) 600 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:04:28.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:28 smithi031 bash[53082]: cluster 2024-09-10T19:04:28.391789+0000 mgr.y (mgr.26002) 601 : cluster [DBG] pgmap v393: 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-10T19:04:28.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:28 smithi031 bash[54359]: audit 2024-09-10T19:04:27.869227+0000 mgr.y (mgr.26002) 600 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:04:28.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:28 smithi031 bash[54359]: cluster 2024-09-10T19:04:28.391789+0000 mgr.y (mgr.26002) 601 : cluster [DBG] pgmap v393: 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-10T19:04:30.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:30 smithi063 bash[48646]: cluster 2024-09-10T19:04:30.392694+0000 mgr.y (mgr.26002) 602 : cluster [DBG] pgmap v394: 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-10T19:04:30.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:30 smithi031 bash[53082]: cluster 2024-09-10T19:04:30.392694+0000 mgr.y (mgr.26002) 602 : cluster [DBG] pgmap v394: 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-10T19:04:30.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:30 smithi031 bash[54359]: cluster 2024-09-10T19:04:30.392694+0000 mgr.y (mgr.26002) 602 : cluster [DBG] pgmap v394: 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-10T19:04:32.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:32 smithi063 bash[48646]: cluster 2024-09-10T19:04:32.393736+0000 mgr.y (mgr.26002) 603 : 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-10T19:04:32.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:32 smithi031 bash[53082]: cluster 2024-09-10T19:04:32.393736+0000 mgr.y (mgr.26002) 603 : 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-10T19:04:32.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:32 smithi031 bash[54359]: cluster 2024-09-10T19:04:32.393736+0000 mgr.y (mgr.26002) 603 : 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-10T19:04:34.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:34 smithi063 bash[48646]: cluster 2024-09-10T19:04:34.394958+0000 mgr.y (mgr.26002) 604 : 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-10T19:04:34.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:34 smithi031 bash[54359]: cluster 2024-09-10T19:04:34.394958+0000 mgr.y (mgr.26002) 604 : 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-10T19:04:34.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:34 smithi031 bash[53082]: cluster 2024-09-10T19:04:34.394958+0000 mgr.y (mgr.26002) 604 : 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-10T19:04:36.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:36 smithi063 bash[48646]: audit 2024-09-10T19:04:36.050701+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:04:36.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:36 smithi063 bash[48646]: audit 2024-09-10T19:04:36.051190+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-09-10T19:04:36.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:36 smithi063 bash[48646]: audit 2024-09-10T19:04:36.051585+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:04:36.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:36 smithi031 bash[53082]: audit 2024-09-10T19:04:36.050701+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:04:36.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:36 smithi031 bash[53082]: audit 2024-09-10T19:04:36.051190+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-09-10T19:04:36.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:36 smithi031 bash[53082]: audit 2024-09-10T19:04:36.051585+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:04:36.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:36 smithi031 bash[54359]: audit 2024-09-10T19:04:36.050701+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:04:36.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:36 smithi031 bash[54359]: audit 2024-09-10T19:04:36.051190+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-09-10T19:04:36.387 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:36 smithi031 bash[54359]: audit 2024-09-10T19:04:36.051585+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:04:37.378 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:37 smithi063 bash[48646]: cluster 2024-09-10T19:04:36.395947+0000 mgr.y (mgr.26002) 605 : 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-10T19:04:37.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:37 smithi031 bash[53082]: cluster 2024-09-10T19:04:36.395947+0000 mgr.y (mgr.26002) 605 : 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-10T19:04:37.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:37 smithi031 bash[54359]: cluster 2024-09-10T19:04:36.395947+0000 mgr.y (mgr.26002) 605 : 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-10T19:04:38.378 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:04:37 smithi063 bash[88293]: debug there is no tcmu-runner data available 2024-09-10T19:04:38.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:38 smithi063 bash[48646]: audit 2024-09-10T19:04:37.880577+0000 mgr.y (mgr.26002) 606 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:04:38.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:38 smithi063 bash[48646]: cluster 2024-09-10T19:04:38.397014+0000 mgr.y (mgr.26002) 607 : cluster [DBG] pgmap v398: 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-10T19:04:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:38 smithi031 bash[53082]: audit 2024-09-10T19:04:37.880577+0000 mgr.y (mgr.26002) 606 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:04:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:38 smithi031 bash[53082]: cluster 2024-09-10T19:04:38.397014+0000 mgr.y (mgr.26002) 607 : cluster [DBG] pgmap v398: 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-10T19:04:38.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:38 smithi031 bash[54359]: audit 2024-09-10T19:04:37.880577+0000 mgr.y (mgr.26002) 606 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:04:38.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:38 smithi031 bash[54359]: cluster 2024-09-10T19:04:38.397014+0000 mgr.y (mgr.26002) 607 : cluster [DBG] pgmap v398: 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-10T19:04:40.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:40 smithi063 bash[48646]: cluster 2024-09-10T19:04:40.397969+0000 mgr.y (mgr.26002) 608 : cluster [DBG] pgmap v399: 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-10T19:04:40.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:40 smithi031 bash[53082]: cluster 2024-09-10T19:04:40.397969+0000 mgr.y (mgr.26002) 608 : cluster [DBG] pgmap v399: 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-10T19:04:40.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:40 smithi031 bash[54359]: cluster 2024-09-10T19:04:40.397969+0000 mgr.y (mgr.26002) 608 : cluster [DBG] pgmap v399: 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-10T19:04:42.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:42 smithi063 bash[48646]: cluster 2024-09-10T19:04:42.399021+0000 mgr.y (mgr.26002) 609 : 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-10T19:04:42.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:42 smithi031 bash[53082]: cluster 2024-09-10T19:04:42.399021+0000 mgr.y (mgr.26002) 609 : 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-10T19:04:42.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:42 smithi031 bash[54359]: cluster 2024-09-10T19:04:42.399021+0000 mgr.y (mgr.26002) 609 : 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-10T19:04:44.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:44 smithi063 bash[48646]: cluster 2024-09-10T19:04:44.400437+0000 mgr.y (mgr.26002) 610 : 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-10T19:04:44.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:44 smithi031 bash[53082]: cluster 2024-09-10T19:04:44.400437+0000 mgr.y (mgr.26002) 610 : 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-10T19:04:44.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:44 smithi031 bash[54359]: cluster 2024-09-10T19:04:44.400437+0000 mgr.y (mgr.26002) 610 : 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-10T19:04:46.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:46 smithi063 bash[48646]: cluster 2024-09-10T19:04:46.401514+0000 mgr.y (mgr.26002) 611 : 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-10T19:04:46.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:46 smithi031 bash[53082]: cluster 2024-09-10T19:04:46.401514+0000 mgr.y (mgr.26002) 611 : 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-10T19:04:46.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:46 smithi031 bash[54359]: cluster 2024-09-10T19:04:46.401514+0000 mgr.y (mgr.26002) 611 : 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-10T19:04:48.378 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:04:47 smithi063 bash[88293]: debug there is no tcmu-runner data available 2024-09-10T19:04:48.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:48 smithi063 bash[48646]: audit 2024-09-10T19:04:47.891915+0000 mgr.y (mgr.26002) 612 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:04:48.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:48 smithi063 bash[48646]: cluster 2024-09-10T19:04:48.402689+0000 mgr.y (mgr.26002) 613 : cluster [DBG] pgmap v403: 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-10T19:04:48.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:48 smithi031 bash[53082]: audit 2024-09-10T19:04:47.891915+0000 mgr.y (mgr.26002) 612 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:04:48.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:48 smithi031 bash[53082]: cluster 2024-09-10T19:04:48.402689+0000 mgr.y (mgr.26002) 613 : cluster [DBG] pgmap v403: 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-10T19:04:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:48 smithi031 bash[54359]: audit 2024-09-10T19:04:47.891915+0000 mgr.y (mgr.26002) 612 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:04:48.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:48 smithi031 bash[54359]: cluster 2024-09-10T19:04:48.402689+0000 mgr.y (mgr.26002) 613 : cluster [DBG] pgmap v403: 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-10T19:04:50.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:50 smithi063 bash[48646]: cluster 2024-09-10T19:04:50.403752+0000 mgr.y (mgr.26002) 614 : cluster [DBG] pgmap v404: 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-10T19:04:50.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:50 smithi031 bash[53082]: cluster 2024-09-10T19:04:50.403752+0000 mgr.y (mgr.26002) 614 : cluster [DBG] pgmap v404: 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-10T19:04:50.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:50 smithi031 bash[54359]: cluster 2024-09-10T19:04:50.403752+0000 mgr.y (mgr.26002) 614 : cluster [DBG] pgmap v404: 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-10T19:04:52.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:52 smithi063 bash[48646]: cluster 2024-09-10T19:04:52.404890+0000 mgr.y (mgr.26002) 615 : 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-10T19:04:52.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:52 smithi031 bash[53082]: cluster 2024-09-10T19:04:52.404890+0000 mgr.y (mgr.26002) 615 : 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-10T19:04:52.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:52 smithi031 bash[54359]: cluster 2024-09-10T19:04:52.404890+0000 mgr.y (mgr.26002) 615 : 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-10T19:04:54.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:54 smithi063 bash[48646]: cluster 2024-09-10T19:04:54.406113+0000 mgr.y (mgr.26002) 616 : 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-10T19:04:54.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:54 smithi031 bash[53082]: cluster 2024-09-10T19:04:54.406113+0000 mgr.y (mgr.26002) 616 : 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-10T19:04:54.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:54 smithi031 bash[54359]: cluster 2024-09-10T19:04:54.406113+0000 mgr.y (mgr.26002) 616 : 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-10T19:04:56.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.670854+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.671197+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.671534+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.671814+0000 mon.a (mon.0) 1630 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.672399+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.672821+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.673315+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.673719+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.674193+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.674665+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.675097+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.675594+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.676092+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.676531+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.676982+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.677424+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.677907+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.678326+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.679467+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:56.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.680956+0000 mon.a (mon.0) 1646 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:04:56.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:55 smithi063 bash[48646]: audit 2024-09-10T19:04:55.687979+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:04:56.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.670854+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.671197+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.671534+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.671814+0000 mon.a (mon.0) 1630 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.672399+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.672821+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.673315+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.673719+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.674193+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.674665+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.675097+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.137 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.675594+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.676092+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.676531+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.676982+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.138 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.677424+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.670854+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.671197+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.671534+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.671814+0000 mon.a (mon.0) 1630 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.138 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.672399+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.672821+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.673315+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.673719+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.674193+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.674665+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.675097+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.675594+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.676092+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.139 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.676531+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.676982+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.140 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.677424+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:56.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.677907+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.678326+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.679467+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:56.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.680956+0000 mon.a (mon.0) 1646 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:04:56.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[53082]: audit 2024-09-10T19:04:55.687979+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:04:56.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.677907+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.678326+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:56.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.679467+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:56.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.680956+0000 mon.a (mon.0) 1646 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:04:56.141 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:55 smithi031 bash[54359]: audit 2024-09-10T19:04:55.687979+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:04:57.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:56 smithi063 bash[48646]: cephadm 2024-09-10T19:04:55.682211+0000 mgr.y (mgr.26002) 617 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:04:57.129 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:56 smithi063 bash[48646]: cluster 2024-09-10T19:04:56.407033+0000 mgr.y (mgr.26002) 618 : 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-10T19:04:57.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:56 smithi031 bash[53082]: cephadm 2024-09-10T19:04:55.682211+0000 mgr.y (mgr.26002) 617 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:04:57.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:56 smithi031 bash[53082]: cluster 2024-09-10T19:04:56.407033+0000 mgr.y (mgr.26002) 618 : 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-10T19:04:57.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:56 smithi031 bash[54359]: cephadm 2024-09-10T19:04:55.682211+0000 mgr.y (mgr.26002) 617 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:04:57.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:56 smithi031 bash[54359]: cluster 2024-09-10T19:04:56.407033+0000 mgr.y (mgr.26002) 618 : 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-10T19:04:58.378 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:04:57 smithi063 bash[88293]: debug there is no tcmu-runner data available 2024-09-10T19:04:58.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:58 smithi063 bash[48646]: audit 2024-09-10T19:04:57.903284+0000 mgr.y (mgr.26002) 619 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:04:58.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:04:58 smithi063 bash[48646]: cluster 2024-09-10T19:04:58.408074+0000 mgr.y (mgr.26002) 620 : cluster [DBG] pgmap v408: 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-10T19:04:58.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:58 smithi031 bash[53082]: audit 2024-09-10T19:04:57.903284+0000 mgr.y (mgr.26002) 619 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:04:58.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:04:58 smithi031 bash[53082]: cluster 2024-09-10T19:04:58.408074+0000 mgr.y (mgr.26002) 620 : cluster [DBG] pgmap v408: 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-10T19:04:58.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:58 smithi031 bash[54359]: audit 2024-09-10T19:04:57.903284+0000 mgr.y (mgr.26002) 619 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:04:58.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:04:58 smithi031 bash[54359]: cluster 2024-09-10T19:04:58.408074+0000 mgr.y (mgr.26002) 620 : cluster [DBG] pgmap v408: 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-10T19:05:00.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:00 smithi063 bash[48646]: cluster 2024-09-10T19:05:00.409019+0000 mgr.y (mgr.26002) 621 : cluster [DBG] pgmap v409: 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-10T19:05:00.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:00 smithi031 bash[53082]: cluster 2024-09-10T19:05:00.409019+0000 mgr.y (mgr.26002) 621 : cluster [DBG] pgmap v409: 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-10T19:05:00.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:00 smithi031 bash[54359]: cluster 2024-09-10T19:05:00.409019+0000 mgr.y (mgr.26002) 621 : cluster [DBG] pgmap v409: 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-10T19:05:02.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:02 smithi063 bash[48646]: cluster 2024-09-10T19:05:02.410075+0000 mgr.y (mgr.26002) 622 : 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-10T19:05:02.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:02 smithi031 bash[53082]: cluster 2024-09-10T19:05:02.410075+0000 mgr.y (mgr.26002) 622 : 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-10T19:05:02.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:02 smithi031 bash[54359]: cluster 2024-09-10T19:05:02.410075+0000 mgr.y (mgr.26002) 622 : 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-10T19:05:04.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:04 smithi063 bash[48646]: cluster 2024-09-10T19:05:04.411283+0000 mgr.y (mgr.26002) 623 : 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-10T19:05:04.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:04 smithi031 bash[54359]: cluster 2024-09-10T19:05:04.411283+0000 mgr.y (mgr.26002) 623 : 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-10T19:05:04.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:04 smithi031 bash[53082]: cluster 2024-09-10T19:05:04.411283+0000 mgr.y (mgr.26002) 623 : 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-10T19:05:06.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:06 smithi063 bash[48646]: cluster 2024-09-10T19:05:06.412307+0000 mgr.y (mgr.26002) 624 : 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-10T19:05:06.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:06 smithi031 bash[54359]: cluster 2024-09-10T19:05:06.412307+0000 mgr.y (mgr.26002) 624 : 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-10T19:05:06.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:06 smithi031 bash[53082]: cluster 2024-09-10T19:05:06.412307+0000 mgr.y (mgr.26002) 624 : 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-10T19:05:08.379 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:05:07 smithi063 bash[88293]: debug there is no tcmu-runner data available 2024-09-10T19:05:08.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:08 smithi063 bash[48646]: audit 2024-09-10T19:05:07.914692+0000 mgr.y (mgr.26002) 625 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:05:08.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:08 smithi063 bash[48646]: cluster 2024-09-10T19:05:08.413366+0000 mgr.y (mgr.26002) 626 : cluster [DBG] pgmap v413: 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-10T19:05:08.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:08 smithi031 bash[53082]: audit 2024-09-10T19:05:07.914692+0000 mgr.y (mgr.26002) 625 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:05:08.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:08 smithi031 bash[53082]: cluster 2024-09-10T19:05:08.413366+0000 mgr.y (mgr.26002) 626 : cluster [DBG] pgmap v413: 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-10T19:05:08.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:08 smithi031 bash[54359]: audit 2024-09-10T19:05:07.914692+0000 mgr.y (mgr.26002) 625 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:05:08.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:08 smithi031 bash[54359]: cluster 2024-09-10T19:05:08.413366+0000 mgr.y (mgr.26002) 626 : cluster [DBG] pgmap v413: 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-10T19:05:10.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:10 smithi063 bash[48646]: cluster 2024-09-10T19:05:10.414321+0000 mgr.y (mgr.26002) 627 : cluster [DBG] pgmap v414: 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-10T19:05:10.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:10 smithi031 bash[53082]: cluster 2024-09-10T19:05:10.414321+0000 mgr.y (mgr.26002) 627 : cluster [DBG] pgmap v414: 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-10T19:05:10.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:10 smithi031 bash[54359]: cluster 2024-09-10T19:05:10.414321+0000 mgr.y (mgr.26002) 627 : cluster [DBG] pgmap v414: 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-10T19:05:12.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:12 smithi063 bash[48646]: cluster 2024-09-10T19:05:12.415396+0000 mgr.y (mgr.26002) 628 : 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-10T19:05:12.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:12 smithi031 bash[53082]: cluster 2024-09-10T19:05:12.415396+0000 mgr.y (mgr.26002) 628 : 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-10T19:05:12.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:12 smithi031 bash[54359]: cluster 2024-09-10T19:05:12.415396+0000 mgr.y (mgr.26002) 628 : 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-10T19:05:14.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:14 smithi063 bash[48646]: cluster 2024-09-10T19:05:14.416667+0000 mgr.y (mgr.26002) 629 : 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-10T19:05:14.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:14 smithi031 bash[53082]: cluster 2024-09-10T19:05:14.416667+0000 mgr.y (mgr.26002) 629 : 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-10T19:05:14.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:14 smithi031 bash[54359]: cluster 2024-09-10T19:05:14.416667+0000 mgr.y (mgr.26002) 629 : 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-10T19:05:16.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:16 smithi063 bash[48646]: cluster 2024-09-10T19:05:16.417707+0000 mgr.y (mgr.26002) 630 : 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-10T19:05:16.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:16 smithi031 bash[53082]: cluster 2024-09-10T19:05:16.417707+0000 mgr.y (mgr.26002) 630 : 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-10T19:05:16.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:16 smithi031 bash[54359]: cluster 2024-09-10T19:05:16.417707+0000 mgr.y (mgr.26002) 630 : 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-10T19:05:18.379 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:05:17 smithi063 bash[88293]: debug there is no tcmu-runner data available 2024-09-10T19:05:18.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:18 smithi063 bash[48646]: audit 2024-09-10T19:05:17.926134+0000 mgr.y (mgr.26002) 631 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:05:18.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:18 smithi063 bash[48646]: cluster 2024-09-10T19:05:18.418834+0000 mgr.y (mgr.26002) 632 : cluster [DBG] pgmap v418: 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-10T19:05:18.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:18 smithi031 bash[53082]: audit 2024-09-10T19:05:17.926134+0000 mgr.y (mgr.26002) 631 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:05:18.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:18 smithi031 bash[53082]: cluster 2024-09-10T19:05:18.418834+0000 mgr.y (mgr.26002) 632 : cluster [DBG] pgmap v418: 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-10T19:05:18.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:18 smithi031 bash[54359]: audit 2024-09-10T19:05:17.926134+0000 mgr.y (mgr.26002) 631 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:05:18.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:18 smithi031 bash[54359]: cluster 2024-09-10T19:05:18.418834+0000 mgr.y (mgr.26002) 632 : cluster [DBG] pgmap v418: 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-10T19:05:20.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:20 smithi063 bash[48646]: cluster 2024-09-10T19:05:20.419702+0000 mgr.y (mgr.26002) 633 : cluster [DBG] pgmap v419: 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-10T19:05:20.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:20 smithi031 bash[53082]: cluster 2024-09-10T19:05:20.419702+0000 mgr.y (mgr.26002) 633 : cluster [DBG] pgmap v419: 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-10T19:05:20.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:20 smithi031 bash[54359]: cluster 2024-09-10T19:05:20.419702+0000 mgr.y (mgr.26002) 633 : cluster [DBG] pgmap v419: 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-10T19:05:22.237 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:05:22.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:22 smithi063 bash[48646]: cluster 2024-09-10T19:05:22.420715+0000 mgr.y (mgr.26002) 634 : 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-10T19:05:22.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:22 smithi031 bash[53082]: cluster 2024-09-10T19:05:22.420715+0000 mgr.y (mgr.26002) 634 : 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-10T19:05:22.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:22 smithi031 bash[54359]: cluster 2024-09-10T19:05:22.420715+0000 mgr.y (mgr.26002) 634 : 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-10T19:05:24.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:24 smithi063 bash[48646]: cluster 2024-09-10T19:05:24.421885+0000 mgr.y (mgr.26002) 635 : 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-10T19:05:24.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:24 smithi031 bash[53082]: cluster 2024-09-10T19:05:24.421885+0000 mgr.y (mgr.26002) 635 : 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-10T19:05:24.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:24 smithi031 bash[54359]: cluster 2024-09-10T19:05:24.421885+0000 mgr.y (mgr.26002) 635 : 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-10T19:05:26.154 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:05:26.154 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.a smithi031 running (13m) 2m ago 38m 16.4M - 0.25.0 c8568f914cd2 a8b4e7ed3204 2024-09-10T19:05:26.154 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.a smithi063 running (13m) 103s ago 37m 83.5M - 9.4.7 954c08fa6188 23fe585ba436 2024-09-10T19:05:26.154 INFO:teuthology.orchestra.run.smithi031.stdout:iscsi.iscsi.a smithi063 running (110s) 103s ago 38m 74.2M - 3.8 4c55dd409611 7b439e8e414f 2024-09-10T19:05:26.154 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi063 *:8443 running (15m) 103s ago 42m 395M - 17.2.7-1606-g5be57395 4c55dd409611 861b34b974e9 2024-09-10T19:05:26.154 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.y smithi031 *:8443 running (25m) 2m ago 44m 443M - 17.2.7-1606-g5be57395 4c55dd409611 894404d7f563 2024-09-10T19:05:26.155 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (11m) 2m ago 44m 92.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fd1ca6a691e8 2024-09-10T19:05:26.155 INFO:teuthology.orchestra.run.smithi031.stdout:mon.b smithi063 running (11m) 103s ago 43m 68.5M 2048M 17.2.7-1606-g5be57395 4c55dd409611 fa1fc4b13c6b 2024-09-10T19:05:26.155 INFO:teuthology.orchestra.run.smithi031.stdout:mon.c smithi031 running (10m) 2m ago 43m 60.2M 2048M 17.2.7-1606-g5be57395 4c55dd409611 cf5fe597e338 2024-09-10T19:05:26.155 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.a smithi031 running (14m) 2m ago 38m 11.8M - 1.5.0 0da6a335fe13 bed39db29990 2024-09-10T19:05:26.155 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.b smithi063 running (14m) 103s ago 38m 12.0M - 1.5.0 0da6a335fe13 65b810987a80 2024-09-10T19:05:26.155 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (8m) 2m ago 42m 55.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9db09b69d74a 2024-09-10T19:05:26.155 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (7m) 2m ago 42m 59.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 83e1bd140921 2024-09-10T19:05:26.155 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi031 running (6m) 2m ago 41m 49.0M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fdd9237ce79f 2024-09-10T19:05:26.155 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (5m) 2m ago 41m 55.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 0e61e0b0b050 2024-09-10T19:05:26.155 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi063 running (5m) 103s ago 40m 54.9M 4096M 17.2.7-1606-g5be57395 4c55dd409611 d4f548fd1ba0 2024-09-10T19:05:26.155 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi063 running (4m) 103s ago 40m 48.2M 4096M 17.2.7-1606-g5be57395 4c55dd409611 c27262966590 2024-09-10T19:05:26.156 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi063 running (4m) 103s ago 40m 51.0M 4096M 17.2.7-1606-g5be57395 4c55dd409611 1fb917d8ef99 2024-09-10T19:05:26.156 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi063 running (3m) 103s ago 39m 50.0M 4096M 17.2.7-1606-g5be57395 4c55dd409611 73bec7fc5962 2024-09-10T19:05:26.156 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.a smithi063 running (14m) 103s ago 38m 55.3M - 2.43.0 a07b618ecd1d 209263530e9f 2024-09-10T19:05:26.156 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi031.kibhei smithi031 running (2m) 2m ago 36m 83.7M - 17.2.7-1606-g5be57395 4c55dd409611 0600be055bbc 2024-09-10T19:05:26.156 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.r.z.smithi063.jzpdua smithi063 running (2m) 103s ago 36m 83.7M - 17.2.7-1606-g5be57395 4c55dd409611 662b0d14f467 2024-09-10T19:05:26.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:26 smithi063 bash[48646]: audit 2024-09-10T19:05:26.129391+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:26.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:26 smithi063 bash[48646]: audit 2024-09-10T19:05:26.130206+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:26.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:26 smithi063 bash[48646]: audit 2024-09-10T19:05:26.130950+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:26 smithi063 bash[48646]: audit 2024-09-10T19:05:26.131712+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:26 smithi063 bash[48646]: audit 2024-09-10T19:05:26.132496+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:26 smithi063 bash[48646]: audit 2024-09-10T19:05:26.133268+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:26 smithi063 bash[48646]: audit 2024-09-10T19:05:26.136368+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:26.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:26 smithi063 bash[48646]: audit 2024-09-10T19:05:26.137121+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:26 smithi063 bash[48646]: audit 2024-09-10T19:05:26.137957+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:26 smithi063 bash[48646]: audit 2024-09-10T19:05:26.138715+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.630 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:26 smithi063 bash[48646]: audit 2024-09-10T19:05:26.139462+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[53082]: audit 2024-09-10T19:05:26.129391+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:26.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[53082]: audit 2024-09-10T19:05:26.130206+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:26.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[53082]: audit 2024-09-10T19:05:26.130950+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[53082]: audit 2024-09-10T19:05:26.131712+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[53082]: audit 2024-09-10T19:05:26.132496+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[53082]: audit 2024-09-10T19:05:26.133268+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[53082]: audit 2024-09-10T19:05:26.136368+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:26.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[53082]: audit 2024-09-10T19:05:26.137121+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[53082]: audit 2024-09-10T19:05:26.137957+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[53082]: audit 2024-09-10T19:05:26.138715+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.637 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[53082]: audit 2024-09-10T19:05:26.139462+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[54359]: audit 2024-09-10T19:05:26.129391+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:26.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[54359]: audit 2024-09-10T19:05:26.130206+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:26.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[54359]: audit 2024-09-10T19:05:26.130950+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[54359]: audit 2024-09-10T19:05:26.131712+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[54359]: audit 2024-09-10T19:05:26.132496+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[54359]: audit 2024-09-10T19:05:26.133268+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[54359]: audit 2024-09-10T19:05:26.136368+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:26.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[54359]: audit 2024-09-10T19:05:26.137121+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[54359]: audit 2024-09-10T19:05:26.137957+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[54359]: audit 2024-09-10T19:05:26.138715+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.638 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:26 smithi031 bash[54359]: audit 2024-09-10T19:05:26.139462+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:26.956 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T19:05:27.412 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:27 smithi031 bash[53082]: audit 2024-09-10T19:05:26.126435+0000 mgr.y (mgr.26002) 636 : audit [DBG] from='client.64846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:27.413 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:27 smithi031 bash[53082]: cluster 2024-09-10T19:05:26.422915+0000 mgr.y (mgr.26002) 637 : 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-10T19:05:27.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:27 smithi063 bash[48646]: audit 2024-09-10T19:05:26.126435+0000 mgr.y (mgr.26002) 636 : audit [DBG] from='client.64846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:27.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:27 smithi063 bash[48646]: cluster 2024-09-10T19:05:26.422915+0000 mgr.y (mgr.26002) 637 : 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-10T19:05:27.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:27 smithi031 bash[54359]: audit 2024-09-10T19:05:26.126435+0000 mgr.y (mgr.26002) 636 : audit [DBG] from='client.64846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:27.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:27 smithi031 bash[54359]: cluster 2024-09-10T19:05:26.422915+0000 mgr.y (mgr.26002) 637 : 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-10T19:05:28.379 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:05:27 smithi063 bash[88293]: debug there is no tcmu-runner data available 2024-09-10T19:05:28.626 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:28 smithi031 bash[53082]: audit 2024-09-10T19:05:27.937671+0000 mgr.y (mgr.26002) 638 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:05:28.626 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:28 smithi031 bash[53082]: cluster 2024-09-10T19:05:28.424131+0000 mgr.y (mgr.26002) 639 : cluster [DBG] pgmap v423: 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-10T19:05:28.626 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:28 smithi031 bash[54359]: audit 2024-09-10T19:05:27.937671+0000 mgr.y (mgr.26002) 638 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:05:28.626 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:28 smithi031 bash[54359]: cluster 2024-09-10T19:05:28.424131+0000 mgr.y (mgr.26002) 639 : cluster [DBG] pgmap v423: 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-10T19:05:28.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:28 smithi063 bash[48646]: audit 2024-09-10T19:05:27.937671+0000 mgr.y (mgr.26002) 638 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:05:28.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:28 smithi063 bash[48646]: cluster 2024-09-10T19:05:28.424131+0000 mgr.y (mgr.26002) 639 : cluster [DBG] pgmap v423: 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-10T19:05:30.670 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T19:05:30.670 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2024-09-10T19:05:30.670 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:05:30.670 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:05:30.670 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2024-09-10T19:05:30.671 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:05:30.671 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:05:30.671 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2024-09-10T19:05:30.671 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T19:05:30.671 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:05:30.671 INFO:teuthology.orchestra.run.smithi031.stdout: "rgw": { 2024-09-10T19:05:30.671 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:05:30.671 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2024-09-10T19:05:30.671 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2024-09-10T19:05:30.671 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 15 2024-09-10T19:05:30.671 INFO:teuthology.orchestra.run.smithi031.stdout: } 2024-09-10T19:05:30.671 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T19:05:30.859 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:30 smithi031 bash[53082]: cluster 2024-09-10T19:05:30.424990+0000 mgr.y (mgr.26002) 640 : cluster [DBG] pgmap v424: 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-10T19:05:30.859 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:30 smithi031 bash[54359]: cluster 2024-09-10T19:05:30.424990+0000 mgr.y (mgr.26002) 640 : cluster [DBG] pgmap v424: 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-10T19:05:30.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:30 smithi063 bash[48646]: cluster 2024-09-10T19:05:30.424990+0000 mgr.y (mgr.26002) 640 : cluster [DBG] pgmap v424: 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-10T19:05:31.473 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-09-10T19:05:31.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:31 smithi063 bash[48646]: audit 2024-09-10T19:05:30.667421+0000 mon.c (mon.1) 18 : audit [DBG] from='client.54954 172.21.15.31:0/2380887895' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:31.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:31 smithi031 bash[53082]: audit 2024-09-10T19:05:30.667421+0000 mon.c (mon.1) 18 : audit [DBG] from='client.54954 172.21.15.31:0/2380887895' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:31.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:31 smithi031 bash[54359]: audit 2024-09-10T19:05:30.667421+0000 mon.c (mon.1) 18 : audit [DBG] from='client.54954 172.21.15.31:0/2380887895' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:32.874 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:32 smithi031 bash[53082]: cluster 2024-09-10T19:05:32.426041+0000 mgr.y (mgr.26002) 641 : cluster [DBG] pgmap v425: 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-10T19:05:32.874 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:32 smithi031 bash[54359]: cluster 2024-09-10T19:05:32.426041+0000 mgr.y (mgr.26002) 641 : cluster [DBG] pgmap v425: 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-10T19:05:32.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:32 smithi063 bash[48646]: cluster 2024-09-10T19:05:32.426041+0000 mgr.y (mgr.26002) 641 : cluster [DBG] pgmap v425: 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-10T19:05:34.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:34 smithi063 bash[48646]: cluster 2024-09-10T19:05:34.427277+0000 mgr.y (mgr.26002) 642 : cluster [DBG] pgmap v426: 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-10T19:05:34.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:34 smithi031 bash[54359]: cluster 2024-09-10T19:05:34.427277+0000 mgr.y (mgr.26002) 642 : cluster [DBG] pgmap v426: 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-10T19:05:34.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:34 smithi031 bash[53082]: cluster 2024-09-10T19:05:34.427277+0000 mgr.y (mgr.26002) 642 : cluster [DBG] pgmap v426: 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-10T19:05:35.055 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-09-10T19:05:35.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:35 smithi031 bash[53082]: audit 2024-09-10T19:05:35.034329+0000 mon.c (mon.1) 19 : audit [DBG] from='client.54960 172.21.15.31:0/244803271' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:35.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:35 smithi031 bash[54359]: audit 2024-09-10T19:05:35.034329+0000 mon.c (mon.1) 19 : audit [DBG] from='client.54960 172.21.15.31:0/244803271' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:35.855 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-09-10T19:05:35.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:35 smithi063 bash[48646]: audit 2024-09-10T19:05:35.034329+0000 mon.c (mon.1) 19 : audit [DBG] from='client.54960 172.21.15.31:0/244803271' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:36.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:36 smithi063 bash[48646]: audit 2024-09-10T19:05:36.058240+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:05:36.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:36 smithi063 bash[48646]: audit 2024-09-10T19:05:36.058603+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-09-10T19:05:36.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:36 smithi063 bash[48646]: audit 2024-09-10T19:05:36.058896+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:05:36.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:36 smithi063 bash[48646]: cluster 2024-09-10T19:05:36.428292+0000 mgr.y (mgr.26002) 643 : cluster [DBG] pgmap v427: 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-10T19:05:36.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:36 smithi031 bash[53082]: audit 2024-09-10T19:05:36.058240+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:05:36.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:36 smithi031 bash[53082]: audit 2024-09-10T19:05:36.058603+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-09-10T19:05:36.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:36 smithi031 bash[53082]: audit 2024-09-10T19:05:36.058896+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:05:36.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:36 smithi031 bash[53082]: cluster 2024-09-10T19:05:36.428292+0000 mgr.y (mgr.26002) 643 : cluster [DBG] pgmap v427: 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-10T19:05:36.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:36 smithi031 bash[54359]: audit 2024-09-10T19:05:36.058240+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:05:36.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:36 smithi031 bash[54359]: audit 2024-09-10T19:05:36.058603+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-09-10T19:05:36.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:36 smithi031 bash[54359]: audit 2024-09-10T19:05:36.058896+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:05:36.887 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:36 smithi031 bash[54359]: cluster 2024-09-10T19:05:36.428292+0000 mgr.y (mgr.26002) 643 : cluster [DBG] pgmap v427: 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-10T19:05:38.379 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:05:37 smithi063 bash[88293]: debug there is no tcmu-runner data available 2024-09-10T19:05:38.515 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:38 smithi031 bash[54359]: audit 2024-09-10T19:05:37.944239+0000 mgr.y (mgr.26002) 644 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:05:38.516 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:38 smithi031 bash[54359]: cluster 2024-09-10T19:05:38.429349+0000 mgr.y (mgr.26002) 645 : cluster [DBG] pgmap v428: 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-10T19:05:38.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:38 smithi063 bash[48646]: audit 2024-09-10T19:05:37.944239+0000 mgr.y (mgr.26002) 644 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:05:38.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:38 smithi063 bash[48646]: cluster 2024-09-10T19:05:38.429349+0000 mgr.y (mgr.26002) 645 : cluster [DBG] pgmap v428: 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-10T19:05:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:38 smithi031 bash[53082]: audit 2024-09-10T19:05:37.944239+0000 mgr.y (mgr.26002) 644 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:05:38.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:38 smithi031 bash[53082]: cluster 2024-09-10T19:05:38.429349+0000 mgr.y (mgr.26002) 645 : cluster [DBG] pgmap v428: 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-10T19:05:39.562 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)" 2024-09-10T19:05:39.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:39 smithi063 bash[48646]: audit 2024-09-10T19:05:39.546301+0000 mon.c (mon.1) 20 : audit [DBG] from='client.64864 172.21.15.31:0/2244499295' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:39.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:39 smithi031 bash[53082]: audit 2024-09-10T19:05:39.546301+0000 mon.c (mon.1) 20 : audit [DBG] from='client.64864 172.21.15.31:0/2244499295' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:39.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:39 smithi031 bash[54359]: audit 2024-09-10T19:05:39.546301+0000 mon.c (mon.1) 20 : audit [DBG] from='client.64864 172.21.15.31:0/2244499295' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:40.325 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ls | grep '"'"'^osd '"'"'' 2024-09-10T19:05:40.612 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:40 smithi031 bash[54359]: cluster 2024-09-10T19:05:40.430036+0000 mgr.y (mgr.26002) 646 : cluster [DBG] pgmap v429: 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-10T19:05:40.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:40 smithi063 bash[48646]: cluster 2024-09-10T19:05:40.430036+0000 mgr.y (mgr.26002) 646 : cluster [DBG] pgmap v429: 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-10T19:05:40.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:40 smithi031 bash[53082]: cluster 2024-09-10T19:05:40.430036+0000 mgr.y (mgr.26002) 646 : cluster [DBG] pgmap v429: 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-10T19:05:42.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:42 smithi063 bash[48646]: cluster 2024-09-10T19:05:42.431059+0000 mgr.y (mgr.26002) 647 : cluster [DBG] pgmap v430: 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-10T19:05:42.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:42 smithi031 bash[53082]: cluster 2024-09-10T19:05:42.431059+0000 mgr.y (mgr.26002) 647 : cluster [DBG] pgmap v430: 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-10T19:05:42.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:42 smithi031 bash[54359]: cluster 2024-09-10T19:05:42.431059+0000 mgr.y (mgr.26002) 647 : cluster [DBG] pgmap v430: 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-10T19:05:44.053 INFO:teuthology.orchestra.run.smithi031.stdout:osd 8 2m ago - 2024-09-10T19:05:44.716 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T19:05:44.726 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi031.front.sepia.ceph.com 2024-09-10T19:05:44.726 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- bash -c 'ceph orch upgrade ls' 2024-09-10T19:05:44.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:44 smithi063 bash[48646]: audit 2024-09-10T19:05:44.024212+0000 mgr.y (mgr.26002) 648 : audit [DBG] from='client.64870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:44.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:44 smithi063 bash[48646]: cluster 2024-09-10T19:05:44.432263+0000 mgr.y (mgr.26002) 649 : cluster [DBG] pgmap v431: 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-10T19:05:44.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:44 smithi031 bash[54359]: audit 2024-09-10T19:05:44.024212+0000 mgr.y (mgr.26002) 648 : audit [DBG] from='client.64870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:44.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:44 smithi031 bash[54359]: cluster 2024-09-10T19:05:44.432263+0000 mgr.y (mgr.26002) 649 : cluster [DBG] pgmap v431: 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-10T19:05:44.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:44 smithi031 bash[53082]: audit 2024-09-10T19:05:44.024212+0000 mgr.y (mgr.26002) 648 : audit [DBG] from='client.64870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:44.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:44 smithi031 bash[53082]: cluster 2024-09-10T19:05:44.432263+0000 mgr.y (mgr.26002) 649 : cluster [DBG] pgmap v431: 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-10T19:05:46.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:46 smithi031 bash[53082]: cluster 2024-09-10T19:05:46.433226+0000 mgr.y (mgr.26002) 650 : cluster [DBG] pgmap v432: 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-10T19:05:46.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:46 smithi031 bash[54359]: cluster 2024-09-10T19:05:46.433226+0000 mgr.y (mgr.26002) 650 : cluster [DBG] pgmap v432: 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-10T19:05:46.878 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:46 smithi063 bash[48646]: cluster 2024-09-10T19:05:46.433226+0000 mgr.y (mgr.26002) 650 : cluster [DBG] pgmap v432: 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-10T19:05:48.378 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:05:47 smithi063 bash[88293]: debug there is no tcmu-runner data available 2024-09-10T19:05:48.610 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-09-10T19:05:48.611 INFO:teuthology.orchestra.run.smithi031.stdout: "image": "quay.io/ceph/ceph", 2024-09-10T19:05:48.611 INFO:teuthology.orchestra.run.smithi031.stdout: "registry": "quay.io", 2024-09-10T19:05:48.611 INFO:teuthology.orchestra.run.smithi031.stdout: "bare_image": "ceph/ceph", 2024-09-10T19:05:48.611 INFO:teuthology.orchestra.run.smithi031.stdout: "versions": [ 2024-09-10T19:05:48.611 INFO:teuthology.orchestra.run.smithi031.stdout: "19.1.1", 2024-09-10T19:05:48.611 INFO:teuthology.orchestra.run.smithi031.stdout: "19.1.0", 2024-09-10T19:05:48.611 INFO:teuthology.orchestra.run.smithi031.stdout: "18.2.4", 2024-09-10T19:05:48.611 INFO:teuthology.orchestra.run.smithi031.stdout: "18.2.2", 2024-09-10T19:05:48.611 INFO:teuthology.orchestra.run.smithi031.stdout: "18.2.1", 2024-09-10T19:05:48.611 INFO:teuthology.orchestra.run.smithi031.stdout: "18.2.0", 2024-09-10T19:05:48.611 INFO:teuthology.orchestra.run.smithi031.stdout: "18.1.3", 2024-09-10T19:05:48.611 INFO:teuthology.orchestra.run.smithi031.stdout: "18.1.2", 2024-09-10T19:05:48.612 INFO:teuthology.orchestra.run.smithi031.stdout: "18.1.1", 2024-09-10T19:05:48.612 INFO:teuthology.orchestra.run.smithi031.stdout: "18.1.0", 2024-09-10T19:05:48.612 INFO:teuthology.orchestra.run.smithi031.stdout: "17.2.7", 2024-09-10T19:05:48.612 INFO:teuthology.orchestra.run.smithi031.stdout: "17.2.6", 2024-09-10T19:05:48.612 INFO:teuthology.orchestra.run.smithi031.stdout: "17.2.5", 2024-09-10T19:05:48.612 INFO:teuthology.orchestra.run.smithi031.stdout: "17.2.4", 2024-09-10T19:05:48.612 INFO:teuthology.orchestra.run.smithi031.stdout: "17.2.3", 2024-09-10T19:05:48.612 INFO:teuthology.orchestra.run.smithi031.stdout: "17.2.2", 2024-09-10T19:05:48.612 INFO:teuthology.orchestra.run.smithi031.stdout: "17.2.1", 2024-09-10T19:05:48.612 INFO:teuthology.orchestra.run.smithi031.stdout: "17.2.0" 2024-09-10T19:05:48.612 INFO:teuthology.orchestra.run.smithi031.stdout: ] 2024-09-10T19:05:48.612 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-09-10T19:05:48.789 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:48 smithi031 bash[53082]: audit 2024-09-10T19:05:47.951403+0000 mgr.y (mgr.26002) 651 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:05:48.790 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:48 smithi031 bash[53082]: audit 2024-09-10T19:05:48.244982+0000 mgr.y (mgr.26002) 652 : audit [DBG] from='client.54978 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:48.790 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:48 smithi031 bash[53082]: cluster 2024-09-10T19:05:48.434305+0000 mgr.y (mgr.26002) 653 : cluster [DBG] pgmap v433: 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-10T19:05:48.790 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:48 smithi031 bash[54359]: audit 2024-09-10T19:05:47.951403+0000 mgr.y (mgr.26002) 651 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:05:48.790 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:48 smithi031 bash[54359]: audit 2024-09-10T19:05:48.244982+0000 mgr.y (mgr.26002) 652 : audit [DBG] from='client.54978 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:48.790 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:48 smithi031 bash[54359]: cluster 2024-09-10T19:05:48.434305+0000 mgr.y (mgr.26002) 653 : cluster [DBG] pgmap v433: 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-10T19:05:48.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:48 smithi063 bash[48646]: audit 2024-09-10T19:05:47.951403+0000 mgr.y (mgr.26002) 651 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:05:48.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:48 smithi063 bash[48646]: audit 2024-09-10T19:05:48.244982+0000 mgr.y (mgr.26002) 652 : audit [DBG] from='client.54978 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:48.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:48 smithi063 bash[48646]: cluster 2024-09-10T19:05:48.434305+0000 mgr.y (mgr.26002) 653 : cluster [DBG] pgmap v433: 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-10T19:05:49.367 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0' 2024-09-10T19:05:50.811 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:50 smithi031 bash[53082]: cluster 2024-09-10T19:05:50.435234+0000 mgr.y (mgr.26002) 654 : cluster [DBG] pgmap v434: 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-10T19:05:50.811 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:50 smithi031 bash[54359]: cluster 2024-09-10T19:05:50.435234+0000 mgr.y (mgr.26002) 654 : cluster [DBG] pgmap v434: 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-10T19:05:50.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:50 smithi063 bash[48646]: cluster 2024-09-10T19:05:50.435234+0000 mgr.y (mgr.26002) 654 : cluster [DBG] pgmap v434: 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-10T19:05:52.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:52 smithi031 bash[53082]: cluster 2024-09-10T19:05:52.436142+0000 mgr.y (mgr.26002) 655 : cluster [DBG] pgmap v435: 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-10T19:05:52.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:52 smithi031 bash[54359]: cluster 2024-09-10T19:05:52.436142+0000 mgr.y (mgr.26002) 655 : cluster [DBG] pgmap v435: 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-10T19:05:52.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:52 smithi063 bash[48646]: cluster 2024-09-10T19:05:52.436142+0000 mgr.y (mgr.26002) 655 : cluster [DBG] pgmap v435: 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-10T19:05:53.185 INFO:teuthology.orchestra.run.smithi031.stdout: "16.2.0", 2024-09-10T19:05:53.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:53 smithi031 bash[53082]: audit 2024-09-10T19:05:52.813247+0000 mgr.y (mgr.26002) 656 : audit [DBG] from='client.54984 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:53.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:53 smithi031 bash[54359]: audit 2024-09-10T19:05:52.813247+0000 mgr.y (mgr.26002) 656 : audit [DBG] from='client.54984 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:53.881 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:53 smithi063 bash[48646]: audit 2024-09-10T19:05:52.813247+0000 mgr.y (mgr.26002) 656 : audit [DBG] from='client.54984 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:53.886 DEBUG:teuthology.orchestra.run.smithi031:> 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 408b5ca8-6fa1-11ef-bcea-c7b262605968 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2' 2024-09-10T19:05:54.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:54 smithi063 bash[48646]: cluster 2024-09-10T19:05:54.437349+0000 mgr.y (mgr.26002) 657 : cluster [DBG] pgmap v436: 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-10T19:05:54.886 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:54 smithi031 bash[54359]: cluster 2024-09-10T19:05:54.437349+0000 mgr.y (mgr.26002) 657 : cluster [DBG] pgmap v436: 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-10T19:05:54.886 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:54 smithi031 bash[53082]: cluster 2024-09-10T19:05:54.437349+0000 mgr.y (mgr.26002) 657 : cluster [DBG] pgmap v436: 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-10T19:05:56.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:56 smithi063 bash[48646]: audit 2024-09-10T19:05:56.198921+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:56.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:56 smithi063 bash[48646]: audit 2024-09-10T19:05:56.200290+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:05:56.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:56 smithi063 bash[48646]: audit 2024-09-10T19:05:56.209375+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:05:56.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:56 smithi031 bash[53082]: audit 2024-09-10T19:05:56.198921+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:56.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:56 smithi031 bash[53082]: audit 2024-09-10T19:05:56.200290+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:05:56.636 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:56 smithi031 bash[53082]: audit 2024-09-10T19:05:56.209375+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:05:56.636 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:56 smithi031 bash[54359]: audit 2024-09-10T19:05:56.198921+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:56.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:56 smithi031 bash[54359]: audit 2024-09-10T19:05:56.200290+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:05:56.637 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:56 smithi031 bash[54359]: audit 2024-09-10T19:05:56.209375+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.26002 172.21.15.31:0/1670853459' entity='mgr.y' 2024-09-10T19:05:57.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:57 smithi031 bash[53082]: cephadm 2024-09-10T19:05:56.201459+0000 mgr.y (mgr.26002) 658 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:05:57.386 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:57 smithi031 bash[53082]: cluster 2024-09-10T19:05:56.438351+0000 mgr.y (mgr.26002) 659 : cluster [DBG] pgmap v437: 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-10T19:05:57.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:57 smithi031 bash[54359]: cephadm 2024-09-10T19:05:56.201459+0000 mgr.y (mgr.26002) 658 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:05:57.386 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:57 smithi031 bash[54359]: cluster 2024-09-10T19:05:56.438351+0000 mgr.y (mgr.26002) 659 : cluster [DBG] pgmap v437: 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-10T19:05:57.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:57 smithi063 bash[48646]: cephadm 2024-09-10T19:05:56.201459+0000 mgr.y (mgr.26002) 658 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:05:57.629 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:57 smithi063 bash[48646]: cluster 2024-09-10T19:05:56.438351+0000 mgr.y (mgr.26002) 659 : cluster [DBG] pgmap v437: 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-10T19:05:57.904 INFO:teuthology.orchestra.run.smithi031.stdout: "v16.2.2", 2024-09-10T19:05:57.905 INFO:teuthology.orchestra.run.smithi031.stdout: "v16.2.2-20210505", 2024-09-10T19:05:58.379 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:05:57 smithi063 bash[88293]: debug there is no tcmu-runner data available 2024-09-10T19:05:58.619 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-10T19:05:58.630 INFO:tasks.cephadm:Teardown begin 2024-09-10T19:05:58.630 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:05:58.645 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:05:58.663 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-10T19:05:58.663 DEBUG:teuthology.orchestra.run.smithi031:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T19:05:58.695 DEBUG:teuthology.orchestra.run.smithi063:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T19:05:58.701 INFO:tasks.cephadm:Stopping all daemons... 2024-09-10T19:05:58.701 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-10T19:05:58.701 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.a 2024-09-10T19:05:58.863 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:58 smithi031 bash[53082]: audit 2024-09-10T19:05:57.509266+0000 mgr.y (mgr.26002) 660 : audit [DBG] from='client.54990 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:58.863 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:58 smithi031 bash[53082]: audit 2024-09-10T19:05:57.962192+0000 mgr.y (mgr.26002) 661 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:05:58.863 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:58 smithi031 bash[53082]: cluster 2024-09-10T19:05:58.439509+0000 mgr.y (mgr.26002) 662 : cluster [DBG] pgmap v438: 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-10T19:05:58.863 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:58 smithi031 systemd[1]: Stopping Ceph mon.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:05:58.863 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:58 smithi031 bash[54359]: audit 2024-09-10T19:05:57.509266+0000 mgr.y (mgr.26002) 660 : audit [DBG] from='client.54990 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:58.863 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:58 smithi031 bash[54359]: audit 2024-09-10T19:05:57.962192+0000 mgr.y (mgr.26002) 661 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:05:58.864 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:58 smithi031 bash[54359]: cluster 2024-09-10T19:05:58.439509+0000 mgr.y (mgr.26002) 662 : cluster [DBG] pgmap v438: 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-10T19:05:58.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:58 smithi063 bash[48646]: audit 2024-09-10T19:05:57.509266+0000 mgr.y (mgr.26002) 660 : audit [DBG] from='client.54990 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:58.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:58 smithi063 bash[48646]: audit 2024-09-10T19:05:57.962192+0000 mgr.y (mgr.26002) 661 : audit [DBG] from='client.44942 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-10T19:05:58.879 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:05:58 smithi063 bash[48646]: cluster 2024-09-10T19:05:58.439509+0000 mgr.y (mgr.26002) 662 : cluster [DBG] pgmap v438: 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-10T19:05:59.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:58 smithi031 bash[53082]: debug 2024-09-10T19:05:58.857+0000 7f1e8ebaf640 -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-10T19:05:59.136 INFO:journalctl@ceph.mon.a.smithi031.stdout:Sep 10 19:05:58 smithi031 bash[53082]: debug 2024-09-10T19:05:58.857+0000 7f1e8ebaf640 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-09-10T19:05:59.766 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.a.service' 2024-09-10T19:05:59.803 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:05:59.803 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-10T19:05:59.804 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-10T19:05:59.804 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.c 2024-09-10T19:06:00.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:05:59 smithi031 systemd[1]: Stopping Ceph mon.c for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:06:00.136 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:06:00 smithi031 bash[54359]: debug 2024-09-10T19:06:00.013+0000 7f1c86034640 -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-10T19:06:00.137 INFO:journalctl@ceph.mon.c.smithi031.stdout:Sep 10 19:06:00 smithi031 bash[54359]: debug 2024-09-10T19:06:00.013+0000 7f1c86034640 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2024-09-10T19:06:01.094 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.c.service' 2024-09-10T19:06:01.128 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:06:01.128 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-10T19:06:01.128 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-09-10T19:06:01.129 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.b 2024-09-10T19:06:01.402 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:06:01 smithi063 systemd[1]: Stopping Ceph mon.b for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:06:01.402 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:06:01 smithi063 bash[48646]: debug 2024-09-10T19:06:01.284+0000 7f5bd5912640 -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-10T19:06:01.402 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 10 19:06:01 smithi063 bash[48646]: debug 2024-09-10T19:06:01.284+0000 7f5bd5912640 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2024-09-10T19:06:02.203 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mon.b.service' 2024-09-10T19:06:02.245 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:06:02.245 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-09-10T19:06:02.245 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-09-10T19:06:02.245 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.y 2024-09-10T19:06:02.636 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 19:06:02 smithi031 systemd[1]: Stopping Ceph mgr.y for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:06:02.636 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 19:06:02 smithi031 bash[40844]: debug 2024-09-10T19:06:02.413+0000 7f1fe6f6d640 -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-10T19:06:02.637 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 19:06:02 smithi031 bash[40844]: debug 2024-09-10T19:06:02.413+0000 7f1fe6f6d640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-10T19:06:03.247 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 19:06:02 smithi031 bash[99100]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-mgr-y 2024-09-10T19:06:03.248 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 19:06:03 smithi031 bash[99160]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-mgr-y 2024-09-10T19:06:03.248 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 19:06:03 smithi031 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.y.service: Succeeded. 2024-09-10T19:06:03.248 INFO:journalctl@ceph.mgr.y.smithi031.stdout:Sep 10 19:06:03 smithi031 systemd[1]: Stopped Ceph mgr.y for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T19:06:03.250 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.y.service' 2024-09-10T19:06:03.281 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:06:03.281 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-09-10T19:06:03.281 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-09-10T19:06:03.281 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.x 2024-09-10T19:06:03.629 INFO:journalctl@ceph.mgr.x.smithi063.stdout:Sep 10 19:06:03 smithi063 systemd[1]: Stopping Ceph mgr.x for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:06:04.247 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@mgr.x.service' 2024-09-10T19:06:04.282 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:06:04.282 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-09-10T19:06:04.282 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-10T19:06:04.282 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.0 2024-09-10T19:06:04.636 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 19:06:04 smithi031 systemd[1]: Stopping Ceph osd.0 for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:06:04.636 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 19:06:04 smithi031 bash[62771]: debug 2024-09-10T19:06:04.481+0000 7f8963569640 -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-10T19:06:04.636 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 19:06:04 smithi031 bash[62771]: debug 2024-09-10T19:06:04.481+0000 7f8963569640 -1 osd.0 125 *** Got signal Terminated *** 2024-09-10T19:06:04.636 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 19:06:04 smithi031 bash[62771]: debug 2024-09-10T19:06:04.481+0000 7f8963569640 -1 osd.0 125 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:06:10.979 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 19:06:10 smithi031 bash[99200]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd-0 2024-09-10T19:06:10.979 INFO:journalctl@ceph.osd.0.smithi031.stdout:Sep 10 19:06:10 smithi031 bash[99270]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd-0 2024-09-10T19:06:13.109 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.0.service' 2024-09-10T19:06:13.145 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:06:13.145 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-10T19:06:13.145 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-10T19:06:13.145 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.1 2024-09-10T19:06:13.386 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 19:06:13 smithi031 systemd[1]: Stopping Ceph osd.1 for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:06:13.386 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 19:06:13 smithi031 bash[68845]: debug 2024-09-10T19:06:13.324+0000 7ffaaabf3640 -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-10T19:06:13.386 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 19:06:13 smithi031 bash[68845]: debug 2024-09-10T19:06:13.324+0000 7ffaaabf3640 -1 osd.1 125 *** Got signal Terminated *** 2024-09-10T19:06:13.387 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 19:06:13 smithi031 bash[68845]: debug 2024-09-10T19:06:13.324+0000 7ffaaabf3640 -1 osd.1 125 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:06:19.636 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 19:06:19 smithi031 bash[99413]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd-1 2024-09-10T19:06:19.636 INFO:journalctl@ceph.osd.1.smithi031.stdout:Sep 10 19:06:19 smithi031 bash[99488]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd-1 2024-09-10T19:06:21.634 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.1.service' 2024-09-10T19:06:21.667 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:06:21.667 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-10T19:06:21.667 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-10T19:06:21.668 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.2 2024-09-10T19:06:21.886 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 19:06:21 smithi031 systemd[1]: Stopping Ceph osd.2 for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:06:22.386 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 19:06:21 smithi031 bash[75963]: debug 2024-09-10T19:06:21.892+0000 7f2ea9e94640 -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-10T19:06:22.386 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 19:06:21 smithi031 bash[75963]: debug 2024-09-10T19:06:21.892+0000 7f2ea9e94640 -1 osd.2 125 *** Got signal Terminated *** 2024-09-10T19:06:22.386 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 19:06:21 smithi031 bash[75963]: debug 2024-09-10T19:06:21.892+0000 7f2ea9e94640 -1 osd.2 125 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:06:28.339 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 19:06:28 smithi031 bash[99625]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd-2 2024-09-10T19:06:28.340 INFO:journalctl@ceph.osd.2.smithi031.stdout:Sep 10 19:06:28 smithi031 bash[99694]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd-2 2024-09-10T19:06:30.226 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.2.service' 2024-09-10T19:06:30.263 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:06:30.263 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-10T19:06:30.264 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-10T19:06:30.264 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.3 2024-09-10T19:06:30.636 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 19:06:30 smithi031 systemd[1]: Stopping Ceph osd.3 for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:06:30.636 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 19:06:30 smithi031 bash[83120]: debug 2024-09-10T19:06:30.404+0000 7f3bf69b0640 -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-10T19:06:30.637 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 19:06:30 smithi031 bash[83120]: debug 2024-09-10T19:06:30.404+0000 7f3bf69b0640 -1 osd.3 125 *** Got signal Terminated *** 2024-09-10T19:06:30.637 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 19:06:30 smithi031 bash[83120]: debug 2024-09-10T19:06:30.404+0000 7f3bf69b0640 -1 osd.3 125 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:06:31.136 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 19:06:30 smithi031 bash[83120]: debug 2024-09-10T19:06:30.860+0000 7f3bf07c3640 -1 osd.3 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:06.619735+0000 front 2024-09-10T19:06:06.620151+0000 (oldest deadline 2024-09-10T19:06:30.119781+0000) 2024-09-10T19:06:31.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:31 smithi063 bash[72485]: debug 2024-09-10T19:06:31.103+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:32.094 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:31 smithi063 bash[61770]: debug 2024-09-10T19:06:31.699+0000 7f34986e4640 -1 osd.4 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:06.276935+0000 front 2024-09-10T19:06:06.276903+0000 (oldest deadline 2024-09-10T19:06:31.576471+0000) 2024-09-10T19:06:32.094 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:31 smithi063 bash[67051]: debug 2024-09-10T19:06:31.727+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:32.136 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 19:06:31 smithi031 bash[83120]: debug 2024-09-10T19:06:31.832+0000 7f3bf07c3640 -1 osd.3 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:06.619735+0000 front 2024-09-10T19:06:06.620151+0000 (oldest deadline 2024-09-10T19:06:30.119781+0000) 2024-09-10T19:06:32.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:32 smithi063 bash[72485]: debug 2024-09-10T19:06:32.087+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:33.108 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:32 smithi063 bash[61770]: debug 2024-09-10T19:06:32.707+0000 7f34986e4640 -1 osd.4 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:06.276935+0000 front 2024-09-10T19:06:06.276903+0000 (oldest deadline 2024-09-10T19:06:31.576471+0000) 2024-09-10T19:06:33.109 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:32 smithi063 bash[67051]: debug 2024-09-10T19:06:32.711+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:33.109 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:32 smithi063 bash[77731]: debug 2024-09-10T19:06:32.691+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:33.136 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 19:06:32 smithi031 bash[83120]: debug 2024-09-10T19:06:32.872+0000 7f3bf07c3640 -1 osd.3 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:06.619735+0000 front 2024-09-10T19:06:06.620151+0000 (oldest deadline 2024-09-10T19:06:30.119781+0000) 2024-09-10T19:06:33.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:33 smithi063 bash[72485]: debug 2024-09-10T19:06:33.099+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:34.123 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:33 smithi063 bash[61770]: debug 2024-09-10T19:06:33.707+0000 7f34986e4640 -1 osd.4 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:06.276935+0000 front 2024-09-10T19:06:06.276903+0000 (oldest deadline 2024-09-10T19:06:31.576471+0000) 2024-09-10T19:06:34.124 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:33 smithi063 bash[67051]: debug 2024-09-10T19:06:33.735+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:34.124 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:33 smithi063 bash[77731]: debug 2024-09-10T19:06:33.699+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:34.136 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 19:06:33 smithi031 bash[83120]: debug 2024-09-10T19:06:33.868+0000 7f3bf07c3640 -1 osd.3 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:06.619735+0000 front 2024-09-10T19:06:06.620151+0000 (oldest deadline 2024-09-10T19:06:30.119781+0000) 2024-09-10T19:06:34.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:34 smithi063 bash[72485]: debug 2024-09-10T19:06:34.115+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:35.129 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:34 smithi063 bash[67051]: debug 2024-09-10T19:06:34.711+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:35.129 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:34 smithi063 bash[61770]: debug 2024-09-10T19:06:34.735+0000 7f34986e4640 -1 osd.4 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:06.276935+0000 front 2024-09-10T19:06:06.276903+0000 (oldest deadline 2024-09-10T19:06:31.576471+0000) 2024-09-10T19:06:35.129 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:34 smithi063 bash[77731]: debug 2024-09-10T19:06:34.659+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:35.136 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 19:06:34 smithi031 bash[83120]: debug 2024-09-10T19:06:34.856+0000 7f3bf07c3640 -1 osd.3 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:06.619735+0000 front 2024-09-10T19:06:06.620151+0000 (oldest deadline 2024-09-10T19:06:30.119781+0000) 2024-09-10T19:06:35.629 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:35 smithi063 bash[72485]: debug 2024-09-10T19:06:35.147+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:36.116 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:35 smithi063 bash[61770]: debug 2024-09-10T19:06:35.727+0000 7f34986e4640 -1 osd.4 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:06.276935+0000 front 2024-09-10T19:06:06.276903+0000 (oldest deadline 2024-09-10T19:06:31.576471+0000) 2024-09-10T19:06:36.116 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:35 smithi063 bash[67051]: debug 2024-09-10T19:06:35.719+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:36.116 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:35 smithi063 bash[77731]: debug 2024-09-10T19:06:35.655+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:36.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:36 smithi063 bash[72485]: debug 2024-09-10T19:06:36.107+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:36.636 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 19:06:36 smithi031 bash[99842]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd-3 2024-09-10T19:06:36.636 INFO:journalctl@ceph.osd.3.smithi031.stdout:Sep 10 19:06:36 smithi031 bash[99916]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd-3 2024-09-10T19:06:37.129 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:36 smithi063 bash[67051]: debug 2024-09-10T19:06:36.727+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:37.130 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:36 smithi063 bash[61770]: debug 2024-09-10T19:06:36.763+0000 7f34986e4640 -1 osd.4 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:06.276935+0000 front 2024-09-10T19:06:06.276903+0000 (oldest deadline 2024-09-10T19:06:31.576471+0000) 2024-09-10T19:06:37.130 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:36 smithi063 bash[77731]: debug 2024-09-10T19:06:36.655+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:37.629 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:37 smithi063 bash[72485]: debug 2024-09-10T19:06:37.143+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:38.120 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:37 smithi063 bash[61770]: debug 2024-09-10T19:06:37.767+0000 7f34986e4640 -1 osd.4 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:06.276935+0000 front 2024-09-10T19:06:06.276903+0000 (oldest deadline 2024-09-10T19:06:31.576471+0000) 2024-09-10T19:06:38.120 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:37 smithi063 bash[67051]: debug 2024-09-10T19:06:37.771+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:38.120 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:37 smithi063 bash[77731]: debug 2024-09-10T19:06:37.683+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:38.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:38 smithi063 bash[72485]: debug 2024-09-10T19:06:38.111+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:38.518 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.3.service' 2024-09-10T19:06:38.551 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:06:38.551 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-10T19:06:38.551 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-10T19:06:38.552 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.4 2024-09-10T19:06:38.819 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:38 smithi063 bash[67051]: debug 2024-09-10T19:06:38.779+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:38.819 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:38 smithi063 systemd[1]: Stopping Ceph osd.4 for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:06:38.820 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:38 smithi063 bash[61770]: debug 2024-09-10T19:06:38.775+0000 7f349e8d1640 -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-10T19:06:38.820 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:38 smithi063 bash[61770]: debug 2024-09-10T19:06:38.775+0000 7f349e8d1640 -1 osd.4 125 *** Got signal Terminated *** 2024-09-10T19:06:38.820 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:38 smithi063 bash[61770]: debug 2024-09-10T19:06:38.775+0000 7f349e8d1640 -1 osd.4 125 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:06:38.820 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:38 smithi063 bash[77731]: debug 2024-09-10T19:06:38.635+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:39.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:39 smithi063 bash[72485]: debug 2024-09-10T19:06:39.071+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:39.379 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:38 smithi063 bash[61770]: debug 2024-09-10T19:06:38.811+0000 7f34986e4640 -1 osd.4 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:06.276935+0000 front 2024-09-10T19:06:06.276903+0000 (oldest deadline 2024-09-10T19:06:31.576471+0000) 2024-09-10T19:06:39.858 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:39 smithi063 bash[77731]: debug 2024-09-10T19:06:39.587+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:39.858 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:39 smithi063 bash[67051]: debug 2024-09-10T19:06:39.775+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:39.858 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:39 smithi063 bash[67051]: debug 2024-09-10T19:06:39.775+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:16.515683+0000 front 2024-09-10T19:06:16.515553+0000 (oldest deadline 2024-09-10T19:06:38.815449+0000) 2024-09-10T19:06:40.115 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:39 smithi063 bash[61770]: debug 2024-09-10T19:06:39.851+0000 7f34986e4640 -1 osd.4 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:06.276935+0000 front 2024-09-10T19:06:06.276903+0000 (oldest deadline 2024-09-10T19:06:31.576471+0000) 2024-09-10T19:06:40.115 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:39 smithi063 bash[61770]: debug 2024-09-10T19:06:39.851+0000 7f34986e4640 -1 osd.4 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:14.478263+0000 front 2024-09-10T19:06:14.478145+0000 (oldest deadline 2024-09-10T19:06:39.777929+0000) 2024-09-10T19:06:40.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:40 smithi063 bash[72485]: debug 2024-09-10T19:06:40.107+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:40.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:40 smithi063 bash[72485]: debug 2024-09-10T19:06:40.107+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:40.853 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:40 smithi063 bash[67051]: debug 2024-09-10T19:06:40.795+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:40.853 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:40 smithi063 bash[67051]: debug 2024-09-10T19:06:40.795+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:16.515683+0000 front 2024-09-10T19:06:16.515553+0000 (oldest deadline 2024-09-10T19:06:38.815449+0000) 2024-09-10T19:06:40.853 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:40 smithi063 bash[77731]: debug 2024-09-10T19:06:40.571+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:40.853 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:40 smithi063 bash[77731]: debug 2024-09-10T19:06:40.571+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:41.129 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:40 smithi063 bash[61770]: debug 2024-09-10T19:06:40.847+0000 7f34986e4640 -1 osd.4 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:06.276935+0000 front 2024-09-10T19:06:06.276903+0000 (oldest deadline 2024-09-10T19:06:31.576471+0000) 2024-09-10T19:06:41.129 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:40 smithi063 bash[61770]: debug 2024-09-10T19:06:40.847+0000 7f34986e4640 -1 osd.4 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:14.478263+0000 front 2024-09-10T19:06:14.478145+0000 (oldest deadline 2024-09-10T19:06:39.777929+0000) 2024-09-10T19:06:41.129 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:41 smithi063 bash[72485]: debug 2024-09-10T19:06:41.075+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:41.129 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:41 smithi063 bash[72485]: debug 2024-09-10T19:06:41.075+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:41.879 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:41 smithi063 bash[61770]: debug 2024-09-10T19:06:41.803+0000 7f34986e4640 -1 osd.4 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:06.276935+0000 front 2024-09-10T19:06:06.276903+0000 (oldest deadline 2024-09-10T19:06:31.576471+0000) 2024-09-10T19:06:41.879 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:41 smithi063 bash[61770]: debug 2024-09-10T19:06:41.803+0000 7f34986e4640 -1 osd.4 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:14.478263+0000 front 2024-09-10T19:06:14.478145+0000 (oldest deadline 2024-09-10T19:06:39.777929+0000) 2024-09-10T19:06:41.879 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:41 smithi063 bash[67051]: debug 2024-09-10T19:06:41.803+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:41.879 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:41 smithi063 bash[67051]: debug 2024-09-10T19:06:41.803+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:16.515683+0000 front 2024-09-10T19:06:16.515553+0000 (oldest deadline 2024-09-10T19:06:38.815449+0000) 2024-09-10T19:06:41.880 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:41 smithi063 bash[77731]: debug 2024-09-10T19:06:41.567+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:41.880 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:41 smithi063 bash[77731]: debug 2024-09-10T19:06:41.567+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:42.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:42 smithi063 bash[72485]: debug 2024-09-10T19:06:42.059+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:42.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:42 smithi063 bash[72485]: debug 2024-09-10T19:06:42.059+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:42.879 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:42 smithi063 bash[61770]: debug 2024-09-10T19:06:42.803+0000 7f34986e4640 -1 osd.4 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:06.276935+0000 front 2024-09-10T19:06:06.276903+0000 (oldest deadline 2024-09-10T19:06:31.576471+0000) 2024-09-10T19:06:42.879 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:42 smithi063 bash[61770]: debug 2024-09-10T19:06:42.803+0000 7f34986e4640 -1 osd.4 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:14.478263+0000 front 2024-09-10T19:06:14.478145+0000 (oldest deadline 2024-09-10T19:06:39.777929+0000) 2024-09-10T19:06:42.879 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:42 smithi063 bash[67051]: debug 2024-09-10T19:06:42.815+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:42.879 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:42 smithi063 bash[67051]: debug 2024-09-10T19:06:42.815+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:16.515683+0000 front 2024-09-10T19:06:16.515553+0000 (oldest deadline 2024-09-10T19:06:38.815449+0000) 2024-09-10T19:06:42.880 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:42 smithi063 bash[77731]: debug 2024-09-10T19:06:42.619+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:42.880 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:42 smithi063 bash[77731]: debug 2024-09-10T19:06:42.619+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:43.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:43 smithi063 bash[72485]: debug 2024-09-10T19:06:43.071+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:43.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:43 smithi063 bash[72485]: debug 2024-09-10T19:06:43.071+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:43.879 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:43 smithi063 bash[67051]: debug 2024-09-10T19:06:43.795+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:43.879 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:43 smithi063 bash[67051]: debug 2024-09-10T19:06:43.795+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:16.515683+0000 front 2024-09-10T19:06:16.515553+0000 (oldest deadline 2024-09-10T19:06:38.815449+0000) 2024-09-10T19:06:43.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:43 smithi063 bash[77731]: debug 2024-09-10T19:06:43.607+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:43.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:43 smithi063 bash[77731]: debug 2024-09-10T19:06:43.607+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:44.326 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:44 smithi063 bash[72485]: debug 2024-09-10T19:06:44.051+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:44.326 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:44 smithi063 bash[72485]: debug 2024-09-10T19:06:44.051+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:44.629 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:44 smithi063 bash[77731]: debug 2024-09-10T19:06:44.567+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:44.629 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:44 smithi063 bash[77731]: debug 2024-09-10T19:06:44.567+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:45.129 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:44 smithi063 bash[93248]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd-4 2024-09-10T19:06:45.129 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:45 smithi063 bash[72485]: debug 2024-09-10T19:06:45.055+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:45.129 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:45 smithi063 bash[72485]: debug 2024-09-10T19:06:45.055+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:45.130 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:44 smithi063 bash[67051]: debug 2024-09-10T19:06:44.843+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:45.130 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:44 smithi063 bash[67051]: debug 2024-09-10T19:06:44.843+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:16.515683+0000 front 2024-09-10T19:06:16.515553+0000 (oldest deadline 2024-09-10T19:06:38.815449+0000) 2024-09-10T19:06:45.565 INFO:journalctl@ceph.osd.4.smithi063.stdout:Sep 10 19:06:45 smithi063 bash[93326]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd-4 2024-09-10T19:06:45.848 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:45 smithi063 bash[77731]: debug 2024-09-10T19:06:45.555+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:45.848 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:45 smithi063 bash[77731]: debug 2024-09-10T19:06:45.555+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:46.129 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:45 smithi063 bash[67051]: debug 2024-09-10T19:06:45.843+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:46.129 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:45 smithi063 bash[67051]: debug 2024-09-10T19:06:45.843+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:16.515683+0000 front 2024-09-10T19:06:16.515553+0000 (oldest deadline 2024-09-10T19:06:38.815449+0000) 2024-09-10T19:06:46.129 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:46 smithi063 bash[72485]: debug 2024-09-10T19:06:46.043+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:46.129 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:46 smithi063 bash[72485]: debug 2024-09-10T19:06:46.043+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:46.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:46 smithi063 bash[77731]: debug 2024-09-10T19:06:46.583+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:46.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:46 smithi063 bash[77731]: debug 2024-09-10T19:06:46.583+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:47.129 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:46 smithi063 bash[67051]: debug 2024-09-10T19:06:46.887+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:47.129 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:46 smithi063 bash[67051]: debug 2024-09-10T19:06:46.887+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:16.515683+0000 front 2024-09-10T19:06:16.515553+0000 (oldest deadline 2024-09-10T19:06:38.815449+0000) 2024-09-10T19:06:47.129 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:47 smithi063 bash[72485]: debug 2024-09-10T19:06:47.007+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:47.129 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:47 smithi063 bash[72485]: debug 2024-09-10T19:06:47.007+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:47.274 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.4.service' 2024-09-10T19:06:47.310 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:06:47.310 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-10T19:06:47.310 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-10T19:06:47.310 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.5 2024-09-10T19:06:47.627 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:47 smithi063 systemd[1]: Stopping Ceph osd.5 for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:06:47.628 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:47 smithi063 bash[67051]: debug 2024-09-10T19:06:47.459+0000 7f4adc4ba640 -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-10T19:06:47.628 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:47 smithi063 bash[67051]: debug 2024-09-10T19:06:47.459+0000 7f4adc4ba640 -1 osd.5 125 *** Got signal Terminated *** 2024-09-10T19:06:47.628 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:47 smithi063 bash[67051]: debug 2024-09-10T19:06:47.459+0000 7f4adc4ba640 -1 osd.5 125 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:06:47.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:47 smithi063 bash[77731]: debug 2024-09-10T19:06:47.623+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:47.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:47 smithi063 bash[77731]: debug 2024-09-10T19:06:47.623+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:48.379 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:47 smithi063 bash[67051]: debug 2024-09-10T19:06:47.895+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:48.379 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:47 smithi063 bash[67051]: debug 2024-09-10T19:06:47.895+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:16.515683+0000 front 2024-09-10T19:06:16.515553+0000 (oldest deadline 2024-09-10T19:06:38.815449+0000) 2024-09-10T19:06:48.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:47 smithi063 bash[72485]: debug 2024-09-10T19:06:47.979+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:48.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:47 smithi063 bash[72485]: debug 2024-09-10T19:06:47.979+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:48.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:48 smithi063 bash[77731]: debug 2024-09-10T19:06:48.595+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:48.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:48 smithi063 bash[77731]: debug 2024-09-10T19:06:48.595+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:48.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:48 smithi063 bash[77731]: debug 2024-09-10T19:06:48.595+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:06:49.379 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:48 smithi063 bash[67051]: debug 2024-09-10T19:06:48.939+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:49.379 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:48 smithi063 bash[67051]: debug 2024-09-10T19:06:48.939+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:16.515683+0000 front 2024-09-10T19:06:16.515553+0000 (oldest deadline 2024-09-10T19:06:38.815449+0000) 2024-09-10T19:06:49.379 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:48 smithi063 bash[67051]: debug 2024-09-10T19:06:48.939+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:24.716760+0000 front 2024-09-10T19:06:24.716809+0000 (oldest deadline 2024-09-10T19:06:48.816814+0000) 2024-09-10T19:06:49.380 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:48 smithi063 bash[72485]: debug 2024-09-10T19:06:48.979+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:49.380 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:48 smithi063 bash[72485]: debug 2024-09-10T19:06:48.979+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:49.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:49 smithi063 bash[77731]: debug 2024-09-10T19:06:49.559+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:49.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:49 smithi063 bash[77731]: debug 2024-09-10T19:06:49.559+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:49.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:49 smithi063 bash[77731]: debug 2024-09-10T19:06:49.559+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:06:50.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:49 smithi063 bash[72485]: debug 2024-09-10T19:06:49.959+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:50.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:49 smithi063 bash[72485]: debug 2024-09-10T19:06:49.959+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:50.379 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:49 smithi063 bash[67051]: debug 2024-09-10T19:06:49.987+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:50.379 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:49 smithi063 bash[67051]: debug 2024-09-10T19:06:49.987+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:16.515683+0000 front 2024-09-10T19:06:16.515553+0000 (oldest deadline 2024-09-10T19:06:38.815449+0000) 2024-09-10T19:06:50.379 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:49 smithi063 bash[67051]: debug 2024-09-10T19:06:49.987+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:24.716760+0000 front 2024-09-10T19:06:24.716809+0000 (oldest deadline 2024-09-10T19:06:48.816814+0000) 2024-09-10T19:06:50.880 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:50 smithi063 bash[77731]: debug 2024-09-10T19:06:50.583+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:50.881 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:50 smithi063 bash[77731]: debug 2024-09-10T19:06:50.583+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:50.881 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:50 smithi063 bash[77731]: debug 2024-09-10T19:06:50.583+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:06:51.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:50 smithi063 bash[72485]: debug 2024-09-10T19:06:50.927+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:51.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:50 smithi063 bash[72485]: debug 2024-09-10T19:06:50.927+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:51.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:50 smithi063 bash[72485]: debug 2024-09-10T19:06:50.927+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:25.577320+0000 front 2024-09-10T19:06:25.577378+0000 (oldest deadline 2024-09-10T19:06:50.877018+0000) 2024-09-10T19:06:51.379 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:50 smithi063 bash[67051]: debug 2024-09-10T19:06:50.979+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:51.379 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:50 smithi063 bash[67051]: debug 2024-09-10T19:06:50.979+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:16.515683+0000 front 2024-09-10T19:06:16.515553+0000 (oldest deadline 2024-09-10T19:06:38.815449+0000) 2024-09-10T19:06:51.380 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:50 smithi063 bash[67051]: debug 2024-09-10T19:06:50.979+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:24.716760+0000 front 2024-09-10T19:06:24.716809+0000 (oldest deadline 2024-09-10T19:06:48.816814+0000) 2024-09-10T19:06:51.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:51 smithi063 bash[77731]: debug 2024-09-10T19:06:51.607+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:51.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:51 smithi063 bash[77731]: debug 2024-09-10T19:06:51.607+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:51.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:51 smithi063 bash[77731]: debug 2024-09-10T19:06:51.607+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:06:52.379 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:51 smithi063 bash[67051]: debug 2024-09-10T19:06:51.963+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.912372+0000 front 2024-09-10T19:06:07.912740+0000 (oldest deadline 2024-09-10T19:06:30.812401+0000) 2024-09-10T19:06:52.379 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:51 smithi063 bash[67051]: debug 2024-09-10T19:06:51.963+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:16.515683+0000 front 2024-09-10T19:06:16.515553+0000 (oldest deadline 2024-09-10T19:06:38.815449+0000) 2024-09-10T19:06:52.379 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:51 smithi063 bash[67051]: debug 2024-09-10T19:06:51.963+0000 7f4ad9ad4640 -1 osd.5 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:24.716760+0000 front 2024-09-10T19:06:24.716809+0000 (oldest deadline 2024-09-10T19:06:48.816814+0000) 2024-09-10T19:06:52.380 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:51 smithi063 bash[72485]: debug 2024-09-10T19:06:51.959+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:52.380 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:51 smithi063 bash[72485]: debug 2024-09-10T19:06:51.959+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:52.380 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:51 smithi063 bash[72485]: debug 2024-09-10T19:06:51.959+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:25.577320+0000 front 2024-09-10T19:06:25.577378+0000 (oldest deadline 2024-09-10T19:06:50.877018+0000) 2024-09-10T19:06:52.980 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:52 smithi063 bash[77731]: debug 2024-09-10T19:06:52.651+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:52.980 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:52 smithi063 bash[77731]: debug 2024-09-10T19:06:52.651+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:52.980 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:52 smithi063 bash[77731]: debug 2024-09-10T19:06:52.651+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:06:53.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:52 smithi063 bash[72485]: debug 2024-09-10T19:06:52.971+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:53.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:52 smithi063 bash[72485]: debug 2024-09-10T19:06:52.971+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:53.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:52 smithi063 bash[72485]: debug 2024-09-10T19:06:52.971+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:25.577320+0000 front 2024-09-10T19:06:25.577378+0000 (oldest deadline 2024-09-10T19:06:50.877018+0000) 2024-09-10T19:06:53.665 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:53 smithi063 bash[93463]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd-5 2024-09-10T19:06:53.665 INFO:journalctl@ceph.osd.5.smithi063.stdout:Sep 10 19:06:53 smithi063 bash[93539]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd-5 2024-09-10T19:06:53.991 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:53 smithi063 bash[77731]: debug 2024-09-10T19:06:53.659+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:53.992 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:53 smithi063 bash[77731]: debug 2024-09-10T19:06:53.659+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:53.992 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:53 smithi063 bash[77731]: debug 2024-09-10T19:06:53.659+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:06:54.129 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:53 smithi063 bash[72485]: debug 2024-09-10T19:06:53.983+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:54.129 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:53 smithi063 bash[72485]: debug 2024-09-10T19:06:53.983+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:54.129 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:53 smithi063 bash[72485]: debug 2024-09-10T19:06:53.983+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:25.577320+0000 front 2024-09-10T19:06:25.577378+0000 (oldest deadline 2024-09-10T19:06:50.877018+0000) 2024-09-10T19:06:54.967 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:54 smithi063 bash[77731]: debug 2024-09-10T19:06:54.627+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:54.968 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:54 smithi063 bash[77731]: debug 2024-09-10T19:06:54.627+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:54.968 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:54 smithi063 bash[77731]: debug 2024-09-10T19:06:54.627+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:06:55.299 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:54 smithi063 bash[72485]: debug 2024-09-10T19:06:54.959+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:55.299 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:54 smithi063 bash[72485]: debug 2024-09-10T19:06:54.959+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:55.299 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:54 smithi063 bash[72485]: debug 2024-09-10T19:06:54.959+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:25.577320+0000 front 2024-09-10T19:06:25.577378+0000 (oldest deadline 2024-09-10T19:06:50.877018+0000) 2024-09-10T19:06:55.743 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.5.service' 2024-09-10T19:06:55.779 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:06:55.779 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-10T19:06:55.779 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-09-10T19:06:55.779 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.6 2024-09-10T19:06:55.879 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:55 smithi063 systemd[1]: Stopping Ceph osd.6 for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:06:55.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:55 smithi063 bash[77731]: debug 2024-09-10T19:06:55.595+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:55.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:55 smithi063 bash[77731]: debug 2024-09-10T19:06:55.595+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:55.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:55 smithi063 bash[77731]: debug 2024-09-10T19:06:55.595+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:06:55.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:55 smithi063 bash[77731]: debug 2024-09-10T19:06:55.595+0000 7fa925bd0640 -1 osd.7 125 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.44939.0:167 2.0 2:353ec8f9:::gateway.conf:head [getxattr epoch in=5b] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e125) 2024-09-10T19:06:56.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:55 smithi063 bash[72485]: debug 2024-09-10T19:06:55.935+0000 7f2d28642640 -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-10T19:06:56.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:55 smithi063 bash[72485]: debug 2024-09-10T19:06:55.935+0000 7f2d28642640 -1 osd.6 125 *** Got signal Terminated *** 2024-09-10T19:06:56.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:55 smithi063 bash[72485]: debug 2024-09-10T19:06:55.935+0000 7f2d28642640 -1 osd.6 125 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:06:56.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:55 smithi063 bash[72485]: debug 2024-09-10T19:06:55.959+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:56.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:55 smithi063 bash[72485]: debug 2024-09-10T19:06:55.959+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:56.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:55 smithi063 bash[72485]: debug 2024-09-10T19:06:55.959+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:25.577320+0000 front 2024-09-10T19:06:25.577378+0000 (oldest deadline 2024-09-10T19:06:50.877018+0000) 2024-09-10T19:06:56.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:56 smithi063 bash[77731]: debug 2024-09-10T19:06:56.575+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:56.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:56 smithi063 bash[77731]: debug 2024-09-10T19:06:56.575+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:56.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:56 smithi063 bash[77731]: debug 2024-09-10T19:06:56.575+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:06:56.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:56 smithi063 bash[77731]: debug 2024-09-10T19:06:56.575+0000 7fa925bd0640 -1 osd.7 125 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.44939.0:167 2.0 2:353ec8f9:::gateway.conf:head [getxattr epoch in=5b] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e125) 2024-09-10T19:06:57.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:56 smithi063 bash[72485]: debug 2024-09-10T19:06:56.935+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:57.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:56 smithi063 bash[72485]: debug 2024-09-10T19:06:56.935+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:57.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:56 smithi063 bash[72485]: debug 2024-09-10T19:06:56.935+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:25.577320+0000 front 2024-09-10T19:06:25.577378+0000 (oldest deadline 2024-09-10T19:06:50.877018+0000) 2024-09-10T19:06:57.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:57 smithi063 bash[77731]: debug 2024-09-10T19:06:57.531+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:57.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:57 smithi063 bash[77731]: debug 2024-09-10T19:06:57.531+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:57.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:57 smithi063 bash[77731]: debug 2024-09-10T19:06:57.531+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:06:57.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:57 smithi063 bash[77731]: debug 2024-09-10T19:06:57.531+0000 7fa925bd0640 -1 osd.7 125 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.44939.0:167 2.0 2:353ec8f9:::gateway.conf:head [getxattr epoch in=5b] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e125) 2024-09-10T19:06:58.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:57 smithi063 bash[72485]: debug 2024-09-10T19:06:57.923+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:58.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:57 smithi063 bash[72485]: debug 2024-09-10T19:06:57.923+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:58.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:57 smithi063 bash[72485]: debug 2024-09-10T19:06:57.923+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:25.577320+0000 front 2024-09-10T19:06:25.577378+0000 (oldest deadline 2024-09-10T19:06:50.877018+0000) 2024-09-10T19:06:58.880 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:58 smithi063 bash[77731]: debug 2024-09-10T19:06:58.539+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:58.880 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:58 smithi063 bash[77731]: debug 2024-09-10T19:06:58.539+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:58.881 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:58 smithi063 bash[77731]: debug 2024-09-10T19:06:58.539+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:06:58.881 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:58 smithi063 bash[77731]: debug 2024-09-10T19:06:58.539+0000 7fa925bd0640 -1 osd.7 125 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.44939.0:167 2.0 2:353ec8f9:::gateway.conf:head [getxattr epoch in=5b] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e125) 2024-09-10T19:06:59.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:58 smithi063 bash[72485]: debug 2024-09-10T19:06:58.927+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:06:59.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:58 smithi063 bash[72485]: debug 2024-09-10T19:06:58.927+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:06:59.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:58 smithi063 bash[72485]: debug 2024-09-10T19:06:58.927+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:25.577320+0000 front 2024-09-10T19:06:25.577378+0000 (oldest deadline 2024-09-10T19:06:50.877018+0000) 2024-09-10T19:06:59.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:58 smithi063 bash[72485]: debug 2024-09-10T19:06:58.927+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-10T19:06:34.978916+0000 front 2024-09-10T19:06:34.978714+0000 (oldest deadline 2024-09-10T19:06:58.478609+0000) 2024-09-10T19:06:59.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:59 smithi063 bash[77731]: debug 2024-09-10T19:06:59.587+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:06:59.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:59 smithi063 bash[77731]: debug 2024-09-10T19:06:59.587+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:06:59.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:59 smithi063 bash[77731]: debug 2024-09-10T19:06:59.587+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:06:59.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:06:59 smithi063 bash[77731]: debug 2024-09-10T19:06:59.587+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-10T19:06:34.085851+0000 front 2024-09-10T19:06:34.085743+0000 (oldest deadline 2024-09-10T19:06:59.385385+0000) 2024-09-10T19:07:00.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:59 smithi063 bash[72485]: debug 2024-09-10T19:06:59.915+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:09.273565+0000 front 2024-09-10T19:06:09.273736+0000 (oldest deadline 2024-09-10T19:06:30.373380+0000) 2024-09-10T19:07:00.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:59 smithi063 bash[72485]: debug 2024-09-10T19:06:59.915+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.075111+0000 front 2024-09-10T19:06:15.075618+0000 (oldest deadline 2024-09-10T19:06:39.775263+0000) 2024-09-10T19:07:00.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:59 smithi063 bash[72485]: debug 2024-09-10T19:06:59.915+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:25.577320+0000 front 2024-09-10T19:06:25.577378+0000 (oldest deadline 2024-09-10T19:06:50.877018+0000) 2024-09-10T19:07:00.379 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:06:59 smithi063 bash[72485]: debug 2024-09-10T19:06:59.915+0000 7f2d2645d640 -1 osd.6 125 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-10T19:06:34.978916+0000 front 2024-09-10T19:06:34.978714+0000 (oldest deadline 2024-09-10T19:06:58.478609+0000) 2024-09-10T19:07:00.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:00 smithi063 bash[77731]: debug 2024-09-10T19:07:00.603+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:07:00.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:00 smithi063 bash[77731]: debug 2024-09-10T19:07:00.603+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:07:00.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:00 smithi063 bash[77731]: debug 2024-09-10T19:07:00.603+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:07:00.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:00 smithi063 bash[77731]: debug 2024-09-10T19:07:00.603+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-10T19:06:34.085851+0000 front 2024-09-10T19:06:34.085743+0000 (oldest deadline 2024-09-10T19:06:59.385385+0000) 2024-09-10T19:07:01.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:01 smithi063 bash[77731]: debug 2024-09-10T19:07:01.635+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:07:01.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:01 smithi063 bash[77731]: debug 2024-09-10T19:07:01.635+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:07:01.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:01 smithi063 bash[77731]: debug 2024-09-10T19:07:01.635+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:07:01.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:01 smithi063 bash[77731]: debug 2024-09-10T19:07:01.635+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-10T19:06:34.085851+0000 front 2024-09-10T19:06:34.085743+0000 (oldest deadline 2024-09-10T19:06:59.385385+0000) 2024-09-10T19:07:02.298 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:07:01 smithi063 bash[93677]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd-6 2024-09-10T19:07:02.299 INFO:journalctl@ceph.osd.6.smithi063.stdout:Sep 10 19:07:02 smithi063 bash[93761]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd-6 2024-09-10T19:07:03.129 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:02 smithi063 bash[77731]: debug 2024-09-10T19:07:02.655+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:07:03.129 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:02 smithi063 bash[77731]: debug 2024-09-10T19:07:02.655+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:07:03.129 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:02 smithi063 bash[77731]: debug 2024-09-10T19:07:02.655+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:07:03.129 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:02 smithi063 bash[77731]: debug 2024-09-10T19:07:02.655+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-10T19:06:34.085851+0000 front 2024-09-10T19:06:34.085743+0000 (oldest deadline 2024-09-10T19:06:59.385385+0000) 2024-09-10T19:07:03.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:03 smithi063 bash[77731]: debug 2024-09-10T19:07:03.663+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:07:03.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:03 smithi063 bash[77731]: debug 2024-09-10T19:07:03.663+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:07:03.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:03 smithi063 bash[77731]: debug 2024-09-10T19:07:03.663+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:07:03.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:03 smithi063 bash[77731]: debug 2024-09-10T19:07:03.663+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-10T19:06:34.085851+0000 front 2024-09-10T19:06:34.085743+0000 (oldest deadline 2024-09-10T19:06:59.385385+0000) 2024-09-10T19:07:04.245 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.6.service' 2024-09-10T19:07:04.281 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:07:04.281 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-09-10T19:07:04.282 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-09-10T19:07:04.282 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.7 2024-09-10T19:07:04.629 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:04 smithi063 systemd[1]: Stopping Ceph osd.7 for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:07:04.629 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:04 smithi063 bash[77731]: debug 2024-09-10T19:07:04.431+0000 7fa92c5be640 -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-10T19:07:04.629 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:04 smithi063 bash[77731]: debug 2024-09-10T19:07:04.431+0000 7fa92c5be640 -1 osd.7 125 *** Got signal Terminated *** 2024-09-10T19:07:04.630 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:04 smithi063 bash[77731]: debug 2024-09-10T19:07:04.431+0000 7fa92c5be640 -1 osd.7 125 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:07:05.129 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:04 smithi063 bash[77731]: debug 2024-09-10T19:07:04.627+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:07:05.129 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:04 smithi063 bash[77731]: debug 2024-09-10T19:07:04.627+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:07:05.129 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:04 smithi063 bash[77731]: debug 2024-09-10T19:07:04.627+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:07:05.129 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:04 smithi063 bash[77731]: debug 2024-09-10T19:07:04.627+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-10T19:06:34.085851+0000 front 2024-09-10T19:06:34.085743+0000 (oldest deadline 2024-09-10T19:06:59.385385+0000) 2024-09-10T19:07:06.129 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:05 smithi063 bash[77731]: debug 2024-09-10T19:07:05.627+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:07:06.129 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:05 smithi063 bash[77731]: debug 2024-09-10T19:07:05.627+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:07:06.130 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:05 smithi063 bash[77731]: debug 2024-09-10T19:07:05.627+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:07:06.130 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:05 smithi063 bash[77731]: debug 2024-09-10T19:07:05.627+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-10T19:06:34.085851+0000 front 2024-09-10T19:06:34.085743+0000 (oldest deadline 2024-09-10T19:06:59.385385+0000) 2024-09-10T19:07:06.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:06 smithi063 bash[77731]: debug 2024-09-10T19:07:06.595+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:07:06.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:06 smithi063 bash[77731]: debug 2024-09-10T19:07:06.595+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:07:06.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:06 smithi063 bash[77731]: debug 2024-09-10T19:07:06.595+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:07:06.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:06 smithi063 bash[77731]: debug 2024-09-10T19:07:06.595+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-10T19:06:34.085851+0000 front 2024-09-10T19:06:34.085743+0000 (oldest deadline 2024-09-10T19:06:59.385385+0000) 2024-09-10T19:07:06.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:06 smithi063 bash[77731]: debug 2024-09-10T19:07:06.595+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.63:6804 osd.4 since back 2024-09-10T19:06:42.187482+0000 front 2024-09-10T19:06:42.187524+0000 (oldest deadline 2024-09-10T19:07:05.687309+0000) 2024-09-10T19:07:07.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:07 smithi063 bash[77731]: debug 2024-09-10T19:07:07.587+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:07:07.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:07 smithi063 bash[77731]: debug 2024-09-10T19:07:07.587+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:07:07.880 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:07 smithi063 bash[77731]: debug 2024-09-10T19:07:07.587+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:07:07.880 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:07 smithi063 bash[77731]: debug 2024-09-10T19:07:07.587+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-10T19:06:34.085851+0000 front 2024-09-10T19:06:34.085743+0000 (oldest deadline 2024-09-10T19:06:59.385385+0000) 2024-09-10T19:07:07.880 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:07 smithi063 bash[77731]: debug 2024-09-10T19:07:07.587+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.63:6804 osd.4 since back 2024-09-10T19:06:42.187482+0000 front 2024-09-10T19:06:42.187524+0000 (oldest deadline 2024-09-10T19:07:05.687309+0000) 2024-09-10T19:07:08.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:08 smithi063 bash[77731]: debug 2024-09-10T19:07:08.579+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6806 osd.0 since back 2024-09-10T19:06:07.781029+0000 front 2024-09-10T19:06:07.781322+0000 (oldest deadline 2024-09-10T19:06:32.480787+0000) 2024-09-10T19:07:08.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:08 smithi063 bash[77731]: debug 2024-09-10T19:07:08.579+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6814 osd.1 since back 2024-09-10T19:06:15.982393+0000 front 2024-09-10T19:06:15.982121+0000 (oldest deadline 2024-09-10T19:06:40.081981+0000) 2024-09-10T19:07:08.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:08 smithi063 bash[77731]: debug 2024-09-10T19:07:08.579+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6822 osd.2 since back 2024-09-10T19:06:22.983640+0000 front 2024-09-10T19:06:22.983557+0000 (oldest deadline 2024-09-10T19:06:48.283400+0000) 2024-09-10T19:07:08.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:08 smithi063 bash[77731]: debug 2024-09-10T19:07:08.579+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.31:6830 osd.3 since back 2024-09-10T19:06:34.085851+0000 front 2024-09-10T19:06:34.085743+0000 (oldest deadline 2024-09-10T19:06:59.385385+0000) 2024-09-10T19:07:08.879 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:08 smithi063 bash[77731]: debug 2024-09-10T19:07:08.579+0000 7fa925bd0640 -1 osd.7 125 heartbeat_check: no reply from 172.21.15.63:6804 osd.4 since back 2024-09-10T19:06:42.187482+0000 front 2024-09-10T19:06:42.187524+0000 (oldest deadline 2024-09-10T19:07:05.687309+0000) 2024-09-10T19:07:10.795 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:10 smithi063 bash[93901]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd-7 2024-09-10T19:07:10.795 INFO:journalctl@ceph.osd.7.smithi063.stdout:Sep 10 19:07:10 smithi063 bash[93985]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-osd-7 2024-09-10T19:07:12.607 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@osd.7.service' 2024-09-10T19:07:12.639 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:07:12.640 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-09-10T19:07:12.640 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-09-10T19:07:12.640 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@prometheus.a 2024-09-10T19:07:12.879 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 19:07:12 smithi063 systemd[1]: Stopping Ceph prometheus.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:07:12.879 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 19:07:12 smithi063 bash[42865]: ts=2024-09-10T19:07:12.785Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-10T19:07:12.879 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 19:07:12 smithi063 bash[42865]: ts=2024-09-10T19:07:12.785Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-10T19:07:12.880 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 19:07:12 smithi063 bash[42865]: ts=2024-09-10T19:07:12.785Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-10T19:07:12.880 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 19:07:12 smithi063 bash[42865]: ts=2024-09-10T19:07:12.785Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-10T19:07:12.880 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 19:07:12 smithi063 bash[42865]: ts=2024-09-10T19:07:12.785Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-10T19:07:12.880 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 19:07:12 smithi063 bash[42865]: ts=2024-09-10T19:07:12.785Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-10T19:07:12.880 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 19:07:12 smithi063 bash[42865]: ts=2024-09-10T19:07:12.785Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-10T19:07:12.880 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 19:07:12 smithi063 bash[42865]: ts=2024-09-10T19:07:12.785Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-10T19:07:12.880 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 19:07:12 smithi063 bash[42865]: ts=2024-09-10T19:07:12.785Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-10T19:07:12.880 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 19:07:12 smithi063 bash[42865]: ts=2024-09-10T19:07:12.787Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-10T19:07:12.880 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 19:07:12 smithi063 bash[42865]: ts=2024-09-10T19:07:12.787Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-10T19:07:12.880 INFO:journalctl@ceph.prometheus.a.smithi063.stdout:Sep 10 19:07:12 smithi063 bash[42865]: ts=2024-09-10T19:07:12.787Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-10T19:07:13.432 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@prometheus.a.service' 2024-09-10T19:07:13.464 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:07:13.464 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-09-10T19:07:13.464 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T19:07:13.591 INFO:teuthology.orchestra.run.smithi031.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-09-10T19:07:13.591 INFO:teuthology.orchestra.run.smithi031.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-09-10T19:07:13.591 INFO:teuthology.orchestra.run.smithi031.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-09-10T19:07:13.591 INFO:teuthology.orchestra.run.smithi031.stderr: [--retry RETRY] [--env ENV] 2024-09-10T19:07:13.591 INFO:teuthology.orchestra.run.smithi031.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-10T19:07:13.591 INFO:teuthology.orchestra.run.smithi031.stderr: ... 2024-09-10T19:07:13.591 INFO:teuthology.orchestra.run.smithi031.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-09-10T19:07:13.600 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-10T19:07:13.601 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T19:07:13.737 INFO:teuthology.orchestra.run.smithi063.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-09-10T19:07:13.737 INFO:teuthology.orchestra.run.smithi063.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-09-10T19:07:13.738 INFO:teuthology.orchestra.run.smithi063.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-09-10T19:07:13.738 INFO:teuthology.orchestra.run.smithi063.stderr: [--retry RETRY] [--env ENV] 2024-09-10T19:07:13.738 INFO:teuthology.orchestra.run.smithi063.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-10T19:07:13.738 INFO:teuthology.orchestra.run.smithi063.stderr: ... 2024-09-10T19:07:13.738 INFO:teuthology.orchestra.run.smithi063.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-09-10T19:07:13.747 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-10T19:07:13.748 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:07:13.764 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:07:13.778 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-10T19:07:13.780 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900220/remote/smithi031/crash 2024-09-10T19:07:13.781 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/crash -- . 2024-09-10T19:07:13.800 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900220/remote/smithi063/crash 2024-09-10T19:07:13.801 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/lib/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/crash -- . 2024-09-10T19:07:13.837 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-10T19:07:13.837 DEBUG:teuthology.orchestra.run.smithi031:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-10T19:07:13.861 INFO:teuthology.orchestra.run.smithi031.stderr:grep: /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph.log: No such file or directory 2024-09-10T19:07:13.863 INFO:tasks.cephadm:Compressing logs... 2024-09-10T19:07:13.863 DEBUG:teuthology.orchestra.run.smithi031:> 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-10T19:07:13.866 DEBUG:teuthology.orchestra.run.smithi063:> 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-10T19:07:13.877 INFO:teuthology.orchestra.run.smithi031.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-10T19:07:13.882 INFO:teuthology.orchestra.run.smithi063.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-10T19:07:13.886 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-mon.b.log 2024-09-10T19:07:13.887 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.5.log 2024-09-10T19:07:13.888 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-mgr.x.log 2024-09-10T19:07:13.888 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-mon.b.log: /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.6.log 2024-09-10T19:07:13.888 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/tcmu-runner.log 2024-09-10T19:07:13.889 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.6.log: /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/rbd-target-api.log 2024-09-10T19:07:13.889 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-mon.a.log 2024-09-10T19:07:13.890 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/tcmu-runner.log: 66.0% -- replaced with /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/tcmu-runner.log.gz 2024-09-10T19:07:13.890 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi031.kibhei.log 2024-09-10T19:07:13.891 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-mgr.y.log 2024-09-10T19:07:13.891 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-mon.c.log 2024-09-10T19:07:13.891 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi031.kibhei.log: /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-mgr.y.log: 72.5% -- replaced with /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi031.kibhei.log.gz 2024-09-10T19:07:13.892 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.1.log 2024-09-10T19:07:13.892 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-mon.c.log: /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.0.log 2024-09-10T19:07:13.893 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.3.log 2024-09-10T19:07:13.893 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.1.log: /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T19:07:13.895 INFO:teuthology.orchestra.run.smithi031.stderr:gzip /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.3.log: -5 --verbose -- /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.2.log 2024-09-10T19:07:13.896 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi063.jzpdua.log 2024-09-10T19:07:13.897 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/rbd-target-api.log: gzip -5 --verbose -- /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.4.log 2024-09-10T19:07:13.898 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi063.jzpdua.log: gzip -5 --verbose -- /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T19:07:13.898 INFO:teuthology.orchestra.run.smithi063.stderr: 94.2% -- replaced with /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/rbd-target-api.log.gz 2024-09-10T19:07:13.898 INFO:teuthology.orchestra.run.smithi063.stderr: 71.8% -- replaced with /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi063.jzpdua.log.gz 2024-09-10T19:07:13.898 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.7.log 2024-09-10T19:07:13.900 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.4.log: /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T19:07:13.905 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T19:07:13.912 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.7.log: /var/log/ceph/cephadm.log: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T19:07:13.914 INFO:teuthology.orchestra.run.smithi063.stderr: 91.3% -- replaced with /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T19:07:13.915 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.2.log: 91.0% -- replaced with /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T19:07:13.931 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/cephadm.log: 91.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T19:07:14.014 INFO:teuthology.orchestra.run.smithi063.stderr: 91.2% -- replaced with /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-mgr.x.log.gz 2024-09-10T19:07:14.386 INFO:teuthology.orchestra.run.smithi031.stderr: 92.0% -- replaced with /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-mgr.y.log.gz 2024-09-10T19:07:14.530 INFO:teuthology.orchestra.run.smithi031.stderr: 92.8% -- replaced with /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-mon.c.log.gz 2024-09-10T19:07:14.627 INFO:teuthology.orchestra.run.smithi063.stderr: 92.7% -- replaced with /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-mon.b.log.gz 2024-09-10T19:07:15.118 INFO:teuthology.orchestra.run.smithi063.stderr: 92.9% -- replaced with /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.6.log.gz 2024-09-10T19:07:15.204 INFO:teuthology.orchestra.run.smithi031.stderr: 92.7% -- replaced with /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.2.log.gz 2024-09-10T19:07:15.231 INFO:teuthology.orchestra.run.smithi063.stderr: 93.1% -- replaced with /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.5.log.gz 2024-09-10T19:07:15.420 INFO:teuthology.orchestra.run.smithi031.stderr: 93.5% -- replaced with /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.1.log.gz 2024-09-10T19:07:15.639 INFO:teuthology.orchestra.run.smithi063.stderr: 93.3% -- replaced with /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.7.log.gz 2024-09-10T19:07:15.643 INFO:teuthology.orchestra.run.smithi063.stderr: 93.5% -- replaced with /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.4.log.gz 2024-09-10T19:07:15.644 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-09-10T19:07:15.644 INFO:teuthology.orchestra.run.smithi063.stderr:real 0m1.773s 2024-09-10T19:07:15.644 INFO:teuthology.orchestra.run.smithi063.stderr:user 0m6.784s 2024-09-10T19:07:15.644 INFO:teuthology.orchestra.run.smithi063.stderr:sys 0m0.195s 2024-09-10T19:07:15.723 INFO:teuthology.orchestra.run.smithi031.stderr: 91.2% -- replaced with /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-mon.a.log.gz 2024-09-10T19:07:15.803 INFO:teuthology.orchestra.run.smithi031.stderr: 93.2% -- replaced with /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.0.log.gz 2024-09-10T19:07:15.949 INFO:teuthology.orchestra.run.smithi031.stderr: 93.4% -- replaced with /var/log/ceph/408b5ca8-6fa1-11ef-bcea-c7b262605968/ceph-osd.3.log.gz 2024-09-10T19:07:15.951 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-09-10T19:07:15.951 INFO:teuthology.orchestra.run.smithi031.stderr:real 0m2.082s 2024-09-10T19:07:15.951 INFO:teuthology.orchestra.run.smithi031.stderr:user 0m9.545s 2024-09-10T19:07:15.951 INFO:teuthology.orchestra.run.smithi031.stderr:sys 0m0.264s 2024-09-10T19:07:15.951 INFO:tasks.cephadm:Archiving logs... 2024-09-10T19:07:15.952 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900220/remote/smithi031/log 2024-09-10T19:07:15.953 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T19:07:17.206 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900220/remote/smithi063/log 2024-09-10T19:07:17.207 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T19:07:18.154 INFO:tasks.cephadm:Removing cluster... 2024-09-10T19:07:18.155 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 --force 2024-09-10T19:07:20.136 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 19:07:19 smithi031 systemd[1]: Stopping Ceph node-exporter.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:07:21.387 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 19:07:21 smithi031 bash[100256]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-node-exporter-a 2024-09-10T19:07:21.387 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 19:07:21 smithi031 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-09-10T19:07:21.388 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 19:07:21 smithi031 bash[100329]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-node-exporter-a 2024-09-10T19:07:21.388 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 19:07:21 smithi031 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-10T19:07:21.388 INFO:journalctl@ceph.node-exporter.a.smithi031.stdout:Sep 10 19:07:21 smithi031 systemd[1]: Stopped Ceph node-exporter.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T19:07:21.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 19:07:21 smithi031 systemd[1]: Stopping Ceph alertmanager.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:07:21.886 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 19:07:21 smithi031 bash[48977]: ts=2024-09-10T19:07:21.679Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-10T19:07:22.636 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 19:07:22 smithi031 bash[100389]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-alertmanager-a 2024-09-10T19:07:22.636 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 19:07:22 smithi031 bash[100462]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-alertmanager-a 2024-09-10T19:07:22.636 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 19:07:22 smithi031 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@alertmanager.a.service: Succeeded. 2024-09-10T19:07:22.637 INFO:journalctl@ceph.alertmanager.a.smithi031.stdout:Sep 10 19:07:22 smithi031 systemd[1]: Stopped Ceph alertmanager.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T19:07:34.243 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 408b5ca8-6fa1-11ef-bcea-c7b262605968 --force 2024-09-10T19:07:35.879 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:07:35 smithi063 systemd[1]: Stopping Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:07:36.379 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:07:35 smithi063 bash[88293]: debug Shutdown received 2024-09-10T19:07:46.773 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:07:46 smithi063 bash[94389]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi-iscsi-a 2024-09-10T19:07:46.773 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:07:46 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=137/n/a 2024-09-10T19:07:46.773 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:07:46 smithi063 bash[94466]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi-iscsi-a 2024-09-10T19:07:47.629 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:07:47 smithi063 bash[94474]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-iscsi-iscsi-a-tcmu 2024-09-10T19:07:47.629 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:07:47 smithi063 bash[94512]: rm: cannot remove '/run/ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.tcmu.service-pid': No such file or directory 2024-09-10T19:07:47.629 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:07:47 smithi063 bash[94513]: rm: cannot remove '/run/ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.tcmu.service-cid': No such file or directory 2024-09-10T19:07:47.629 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:07:47 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-10T19:07:47.629 INFO:journalctl@ceph.iscsi.iscsi.a.smithi063.stdout:Sep 10 19:07:47 smithi063 systemd[1]: Stopped Ceph iscsi.iscsi.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T19:07:47.926 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 19:07:47 smithi063 systemd[1]: Stopping Ceph node-exporter.b for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:07:48.629 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 19:07:48 smithi063 bash[94589]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-node-exporter-b 2024-09-10T19:07:48.629 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 19:07:48 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-09-10T19:07:48.629 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 19:07:48 smithi063 bash[94663]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-node-exporter-b 2024-09-10T19:07:48.629 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 19:07:48 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-10T19:07:48.629 INFO:journalctl@ceph.node-exporter.b.smithi063.stdout:Sep 10 19:07:48 smithi063 systemd[1]: Stopped Ceph node-exporter.b for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T19:07:49.009 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 19:07:48 smithi063 systemd[1]: Stopping Ceph grafana.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968... 2024-09-10T19:07:49.632 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 19:07:49 smithi063 bash[94730]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-grafana-a 2024-09-10T19:07:49.632 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 19:07:49 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@grafana.a.service: Main process exited, code=exited, status=143/n/a 2024-09-10T19:07:49.632 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 19:07:49 smithi063 bash[94794]: Error response from daemon: No such container: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968-grafana-a 2024-09-10T19:07:49.632 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 19:07:49 smithi063 systemd[1]: ceph-408b5ca8-6fa1-11ef-bcea-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-09-10T19:07:49.633 INFO:journalctl@ceph.grafana.a.smithi063.stdout:Sep 10 19:07:49 smithi063 systemd[1]: Stopped Ceph grafana.a for 408b5ca8-6fa1-11ef-bcea-c7b262605968. 2024-09-10T19:08:01.412 INFO:tasks.cephadm:Removing cephadm ... 2024-09-10T19:08:01.413 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T19:08:01.420 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T19:08:01.426 INFO:tasks.cephadm:Teardown complete 2024-09-10T19:08:01.427 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-10T19:08:01.436 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-10T19:08:01.436 DEBUG:teuthology.orchestra.run.smithi031:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T19:08:01.438 DEBUG:teuthology.orchestra.run.smithi063:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T19:08:01.458 INFO:teuthology.orchestra.run.smithi031.stdout: remote refid st t when poll reach delay offset jitter 2024-09-10T19:08:01.458 INFO:teuthology.orchestra.run.smithi031.stdout:============================================================================== 2024-09-10T19:08:01.459 INFO:teuthology.orchestra.run.smithi031.stdout:*hv01.front.sepi 67.205.162.81 3 u 14 64 377 0.077 1.537 0.331 2024-09-10T19:08:01.459 INFO:teuthology.orchestra.run.smithi031.stdout:+hv02.front.sepi 63.231.80.2 3 u 17 64 377 0.080 -0.207 0.341 2024-09-10T19:08:01.459 INFO:teuthology.orchestra.run.smithi031.stdout:+hv03.front.sepi 74.6.168.72 3 u 17 64 377 0.083 2.660 0.346 2024-09-10T19:08:01.459 INFO:teuthology.orchestra.run.smithi031.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-09-10T19:08:01.460 INFO:teuthology.orchestra.run.smithi063.stdout: remote refid st t when poll reach delay offset jitter 2024-09-10T19:08:01.460 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================== 2024-09-10T19:08:01.460 INFO:teuthology.orchestra.run.smithi063.stdout:*hv01.front.sepi 67.205.162.81 3 u 14 64 377 0.117 1.972 0.242 2024-09-10T19:08:01.461 INFO:teuthology.orchestra.run.smithi063.stdout:+hv02.front.sepi 63.231.80.2 3 u 65 64 377 0.076 1.455 0.648 2024-09-10T19:08:01.461 INFO:teuthology.orchestra.run.smithi063.stdout:+hv03.front.sepi 74.6.168.72 3 u 4 64 377 0.091 3.309 0.229 2024-09-10T19:08:01.461 INFO:teuthology.orchestra.run.smithi063.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-09-10T19:08:01.461 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-10T19:08:01.482 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-10T19:08:01.482 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-10T19:08:01.496 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-10T19:08:01.510 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-10T19:08:01.525 INFO:teuthology.task.internal:Duration was 3251.817344 seconds 2024-09-10T19:08:01.525 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-10T19:08:01.575 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-10T19:08:01.575 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T19:08:01.578 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T19:08:01.632 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-10T19:08:01.632 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi031.front.sepia.ceph.com 2024-09-10T19:08:01.632 DEBUG:teuthology.orchestra.run.smithi031:> 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-10T19:08:01.643 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi063.front.sepia.ceph.com 2024-09-10T19:08:01.643 DEBUG:teuthology.orchestra.run.smithi063:> 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-10T19:08:01.659 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-10T19:08:01.659 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T19:08:01.687 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T19:08:01.778 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-10T19:08:01.778 DEBUG:teuthology.orchestra.run.smithi031:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T19:08:01.780 DEBUG:teuthology.orchestra.run.smithi063:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T19:08:01.996 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-10T19:08:02.007 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-10T19:08:02.008 DEBUG:teuthology.orchestra.run.smithi031:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T19:08:02.022 DEBUG:teuthology.orchestra.run.smithi063:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T19:08:02.040 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-10T19:08:02.052 DEBUG:teuthology.orchestra.run.smithi031:> 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-10T19:08:02.066 DEBUG:teuthology.orchestra.run.smithi063:> 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-10T19:08:02.078 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = core 2024-09-10T19:08:02.081 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = core 2024-09-10T19:08:02.108 DEBUG:teuthology.orchestra.run.smithi031:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T19:08:02.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T19:08:02.114 DEBUG:teuthology.orchestra.run.smithi063:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T19:08:02.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T19:08:02.158 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-10T19:08:02.170 INFO:teuthology.task.internal:Transferring archived files... 2024-09-10T19:08:02.171 DEBUG:teuthology.misc:Transferring archived files from smithi031:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900220/remote/smithi031 2024-09-10T19:08:02.171 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T19:08:02.212 DEBUG:teuthology.misc:Transferring archived files from smithi063:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900220/remote/smithi063 2024-09-10T19:08:02.212 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T19:08:02.246 INFO:teuthology.task.internal:Removing archive directory... 2024-09-10T19:08:02.246 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T19:08:02.249 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T19:08:02.255 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-10T19:08:02.268 INFO:teuthology.task.internal:Not uploading archives. 2024-09-10T19:08:02.268 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-10T19:08:02.280 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-10T19:08:02.280 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T19:08:02.282 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T19:08:02.288 INFO:teuthology.orchestra.run.smithi031.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 19:08 /home/ubuntu/cephtest 2024-09-10T19:08:02.303 INFO:teuthology.orchestra.run.smithi063.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 19:08 /home/ubuntu/cephtest 2024-09-10T19:08:02.305 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-10T19:08:02.318 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-10T19:08:02.350 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: 3251.81734418869 owner: scheduled_gabrioux@teuthology success: true 2024-09-10T19:08:02.350 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T19:08:02.431 INFO:teuthology.run:pass